Trace number 1884415

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J Pseudo CP 2.1.1UNSAT 348.446 346.389

General information on the benchmark

Name/PURE-SAT/SAT_RACE08/cnf/
cmu-bmc-longmult15.opb
MD5SUMe9758ba2e2b780b799e48ad52e1fffea
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark44.1453
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7807
Total number of constraints24351
Number of constraints which are clauses24351
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 19
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1884415-1245257942.opb
0.22/0.21	c reading problem ... 
1.56/1.18	c ... done. Wall clock time 0.975s.
1.56/1.18	c #vars     7807
1.56/1.18	c #constraints  24351
1.56/1.18	c constraints type 
1.56/1.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16386
1.56/1.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7912
348.23/346.28	c starts		: 15
348.23/346.28	c conflicts		: 65224
348.23/346.28	c decisions		: 77553
348.23/346.28	c propagations		: 63408811
348.23/346.28	c inspects		: 422884320
348.23/346.28	c learnt literals	: 0
348.23/346.28	c learnt binary clauses	: 306
348.23/346.28	c learnt ternary clauses	: 88
348.23/346.28	c learnt clauses	: 65223
348.23/346.28	c ignored clauses	: 0
348.23/346.28	c root simplifications	: 0
348.23/346.28	c removed literals (reason simplification)	: 0
348.23/346.28	c reason swapping (by a shorter reason)	: 0
348.23/346.28	c Calls to reduceDB	: 0
348.23/346.28	c speed (assignments/second)	: 183740.92941445787
348.23/346.28	c non guided choices	160
348.34/346.33	c learnt constraints type 
348.34/346.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 64917
348.34/346.33	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 306
348.34/346.33	c constraints type 
348.34/346.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16386
348.34/346.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7912
348.34/346.33	s UNSATISFIABLE
348.34/346.33	c Total wall clock time (in seconds): 346.126

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1884415-1245257942/watcher-1884415-1245257942 -o /tmp/evaluation-result-1884415-1245257942/solver-1884415-1245257942 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884415-1245257942.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 9411
/proc/meminfo: memFree=1828872/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=48 CPUtime=0
/proc/9411/stat : 9411 (java6) R 9409 9411 9156 0 -1 0 17 0 0 0 0 0 0 0 20 0 1 0 193395116 49152 2 1992294400 0 0 4294956573 18446744073709551615 212234464551 0 0 4096 0 0 0 0 17 1 0 0
/proc/9411/statm: 35 6 3 9 0 1 0

[startup+0.0648599 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 9411
/proc/meminfo: memFree=1828872/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1470220 CPUtime=0.05
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 3308 0 1 0 3 2 0 0 18 0 7 0 193395116 1505505280 3053 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 367555 3053 1029 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.10186 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 9411
/proc/meminfo: memFree=1828872/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1472584 CPUtime=0.08
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 3599 0 1 0 6 2 0 0 18 0 12 0 193395116 1507926016 3342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 368146 3342 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.30188 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 9411
/proc/meminfo: memFree=1828872/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1473916 CPUtime=0.36
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 4982 0 1 0 32 4 0 0 18 0 12 0 193395116 1509289984 4719 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 368479 4719 1356 9 0 365822 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1473916

[startup+0.701916 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 9411
/proc/meminfo: memFree=1828872/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1476180 CPUtime=1.03
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 7267 0 1 0 98 5 0 0 18 0 12 0 193395116 1511608320 6634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 369045 6634 1398 9 0 366388 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1476180

[startup+1.50299 s]
/proc/loadavg: 1.00 1.00 0.94 2/76 9423
/proc/meminfo: memFree=1794152/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1484416 CPUtime=2.18
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 17893 0 1 0 208 10 0 0 18 0 13 0 193395116 1520041984 15724 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 371104 15724 1416 9 0 368447 0
[pid=9411/tid=9413] ppid=9409 vsize=1484416 CPUtime=1.12
/proc/9411/task/9413/stat : 9413 (java) R 9409 9411 9156 0 -1 64 12308 0 1 0 104 8 0 0 25 0 13 0 193395118 1520041984 15724 1992294400 134512640 134550932 4294956000 18446744073709551615 4109100055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9414] ppid=9409 vsize=1484416 CPUtime=0
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9156 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 193395119 1520041984 15725 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9415] ppid=9409 vsize=1484416 CPUtime=0
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 193395119 1520041984 15725 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9416] ppid=9409 vsize=1484416 CPUtime=0
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9156 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193395121 1520041984 15725 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9417] ppid=9409 vsize=1484416 CPUtime=0
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9156 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 193395121 1520041984 15725 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=1484416 CPUtime=0
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9156 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193395121 1520041984 15725 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=1484416 CPUtime=0
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193395126 1520041984 15725 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=1484416 CPUtime=0.52
/proc/9411/task/9420/stat : 9420 (java) R 9409 9411 9156 0 -1 64 2276 0 0 0 52 0 0 0 17 0 13 0 193395126 1520041984 15726 1992294400 134512640 134550932 4294956000 18446744073709551615 104142958 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=1484416 CPUtime=0.52
/proc/9411/task/9421/stat : 9421 (java) R 9409 9411 9156 0 -1 64 2566 0 0 0 51 1 0 0 17 0 13 0 193395126 1520041984 15726 1992294400 134512640 134550932 4294956000 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9422] ppid=9409 vsize=1484416 CPUtime=0
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193395126 1520041984 15727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=1484416 CPUtime=0
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193395126 1520041984 15727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1484416

[startup+3.10214 s]
/proc/loadavg: 1.00 1.00 0.94 3/77 9424
/proc/meminfo: memFree=1757472/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1483456 CPUtime=4.39
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 37925 0 1 0 420 19 0 0 18 0 13 0 193395116 1519058944 35113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 370864 35113 1428 9 0 368207 0
[pid=9411/tid=9413] ppid=9409 vsize=1483456 CPUtime=2.54
/proc/9411/task/9413/stat : 9413 (java) R 9409 9411 9156 0 -1 64 30927 0 1 0 239 15 0 0 25 0 13 0 193395118 1519058944 35113 1992294400 134512640 134550932 4294956000 18446744073709551615 4109293190 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9414] ppid=9409 vsize=1483456 CPUtime=0.01
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9156 0 -1 64 382 0 0 0 1 0 0 0 16 0 13 0 193395119 1519058944 35113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9415] ppid=9409 vsize=1483456 CPUtime=0.01
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9156 0 -1 64 396 0 0 0 1 0 0 0 16 0 13 0 193395119 1519058944 35113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9416] ppid=9409 vsize=1483456 CPUtime=0
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9156 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193395121 1519058944 35113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9417] ppid=9409 vsize=1483456 CPUtime=0
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193395121 1519058944 35113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=1483456 CPUtime=0
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193395121 1519058944 35113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=1483456 CPUtime=0
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193395126 1519058944 35113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=1483456 CPUtime=0.87
/proc/9411/task/9420/stat : 9420 (java) S 9409 9411 9156 0 -1 64 2747 0 0 0 87 0 0 0 16 0 13 0 193395126 1519058944 35113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9421] ppid=9409 vsize=1483456 CPUtime=0.91
/proc/9411/task/9421/stat : 9421 (java) S 9409 9411 9156 0 -1 64 2718 0 0 0 90 1 0 0 16 0 13 0 193395126 1519058944 35113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9422] ppid=9409 vsize=1483456 CPUtime=0
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193395126 1519058944 35113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=1483456 CPUtime=0
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193395126 1519058944 35113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=1483456 CPUtime=0
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9156 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193395240 1519058944 35113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 1483456

[startup+6.30143 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 9424
/proc/meminfo: memFree=1689824/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1483104 CPUtime=7.63
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 38934 0 1 0 744 19 0 0 18 0 13 0 193395116 1518698496 36020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 370776 36020 1428 9 0 368119 0
[pid=9411/tid=9413] ppid=9409 vsize=1483104 CPUtime=5.69
/proc/9411/task/9413/stat : 9413 (java) R 9409 9411 9156 0 -1 64 30976 0 1 0 553 16 0 0 22 0 13 0 193395118 1518698496 36020 1992294400 134512640 134550932 4294956000 18446744073709551615 4109669215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9414] ppid=9409 vsize=1483104 CPUtime=0.03
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9156 0 -1 64 778 0 0 0 3 0 0 0 16 0 13 0 193395119 1518698496 36020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9415] ppid=9409 vsize=1483104 CPUtime=0.03
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9156 0 -1 64 942 0 0 0 3 0 0 0 16 0 13 0 193395119 1518698496 36020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9416] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9156 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 36020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9417] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 36020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 36020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193395126 1518698496 36020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=1483104 CPUtime=0.9
/proc/9411/task/9420/stat : 9420 (java) S 9409 9411 9156 0 -1 64 2752 0 0 0 90 0 0 0 16 0 13 0 193395126 1518698496 36020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=1483104 CPUtime=0.94
/proc/9411/task/9421/stat : 9421 (java) S 9409 9411 9156 0 -1 64 2721 0 0 0 93 1 0 0 16 0 13 0 193395126 1518698496 36020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9422] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193395126 1518698496 36020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193395126 1518698496 36020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9156 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193395240 1518698496 36020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 1483104

[startup+12.703 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 9424
/proc/meminfo: memFree=1659688/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1483104 CPUtime=14.15
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 46471 0 1 0 1391 24 0 0 18 0 13 0 193395116 1518698496 43450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 370776 43450 1432 9 0 368119 0
[pid=9411/tid=9413] ppid=9409 vsize=1483104 CPUtime=12.03
/proc/9411/task/9413/stat : 9413 (java) R 9409 9411 9156 0 -1 64 35909 0 1 0 1184 19 0 0 25 0 13 0 193395118 1518698496 43450 1992294400 134512640 134550932 4294956000 18446744073709551615 4109674985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9414] ppid=9409 vsize=1483104 CPUtime=0.09
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9156 0 -1 64 2203 0 0 0 8 1 0 0 16 0 13 0 193395119 1518698496 43450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9415] ppid=9409 vsize=1483104 CPUtime=0.08
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9156 0 -1 64 2087 0 0 0 8 0 0 0 16 0 13 0 193395119 1518698496 43450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9416] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9156 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 43450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9417] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 43450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 43450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193395126 1518698496 43450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=1483104 CPUtime=0.97
/proc/9411/task/9420/stat : 9420 (java) S 9409 9411 9156 0 -1 64 2771 0 0 0 97 0 0 0 17 0 13 0 193395126 1518698496 43450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=1483104 CPUtime=0.94
/proc/9411/task/9421/stat : 9421 (java) S 9409 9411 9156 0 -1 64 2721 0 0 0 93 1 0 0 16 0 13 0 193395126 1518698496 43450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9422] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193395126 1518698496 43450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193395126 1518698496 43450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9156 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193395240 1518698496 43450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 1483104

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 9424
/proc/meminfo: memFree=1654504/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1483104 CPUtime=27.06
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 47889 0 1 0 2681 25 0 0 18 0 13 0 193395116 1518698496 44727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 370776 44727 1432 9 0 368119 0
[pid=9411/tid=9413] ppid=9409 vsize=1483104 CPUtime=24.8
/proc/9411/task/9413/stat : 9413 (java) S 9409 9411 9156 0 -1 64 35952 0 1 0 2461 19 0 0 25 0 13 0 193395118 1518698496 44727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9414] ppid=9409 vsize=1483104 CPUtime=0.11
/proc/9411/task/9414/stat : 9414 (java) R 9409 9411 9156 0 -1 64 2867 0 0 0 10 1 0 0 16 0 13 0 193395119 1518698496 44727 1992294400 134512640 134550932 4294956000 18446744073709551615 104188389 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9415] ppid=9409 vsize=1483104 CPUtime=0.11
/proc/9411/task/9415/stat : 9415 (java) R 9409 9411 9156 0 -1 64 2775 0 0 0 10 1 0 0 16 0 13 0 193395119 1518698496 44727 1992294400 134512640 134550932 4294956000 18446744073709551615 105886578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9416] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9156 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 44727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9417] ppid=9409 vsize=1483104 CPUtime=0

################
# More data... #
################

/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9156 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193395240 1518698496 57570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 284.24
Current children cumulated vsize (KiB) 1483104

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 9430
/proc/meminfo: memFree=1592424/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1483104 CPUtime=344.33
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 64783 0 1 0 34397 36 0 0 18 0 13 0 193395116 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 370776 60164 1432 9 0 368119 0
[pid=9411/tid=9413] ppid=9409 vsize=1483104 CPUtime=340.89
/proc/9411/task/9413/stat : 9413 (java) R 9409 9411 9156 0 -1 64 36141 0 1 0 34069 20 0 0 25 0 13 0 193395118 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4109669371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9414] ppid=9409 vsize=1483104 CPUtime=0.61
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9156 0 -1 64 10929 0 0 0 56 5 0 0 16 0 13 0 193395119 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9415] ppid=9409 vsize=1483104 CPUtime=0.61
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9156 0 -1 64 11418 0 0 0 56 5 0 0 16 0 13 0 193395119 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9416] ppid=9409 vsize=1483104 CPUtime=0.01
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9156 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 193395121 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9417] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193395126 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=1483104 CPUtime=1.13
/proc/9411/task/9420/stat : 9420 (java) S 9409 9411 9156 0 -1 64 2794 0 0 0 113 0 0 0 17 0 13 0 193395126 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=1483104 CPUtime=1.01
/proc/9411/task/9421/stat : 9421 (java) S 9409 9411 9156 0 -1 64 2721 0 0 0 100 1 0 0 17 0 13 0 193395126 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9422] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193395126 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193395126 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9156 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193395240 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 344.33
Current children cumulated vsize (KiB) 1483104

Solver just ended. Dumping a history of the last processes samples

[startup+343.903 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 9430
/proc/meminfo: memFree=1592424/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1483104 CPUtime=345.93
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 64783 0 1 0 34557 36 0 0 18 0 13 0 193395116 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 370776 60164 1432 9 0 368119 0
[pid=9411/tid=9413] ppid=9409 vsize=1483104 CPUtime=342.49
/proc/9411/task/9413/stat : 9413 (java) R 9409 9411 9156 0 -1 64 36141 0 1 0 34229 20 0 0 25 0 13 0 193395118 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4109646466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9414] ppid=9409 vsize=1483104 CPUtime=0.61
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9156 0 -1 64 10929 0 0 0 56 5 0 0 16 0 13 0 193395119 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9415] ppid=9409 vsize=1483104 CPUtime=0.61
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9156 0 -1 64 11418 0 0 0 56 5 0 0 16 0 13 0 193395119 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9416] ppid=9409 vsize=1483104 CPUtime=0.01
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9156 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 193395121 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9417] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193395126 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=1483104 CPUtime=1.13
/proc/9411/task/9420/stat : 9420 (java) S 9409 9411 9156 0 -1 64 2794 0 0 0 113 0 0 0 17 0 13 0 193395126 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=1483104 CPUtime=1.01
/proc/9411/task/9421/stat : 9421 (java) S 9409 9411 9156 0 -1 64 2721 0 0 0 100 1 0 0 17 0 13 0 193395126 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9422] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193395126 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193395126 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9156 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193395240 1518698496 60164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 345.93
Current children cumulated vsize (KiB) 1483104

[startup+345.503 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 9430
/proc/meminfo: memFree=1591656/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1483104 CPUtime=347.53
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 64986 0 1 0 34717 36 0 0 18 0 13 0 193395116 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 370776 60352 1432 9 0 368119 0
[pid=9411/tid=9413] ppid=9409 vsize=1483104 CPUtime=344.08
/proc/9411/task/9413/stat : 9413 (java) R 9409 9411 9156 0 -1 64 36142 0 1 0 34388 20 0 0 25 0 13 0 193395118 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4109784190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9414] ppid=9409 vsize=1483104 CPUtime=0.61
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9156 0 -1 64 11016 0 0 0 56 5 0 0 16 0 13 0 193395119 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9415] ppid=9409 vsize=1483104 CPUtime=0.62
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9156 0 -1 64 11533 0 0 0 57 5 0 0 16 0 13 0 193395119 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9416] ppid=9409 vsize=1483104 CPUtime=0.01
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9156 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 193395121 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9417] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193395126 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=1483104 CPUtime=1.13
/proc/9411/task/9420/stat : 9420 (java) S 9409 9411 9156 0 -1 64 2794 0 0 0 113 0 0 0 17 0 13 0 193395126 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=1483104 CPUtime=1.01
/proc/9411/task/9421/stat : 9421 (java) S 9409 9411 9156 0 -1 64 2721 0 0 0 100 1 0 0 17 0 13 0 193395126 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9422] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193395126 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193395126 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9156 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193395240 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 347.53
Current children cumulated vsize (KiB) 1483104

[startup+345.903 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 9430
/proc/meminfo: memFree=1591656/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1483104 CPUtime=347.93
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 64986 0 1 0 34757 36 0 0 18 0 13 0 193395116 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 370776 60352 1432 9 0 368119 0
[pid=9411/tid=9413] ppid=9409 vsize=1483104 CPUtime=344.48
/proc/9411/task/9413/stat : 9413 (java) R 9409 9411 9156 0 -1 64 36142 0 1 0 34428 20 0 0 25 0 13 0 193395118 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4109756095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9414] ppid=9409 vsize=1483104 CPUtime=0.61
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9156 0 -1 64 11016 0 0 0 56 5 0 0 16 0 13 0 193395119 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9415] ppid=9409 vsize=1483104 CPUtime=0.62
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9156 0 -1 64 11533 0 0 0 57 5 0 0 16 0 13 0 193395119 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9416] ppid=9409 vsize=1483104 CPUtime=0.01
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9156 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 193395121 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9417] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193395121 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193395126 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=1483104 CPUtime=1.13
/proc/9411/task/9420/stat : 9420 (java) S 9409 9411 9156 0 -1 64 2794 0 0 0 113 0 0 0 17 0 13 0 193395126 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=1483104 CPUtime=1.01
/proc/9411/task/9421/stat : 9421 (java) S 9409 9411 9156 0 -1 64 2721 0 0 0 100 1 0 0 17 0 13 0 193395126 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9422] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193395126 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193395126 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=1483104 CPUtime=0
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9156 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193395240 1518698496 60352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 347.93
Current children cumulated vsize (KiB) 1483104

[startup+346.303 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 9430
/proc/meminfo: memFree=1591656/2055920 swapFree=4182004/4192956
[pid=9411] ppid=9409 vsize=1483428 CPUtime=348.34
/proc/9411/stat : 9411 (java) S 9409 9411 9156 0 -1 0 64997 0 1 0 34798 36 0 0 18 0 14 0 193395116 1519030272 60363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9411/statm: 370857 60363 1432 9 0 368200 0
[pid=9411/tid=9413] ppid=9409 vsize=1483428 CPUtime=344.86
/proc/9411/task/9413/stat : 9413 (java) S 9409 9411 9156 0 -1 64 36146 0 1 0 34466 20 0 0 25 0 14 0 193395118 1519030272 60363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9414] ppid=9409 vsize=1483428 CPUtime=0.61
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9156 0 -1 64 11016 0 0 0 56 5 0 0 16 0 14 0 193395119 1519030272 60363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9415] ppid=9409 vsize=1483428 CPUtime=0.62
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9156 0 -1 64 11533 0 0 0 57 5 0 0 16 0 14 0 193395119 1519030272 60363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9416] ppid=9409 vsize=1483428 CPUtime=0.01
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9156 0 -1 64 36 0 0 0 1 0 0 0 16 0 14 0 193395121 1519030272 60363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9417] ppid=9409 vsize=1483428 CPUtime=0
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 193395121 1519030272 60363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=1483428 CPUtime=0
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 193395121 1519030272 60363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=1483428 CPUtime=0
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 193395126 1519030272 60363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=1483428 CPUtime=1.13
/proc/9411/task/9420/stat : 9420 (java) R 9409 9411 9156 0 -1 64 2794 0 0 0 113 0 0 0 17 0 14 0 193395126 1519030272 60363 1992294400 134512640 134550932 4294956000 18446744073709551615 105496619 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=1483428 CPUtime=1.01
/proc/9411/task/9421/stat : 9421 (java) R 9409 9411 9156 0 -1 64 2721 0 0 0 100 1 0 0 16 0 14 0 193395126 1519030272 60363 1992294400 134512640 134550932 4294956000 18446744073709551615 106809925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9411/tid=9422] ppid=9409 vsize=1483428 CPUtime=0
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 193395126 1519030272 60363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=1483428 CPUtime=0
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 193395126 1519030272 60363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=1483428 CPUtime=0
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9156 0 -1 64 5 0 0 0 0 0 0 0 25 0 14 0 193395240 1519030272 60363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 348.34
Current children cumulated vsize (KiB) 1483428

Child status: 20
Real time (s): 346.389
CPU time (s): 348.446
CPU user time (s): 348.045
CPU system time (s): 0.400939
CPU usage (%): 100.594
Max. virtual memory (cumulated for all children) (KiB): 1484416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 348.045
system time used= 0.400939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65003
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8665
involuntary context switches= 1587

runsolver used 0.418936 second user time and 0.860869 second system time

The end

Launcher Data

Begin job on node14 at 2009-06-17 18:59:02
IDJOB=1884415
IDBENCH=71955
IDSOLVER=681
FILE ID=node14/1884415-1245257942
PBS_JOBID= 9372439
Free space on /tmp= 66360 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT_RACE08/cnf/cmu-bmc-longmult15.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884415-1245257942/watcher-1884415-1245257942 -o /tmp/evaluation-result-1884415-1245257942/solver-1884415-1245257942 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884415-1245257942.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e9758ba2e2b780b799e48ad52e1fffea
RANDOM SEED=338412043

node14.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1829288 kB
Buffers:         34860 kB
Cached:         140548 kB
SwapCached:       5132 kB
Active:          53400 kB
Inactive:       130300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829288 kB
SwapTotal:     4192956 kB
SwapFree:      4182004 kB
Dirty:             972 kB
Writeback:           0 kB
Mapped:          14408 kB
Slab:            28872 kB
Committed_AS:   205820 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node14 at 2009-06-17 19:04:48