Trace number 2662200

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.34 911.581

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-swath.opb
MD5SUM3553224658521cb15e26e6f30dd8f5c2
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9155
Total number of constraints884
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)423
Number of constraints which are nor clauses,nor cardinality constraints461
Minimum length of a constraint1
Maximum length of a constraint6754
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 16777216000000
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 66042304016951
Number of bits of the biggest sum of numbers46
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-2010 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.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
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.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662200-1276567707.opb
0.25/0.21	c reading problem ... 
2.29/1.56	c ... done. Wall clock time 1.349s.
2.29/1.56	c #vars     9155
2.29/1.56	c #constraints  987
2.29/1.56	c constraints type 
2.29/1.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
2.29/1.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 182
2.29/1.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 382
2.29/1.56	c constraints type 
2.29/1.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
2.29/1.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 182
2.29/1.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 382
98.75/50.22	c cleaning 2469 clauses out of 5001 with flag 5003/5003
143.80/73.08	c cleaning 4263 clauses out of 8532 with flag 11003/11003
194.18/98.55	c cleaning 5615 clauses out of 11267 with flag 18001/18001
250.99/127.23	c cleaning 6808 clauses out of 13651 with flag 26000/26000
310.59/157.47	c cleaning 7914 clauses out of 15843 with flag 35000/35000
378.23/191.70	c cleaning 8954 clauses out of 17929 with flag 45000/45000
459.69/232.87	c cleaning 9478 clauses out of 18975 with flag 55000/55000
525.78/266.26	c cleaning 9729 clauses out of 19497 with flag 65000/65000
591.17/299.33	c cleaning 9874 clauses out of 19768 with flag 75000/75000
660.43/334.40	c cleaning 9903 clauses out of 19894 with flag 85000/85000
730.22/370.67	c cleaning 9984 clauses out of 19991 with flag 95000/95000
808.86/410.37	c cleaning 9995 clauses out of 20009 with flag 105002/105002
864.59/438.56	c cleaning 9983 clauses out of 20012 with flag 115000/115000
959.41/486.43	c cleaning 9997 clauses out of 20029 with flag 125000/125000
1036.09/525.23	c cleaning 10014 clauses out of 20034 with flag 135002/135002
1110.29/562.76	c cleaning 9999 clauses out of 20019 with flag 145001/145001
1212.80/614.59	c cleaning 9986 clauses out of 20019 with flag 155000/155000
1298.42/657.89	c cleaning 9999 clauses out of 20034 with flag 165001/165001
1364.13/691.14	c cleaning 9996 clauses out of 20034 with flag 175000/175000
1430.78/724.86	c cleaning 10012 clauses out of 20039 with flag 185001/185001
1535.01/777.50	c cleaning 9992 clauses out of 20026 with flag 195000/195000
1642.82/831.91	c cleaning 9967 clauses out of 20035 with flag 205001/205001
1742.54/882.37	c cleaning 10015 clauses out of 20067 with flag 215000/215000
1800.03/911.43	c starts		: 119
1800.03/911.43	c conflicts		: 223550
1800.03/911.43	c decisions		: 1636991
1800.03/911.43	c propagations		: 57415155
1800.03/911.43	c inspects		: 94730450
1800.03/911.43	c learnt literals	: 2
1800.03/911.43	c learnt binary clauses	: 1
1800.03/911.43	c learnt ternary clauses	: 1
1800.03/911.43	c learnt clauses	: 223547
1800.03/911.43	c ignored clauses	: 0
1800.03/911.43	c root simplifications	: 0
1800.03/911.43	c removed literals (reason simplification)	: 5223644
1800.03/911.43	c reason swapping (by a shorter reason)	: 0
1800.03/911.43	c Calls to reduceDB	: 23
1800.03/911.43	c number of reductions to clauses (during analyze)	: 0
1800.03/911.43	c number of learned constraints concerned by reduction	: 0
1800.03/911.43	c number of learning phase by resolution	: 0
1800.03/911.43	c number of learning phase by cutting planes	: 0
1800.03/911.43	c speed (assignments/second)	: 63103.28512078781
1800.03/911.43	c non guided choices	1166
1800.23/911.54	c learnt constraints type 
1800.23/911.54	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18618
1800.23/911.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.23/911.54	c constraints type 
1800.23/911.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
1800.23/911.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 182
1800.23/911.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 382
1800.23/911.54	c constraints type 
1800.23/911.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
1800.23/911.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 182
1800.23/911.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 382
1800.23/911.54	s UNKNOWN
1800.23/911.54	c Total wall clock time (in seconds): 911.323

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-2662200-1276567707/watcher-2662200-1276567707 -o /tmp/evaluation-result-2662200-1276567707/solver-2662200-1276567707 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662200-1276567707.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 1.20 1/106 32276
/proc/meminfo: memFree=1834672/2059040 swapFree=4139744/4192956
[pid=32276] ppid=32274 vsize=1832 CPUtime=0
/proc/32276/stat : 32276 (java6) R 32274 32276 31213 0 -1 4194304 241 0 0 0 0 0 0 0 19 0 1 0 32372242 1875968 144 1992294400 134512640 134550932 4288105472 18446744073709551615 134528019 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32276/statm: 458 148 111 10 0 63 0

[startup+0.0425481 s]
/proc/loadavg: 1.00 1.00 1.20 1/106 32276
/proc/meminfo: memFree=1834672/2059040 swapFree=4139744/4192956
[pid=32276] ppid=32274 vsize=1520328 CPUtime=0.02
/proc/32276/stat : 32276 (java) S 32274 32276 31213 0 -1 4202496 3343 0 1 0 1 1 0 0 18 0 4 0 32372242 1556815872 2786 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32276/statm: 380082 2786 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101556 s]
/proc/loadavg: 1.00 1.00 1.20 1/106 32276
/proc/meminfo: memFree=1834672/2059040 swapFree=4139744/4192956
[pid=32276] ppid=32274 vsize=1524180 CPUtime=0.08
/proc/32276/stat : 32276 (java) S 32274 32276 31213 0 -1 4202496 3954 0 1 0 6 2 0 0 18 0 12 0 32372242 1560760320 3393 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32276/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300999 s]
/proc/loadavg: 1.00 1.00 1.20 1/106 32276
/proc/meminfo: memFree=1834672/2059040 swapFree=4139744/4192956
[pid=32276] ppid=32274 vsize=1526384 CPUtime=0.39
/proc/32276/stat : 32276 (java) S 32274 32276 31213 0 -1 4202496 5464 0 1 0 36 3 0 0 18 0 12 0 32372242 1563017216 4901 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32276/statm: 381596 4901 1360 10 0 378899 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526384

[startup+0.700004 s]
/proc/loadavg: 1.00 1.00 1.20 1/106 32276
/proc/meminfo: memFree=1834672/2059040 swapFree=4139744/4192956
[pid=32276] ppid=32274 vsize=1527456 CPUtime=1.18
/proc/32276/stat : 32276 (java) S 32274 32276 31213 0 -1 4202496 8341 0 1 0 113 5 0 0 18 0 12 0 32372242 1564114944 7647 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32276/statm: 381864 7647 1405 10 0 379167 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1527456

[startup+1.50102 s]
/proc/loadavg: 1.00 1.00 1.20 2/118 32288
/proc/meminfo: memFree=1781752/2059040 swapFree=4139744/4192956
[pid=32276] ppid=32274 vsize=1527560 CPUtime=2.29
/proc/32276/stat : 32276 (java) S 32274 32276 31213 0 -1 4202496 30934 0 1 0 214 15 0 0 18 0 12 0 32372242 1564221440 30042 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32276/statm: 381890 30043 1414 10 0 379193 0
[pid=32276/tid=32278] ppid=32274 vsize=1527560 CPUtime=1.46
/proc/32276/task/32278/stat : 32278 (java) R 32274 32276 31213 0 -1 4202560 28528 0 1 0 132 14 0 0 18 0 12 0 32372244 1564221440 30043 1992294400 134512640 134550932 4293280192 18446744073709551615 4109753405 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=1527560 CPUtime=0
/proc/32276/task/32279/stat : 32279 (java) S 32274 32276 31213 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 32372246 1564221440 30044 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32280] ppid=32274 vsize=1527560 CPUtime=0
/proc/32276/task/32280/stat : 32280 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 32372246 1564221440 30044 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32281] ppid=32274 vsize=1527560 CPUtime=0
/proc/32276/task/32281/stat : 32281 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32372247 1564221440 30044 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32282] ppid=32274 vsize=1527560 CPUtime=0
/proc/32276/task/32282/stat : 32282 (java) S 32274 32276 31213 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 32372248 1564221440 30045 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32283] ppid=32274 vsize=1527560 CPUtime=0
/proc/32276/task/32283/stat : 32283 (java) S 32274 32276 31213 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 32372248 1564221440 30045 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32284] ppid=32274 vsize=1527560 CPUtime=0
/proc/32276/task/32284/stat : 32284 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32372252 1564221440 30045 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32285] ppid=32274 vsize=1527560 CPUtime=0.4
/proc/32276/task/32285/stat : 32285 (java) S 32274 32276 31213 0 -1 4202560 301 0 0 0 40 0 0 0 21 0 12 0 32372252 1564221440 30046 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32286] ppid=32274 vsize=1527560 CPUtime=0.41
/proc/32276/task/32286/stat : 32286 (java) S 32274 32276 31213 0 -1 4202560 1040 0 0 0 41 0 0 0 22 0 12 0 32372252 1564221440 30046 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32287] ppid=32274 vsize=1527560 CPUtime=0
/proc/32276/task/32287/stat : 32287 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32372252 1564221440 30047 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32288] ppid=32274 vsize=1527560 CPUtime=0
/proc/32276/task/32288/stat : 32288 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32372252 1564221440 30048 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1527560

[startup+3.10104 s]
/proc/loadavg: 1.08 1.02 1.20 3/122 32292
/proc/meminfo: memFree=1690208/2059040 swapFree=4139744/4192956
[pid=32276] ppid=32274 vsize=1531804 CPUtime=5.41
/proc/32276/stat : 32276 (java) S 32274 32276 31213 0 -1 4202496 39317 0 1 0 521 20 0 0 18 0 16 0 32372242 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32276/statm: 382951 37821 1429 10 0 380254 0
[pid=32276/tid=32278] ppid=32274 vsize=1531804 CPUtime=1.53
/proc/32276/task/32278/stat : 32278 (java) S 32274 32276 31213 0 -1 4202560 30055 0 1 0 138 15 0 0 18 0 16 0 32372244 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=1531804 CPUtime=0.09
/proc/32276/task/32279/stat : 32279 (java) R 32274 32276 31213 0 -1 4202560 2621 0 0 0 8 1 0 0 18 0 16 0 32372246 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32276/tid=32280] ppid=32274 vsize=1531804 CPUtime=0.07
/proc/32276/task/32280/stat : 32280 (java) S 32274 32276 31213 0 -1 4202560 1596 0 0 0 7 0 0 0 18 0 16 0 32372246 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32281] ppid=32274 vsize=1531804 CPUtime=0
/proc/32276/task/32281/stat : 32281 (java) S 32274 32276 31213 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 32372247 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32282] ppid=32274 vsize=1531804 CPUtime=0
/proc/32276/task/32282/stat : 32282 (java) R 32274 32276 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32372248 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32276/tid=32283] ppid=32274 vsize=1531804 CPUtime=0
/proc/32276/task/32283/stat : 32283 (java) S 32274 32276 31213 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 32372248 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32284] ppid=32274 vsize=1531804 CPUtime=0
/proc/32276/task/32284/stat : 32284 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32372252 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32285] ppid=32274 vsize=1531804 CPUtime=0.72
/proc/32276/task/32285/stat : 32285 (java) R 32274 32276 31213 0 -1 4202560 712 0 0 0 72 0 0 0 19 0 16 0 32372252 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 105600546 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32276/tid=32286] ppid=32274 vsize=1531804 CPUtime=0.7
/proc/32276/task/32286/stat : 32286 (java) R 32274 32276 31213 0 -1 4202560 1951 0 0 0 70 0 0 0 20 0 16 0 32372252 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 104143461 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32276/tid=32287] ppid=32274 vsize=1531804 CPUtime=0
/proc/32276/task/32287/stat : 32287 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32372252 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32288] ppid=32274 vsize=1531804 CPUtime=0
/proc/32276/task/32288/stat : 32288 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32372252 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32289] ppid=32274 vsize=1531804 CPUtime=0.97
/proc/32276/task/32289/stat : 32289 (java) R 32274 32276 31213 0 -1 4202560 243 0 0 0 97 0 0 0 19 0 16 0 32372399 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4109312930 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32276/tid=32290] ppid=32274 vsize=1531804 CPUtime=1.24
/proc/32276/task/32290/stat : 32290 (java) R 32274 32276 31213 0 -1 4202560 1063 0 0 0 124 0 0 0 17 0 16 0 32372399 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4109318084 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32276/tid=32291] ppid=32274 vsize=1531804 CPUtime=0
/proc/32276/task/32291/stat : 32291 (java) S 32274 32276 31213 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 32372404 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32292] ppid=32274 vsize=1531804 CPUtime=0
/proc/32276/task/32292/stat : 32292 (java) S 32274 32276 31213 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 32372409 1568567296 37821 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 1531804

[startup+6.30108 s]
/proc/loadavg: 1.08 1.02 1.20 3/122 32292
/proc/meminfo: memFree=1684504/2059040 swapFree=4139744/4192956
[pid=32276] ppid=32274 vsize=1535128 CPUtime=11.75
/proc/32276/stat : 32276 (java) S 32274 32276 31213 0 -1 4202496 40567 0 1 0 1154 21 0 0 18 0 16 0 32372242 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32276/statm: 383782 38551 1432 10 0 381085 0
[pid=32276/tid=32278] ppid=32274 vsize=1535128 CPUtime=1.53
/proc/32276/task/32278/stat : 32278 (java) S 32274 32276 31213 0 -1 4202560 30055 0 1 0 138 15 0 0 18 0 16 0 32372244 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=1535128 CPUtime=0.09
/proc/32276/task/32279/stat : 32279 (java) S 32274 32276 31213 0 -1 4202560 2621 0 0 0 8 1 0 0 15 0 16 0 32372246 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32280] ppid=32274 vsize=1535128 CPUtime=0.07
/proc/32276/task/32280/stat : 32280 (java) S 32274 32276 31213 0 -1 4202560 1596 0 0 0 7 0 0 0 18 0 16 0 32372246 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32281] ppid=32274 vsize=1535128 CPUtime=0
/proc/32276/task/32281/stat : 32281 (java) S 32274 32276 31213 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 32372247 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32282] ppid=32274 vsize=1535128 CPUtime=0
/proc/32276/task/32282/stat : 32282 (java) S 32274 32276 31213 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32372248 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32283] ppid=32274 vsize=1535128 CPUtime=0
/proc/32276/task/32283/stat : 32283 (java) S 32274 32276 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32372248 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32284] ppid=32274 vsize=1535128 CPUtime=0
/proc/32276/task/32284/stat : 32284 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32372252 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32285] ppid=32274 vsize=1535128 CPUtime=1.39
/proc/32276/task/32285/stat : 32285 (java) S 32274 32276 31213 0 -1 4202560 1243 0 0 0 139 0 0 0 15 0 16 0 32372252 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32286] ppid=32274 vsize=1535128 CPUtime=1.42
/proc/32276/task/32286/stat : 32286 (java) S 32274 32276 31213 0 -1 4202560 2660 0 0 0 142 0 0 0 15 0 16 0 32372252 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32287] ppid=32274 vsize=1535128 CPUtime=0
/proc/32276/task/32287/stat : 32287 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32372252 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32288] ppid=32274 vsize=1535128 CPUtime=0
/proc/32276/task/32288/stat : 32288 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32372252 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32289] ppid=32274 vsize=1535128 CPUtime=3.15
/proc/32276/task/32289/stat : 32289 (java) R 32274 32276 31213 0 -1 4202560 245 0 0 0 315 0 0 0 23 0 16 0 32372399 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4110195461 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32276/tid=32290] ppid=32274 vsize=1535128 CPUtime=4.01
/proc/32276/task/32290/stat : 32290 (java) R 32274 32276 31213 0 -1 4202560 1067 0 0 0 401 0 0 0 20 0 16 0 32372399 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4109850972 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32276/tid=32291] ppid=32274 vsize=1535128 CPUtime=0
/proc/32276/task/32291/stat : 32291 (java) S 32274 32276 31213 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 32372404 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32292] ppid=32274 vsize=1535128 CPUtime=0
/proc/32276/task/32292/stat : 32292 (java) S 32274 32276 31213 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 32372409 1571971072 38551 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.75
Current children cumulated vsize (KiB) 1535128

[startup+12.7012 s]
/proc/loadavg: 1.15 1.03 1.21 3/122 32292
/proc/meminfo: memFree=1682644/2059040 swapFree=4139744/4192956
[pid=32276] ppid=32274 vsize=1537176 CPUtime=24.43
/proc/32276/stat : 32276 (java) S 32274 32276 31213 0 -1 4202496 41156 0 1 0 2422 21 0 0 18 0 16 0 32372242 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32276/statm: 384294 39086 1438 10 0 381597 0
[pid=32276/tid=32278] ppid=32274 vsize=1537176 CPUtime=1.53
/proc/32276/task/32278/stat : 32278 (java) S 32274 32276 31213 0 -1 4202560 30055 0 1 0 138 15 0 0 18 0 16 0 32372244 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=1537176 CPUtime=0.09
/proc/32276/task/32279/stat : 32279 (java) S 32274 32276 31213 0 -1 4202560 2621 0 0 0 8 1 0 0 15 0 16 0 32372246 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32280] ppid=32274 vsize=1537176 CPUtime=0.07
/proc/32276/task/32280/stat : 32280 (java) S 32274 32276 31213 0 -1 4202560 1596 0 0 0 7 0 0 0 18 0 16 0 32372246 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32281] ppid=32274 vsize=1537176 CPUtime=0
/proc/32276/task/32281/stat : 32281 (java) S 32274 32276 31213 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 32372247 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32282] ppid=32274 vsize=1537176 CPUtime=0
/proc/32276/task/32282/stat : 32282 (java) S 32274 32276 31213 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32372248 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32283] ppid=32274 vsize=1537176 CPUtime=0
/proc/32276/task/32283/stat : 32283 (java) S 32274 32276 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32372248 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32284] ppid=32274 vsize=1537176 CPUtime=0
/proc/32276/task/32284/stat : 32284 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32372252 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32285] ppid=32274 vsize=1537176 CPUtime=1.76
/proc/32276/task/32285/stat : 32285 (java) S 32274 32276 31213 0 -1 4202560 1803 0 0 0 176 0 0 0 15 0 16 0 32372252 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32286] ppid=32274 vsize=1537176 CPUtime=1.54
/proc/32276/task/32286/stat : 32286 (java) S 32274 32276 31213 0 -1 4202560 2674 0 0 0 154 0 0 0 15 0 16 0 32372252 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32287] ppid=32274 vsize=1537176 CPUtime=0
/proc/32276/task/32287/stat : 32287 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32372252 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32288] ppid=32274 vsize=1537176 CPUtime=0
/proc/32276/task/32288/stat : 32288 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32372252 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32289] ppid=32274 vsize=1537176 CPUtime=9.06
/proc/32276/task/32289/stat : 32289 (java) R 32274 32276 31213 0 -1 4202560 260 0 0 0 906 0 0 0 25 0 16 0 32372399 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4109858510 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32276/tid=32290] ppid=32274 vsize=1537176 CPUtime=10.29
/proc/32276/task/32290/stat : 32290 (java) R 32274 32276 31213 0 -1 4202560 1067 0 0 0 1029 0 0 0 25 0 16 0 32372399 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4109850706 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32276/tid=32291] ppid=32274 vsize=1537176 CPUtime=0
/proc/32276/task/32291/stat : 32291 (java) S 32274 32276 31213 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 32372404 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32292] ppid=32274 vsize=1537176 CPUtime=0
/proc/32276/task/32292/stat : 32292 (java) S 32274 32276 31213 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 32372409 1574068224 39086 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0

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

/proc/32276/task/32291/stat : 32291 (java) S 32274 32276 31213 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 32372404 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32292] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32292/stat : 32292 (java) S 32274 32276 31213 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 32372409 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1504.83
Current children cumulated vsize (KiB) 1538584

[startup+822.302 s]
/proc/loadavg: 2.12 2.04 1.72 3/122 32317
/proc/meminfo: memFree=1537316/2059040 swapFree=4139744/4192956
[pid=32276] ppid=32274 vsize=1538584 CPUtime=1623.78
/proc/32276/stat : 32276 (java) S 32274 32276 31213 0 -1 4202496 98151 0 1 0 162248 130 0 0 18 0 16 0 32372242 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32276/statm: 384646 74913 1444 10 0 381949 0
[pid=32276/tid=32278] ppid=32274 vsize=1538584 CPUtime=1.54
/proc/32276/task/32278/stat : 32278 (java) S 32274 32276 31213 0 -1 4202560 30063 0 1 0 139 15 0 0 15 0 16 0 32372244 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=1538584 CPUtime=7.4
/proc/32276/task/32279/stat : 32279 (java) S 32274 32276 31213 0 -1 4202560 19742 0 0 0 720 20 0 0 16 0 16 0 32372246 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32280] ppid=32274 vsize=1538584 CPUtime=7.33
/proc/32276/task/32280/stat : 32280 (java) S 32274 32276 31213 0 -1 4202560 20749 0 0 0 711 22 0 0 15 0 16 0 32372246 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32281] ppid=32274 vsize=1538584 CPUtime=5.7
/proc/32276/task/32281/stat : 32281 (java) S 32274 32276 31213 0 -1 4202560 14806 0 0 0 546 24 0 0 15 0 16 0 32372247 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32282] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32282/stat : 32282 (java) S 32274 32276 31213 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32372248 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32283] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32283/stat : 32283 (java) S 32274 32276 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32372248 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32284] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32284/stat : 32284 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32372252 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32285] ppid=32274 vsize=1538584 CPUtime=2.77
/proc/32276/task/32285/stat : 32285 (java) S 32274 32276 31213 0 -1 4202560 5083 0 0 0 275 2 0 0 15 0 16 0 32372252 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32286] ppid=32274 vsize=1538584 CPUtime=1.6
/proc/32276/task/32286/stat : 32286 (java) S 32274 32276 31213 0 -1 4202560 2674 0 0 0 160 0 0 0 16 0 16 0 32372252 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32287] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32287/stat : 32287 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32372252 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32288] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32288/stat : 32288 (java) S 32274 32276 31213 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 32372252 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32289] ppid=32274 vsize=1538584 CPUtime=798.45
/proc/32276/task/32289/stat : 32289 (java) R 32274 32276 31213 0 -1 4202560 1168 0 0 0 79822 23 0 0 25 0 16 0 32372399 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4109903487 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32276/tid=32290] ppid=32274 vsize=1538584 CPUtime=798.89
/proc/32276/task/32290/stat : 32290 (java) R 32274 32276 31213 0 -1 4202560 2739 0 0 0 79871 18 0 0 25 0 16 0 32372399 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4109658196 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32276/tid=32291] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32291/stat : 32291 (java) S 32274 32276 31213 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 32372404 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32292] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32292/stat : 32292 (java) S 32274 32276 31213 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 32372409 1575510016 74913 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1623.78
Current children cumulated vsize (KiB) 1538584

[startup+882.301 s]
/proc/loadavg: 2.08 2.04 1.74 3/122 32319
/proc/meminfo: memFree=1523552/2059040 swapFree=4139744/4192956
[pid=32276] ppid=32274 vsize=1538584 CPUtime=1742.54
/proc/32276/stat : 32276 (java) S 32274 32276 31213 0 -1 4202496 102286 0 1 0 174117 137 0 0 18 0 16 0 32372242 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32276/statm: 384646 78548 1444 10 0 381949 0
[pid=32276/tid=32278] ppid=32274 vsize=1538584 CPUtime=1.54
/proc/32276/task/32278/stat : 32278 (java) S 32274 32276 31213 0 -1 4202560 30064 0 1 0 139 15 0 0 15 0 16 0 32372244 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=1538584 CPUtime=7.95
/proc/32276/task/32279/stat : 32279 (java) S 32274 32276 31213 0 -1 4202560 21482 0 0 0 774 21 0 0 16 0 16 0 32372246 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32280] ppid=32274 vsize=1538584 CPUtime=7.87
/proc/32276/task/32280/stat : 32280 (java) S 32274 32276 31213 0 -1 4202560 23074 0 0 0 763 24 0 0 15 0 16 0 32372246 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32281] ppid=32274 vsize=1538584 CPUtime=5.98
/proc/32276/task/32281/stat : 32281 (java) S 32274 32276 31213 0 -1 4202560 14808 0 0 0 574 24 0 0 15 0 16 0 32372247 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32282] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32282/stat : 32282 (java) S 32274 32276 31213 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32372248 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32283] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32283/stat : 32283 (java) S 32274 32276 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32372248 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32284] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32284/stat : 32284 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32372252 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32285] ppid=32274 vsize=1538584 CPUtime=2.78
/proc/32276/task/32285/stat : 32285 (java) S 32274 32276 31213 0 -1 4202560 5083 0 0 0 276 2 0 0 15 0 16 0 32372252 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32286] ppid=32274 vsize=1538584 CPUtime=1.6
/proc/32276/task/32286/stat : 32286 (java) S 32274 32276 31213 0 -1 4202560 2674 0 0 0 160 0 0 0 16 0 16 0 32372252 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32287] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32287/stat : 32287 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32372252 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32288] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32288/stat : 32288 (java) S 32274 32276 31213 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 32372252 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32289] ppid=32274 vsize=1538584 CPUtime=857.33
/proc/32276/task/32289/stat : 32289 (java) R 32274 32276 31213 0 -1 4202560 1198 0 0 0 85708 25 0 0 25 0 16 0 32372399 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4110049301 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32276/tid=32290] ppid=32274 vsize=1538584 CPUtime=857.37
/proc/32276/task/32290/stat : 32290 (java) R 32274 32276 31213 0 -1 4202560 2774 0 0 0 85718 19 0 0 25 0 16 0 32372399 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4109696542 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32276/tid=32291] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32291/stat : 32291 (java) S 32274 32276 31213 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 32372404 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32292] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32292/stat : 32292 (java) S 32274 32276 31213 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 32372409 1575510016 78548 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1742.54
Current children cumulated vsize (KiB) 1538584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.402 s]
/proc/loadavg: 2.05 2.04 1.74 3/122 32319
/proc/meminfo: memFree=1523180/2059040 swapFree=4139744/4192956
[pid=32276] ppid=32274 vsize=1538584 CPUtime=1800.03
/proc/32276/stat : 32276 (java) S 32274 32276 31213 0 -1 4202496 102357 0 1 0 179862 141 0 0 18 0 16 0 32372242 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32276/statm: 384646 78558 1444 10 0 381949 0
[pid=32276/tid=32278] ppid=32274 vsize=1538584 CPUtime=1.54
/proc/32276/task/32278/stat : 32278 (java) S 32274 32276 31213 0 -1 4202560 30064 0 1 0 139 15 0 0 15 0 16 0 32372244 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=1538584 CPUtime=8.22
/proc/32276/task/32279/stat : 32279 (java) S 32274 32276 31213 0 -1 4202560 21492 0 0 0 800 22 0 0 16 0 16 0 32372246 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32280] ppid=32274 vsize=1538584 CPUtime=8.15
/proc/32276/task/32280/stat : 32280 (java) S 32274 32276 31213 0 -1 4202560 23076 0 0 0 791 24 0 0 15 0 16 0 32372246 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32281] ppid=32274 vsize=1538584 CPUtime=6.38
/proc/32276/task/32281/stat : 32281 (java) S 32274 32276 31213 0 -1 4202560 14810 0 0 0 612 26 0 0 15 0 16 0 32372247 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32282] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32282/stat : 32282 (java) S 32274 32276 31213 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32372248 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32283] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32283/stat : 32283 (java) S 32274 32276 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32372248 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32284] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32284/stat : 32284 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32372252 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32285] ppid=32274 vsize=1538584 CPUtime=2.79
/proc/32276/task/32285/stat : 32285 (java) S 32274 32276 31213 0 -1 4202560 5083 0 0 0 277 2 0 0 15 0 16 0 32372252 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32286] ppid=32274 vsize=1538584 CPUtime=1.6
/proc/32276/task/32286/stat : 32286 (java) S 32274 32276 31213 0 -1 4202560 2674 0 0 0 160 0 0 0 16 0 16 0 32372252 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32287] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32287/stat : 32287 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32372252 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32288] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32288/stat : 32288 (java) S 32274 32276 31213 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 16 0 32372252 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32289] ppid=32274 vsize=1538584 CPUtime=885.77
/proc/32276/task/32289/stat : 32289 (java) R 32274 32276 31213 0 -1 4202560 1218 0 0 0 88550 27 0 0 25 0 16 0 32372399 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4110301883 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32276/tid=32290] ppid=32274 vsize=1538584 CPUtime=885.48
/proc/32276/task/32290/stat : 32290 (java) R 32274 32276 31213 0 -1 4202560 2809 0 0 0 88529 19 0 0 25 0 16 0 32372399 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4110073132 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32276/tid=32291] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32291/stat : 32291 (java) S 32274 32276 31213 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 32372404 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32292] ppid=32274 vsize=1538584 CPUtime=0
/proc/32276/task/32292/stat : 32292 (java) S 32274 32276 31213 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 32372409 1575510016 78558 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1538584

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+911.516 s]
/proc/loadavg: 2.05 2.04 1.74 3/122 32319
/proc/meminfo: memFree=1523180/2059040 swapFree=4139744/4192956
[pid=32276] ppid=32274 vsize=1539232 CPUtime=1800.23
/proc/32276/stat : 32276 (java) S 32274 32276 31213 0 -1 4202496 102533 0 1 0 179882 141 0 0 18 0 18 0 32372242 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32276/statm: 384808 78709 1446 10 0 382111 0
[pid=32276/tid=32278] ppid=32274 vsize=1539232 CPUtime=1.54
/proc/32276/task/32278/stat : 32278 (java) S 32274 32276 31213 0 -1 4202560 30064 0 1 0 139 15 0 0 15 0 18 0 32372244 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=1539232 CPUtime=8.23
/proc/32276/task/32279/stat : 32279 (java) S 32274 32276 31213 0 -1 4202560 21583 0 0 0 801 22 0 0 15 0 18 0 32372246 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32280] ppid=32274 vsize=1539232 CPUtime=8.16
/proc/32276/task/32280/stat : 32280 (java) S 32274 32276 31213 0 -1 4202560 23139 0 0 0 792 24 0 0 16 0 18 0 32372246 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32281] ppid=32274 vsize=1539232 CPUtime=6.38
/proc/32276/task/32281/stat : 32281 (java) S 32274 32276 31213 0 -1 4202560 14810 0 0 0 612 26 0 0 15 0 18 0 32372247 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32282] ppid=32274 vsize=1539232 CPUtime=0
/proc/32276/task/32282/stat : 32282 (java) S 32274 32276 31213 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 32372248 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32283] ppid=32274 vsize=1539232 CPUtime=0
/proc/32276/task/32283/stat : 32283 (java) S 32274 32276 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 32372248 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32284] ppid=32274 vsize=1539232 CPUtime=0
/proc/32276/task/32284/stat : 32284 (java) S 32274 32276 31213 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 18 0 32372252 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32285] ppid=32274 vsize=1539232 CPUtime=2.79
/proc/32276/task/32285/stat : 32285 (java) S 32274 32276 31213 0 -1 4202560 5086 0 0 0 277 2 0 0 15 0 18 0 32372252 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32286] ppid=32274 vsize=1539232 CPUtime=1.61
/proc/32276/task/32286/stat : 32286 (java) R 32274 32276 31213 0 -1 4202560 2674 0 0 0 161 0 0 0 15 0 18 0 32372252 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 106495552 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32276/tid=32287] ppid=32274 vsize=1539232 CPUtime=0
/proc/32276/task/32287/stat : 32287 (java) S 32274 32276 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 32372252 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32288] ppid=32274 vsize=1539232 CPUtime=0
/proc/32276/task/32288/stat : 32288 (java) S 32274 32276 31213 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 18 0 32372252 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 1 0 0 0
[pid=32276/tid=32289] ppid=32274 vsize=1539232 CPUtime=885.84
/proc/32276/task/32289/stat : 32289 (java) R 32274 32276 31213 0 -1 4202560 1218 0 0 0 88557 27 0 0 25 0 18 0 32372399 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4110022856 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32276/tid=32290] ppid=32274 vsize=1539232 CPUtime=885.57
/proc/32276/task/32290/stat : 32290 (java) R 32274 32276 31213 0 -1 4202560 2809 0 0 0 88538 19 0 0 25 0 18 0 32372399 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4109858555 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32276/tid=32291] ppid=32274 vsize=1539232 CPUtime=0
/proc/32276/task/32291/stat : 32291 (java) S 32274 32276 31213 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 32372404 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
[pid=32276/tid=32292] ppid=32274 vsize=1539232 CPUtime=0
/proc/32276/task/32292/stat : 32292 (java) S 32274 32276 31213 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 32372409 1576173568 78709 1992294400 134512640 134550932 4293280192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878274752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1539232

Child status: 143
Real time (s): 911.581
CPU time (s): 1800.34
CPU user time (s): 1798.89
CPU system time (s): 1.44778
CPU usage (%): 197.496
Max. virtual memory (cumulated for all children) (KiB): 1541152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.44778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102538
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= 42359
involuntary context switches= 60699

runsolver used 4.29535 second user time and 8.46571 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-15 04:08:27
IDJOB=2662200
IDBENCH=2511
IDSOLVER=1166
FILE ID=node013/2662200-1276567707
PBS_JOBID= 11173502
Free space on /tmp= 62548 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-swath.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662200-1276567707/watcher-2662200-1276567707 -o /tmp/evaluation-result-2662200-1276567707/solver-2662200-1276567707 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662200-1276567707.opb

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

MD5SUM BENCH= 3553224658521cb15e26e6f30dd8f5c2
RANDOM SEED=1455354994

node013.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.253
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.50
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.253
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1835068 kB
Buffers:         36500 kB
Cached:         106124 kB
SwapCached:       6440 kB
Active:          74840 kB
Inactive:        81300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1835068 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:            1768 kB
Writeback:           0 kB
AnonPages:       11868 kB
Mapped:          13020 kB
Slab:            46004 kB
PageTables:       3920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181336 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62548 MiB
End job on node013 at 2010-06-15 04:23:41