Trace number 4109013

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 PB 2.3.6 Resolution PB16? (TO) 1800 1789.96

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-181.opb
MD5SUM5f261e01a77e00c07db405ec3b956be4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables335161
Total number of constraints7866877
Number of constraints which are clauses7067313
Number of constraints which are cardinality constraints (but not clauses)24643
Number of constraints which are nor clauses,nor cardinality constraints774921
Minimum length of a constraint2
Maximum length of a constraint2580
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2581
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4109013-1466293471.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
62.26/53.80	c ... done. Wall clock time 53.694s.
62.26/53.80	c declared #vars     335161
62.26/53.80	c #constraints  7879220
62.26/53.80	c constraints type 
62.26/53.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5436842
62.26/53.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 24644
62.26/53.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1642813
62.26/53.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 774921
62.26/53.80	c 7879220 constraints processed.
69.79/60.95	c cleaning 2495 clauses out of 5004 with flag 29526/5004
76.32/67.37	c cleaning 4251 clauses out of 8508 with flag 70421/11003
83.11/74.19	c cleaning 5622 clauses out of 11255 with flag 118734/18001
92.45/83.47	c cleaning 6806 clauses out of 13634 with flag 177356/26002
122.38/112.94	c cleaning 7900 clauses out of 15827 with flag 240273/35001
151.06/141.13	c cleaning 8945 clauses out of 17926 with flag 317347/45000
181.17/171.29	c cleaning 9975 clauses out of 19981 with flag 395578/56000
213.68/203.71	c cleaning 10985 clauses out of 22006 with flag 484385/68000
246.97/237.07	c cleaning 11990 clauses out of 24021 with flag 577624/81000
286.58/276.66	c cleaning 12997 clauses out of 26031 with flag 673909/95000
325.98/316.02	c cleaning 13994 clauses out of 28034 with flag 771506/110000
374.18/364.27	c cleaning 15001 clauses out of 30041 with flag 888375/126001
426.58/416.65	c cleaning 16002 clauses out of 32040 with flag 1020729/143001
478.69/468.78	c cleaning 16996 clauses out of 34037 with flag 1163347/161000
531.99/522.04	c cleaning 18000 clauses out of 36043 with flag 1323712/180002
584.29/574.32	c cleaning 18993 clauses out of 38041 with flag 1494424/200000
640.09/630.16	c cleaning 20005 clauses out of 40048 with flag 1678122/221000
702.39/692.47	c cleaning 21000 clauses out of 42043 with flag 1866705/243000
769.29/759.36	c cleaning 21999 clauses out of 44043 with flag 2059944/266000
880.08/870.03	c cleaning 23011 clauses out of 46044 with flag 5468298/290000
968.28/958.23	c cleaning 24007 clauses out of 48033 with flag 7370242/315000
1001.88/991.88	c cleaning 25005 clauses out of 50028 with flag 7560115/341002
1261.17/1251.15	c cleaning 26011 clauses out of 52021 with flag 10684315/368000
1387.76/1377.76	c cleaning 27006 clauses out of 54011 with flag 14255704/396001
1428.77/1418.76	c cleaning 27951 clauses out of 56004 with flag 14443385/425000
1500.07/1490.01	c cleaning 29011 clauses out of 58054 with flag 16072413/455001
1620.69/1610.67	c cleaning 29958 clauses out of 60042 with flag 18252292/486000
1761.20/1751.19	c cleaning 31042 clauses out of 62084 with flag 21072517/518000
1800.00/1789.91	c starts		: 687
1800.00/1789.91	c conflicts		: 532008
1800.00/1789.91	c decisions		: 48177278
1800.00/1789.91	c propagations		: 3304894276
1800.00/1789.91	c inspects		: 15063495164
1800.00/1789.91	c shortcuts		: 0
1800.00/1789.91	c learnt literals	: 0
1800.00/1789.91	c learnt binary clauses	: 449
1800.00/1789.91	c learnt ternary clauses	: 1928
1800.00/1789.91	c learnt constraints	: 532008
1800.00/1789.91	c ignored constraints	: 0
1800.00/1789.91	c root simplifications	: 0
1800.00/1789.91	c removed literals (reason simplification)	: 0
1800.00/1789.91	c reason swapping (by a shorter reason)	: 0
1800.00/1789.91	c Calls to reduceDB	: 28
1800.00/1789.91	c Number of update (reduction) of LBD	: 289754
1800.00/1789.91	c Imported unit clauses	: 0
1800.00/1789.91	c number of reductions to clauses (during analyze)	: 0
1800.00/1789.91	c number of learned constraints concerned by reduction	: 0
1800.00/1789.91	c number of learning phase by resolution	: 0
1800.00/1789.91	c number of learning phase by cutting planes	: 0
1800.00/1789.91	c speed (assignments/second)	: 1903680.5408350881
1800.00/1789.91	c non guided choices	10503277
1800.00/1789.92	c timeout
1800.00/1789.93	c learnt constraints type 
1800.00/1789.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 449
1800.00/1789.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 44602
1800.00/1789.93	s UNKNOWN
1800.00/1789.93	c Total wall clock time (in seconds): 1789.829

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109013-1466293471/watcher-4109013-1466293471 -o /tmp/evaluation-result-4109013-1466293471/solver-4109013-1466293471 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466293471-15866 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109013-1466293471.opb 

pid=15976
running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.28 2.27 2.34 4/194 15979
/proc/meminfo: memFree=29883804/32872528 swapFree=1200228/1314692
[pid=15979] ppid=15976 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15979/stat : 15979 (java) S 15976 15979 8258 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 31394454 98570240 977 33554432000 1073741824 1073778376 140735554076480 140735554067616 252266446909 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15979/statm: 24065 977 743 9 0 16771 0
[pid=15979/tid=15980] ppid=15976 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15980/stat : 15980 (java) R 15976 15979 8258 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 31394454 98570240 977 33554432000 1073741824 1073778376 140735554076480 140278717054504 252263089536 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10012 s]
/proc/loadavg: 2.28 2.27 2.34 4/194 15979
/proc/meminfo: memFree=29883804/32872528 swapFree=1200228/1314692
[pid=15979] ppid=15976 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/15979/stat : 15979 (java) S 15976 15979 8258 0 -1 4202496 4434 0 1 0 9 1 0 0 20 0 18 0 31394454 9787879424 6059 33554432000 1073741824 1073778376 140735554076480 140735554067616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15979/statm: 2389619 6064 2146 9 0 2380296 0
[pid=15979/tid=15980] ppid=15976 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15979/task/15980/stat : 15980 (java) R 15976 15979 8258 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 31394454 9787879424 6067 33554432000 1073741824 1073778376 140735554076480 140278717057952 252266472717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200293 s]
/proc/loadavg: 2.28 2.27 2.34 4/194 15979
/proc/meminfo: memFree=29883804/32872528 swapFree=1200228/1314692
[pid=15979] ppid=15976 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/15979/stat : 15979 (java) S 15976 15979 8258 0 -1 4202496 4800 0 1 0 24 2 0 0 20 0 18 0 31394454 9787879424 13518 33554432000 1073741824 1073778376 140735554076480 140735554067616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15979/statm: 2389619 13518 2211 9 0 2380296 0
[pid=15979/tid=15980] ppid=15976 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/15979/task/15980/stat : 15980 (java) R 15976 15979 8258 0 -1 4202560 2409 0 1 0 16 1 0 0 20 0 18 0 31394454 9787879424 13518 33554432000 1073741824 1073778376 140735554076480 140278717059192 140278547674704 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 2.28 2.27 2.34 4/194 15979
/proc/meminfo: memFree=29883804/32872528 swapFree=1200228/1314692
[pid=15979] ppid=15976 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/15979/stat : 15979 (java) S 15976 15979 8258 0 -1 4202496 6106 0 1 0 45 2 0 0 20 0 18 0 31394454 9787879424 19413 33554432000 1073741824 1073778376 140735554076480 140735554067616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15979/statm: 2389619 19414 2232 9 0 2380296 0
[pid=15979/tid=15980] ppid=15976 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/15979/task/15980/stat : 15980 (java) R 15976 15979 8258 0 -1 4202560 2419 0 1 0 25 2 0 0 20 0 18 0 31394454 9787879424 19414 33554432000 1073741824 1073778376 140735554076480 140278717059192 140278724824154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700228 s]
/proc/loadavg: 2.28 2.27 2.34 4/194 15979
/proc/meminfo: memFree=29883804/32872528 swapFree=1200228/1314692
[pid=15979] ppid=15976 vsize=9558476 CPUtime=1.15 cores=0,2,4,6
/proc/15979/stat : 15979 (java) S 15976 15979 8258 0 -1 4202496 7508 0 1 0 109 6 0 0 20 0 18 0 31394454 9787879424 73075 33554432000 1073741824 1073778376 140735554076480 140735554067616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15979/statm: 2389619 73075 2263 9 0 2380296 0
[pid=15979/tid=15980] ppid=15976 vsize=9558476 CPUtime=0.66 cores=0,2,4,6
/proc/15979/task/15980/stat : 15980 (java) S 15976 15979 8258 0 -1 4202560 2518 0 1 0 62 4 0 0 20 0 18 0 31394454 9787879424 73587 33554432000 1073741824 1073778376 140735554076480 140278717058664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.28 2.27 2.34 4/212 15997
/proc/meminfo: memFree=29560688/32872528 swapFree=1200228/1314692
[pid=15979] ppid=15976 vsize=9558476 CPUtime=2.21 cores=0,2,4,6
/proc/15979/stat : 15979 (java) S 15976 15979 8258 0 -1 4202496 9387 0 1 0 209 12 0 0 20 0 18 0 31394454 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140735554067616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15979/statm: 2389619 145026 2263 9 0 2380296 0
[pid=15979/tid=15980] ppid=15976 vsize=9558476 CPUtime=1.37 cores=0,2,4,6
/proc/15979/task/15980/stat : 15980 (java) R 15976 15979 8258 0 -1 4202560 2636 0 1 0 130 7 0 0 20 0 18 0 31394454 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278717058616 140278548020830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15982] ppid=15976 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15979/task/15982/stat : 15982 (java) S 15976 15979 8258 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 31394455 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278678551208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15983] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15983/stat : 15983 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31394455 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278677498664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15984] ppid=15976 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15979/task/15984/stat : 15984 (java) S 15976 15979 8258 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 31394455 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278676446120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15985] ppid=15976 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15979/task/15985/stat : 15985 (java) S 15976 15979 8258 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 31394455 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278675393576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15986] ppid=15976 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/15979/task/15986/stat : 15986 (java) S 15976 15979 8258 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 18 0 31394455 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278674340008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15987] ppid=15976 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/15979/task/15987/stat : 15987 (java) S 15976 15979 8258 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 18 0 31394455 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278673287464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15988] ppid=15976 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15979/task/15988/stat : 15988 (java) S 15976 15979 8258 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 31394455 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278672234920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15989] ppid=15976 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/15979/task/15989/stat : 15989 (java) S 15976 15979 8258 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 31394455 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278671182376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15990] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15990/stat : 15990 (java) S 15976 15979 8258 0 -1 4202560 445 0 0 0 0 0 0 0 20 0 18 0 31394456 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278541290088 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15991] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15991/stat : 15991 (java) S 15976 15979 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31394457 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278540236408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15992] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15992/stat : 15992 (java) S 15976 15979 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31394457 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278539183752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15993] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15993/stat : 15993 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31394459 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278538132496 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15994] ppid=15976 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/15979/task/15994/stat : 15994 (java) S 15976 15979 8258 0 -1 4202560 3200 0 0 0 29 0 0 0 20 0 18 0 31394459 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278537078840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15995] ppid=15976 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/15979/task/15995/stat : 15995 (java) S 15976 15979 8258 0 -1 4202560 1744 0 0 0 23 0 0 0 20 0 18 0 31394459 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278536026296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15996] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15996/stat : 15996 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31394459 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278534973944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15997] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15997/stat : 15997 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31394459 9787879424 145026 33554432000 1073741824 1073778376 140735554076480 140278533921608 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 2.28 2.27 2.34 3/212 15997
/proc/meminfo: memFree=29006616/32872528 swapFree=1200228/1314692
[pid=15979] ppid=15976 vsize=9558476 CPUtime=4.15 cores=0,2,4,6
/proc/15979/stat : 15979 (java) S 15976 15979 8258 0 -1 4202496 10957 0 1 0 387 28 0 0 20 0 18 0 31394454 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140735554067616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15979/statm: 2389619 285444 2263 9 0 2380296 0
[pid=15979/tid=15980] ppid=15976 vsize=9558476 CPUtime=2.85 cores=0,2,4,6
/proc/15979/task/15980/stat : 15980 (java) R 15976 15979 8258 0 -1 4202560 2869 0 1 0 270 15 0 0 20 0 18 0 31394454 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278717058520 252266472717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15982] ppid=15976 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/15979/task/15982/stat : 15982 (java) S 15976 15979 8258 0 -1 4202560 69 0 0 0 7 1 0 0 20 0 18 0 31394455 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278678551208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15983] ppid=15976 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/15979/task/15983/stat : 15983 (java) S 15976 15979 8258 0 -1 4202560 143 0 0 0 3 0 0 0 20 0 18 0 31394455 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278677498664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15984] ppid=15976 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/15979/task/15984/stat : 15984 (java) S 15976 15979 8258 0 -1 4202560 138 0 0 0 7 1 0 0 20 0 18 0 31394455 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278676446120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15985] ppid=15976 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15979/task/15985/stat : 15985 (java) S 15976 15979 8258 0 -1 4202560 126 0 0 0 5 2 0 0 20 0 18 0 31394455 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278675393576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15986] ppid=15976 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/15979/task/15986/stat : 15986 (java) S 15976 15979 8258 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 18 0 31394455 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278674340008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15987] ppid=15976 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15979/task/15987/stat : 15987 (java) S 15976 15979 8258 0 -1 4202560 132 0 0 0 8 1 0 0 20 0 18 0 31394455 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278673287464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15988] ppid=15976 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/15979/task/15988/stat : 15988 (java) S 15976 15979 8258 0 -1 4202560 107 0 0 0 6 2 0 0 20 0 18 0 31394455 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278672234920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15989] ppid=15976 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15979/task/15989/stat : 15989 (java) S 15976 15979 8258 0 -1 4202560 137 0 0 0 5 2 0 0 20 0 18 0 31394455 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278671182376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15990] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15990/stat : 15990 (java) S 15976 15979 8258 0 -1 4202560 953 0 0 0 0 0 0 0 20 0 18 0 31394456 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278541290088 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15991] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15991/stat : 15991 (java) S 15976 15979 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31394457 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278540236408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15992] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15992/stat : 15992 (java) S 15976 15979 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31394457 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278539183752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15993] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15993/stat : 15993 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31394459 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278538132496 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15994] ppid=15976 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/15979/task/15994/stat : 15994 (java) S 15976 15979 8258 0 -1 4202560 3268 0 0 0 33 0 0 0 20 0 18 0 31394459 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278537078840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15995] ppid=15976 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/15979/task/15995/stat : 15995 (java) S 15976 15979 8258 0 -1 4202560 1744 0 0 0 23 0 0 0 20 0 18 0 31394459 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278536026296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15996] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15996/stat : 15996 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31394459 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278534973944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15997] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15997/stat : 15997 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31394459 9787879424 285444 33554432000 1073741824 1073778376 140735554076480 140278533921608 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9558476

[startup+6.30084 s]
/proc/loadavg: 2.50 2.31 2.36 10/212 15997
/proc/meminfo: memFree=27683904/32872528 swapFree=1200228/1314692
[pid=15979] ppid=15976 vsize=9558476 CPUtime=7.71 cores=0,2,4,6
/proc/15979/stat : 15979 (java) S 15976 15979 8258 0 -1 4202496 12514 0 1 0 720 51 0 0 20 0 18 0 31394454 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140735554067616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15979/statm: 2389619 553089 2263 9 0 2380296 0
[pid=15979/tid=15980] ppid=15976 vsize=9558476 CPUtime=5.92 cores=0,2,4,6
/proc/15979/task/15980/stat : 15980 (java) R 15976 15979 8258 0 -1 4202560 3720 0 1 0 563 29 0 0 20 0 18 0 31394454 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278717050848 140278548054287 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15982] ppid=15976 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/15979/task/15982/stat : 15982 (java) S 15976 15979 8258 0 -1 4202560 185 0 0 0 17 3 0 0 20 0 18 0 31394455 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278678551208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15983] ppid=15976 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15979/task/15983/stat : 15983 (java) S 15976 15979 8258 0 -1 4202560 170 0 0 0 5 2 0 0 20 0 18 0 31394455 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278677498664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15984] ppid=15976 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/15979/task/15984/stat : 15984 (java) S 15976 15979 8258 0 -1 4202560 161 0 0 0 11 3 0 0 20 0 18 0 31394455 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278676446120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15985] ppid=15976 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/15979/task/15985/stat : 15985 (java) S 15976 15979 8258 0 -1 4202560 138 0 0 0 8 2 0 0 20 0 18 0 31394455 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278675393576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15986] ppid=15976 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/15979/task/15986/stat : 15986 (java) S 15976 15979 8258 0 -1 4202560 80 0 0 0 8 2 0 0 20 0 18 0 31394455 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278674340008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15987] ppid=15976 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/15979/task/15987/stat : 15987 (java) S 15976 15979 8258 0 -1 4202560 197 0 0 0 13 3 0 0 20 0 18 0 31394455 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278673287464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15988] ppid=15976 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/15979/task/15988/stat : 15988 (java) S 15976 15979 8258 0 -1 4202560 140 0 0 0 13 3 0 0 20 0 18 0 31394455 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278672234920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15989] ppid=15976 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/15979/task/15989/stat : 15989 (java) S 15976 15979 8258 0 -1 4202560 176 0 0 0 8 3 0 0 20 0 18 0 31394455 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278671182376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15990] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15990/stat : 15990 (java) S 15976 15979 8258 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 31394456 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278541290088 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15991] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15991/stat : 15991 (java) S 15976 15979 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31394457 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278540236408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15992] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15992/stat : 15992 (java) S 15976 15979 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31394457 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278539183752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15993] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15993/stat : 15993 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31394459 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278538132496 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15994] ppid=15976 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/15979/task/15994/stat : 15994 (java) S 15976 15979 8258 0 -1 4202560 3290 0 0 0 35 0 0 0 20 0 18 0 31394459 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278537078840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15995] ppid=15976 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/15979/task/15995/stat : 15995 (java) S 15976 15979 8258 0 -1 4202560 1744 0 0 0 23 0 0 0 20 0 18 0 31394459 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278536026296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15996] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15996/stat : 15996 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31394459 9787879424 553089 33554432000 1073741824 1073778376 140735554076480 140278534973944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15997] ppid=15976 vsize=9558476 CPUtime=0 cores=0,2,4,6

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

[pid=15979/tid=15999] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15999/stat : 15999 (java) S 15976 15979 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31399840 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278532818216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1672.4
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.17 1.21 1.48 2/188 16095
/proc/meminfo: memFree=26388484/32872528 swapFree=1200228/1314692
[pid=15979] ppid=15976 vsize=9625040 CPUtime=1732.39 cores=0,2,4,6
/proc/15979/stat : 15979 (java) S 15976 15979 8258 0 -1 4202496 31175 0 1 0 173099 140 0 0 20 0 19 0 31394454 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140735554067616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15979/statm: 2406260 891504 2292 9 0 2396937 0
[pid=15979/tid=15980] ppid=15976 vsize=9625040 CPUtime=1712.6 cores=0,2,4,6
/proc/15979/task/15980/stat : 15980 (java) R 15976 15979 8258 0 -1 4202560 4162 0 1 0 171184 76 0 0 20 0 19 0 31394454 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278717050576 140278548445911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15982] ppid=15976 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/15979/task/15982/stat : 15982 (java) S 15976 15979 8258 0 -1 4202560 600 0 0 0 140 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278678551208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15983] ppid=15976 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/15979/task/15983/stat : 15983 (java) S 15976 15979 8258 0 -1 4202560 540 0 0 0 105 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278677498664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15984] ppid=15976 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/15979/task/15984/stat : 15984 (java) S 15976 15979 8258 0 -1 4202560 670 0 0 0 118 7 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278676446120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15985] ppid=15976 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/15979/task/15985/stat : 15985 (java) S 15976 15979 8258 0 -1 4202560 752 0 0 0 115 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278675393576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15986] ppid=15976 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/15979/task/15986/stat : 15986 (java) S 15976 15979 8258 0 -1 4202560 553 0 0 0 111 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278674340008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15987] ppid=15976 vsize=9625040 CPUtime=1.5 cores=0,2,4,6
/proc/15979/task/15987/stat : 15987 (java) S 15976 15979 8258 0 -1 4202560 767 0 0 0 139 11 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278673287464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15988] ppid=15976 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/15979/task/15988/stat : 15988 (java) S 15976 15979 8258 0 -1 4202560 971 0 0 0 127 12 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278672234920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15989] ppid=15976 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/15979/task/15989/stat : 15989 (java) S 15976 15979 8258 0 -1 4202560 536 0 0 0 117 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278671182376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15990] ppid=15976 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/15979/task/15990/stat : 15990 (java) S 15976 15979 8258 0 -1 4202560 1979 0 0 0 249 3 0 0 20 0 19 0 31394456 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278541290088 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15991] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15991/stat : 15991 (java) S 15976 15979 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31394457 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278540236408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15992] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15992/stat : 15992 (java) S 15976 15979 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31394457 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278539183752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15993] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15993/stat : 15993 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278538132496 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15994] ppid=15976 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/15979/task/15994/stat : 15994 (java) S 15976 15979 8258 0 -1 4202560 5155 0 0 0 72 1 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278537078840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15995] ppid=15976 vsize=9625040 CPUtime=1.5 cores=0,2,4,6
/proc/15979/task/15995/stat : 15995 (java) S 15976 15979 8258 0 -1 4202560 13133 0 0 0 148 2 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278536026296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15996] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15996/stat : 15996 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278534973944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15997] ppid=15976 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/15979/task/15997/stat : 15997 (java) S 15976 15979 8258 0 -1 4202560 99 0 0 0 39 34 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278533921608 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15999] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15999/stat : 15999 (java) S 15976 15979 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31399840 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278532818216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1732.39
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.19 1.20 1.46 2/188 16096
/proc/meminfo: memFree=26388052/32872528 swapFree=1200228/1314692
[pid=15979] ppid=15976 vsize=9625040 CPUtime=1792.39 cores=0,2,4,6
/proc/15979/stat : 15979 (java) S 15976 15979 8258 0 -1 4202496 31179 0 1 0 179098 141 0 0 20 0 19 0 31394454 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140735554067616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15979/statm: 2406260 891504 2292 9 0 2396937 0
[pid=15979/tid=15980] ppid=15976 vsize=9625040 CPUtime=1772.44 cores=0,2,4,6
/proc/15979/task/15980/stat : 15980 (java) R 15976 15979 8258 0 -1 4202560 4162 0 1 0 177168 76 0 0 20 0 19 0 31394454 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278717050576 140278548446086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15982] ppid=15976 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/15979/task/15982/stat : 15982 (java) S 15976 15979 8258 0 -1 4202560 600 0 0 0 140 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278678551208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15983] ppid=15976 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/15979/task/15983/stat : 15983 (java) S 15976 15979 8258 0 -1 4202560 540 0 0 0 105 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278677498664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15984] ppid=15976 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/15979/task/15984/stat : 15984 (java) S 15976 15979 8258 0 -1 4202560 670 0 0 0 118 7 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278676446120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15985] ppid=15976 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/15979/task/15985/stat : 15985 (java) S 15976 15979 8258 0 -1 4202560 752 0 0 0 115 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278675393576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15986] ppid=15976 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/15979/task/15986/stat : 15986 (java) S 15976 15979 8258 0 -1 4202560 553 0 0 0 111 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278674340008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15987] ppid=15976 vsize=9625040 CPUtime=1.5 cores=0,2,4,6
/proc/15979/task/15987/stat : 15987 (java) S 15976 15979 8258 0 -1 4202560 767 0 0 0 139 11 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278673287464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15988] ppid=15976 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/15979/task/15988/stat : 15988 (java) S 15976 15979 8258 0 -1 4202560 971 0 0 0 127 12 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278672234920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15989] ppid=15976 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/15979/task/15989/stat : 15989 (java) S 15976 15979 8258 0 -1 4202560 536 0 0 0 117 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278671182376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15990] ppid=15976 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/15979/task/15990/stat : 15990 (java) S 15976 15979 8258 0 -1 4202560 1979 0 0 0 249 3 0 0 20 0 19 0 31394456 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278541290088 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15991] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15991/stat : 15991 (java) S 15976 15979 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31394457 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278540236408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15992] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15992/stat : 15992 (java) S 15976 15979 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31394457 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278539183752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15993] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15993/stat : 15993 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278538132496 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15994] ppid=15976 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/15979/task/15994/stat : 15994 (java) S 15976 15979 8258 0 -1 4202560 5155 0 0 0 72 1 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278537078840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15995] ppid=15976 vsize=9625040 CPUtime=1.5 cores=0,2,4,6
/proc/15979/task/15995/stat : 15995 (java) S 15976 15979 8258 0 -1 4202560 13133 0 0 0 148 2 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278536026296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15996] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15996/stat : 15996 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278534973944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15997] ppid=15976 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/15979/task/15997/stat : 15997 (java) S 15976 15979 8258 0 -1 4202560 103 0 0 0 41 35 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278533921608 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15999] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15999/stat : 15999 (java) S 15976 15979 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31399840 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278532818216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1792.39
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.91 s]
/proc/loadavg: 1.16 1.20 1.45 2/188 16096
/proc/meminfo: memFree=26388052/32872528 swapFree=1200228/1314692
[pid=15979] ppid=15976 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/15979/stat : 15979 (java) S 15976 15979 8258 0 -1 4202496 31179 0 1 0 179859 141 0 0 20 0 19 0 31394454 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140735554067616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15979/statm: 2406260 891504 2292 9 0 2396937 0
[pid=15979/tid=15980] ppid=15976 vsize=9625040 CPUtime=1780.03 cores=0,2,4,6
/proc/15979/task/15980/stat : 15980 (java) R 15976 15979 8258 0 -1 4202560 4162 0 1 0 177926 77 0 0 20 0 19 0 31394454 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278717050576 140278548445911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15982] ppid=15976 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/15979/task/15982/stat : 15982 (java) S 15976 15979 8258 0 -1 4202560 600 0 0 0 140 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278678551208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15983] ppid=15976 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/15979/task/15983/stat : 15983 (java) S 15976 15979 8258 0 -1 4202560 540 0 0 0 105 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278677498664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15984] ppid=15976 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/15979/task/15984/stat : 15984 (java) S 15976 15979 8258 0 -1 4202560 670 0 0 0 118 7 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278676446120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15985] ppid=15976 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/15979/task/15985/stat : 15985 (java) S 15976 15979 8258 0 -1 4202560 752 0 0 0 115 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278675393576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15986] ppid=15976 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/15979/task/15986/stat : 15986 (java) S 15976 15979 8258 0 -1 4202560 553 0 0 0 111 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278674340008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15987] ppid=15976 vsize=9625040 CPUtime=1.5 cores=0,2,4,6
/proc/15979/task/15987/stat : 15987 (java) S 15976 15979 8258 0 -1 4202560 767 0 0 0 139 11 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278673287464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15988] ppid=15976 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/15979/task/15988/stat : 15988 (java) S 15976 15979 8258 0 -1 4202560 971 0 0 0 127 12 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278672234920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15979/tid=15989] ppid=15976 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/15979/task/15989/stat : 15989 (java) S 15976 15979 8258 0 -1 4202560 536 0 0 0 117 8 0 0 20 0 19 0 31394455 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278671182376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15990] ppid=15976 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/15979/task/15990/stat : 15990 (java) S 15976 15979 8258 0 -1 4202560 1979 0 0 0 249 3 0 0 20 0 19 0 31394456 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278541290088 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15991] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15991/stat : 15991 (java) S 15976 15979 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31394457 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278540236408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15992] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15992/stat : 15992 (java) S 15976 15979 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31394457 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278539183752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15993] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15993/stat : 15993 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278538132496 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15979/tid=15994] ppid=15976 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/15979/task/15994/stat : 15994 (java) S 15976 15979 8258 0 -1 4202560 5155 0 0 0 72 1 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278537078840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15995] ppid=15976 vsize=9625040 CPUtime=1.5 cores=0,2,4,6
/proc/15979/task/15995/stat : 15995 (java) S 15976 15979 8258 0 -1 4202560 13133 0 0 0 148 2 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278536026296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15996] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15996/stat : 15996 (java) S 15976 15979 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278534973944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15979/tid=15997] ppid=15976 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/15979/task/15997/stat : 15997 (java) S 15976 15979 8258 0 -1 4202560 103 0 0 0 41 35 0 0 20 0 19 0 31394459 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278533921608 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15979/tid=15999] ppid=15976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15979/task/15999/stat : 15999 (java) S 15976 15979 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31399840 9856040960 891504 33554432000 1073741824 1073778376 140735554076480 140278532818216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15979 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15979 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=248232
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=35690
# CPU time returned by wait4() is 1796.28
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.96
CPU time (s): 1800
CPU user time (s): 1798.59
CPU system time (s): 1.41
CPU usage (%): 100.561
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 2.03569
maximum resident set size= 3573304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31220
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39353
involuntary context switches= 11333

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0335 second user time and 13.7829 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-19 01:44:39
IDJOB=4109013
IDBENCH=89817
IDSOLVER=2546
FILE ID=node131/4109013-1466293471
RUNJOBID= node131-1466293471-15866
PBS_JOBID= 19918257
Free space on /tmp= 71340 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-181.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109013-1466293471/watcher-4109013-1466293471 -o /tmp/evaluation-result-4109013-1466293471/solver-4109013-1466293471 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466293471-15866 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109013-1466293471.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5f261e01a77e00c07db405ec3b956be4
RANDOM SEED=1457113125

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29884348 kB
Buffers:          174304 kB
Cached:           675716 kB
SwapCached:         1460 kB
Active:           564692 kB
Inactive:         334628 kB
Active(anon):      48992 kB
Inactive(anon):     2920 kB
Active(file):     515700 kB
Inactive(file):   331708 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:            376840 kB
Writeback:             0 kB
AnonPages:       1369896 kB
Mapped:            15248 kB
Shmem:                 0 kB
Slab:             631264 kB
SReclaimable:      71220 kB
SUnreclaim:       560044 kB
KernelStack:        1576 kB
PageTables:         6868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2001872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71340 MiB
End job on node131 at 2016-06-19 02:14:29