Trace number 1855230

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 37.9502 34.18

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Icl2arity.ucl.opb
MD5SUMf83049a5e6f779c8a894a05e03ae7f50
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark2.38664
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23837
Total number of constraints67568
Number of constraints which are clauses64398
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3170
Minimum length of a constraint1
Maximum length of a constraint13
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 66
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
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.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1855230-1244870372.opb
0.22/0.22	c reading problem ... 
2.65/2.03	c ... done. Wall clock time 1.812s.
2.65/2.03	c #vars     23837
2.65/2.03	c #constraints  67568
2.65/2.03	c constraints type 
2.65/2.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43458
2.65/2.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20939
2.65/2.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3170
37.81/34.10	c starts		: 7
37.81/34.10	c conflicts		: 3130
37.81/34.10	c decisions		: 5762
37.81/34.10	c propagations		: 7616357
37.81/34.10	c inspects		: 31688196
37.81/34.10	c learnt literals	: 0
37.81/34.10	c learnt binary clauses	: 18
37.81/34.10	c learnt ternary clauses	: 16
37.81/34.10	c learnt clauses	: 3129
37.81/34.10	c ignored clauses	: 0
37.81/34.10	c root simplifications	: 0
37.81/34.10	c removed literals (reason simplification)	: 0
37.81/34.10	c reason swapping (by a shorter reason)	: 0
37.81/34.10	c Calls to reduceDB	: 0
37.81/34.10	c speed (assignments/second)	: 237536.08408183634
37.81/34.10	c non guided choices	1087
37.81/34.10	c learnt constraints type 
37.81/34.10	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 146
37.81/34.10	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 18
37.81/34.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2965
37.81/34.10	c constraints type 
37.81/34.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43458
37.81/34.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20939
37.91/34.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3170
37.91/34.10	s UNSATISFIABLE
37.91/34.10	c Total wall clock time (in seconds): 33.884

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-1855230-1244870372/watcher-1855230-1244870372 -o /tmp/evaluation-result-1855230-1244870372/solver-1855230-1244870372 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855230-1244870372.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: 0.99 0.98 0.99 3/65 9894
/proc/meminfo: memFree=724800/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=152 CPUtime=0
/proc/9894/stat : 9894 (java6) D 9892 9894 9337 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 154636675 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 9274148 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/9894/statm: 38 26 19 9 0 4 0

[startup+0.0940671 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 9894
/proc/meminfo: memFree=724800/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1470220 CPUtime=0.07
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 3516 0 1 0 5 2 0 0 18 0 7 0 154636675 1505505280 3261 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 367555 3261 1043 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.102066 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 9894
/proc/meminfo: memFree=724800/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1472584 CPUtime=0.08
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 3606 0 1 0 6 2 0 0 18 0 12 0 154636675 1507926016 3349 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 368146 3349 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302089 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 9894
/proc/meminfo: memFree=724800/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1475000 CPUtime=0.34
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 5139 0 1 0 31 3 0 0 18 0 12 0 154636675 1510400000 4876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 368750 4876 1353 9 0 366093 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475000

[startup+0.701135 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 9894
/proc/meminfo: memFree=724800/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1476164 CPUtime=1.06
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 6985 0 1 0 102 4 0 0 18 0 12 0 154636675 1511591936 6587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 369041 6587 1397 9 0 366384 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1476164

[startup+1.50122 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 9906
/proc/meminfo: memFree=690912/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1476512 CPUtime=2.04
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 21163 0 1 0 193 11 0 0 18 0 12 0 154636675 1511948288 20648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 369128 20648 1401 9 0 366471 0
[pid=9894/tid=9896] ppid=9892 vsize=1476512 CPUtime=1.28
/proc/9894/task/9896/stat : 9896 (java) R 9892 9894 9337 0 -1 64 19116 0 1 0 118 10 0 0 20 0 12 0 154636676 1511948288 20649 1992294400 134512640 134550932 4294956000 18446744073709551615 4109540106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9897] ppid=9892 vsize=1476512 CPUtime=0
/proc/9894/task/9897/stat : 9897 (java) S 9892 9894 9337 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 154636678 1511948288 20650 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9898] ppid=9892 vsize=1476512 CPUtime=0
/proc/9894/task/9898/stat : 9898 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 154636678 1511948288 20651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9899] ppid=9892 vsize=1476512 CPUtime=0
/proc/9894/task/9899/stat : 9899 (java) S 9892 9894 9337 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 154636679 1511948288 20652 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9900] ppid=9892 vsize=1476512 CPUtime=0
/proc/9894/task/9900/stat : 9900 (java) S 9892 9894 9337 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 154636680 1511948288 20653 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9901] ppid=9892 vsize=1476512 CPUtime=0
/proc/9894/task/9901/stat : 9901 (java) S 9892 9894 9337 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 154636680 1511948288 20654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9902] ppid=9892 vsize=1476512 CPUtime=0
/proc/9894/task/9902/stat : 9902 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 154636684 1511948288 20655 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9903] ppid=9892 vsize=1476512 CPUtime=0.37
/proc/9894/task/9903/stat : 9903 (java) S 9892 9894 9337 0 -1 64 450 0 0 0 37 0 0 0 16 0 12 0 154636684 1511948288 20656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9904] ppid=9892 vsize=1476512 CPUtime=0.36
/proc/9894/task/9904/stat : 9904 (java) S 9892 9894 9337 0 -1 64 854 0 0 0 36 0 0 0 17 0 12 0 154636684 1511948288 20657 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9905] ppid=9892 vsize=1476512 CPUtime=0
/proc/9894/task/9905/stat : 9905 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 154636684 1511948288 20658 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9906] ppid=9892 vsize=1476512 CPUtime=0
/proc/9894/task/9906/stat : 9906 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154636684 1511948288 20659 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1476512

[startup+3.10241 s]
/proc/loadavg: 0.99 0.98 0.99 5/78 9907
/proc/meminfo: memFree=600408/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1480776 CPUtime=4.7
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 38840 0 1 0 449 21 0 0 18 0 13 0 154636675 1516314624 36264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 370194 36264 1429 9 0 367537 0
[pid=9894/tid=9896] ppid=9892 vsize=1480776 CPUtime=2.61
/proc/9894/task/9896/stat : 9896 (java) R 9892 9894 9337 0 -1 64 30948 0 1 0 243 18 0 0 24 0 13 0 154636676 1516314624 36264 1992294400 134512640 134550932 4294956000 18446744073709551615 103830384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9897] ppid=9892 vsize=1480776 CPUtime=0.04
/proc/9894/task/9897/stat : 9897 (java) S 9892 9894 9337 0 -1 64 1284 0 0 0 4 0 0 0 16 0 13 0 154636678 1516314624 36264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9898] ppid=9892 vsize=1480776 CPUtime=0.05
/proc/9894/task/9898/stat : 9898 (java) S 9892 9894 9337 0 -1 64 1436 0 0 0 5 0 0 0 17 0 13 0 154636678 1516314624 36264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9899] ppid=9892 vsize=1480776 CPUtime=0
/proc/9894/task/9899/stat : 9899 (java) S 9892 9894 9337 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154636679 1516314624 36264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9900] ppid=9892 vsize=1480776 CPUtime=0
/proc/9894/task/9900/stat : 9900 (java) S 9892 9894 9337 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154636680 1516314624 36264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9901] ppid=9892 vsize=1480776 CPUtime=0
/proc/9894/task/9901/stat : 9901 (java) S 9892 9894 9337 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154636680 1516314624 36264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9902] ppid=9892 vsize=1480776 CPUtime=0
/proc/9894/task/9902/stat : 9902 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1516314624 36264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9903] ppid=9892 vsize=1480776 CPUtime=0.95
/proc/9894/task/9903/stat : 9903 (java) R 9892 9894 9337 0 -1 64 1969 0 0 0 95 0 0 0 18 0 13 0 154636684 1516314624 36264 1992294400 134512640 134550932 4294956000 18446744073709551615 105634596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9904] ppid=9892 vsize=1480776 CPUtime=0.99
/proc/9894/task/9904/stat : 9904 (java) R 9892 9894 9337 0 -1 64 2448 0 0 0 99 0 0 0 18 0 13 0 154636684 1516314624 36264 1992294400 134512640 134550932 4294956000 18446744073709551615 105575989 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9905] ppid=9892 vsize=1480776 CPUtime=0
/proc/9894/task/9905/stat : 9905 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1516314624 36264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9906] ppid=9892 vsize=1480776 CPUtime=0
/proc/9894/task/9906/stat : 9906 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154636684 1516314624 36264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9907] ppid=9892 vsize=1480776 CPUtime=0
/proc/9894/task/9907/stat : 9907 (java) S 9892 9894 9337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154636884 1516314624 36264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 1480776

[startup+6.30277 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 9907
/proc/meminfo: memFree=562584/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1489464 CPUtime=9.61
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 51458 0 1 0 934 27 0 0 18 0 13 0 154636675 1525211136 41767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 372366 41767 1434 9 0 369709 0
[pid=9894/tid=9896] ppid=9892 vsize=1489464 CPUtime=5.49
/proc/9894/task/9896/stat : 9896 (java) R 9892 9894 9337 0 -1 64 30989 0 1 0 531 18 0 0 25 0 13 0 154636676 1525211136 41767 1992294400 134512640 134550932 4294956000 18446744073709551615 4109830078 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9897] ppid=9892 vsize=1489464 CPUtime=0.17
/proc/9894/task/9897/stat : 9897 (java) S 9892 9894 9337 0 -1 64 2900 0 0 0 16 1 0 0 16 0 13 0 154636678 1525211136 41767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9898] ppid=9892 vsize=1489464 CPUtime=0.17
/proc/9894/task/9898/stat : 9898 (java) S 9892 9894 9337 0 -1 64 2950 0 0 0 16 1 0 0 17 0 13 0 154636678 1525211136 41767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9899] ppid=9892 vsize=1489464 CPUtime=0
/proc/9894/task/9899/stat : 9899 (java) S 9892 9894 9337 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 154636679 1525211136 41767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9900] ppid=9892 vsize=1489464 CPUtime=0
/proc/9894/task/9900/stat : 9900 (java) S 9892 9894 9337 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154636680 1525211136 41767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9901] ppid=9892 vsize=1489464 CPUtime=0
/proc/9894/task/9901/stat : 9901 (java) S 9892 9894 9337 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154636680 1525211136 41767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9902] ppid=9892 vsize=1489464 CPUtime=0
/proc/9894/task/9902/stat : 9902 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1525211136 41767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9903] ppid=9892 vsize=1489464 CPUtime=1.42
/proc/9894/task/9903/stat : 9903 (java) S 9892 9894 9337 0 -1 64 5281 0 0 0 140 2 0 0 16 0 13 0 154636684 1525211136 41767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9904] ppid=9892 vsize=1489464 CPUtime=2.32
/proc/9894/task/9904/stat : 9904 (java) S 9892 9894 9337 0 -1 64 8569 0 0 0 229 3 0 0 15 0 13 0 154636684 1525211136 41767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9905] ppid=9892 vsize=1489464 CPUtime=0
/proc/9894/task/9905/stat : 9905 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1525211136 41767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9906] ppid=9892 vsize=1489464 CPUtime=0
/proc/9894/task/9906/stat : 9906 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154636684 1525211136 41767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9907] ppid=9892 vsize=1489464 CPUtime=0
/proc/9894/task/9907/stat : 9907 (java) S 9892 9894 9337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154636884 1525211136 41767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.61
Current children cumulated vsize (KiB) 1489464

[startup+12.7025 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9907
/proc/meminfo: memFree=544472/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1487304 CPUtime=16.21
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 56982 0 1 0 1592 29 0 0 18 0 13 0 154636675 1522999296 46318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 371826 46318 1434 9 0 369169 0
[pid=9894/tid=9896] ppid=9892 vsize=1487304 CPUtime=11.69
/proc/9894/task/9896/stat : 9896 (java) R 9892 9894 9337 0 -1 64 30997 0 1 0 1151 18 0 0 18 0 13 0 154636676 1522999296 46318 1992294400 134512640 134550932 4294956000 18446744073709551615 4109829954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9897] ppid=9892 vsize=1487304 CPUtime=0.34
/proc/9894/task/9897/stat : 9897 (java) S 9892 9894 9337 0 -1 64 5023 0 0 0 32 2 0 0 16 0 13 0 154636678 1522999296 46318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9898] ppid=9892 vsize=1487304 CPUtime=0.34
/proc/9894/task/9898/stat : 9898 (java) S 9892 9894 9337 0 -1 64 6334 0 0 0 32 2 0 0 16 0 13 0 154636678 1522999296 46318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9899] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9899/stat : 9899 (java) S 9892 9894 9337 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 154636679 1522999296 46318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9900] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9900/stat : 9900 (java) S 9892 9894 9337 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154636680 1522999296 46318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9901] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9901/stat : 9901 (java) S 9892 9894 9337 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154636680 1522999296 46318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9902] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9902/stat : 9902 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1522999296 46318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9903] ppid=9892 vsize=1487304 CPUtime=1.42
/proc/9894/task/9903/stat : 9903 (java) S 9892 9894 9337 0 -1 64 5281 0 0 0 140 2 0 0 16 0 13 0 154636684 1522999296 46318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9904] ppid=9892 vsize=1487304 CPUtime=2.37
/proc/9894/task/9904/stat : 9904 (java) S 9892 9894 9337 0 -1 64 8569 0 0 0 234 3 0 0 17 0 13 0 154636684 1522999296 46318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9905] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9905/stat : 9905 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1522999296 46318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9906] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9906/stat : 9906 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154636684 1522999296 46318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9907] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9907/stat : 9907 (java) S 9892 9894 9337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154636884 1522999296 46318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.21
Current children cumulated vsize (KiB) 1487304

[startup+25.5029 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9907
/proc/meminfo: memFree=538712/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1487304 CPUtime=29.23
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 58360 0 1 0 2893 30 0 0 18 0 13 0 154636675 1522999296 47664 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 371826 47664 1434 9 0 369169 0
[pid=9894/tid=9896] ppid=9892 vsize=1487304 CPUtime=24.33
/proc/9894/task/9896/stat : 9896 (java) R 9892 9894 9337 0 -1 64 31340 0 1 0 2415 18 0 0 25 0 13 0 154636676 1522999296 47664 1992294400 134512640 134550932 4294956000 18446744073709551615 4109751427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9897] ppid=9892 vsize=1487304 CPUtime=0.46
/proc/9894/task/9897/stat : 9897 (java) S 9892 9894 9337 0 -1 64 5537 0 0 0 44 2 0 0 16 0 13 0 154636678 1522999296 47664 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9898] ppid=9892 vsize=1487304 CPUtime=0.47
/proc/9894/task/9898/stat : 9898 (java) S 9892 9894 9337 0 -1 64 6855 0 0 0 45 2 0 0 16 0 13 0 154636678 1522999296 47664 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9899] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9899/stat : 9899 (java) S 9892 9894 9337 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 154636679 1522999296 47664 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9900] ppid=9892 vsize=1487304 CPUtime=0

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

/proc/9894/task/9907/stat : 9907 (java) S 9892 9894 9337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154636884 1522999296 47664 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.23
Current children cumulated vsize (KiB) 1487304

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

[startup+28.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9907
/proc/meminfo: memFree=534424/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1487304 CPUtime=32.47
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 59444 0 1 0 3217 30 0 0 18 0 13 0 154636675 1522999296 48743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 371826 48743 1434 9 0 369169 0
[pid=9894/tid=9896] ppid=9892 vsize=1487304 CPUtime=27.49
/proc/9894/task/9896/stat : 9896 (java) R 9892 9894 9337 0 -1 64 32129 0 1 0 2731 18 0 0 18 0 13 0 154636676 1522999296 48743 1992294400 134512640 134550932 4294956000 18446744073709551615 4109763047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9897] ppid=9892 vsize=1487304 CPUtime=0.5
/proc/9894/task/9897/stat : 9897 (java) S 9892 9894 9337 0 -1 64 5677 0 0 0 48 2 0 0 16 0 13 0 154636678 1522999296 48743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9898] ppid=9892 vsize=1487304 CPUtime=0.51
/proc/9894/task/9898/stat : 9898 (java) S 9892 9894 9337 0 -1 64 7010 0 0 0 49 2 0 0 16 0 13 0 154636678 1522999296 48743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9899] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9899/stat : 9899 (java) S 9892 9894 9337 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 154636679 1522999296 48743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9900] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9900/stat : 9900 (java) S 9892 9894 9337 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154636680 1522999296 48743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9901] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9901/stat : 9901 (java) S 9892 9894 9337 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154636680 1522999296 48743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9902] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9902/stat : 9902 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1522999296 48743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9903] ppid=9892 vsize=1487304 CPUtime=1.42
/proc/9894/task/9903/stat : 9903 (java) S 9892 9894 9337 0 -1 64 5281 0 0 0 140 2 0 0 16 0 13 0 154636684 1522999296 48743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9904] ppid=9892 vsize=1487304 CPUtime=2.49
/proc/9894/task/9904/stat : 9904 (java) S 9892 9894 9337 0 -1 64 8569 0 0 0 246 3 0 0 17 0 13 0 154636684 1522999296 48743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9905] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9905/stat : 9905 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1522999296 48743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9906] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9906/stat : 9906 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154636684 1522999296 48743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9907] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9907/stat : 9907 (java) S 9892 9894 9337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154636884 1522999296 48743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.47
Current children cumulated vsize (KiB) 1487304

[startup+31.9067 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9907
/proc/meminfo: memFree=534040/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1487304 CPUtime=35.69
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 59548 0 1 0 3539 30 0 0 18 0 13 0 154636675 1522999296 48843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 371826 48843 1434 9 0 369169 0
[pid=9894/tid=9896] ppid=9892 vsize=1487304 CPUtime=30.67
/proc/9894/task/9896/stat : 9896 (java) R 9892 9894 9337 0 -1 64 32132 0 1 0 3049 18 0 0 22 0 13 0 154636676 1522999296 48843 1992294400 134512640 134550932 4294956000 18446744073709551615 4109830084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9897] ppid=9892 vsize=1487304 CPUtime=0.52
/proc/9894/task/9897/stat : 9897 (java) S 9892 9894 9337 0 -1 64 5706 0 0 0 50 2 0 0 16 0 13 0 154636678 1522999296 48843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9898] ppid=9892 vsize=1487304 CPUtime=0.53
/proc/9894/task/9898/stat : 9898 (java) S 9892 9894 9337 0 -1 64 7082 0 0 0 51 2 0 0 16 0 13 0 154636678 1522999296 48843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9899] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9899/stat : 9899 (java) S 9892 9894 9337 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 154636679 1522999296 48843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9900] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9900/stat : 9900 (java) S 9892 9894 9337 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154636680 1522999296 48843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9901] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9901/stat : 9901 (java) S 9892 9894 9337 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154636680 1522999296 48843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9902] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9902/stat : 9902 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1522999296 48843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9903] ppid=9892 vsize=1487304 CPUtime=1.42
/proc/9894/task/9903/stat : 9903 (java) S 9892 9894 9337 0 -1 64 5281 0 0 0 140 2 0 0 16 0 13 0 154636684 1522999296 48843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9904] ppid=9892 vsize=1487304 CPUtime=2.49
/proc/9894/task/9904/stat : 9904 (java) S 9892 9894 9337 0 -1 64 8569 0 0 0 246 3 0 0 17 0 13 0 154636684 1522999296 48843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9905] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9905/stat : 9905 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1522999296 48843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9906] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9906/stat : 9906 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154636684 1522999296 48843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9907] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9907/stat : 9907 (java) S 9892 9894 9337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154636884 1522999296 48843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.69
Current children cumulated vsize (KiB) 1487304

[startup+33.5028 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9907
/proc/meminfo: memFree=533912/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1487304 CPUtime=37.31
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 59630 0 1 0 3701 30 0 0 18 0 13 0 154636675 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 371826 48915 1434 9 0 369169 0
[pid=9894/tid=9896] ppid=9892 vsize=1487304 CPUtime=32.25
/proc/9894/task/9896/stat : 9896 (java) R 9892 9894 9337 0 -1 64 32134 0 1 0 3207 18 0 0 25 0 13 0 154636676 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4109830218 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9897] ppid=9892 vsize=1487304 CPUtime=0.54
/proc/9894/task/9897/stat : 9897 (java) S 9892 9894 9337 0 -1 64 5731 0 0 0 52 2 0 0 16 0 13 0 154636678 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9898] ppid=9892 vsize=1487304 CPUtime=0.55
/proc/9894/task/9898/stat : 9898 (java) S 9892 9894 9337 0 -1 64 7137 0 0 0 53 2 0 0 16 0 13 0 154636678 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9899] ppid=9892 vsize=1487304 CPUtime=0.01
/proc/9894/task/9899/stat : 9899 (java) S 9892 9894 9337 0 -1 64 33 0 0 0 1 0 0 0 16 0 13 0 154636679 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9900] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9900/stat : 9900 (java) S 9892 9894 9337 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154636680 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9901] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9901/stat : 9901 (java) S 9892 9894 9337 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154636680 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9902] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9902/stat : 9902 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9903] ppid=9892 vsize=1487304 CPUtime=1.42
/proc/9894/task/9903/stat : 9903 (java) S 9892 9894 9337 0 -1 64 5281 0 0 0 140 2 0 0 16 0 13 0 154636684 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9904] ppid=9892 vsize=1487304 CPUtime=2.49
/proc/9894/task/9904/stat : 9904 (java) S 9892 9894 9337 0 -1 64 8569 0 0 0 246 3 0 0 17 0 13 0 154636684 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9905] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9905/stat : 9905 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9906] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9906/stat : 9906 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154636684 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9907] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9907/stat : 9907 (java) S 9892 9894 9337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154636884 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.31
Current children cumulated vsize (KiB) 1487304

[startup+33.9029 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9907
/proc/meminfo: memFree=533912/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1487304 CPUtime=37.71
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 59630 0 1 0 3741 30 0 0 18 0 13 0 154636675 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 371826 48915 1434 9 0 369169 0
[pid=9894/tid=9896] ppid=9892 vsize=1487304 CPUtime=32.65
/proc/9894/task/9896/stat : 9896 (java) R 9892 9894 9337 0 -1 64 32134 0 1 0 3247 18 0 0 25 0 13 0 154636676 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4109655247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9897] ppid=9892 vsize=1487304 CPUtime=0.54
/proc/9894/task/9897/stat : 9897 (java) S 9892 9894 9337 0 -1 64 5731 0 0 0 52 2 0 0 16 0 13 0 154636678 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9898] ppid=9892 vsize=1487304 CPUtime=0.55
/proc/9894/task/9898/stat : 9898 (java) S 9892 9894 9337 0 -1 64 7137 0 0 0 53 2 0 0 16 0 13 0 154636678 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9899] ppid=9892 vsize=1487304 CPUtime=0.01
/proc/9894/task/9899/stat : 9899 (java) S 9892 9894 9337 0 -1 64 33 0 0 0 1 0 0 0 16 0 13 0 154636679 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9900] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9900/stat : 9900 (java) S 9892 9894 9337 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154636680 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9901] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9901/stat : 9901 (java) S 9892 9894 9337 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154636680 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9902] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9902/stat : 9902 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9903] ppid=9892 vsize=1487304 CPUtime=1.42
/proc/9894/task/9903/stat : 9903 (java) S 9892 9894 9337 0 -1 64 5281 0 0 0 140 2 0 0 16 0 13 0 154636684 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9904] ppid=9892 vsize=1487304 CPUtime=2.49
/proc/9894/task/9904/stat : 9904 (java) S 9892 9894 9337 0 -1 64 8569 0 0 0 246 3 0 0 17 0 13 0 154636684 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9905] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9905/stat : 9905 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154636684 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9906] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9906/stat : 9906 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154636684 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9907] ppid=9892 vsize=1487304 CPUtime=0
/proc/9894/task/9907/stat : 9907 (java) S 9892 9894 9337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154636884 1522999296 48915 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.71
Current children cumulated vsize (KiB) 1487304

[startup+34.1069 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9907
/proc/meminfo: memFree=533848/2055920 swapFree=4192044/4192956
[pid=9894] ppid=9892 vsize=1487628 CPUtime=37.91
/proc/9894/stat : 9894 (java) S 9892 9894 9337 0 -1 0 59640 0 1 0 3761 30 0 0 18 0 14 0 154636675 1523331072 48925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9894/statm: 371907 48925 1434 9 0 369250 0
[pid=9894/tid=9896] ppid=9892 vsize=1487628 CPUtime=32.84
/proc/9894/task/9896/stat : 9896 (java) S 9892 9894 9337 0 -1 64 32137 0 1 0 3266 18 0 0 25 0 14 0 154636676 1523331072 48925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9897] ppid=9892 vsize=1487628 CPUtime=0.54
/proc/9894/task/9897/stat : 9897 (java) S 9892 9894 9337 0 -1 64 5731 0 0 0 52 2 0 0 16 0 14 0 154636678 1523331072 48925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9898] ppid=9892 vsize=1487628 CPUtime=0.55
/proc/9894/task/9898/stat : 9898 (java) S 9892 9894 9337 0 -1 64 7137 0 0 0 53 2 0 0 16 0 14 0 154636678 1523331072 48925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9899] ppid=9892 vsize=1487628 CPUtime=0.01
/proc/9894/task/9899/stat : 9899 (java) S 9892 9894 9337 0 -1 64 33 0 0 0 1 0 0 0 16 0 14 0 154636679 1523331072 48925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9900] ppid=9892 vsize=1487628 CPUtime=0
/proc/9894/task/9900/stat : 9900 (java) S 9892 9894 9337 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 154636680 1523331072 48925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9901] ppid=9892 vsize=1487628 CPUtime=0
/proc/9894/task/9901/stat : 9901 (java) S 9892 9894 9337 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 154636680 1523331072 48925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9902] ppid=9892 vsize=1487628 CPUtime=0
/proc/9894/task/9902/stat : 9902 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 154636684 1523331072 48925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9903] ppid=9892 vsize=1487628 CPUtime=1.42
/proc/9894/task/9903/stat : 9903 (java) S 9892 9894 9337 0 -1 64 5281 0 0 0 140 2 0 0 16 0 14 0 154636684 1523331072 48925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9904] ppid=9892 vsize=1487628 CPUtime=2.49
/proc/9894/task/9904/stat : 9904 (java) S 9892 9894 9337 0 -1 64 8569 0 0 0 246 3 0 0 17 0 14 0 154636684 1523331072 48925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9905] ppid=9892 vsize=1487628 CPUtime=0
/proc/9894/task/9905/stat : 9905 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 154636684 1523331072 48925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9894/tid=9906] ppid=9892 vsize=1487628 CPUtime=0
/proc/9894/task/9906/stat : 9906 (java) S 9892 9894 9337 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 154636684 1523331072 48925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9894/tid=9907] ppid=9892 vsize=1487628 CPUtime=0
/proc/9894/task/9907/stat : 9907 (java) S 9892 9894 9337 0 -1 64 4 0 0 0 0 0 0 0 18 0 14 0 154636884 1523331072 48925 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.91
Current children cumulated vsize (KiB) 1487628

Child status: 20
Real time (s): 34.18
CPU time (s): 37.9502
CPU user time (s): 37.6163
CPU system time (s): 0.333949
CPU usage (%): 111.03
Max. virtual memory (cumulated for all children) (KiB): 1490232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.6163
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59648
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= 1535
involuntary context switches= 1246

runsolver used 0.040993 second user time and 0.108983 second system time

The end

Launcher Data

Begin job on node32 at 2009-06-13 07:19:32
IDJOB=1855230
IDBENCH=1466
IDSOLVER=681
FILE ID=node32/1855230-1244870372
PBS_JOBID= 9354361
Free space on /tmp= 66360 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Icl2arity.ucl.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-1855230-1244870372/watcher-1855230-1244870372 -o /tmp/evaluation-result-1855230-1244870372/solver-1855230-1244870372 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855230-1244870372.opb

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

MD5SUM BENCH= f83049a5e6f779c8a894a05e03ae7f50
RANDOM SEED=1255475096

node32.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:        725216 kB
Buffers:         75700 kB
Cached:        1156180 kB
SwapCached:        416 kB
Active:         323548 kB
Inactive:       922892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        725216 kB
SwapTotal:     4192956 kB
SwapFree:      4192044 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:          23776 kB
Slab:            70056 kB
Committed_AS:   120012 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node32 at 2009-06-13 07:20:07