Trace number 4100629

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 2.3.6 Resolution PB16? (TO) 1800.09 1797.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-woodw.opb
MD5SUMef3d01fb716807987360ebbfd3d821b6
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables252150
Total number of constraints1098
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1098
Minimum length of a constraint30
Maximum length of a constraint43590
Number of terms in the objective function 120
Biggest coefficient in the objective function 65537
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524404
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 559950
Number of bits of the biggest sum of numbers20
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4100629-1466215323.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
3.82/2.65	c ... done. Wall clock time 2.541s.
3.82/2.65	c declared #vars     252150
3.82/2.65	c #constraints  2183
3.82/2.65	c constraints type 
3.82/2.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24
3.82/2.65	c org.sat4j.specs.Constr$1 => 268
3.82/2.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1891
3.82/2.65	c 2183 constraints processed.
3.82/2.65	c objective function length is 120 literals
39.85/37.76	c cleaning 2499 clauses out of 5001 with flag 16376/5001
81.12/78.97	c cleaning 4261 clauses out of 8521 with flag 37440/11020
129.01/126.90	c cleaning 5597 clauses out of 11240 with flag 61040/18000
172.83/170.67	c cleaning 6795 clauses out of 13643 with flag 89713/26000
234.44/232.03	c cleaning 7886 clauses out of 15851 with flag 118920/35003
304.53/302.17	c cleaning 8981 clauses out of 17962 with flag 153490/45000
368.33/365.90	c cleaning 9989 clauses out of 19981 with flag 192347/56000
456.52/454.11	c cleaning 10994 clauses out of 21998 with flag 230098/68006
537.17/534.50	c cleaning 11974 clauses out of 23998 with flag 274449/81000
629.86/627.24	c cleaning 13010 clauses out of 26024 with flag 320977/95000
727.56/724.98	c cleaning 13975 clauses out of 28014 with flag 373456/110000
831.77/829.06	c cleaning 14976 clauses out of 30041 with flag 430438/126002
933.57/930.81	c cleaning 16012 clauses out of 32063 with flag 490084/143000
1057.47/1054.76	c cleaning 17015 clauses out of 34054 with flag 550937/161003
1105.88/1103.15	c cleaning 18018 clauses out of 36036 with flag 599529/180001
1127.78/1124.91	c cleaning 19009 clauses out of 38017 with flag 640884/200000
1156.47/1153.65	c cleaning 20005 clauses out of 40009 with flag 683315/221001
1184.77/1181.97	c cleaning 20998 clauses out of 42004 with flag 733689/243001
1217.07/1214.28	c cleaning 22003 clauses out of 44006 with flag 780421/266001
1247.37/1244.54	c cleaning 23002 clauses out of 46004 with flag 834964/290002
1285.38/1282.56	c cleaning 24002 clauses out of 48003 with flag 888364/315003
1323.00/1320.15	c cleaning 24996 clauses out of 49999 with flag 941967/341001
1365.29/1362.43	c cleaning 25997 clauses out of 52002 with flag 997114/368000
1410.70/1407.82	c cleaning 27002 clauses out of 54007 with flag 1063021/396002
1439.44/1436.58	c cleaning 28001 clauses out of 56004 with flag 1126984/425001
1460.55/1457.64	c cleaning 28999 clauses out of 58003 with flag 1193003/455001
1484.84/1481.99	c cleaning 30000 clauses out of 60003 with flag 1263272/486000
1517.58/1514.68	c cleaning 31000 clauses out of 62003 with flag 1332175/518000
1565.79/1562.89	c cleaning 31992 clauses out of 64003 with flag 1403599/551000
1623.48/1620.52	c cleaning 33002 clauses out of 66011 with flag 1473515/585000
1686.79/1683.82	c cleaning 34001 clauses out of 68009 with flag 1543928/620000
1745.29/1742.31	c cleaning 35001 clauses out of 70008 with flag 1624213/656000
1800.09/1797.10	c starts		: 486
1800.09/1797.10	c conflicts		: 686414
1800.09/1797.10	c decisions		: 2257981
1800.09/1797.10	c propagations		: 73322741
1800.09/1797.10	c inspects		: 2656558849
1800.09/1797.10	c shortcuts		: 0
1800.09/1797.10	c learnt literals	: 1
1800.09/1797.10	c learnt binary clauses	: 0
1800.09/1797.10	c learnt ternary clauses	: 0
1800.09/1797.10	c learnt constraints	: 686413
1800.09/1797.10	c ignored constraints	: 0
1800.09/1797.10	c root simplifications	: 0
1800.09/1797.10	c removed literals (reason simplification)	: 0
1800.09/1797.10	c reason swapping (by a shorter reason)	: 0
1800.09/1797.10	c Calls to reduceDB	: 32
1800.09/1797.10	c Number of update (reduction) of LBD	: 128173
1800.09/1797.10	c Imported unit clauses	: 0
1800.09/1797.10	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.10	c number of learned constraints concerned by reduction	: 0
1800.09/1797.10	c number of learning phase by resolution	: 0
1800.09/1797.10	c number of learning phase by cutting planes	: 0
1800.09/1797.10	c speed (assignments/second)	: 40866.74216959064
1800.09/1797.10	c non guided choices	58312
1800.09/1797.12	c learnt constraints type 
1800.09/1797.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65421
1800.09/1797.12	s UNKNOWN
1800.09/1797.12	c Total wall clock time (in seconds): 1797.011

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-4100629-1466215323/watcher-4100629-1466215323 -o /tmp/evaluation-result-4100629-1466215323/solver-4100629-1466215323 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100629-1466215323.opb 

pid=15790
running on 4 cores: 1,3,5,7

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: 1.95 2.05 2.02 3/196 15793
/proc/meminfo: memFree=31070316/32872528 swapFree=7780/7780
[pid=15793] ppid=15790 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15793/stat : 15793 (java) D 15790 15793 11773 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 23578293 9515008 183 33554432000 1073741824 1073778376 140736916750000 140736916741032 206408859317 0 0 4096 0 18446744072100756772 0 0 17 1 0 0 0 0 0
/proc/15793/statm: 2323 183 140 9 0 71 0

[startup+0.100118 s]
/proc/loadavg: 1.95 2.05 2.02 3/196 15793
/proc/meminfo: memFree=31070316/32872528 swapFree=7780/7780
[pid=15793] ppid=15790 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/15793/stat : 15793 (java) S 15790 15793 11773 0 -1 4202496 4411 0 1 0 7 2 0 0 20 0 18 0 23578293 9787879424 6035 33554432000 1073741824 1073778376 140735524033648 140735524024784 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15793/statm: 2389619 6035 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 1.95 2.05 2.02 3/196 15793
/proc/meminfo: memFree=31070316/32872528 swapFree=7780/7780
[pid=15793] ppid=15790 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/15793/stat : 15793 (java) S 15790 15793 11773 0 -1 4202496 5019 0 1 0 26 2 0 0 20 0 18 0 23578293 9787879424 8414 33554432000 1073741824 1073778376 140735524033648 140735524024784 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15793/statm: 2389619 8414 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300336 s]
/proc/loadavg: 1.95 2.05 2.02 3/196 15793
/proc/meminfo: memFree=31070316/32872528 swapFree=7780/7780
[pid=15793] ppid=15790 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/15793/stat : 15793 (java) S 15790 15793 11773 0 -1 4202496 5791 0 1 0 48 2 0 0 20 0 18 0 23578293 9787879424 11339 33554432000 1073741824 1073778376 140735524033648 140735524024784 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15793/statm: 2389619 11339 2241 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700299 s]
/proc/loadavg: 1.95 2.05 2.02 3/196 15793
/proc/meminfo: memFree=31070316/32872528 swapFree=7780/7780
[pid=15793] ppid=15790 vsize=9558476 CPUtime=1.05 cores=1,3,5,7
/proc/15793/stat : 15793 (java) S 15790 15793 11773 0 -1 4202496 6187 0 1 0 97 8 0 0 20 0 18 0 23578293 9787879424 47349 33554432000 1073741824 1073778376 140735524033648 140735524024784 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15793/statm: 2389619 47349 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 1.95 2.05 2.02 3/214 15811
/proc/meminfo: memFree=30839364/32872528 swapFree=7780/7780
[pid=15793] ppid=15790 vsize=9558476 CPUtime=2.34 cores=1,3,5,7
/proc/15793/stat : 15793 (java) S 15790 15793 11773 0 -1 4202496 7099 0 1 0 210 24 0 0 20 0 18 0 23578293 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140735524024784 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15793/statm: 2389619 104310 2261 9 0 2380296 0
[pid=15793/tid=15795] ppid=15790 vsize=9558476 CPUtime=1.25 cores=1,3,5,7
/proc/15793/task/15795/stat : 15795 (java) R 15790 15793 11773 0 -1 4202560 2516 0 1 0 119 6 0 0 20 0 18 0 23578294 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228832676328 140228686148105 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15796] ppid=15790 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/15793/task/15796/stat : 15796 (java) S 15790 15793 11773 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 18 0 23578295 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228805131176 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15797] ppid=15790 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/15793/task/15797/stat : 15797 (java) S 15790 15793 11773 0 -1 4202560 132 0 0 0 9 3 0 0 20 0 18 0 23578295 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228674759720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15798] ppid=15790 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/15793/task/15798/stat : 15798 (java) S 15790 15793 11773 0 -1 4202560 123 0 0 0 4 2 0 0 20 0 18 0 23578295 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228673706664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15799] ppid=15790 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/15793/task/15799/stat : 15799 (java) S 15790 15793 11773 0 -1 4202560 146 0 0 0 13 3 0 0 20 0 18 0 23578295 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228672654120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15800] ppid=15790 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/15793/task/15800/stat : 15800 (java) S 15790 15793 11773 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 18 0 23578295 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228671601064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15801] ppid=15790 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/15793/task/15801/stat : 15801 (java) S 15790 15793 11773 0 -1 4202560 159 0 0 0 5 1 0 0 20 0 18 0 23578295 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228670548520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15802] ppid=15790 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/15793/task/15802/stat : 15802 (java) S 15790 15793 11773 0 -1 4202560 157 0 0 0 8 2 0 0 20 0 18 0 23578295 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228333398184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15803] ppid=15790 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/15793/task/15803/stat : 15803 (java) S 15790 15793 11773 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 18 0 23578295 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228332345640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15804] ppid=15790 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15804/stat : 15804 (java) S 15790 15793 11773 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 23578296 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228320148328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15805] ppid=15790 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15805/stat : 15805 (java) S 15790 15793 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23578297 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228319094648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15806] ppid=15790 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15806/stat : 15806 (java) S 15790 15793 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23578297 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228318041480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15807] ppid=15790 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15807/stat : 15807 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23578299 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228316990224 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15808] ppid=15790 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/15793/task/15808/stat : 15808 (java) S 15790 15793 11773 0 -1 4202560 1334 0 0 0 15 0 0 0 20 0 18 0 23578299 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228315937080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15809] ppid=15790 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/15793/task/15809/stat : 15809 (java) S 15790 15793 11773 0 -1 4202560 980 0 0 0 13 0 0 0 20 0 18 0 23578299 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228314884536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15810] ppid=15790 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15810/stat : 15810 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23578299 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228313831672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15811] ppid=15790 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15811/stat : 15811 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23578299 9787879424 104310 33554432000 1073741824 1073778376 140735524033648 140228312779336 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9558476

[startup+3.10087 s]
/proc/loadavg: 1.95 2.05 2.02 3/214 15811
/proc/meminfo: memFree=30584740/32872528 swapFree=7780/7780
[pid=15793] ppid=15790 vsize=9625040 CPUtime=4.56 cores=1,3,5,7
/proc/15793/stat : 15793 (java) S 15790 15793 11773 0 -1 4202496 9949 0 1 0 424 32 0 0 20 0 19 0 23578293 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140735524024784 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15793/statm: 2406260 127886 2270 9 0 2396937 0
[pid=15793/tid=15795] ppid=15790 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/15793/task/15795/stat : 15795 (java) R 15790 15793 11773 0 -1 4202560 2714 0 1 0 267 6 0 0 20 0 19 0 23578294 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228832678504 140228686440997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15796] ppid=15790 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/15793/task/15796/stat : 15796 (java) S 15790 15793 11773 0 -1 4202560 70 0 0 0 8 3 0 0 20 0 19 0 23578295 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228805131176 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15797] ppid=15790 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15793/task/15797/stat : 15797 (java) S 15790 15793 11773 0 -1 4202560 153 0 0 0 14 4 0 0 20 0 19 0 23578295 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228674759720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15798] ppid=15790 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15793/task/15798/stat : 15798 (java) S 15790 15793 11773 0 -1 4202560 177 0 0 0 14 4 0 0 20 0 19 0 23578295 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228673706664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15799] ppid=15790 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/15793/task/15799/stat : 15799 (java) S 15790 15793 11773 0 -1 4202560 156 0 0 0 16 4 0 0 20 0 19 0 23578295 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228672654120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15800] ppid=15790 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/15793/task/15800/stat : 15800 (java) S 15790 15793 11773 0 -1 4202560 51 0 0 0 9 2 0 0 20 0 19 0 23578295 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228671601064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15801] ppid=15790 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/15793/task/15801/stat : 15801 (java) S 15790 15793 11773 0 -1 4202560 176 0 0 0 10 3 0 0 20 0 19 0 23578295 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228670548520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15802] ppid=15790 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/15793/task/15802/stat : 15802 (java) S 15790 15793 11773 0 -1 4202560 298 0 0 0 11 4 0 0 20 0 19 0 23578295 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228333398184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15803] ppid=15790 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/15793/task/15803/stat : 15803 (java) S 15790 15793 11773 0 -1 4202560 51 0 0 0 7 3 0 0 20 0 19 0 23578295 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228332345640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15804] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15804/stat : 15804 (java) S 15790 15793 11773 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 19 0 23578296 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228320148328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15805] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15805/stat : 15805 (java) S 15790 15793 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23578297 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228319094648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15806] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15806/stat : 15806 (java) S 15790 15793 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23578297 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228318041480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15807] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15807/stat : 15807 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23578299 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228316990224 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15808] ppid=15790 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15793/task/15808/stat : 15808 (java) S 15790 15793 11773 0 -1 4202560 2267 0 0 0 28 0 0 0 20 0 19 0 23578299 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228315937080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15809] ppid=15790 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15793/task/15809/stat : 15809 (java) S 15790 15793 11773 0 -1 4202560 2376 0 0 0 27 0 0 0 20 0 19 0 23578299 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228314884536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15810] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15810/stat : 15810 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23578299 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228313831672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15811] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15811/stat : 15811 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23578299 9856040960 127886 33554432000 1073741824 1073778376 140735524033648 140228312779336 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 1.95 2.05 2.02 3/215 15812
/proc/meminfo: memFree=30505560/32872528 swapFree=7780/7780
[pid=15793] ppid=15790 vsize=9625040 CPUtime=7.96 cores=1,3,5,7
/proc/15793/stat : 15793 (java) S 15790 15793 11773 0 -1 4202496 10300 0 1 0 762 34 0 0 20 0 19 0 23578293 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140735524024784 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15793/statm: 2406260 145975 2272 9 0 2396937 0
[pid=15793/tid=15795] ppid=15790 vsize=9625040 CPUtime=5.92 cores=1,3,5,7
/proc/15793/task/15795/stat : 15795 (java) R 15790 15793 11773 0 -1 4202560 2750 0 1 0 584 8 0 0 20 0 19 0 23578294 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228832678376 140228686441050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15796] ppid=15790 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/15793/task/15796/stat : 15796 (java) S 15790 15793 11773 0 -1 4202560 70 0 0 0 8 3 0 0 20 0 19 0 23578295 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228805131176 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15797] ppid=15790 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15793/task/15797/stat : 15797 (java) S 15790 15793 11773 0 -1 4202560 153 0 0 0 14 4 0 0 20 0 19 0 23578295 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228674759720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15798] ppid=15790 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15793/task/15798/stat : 15798 (java) S 15790 15793 11773 0 -1 4202560 177 0 0 0 14 4 0 0 20 0 19 0 23578295 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228673706664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15799] ppid=15790 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/15793/task/15799/stat : 15799 (java) S 15790 15793 11773 0 -1 4202560 156 0 0 0 16 4 0 0 20 0 19 0 23578295 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228672654120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15800] ppid=15790 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/15793/task/15800/stat : 15800 (java) S 15790 15793 11773 0 -1 4202560 51 0 0 0 9 2 0 0 20 0 19 0 23578295 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228671601064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15801] ppid=15790 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/15793/task/15801/stat : 15801 (java) S 15790 15793 11773 0 -1 4202560 176 0 0 0 10 3 0 0 20 0 19 0 23578295 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228670548520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15802] ppid=15790 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/15793/task/15802/stat : 15802 (java) S 15790 15793 11773 0 -1 4202560 298 0 0 0 11 4 0 0 20 0 19 0 23578295 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228333398184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15803] ppid=15790 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/15793/task/15803/stat : 15803 (java) S 15790 15793 11773 0 -1 4202560 51 0 0 0 7 3 0 0 20 0 19 0 23578295 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228332345640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15804] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15804/stat : 15804 (java) S 15790 15793 11773 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23578296 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228320148328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15805] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15805/stat : 15805 (java) S 15790 15793 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23578297 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228319094648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15806] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15806/stat : 15806 (java) S 15790 15793 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23578297 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228318041480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15807] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15807/stat : 15807 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23578299 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228316990224 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15808] ppid=15790 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/15793/task/15808/stat : 15808 (java) S 15790 15793 11773 0 -1 4202560 2544 0 0 0 35 0 0 0 20 0 19 0 23578299 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228315937080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15809] ppid=15790 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/15793/task/15809/stat : 15809 (java) S 15790 15793 11773 0 -1 4202560 2413 0 0 0 40 0 0 0 20 0 19 0 23578299 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228314884536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15810] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15810/stat : 15810 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23578299 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228313831672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15811] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15811/stat : 15811 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23578299 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228312779336 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15812] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15812/stat : 15812 (java) S 15790 15793 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23578585 9856040960 145975 33554432000 1073741824 1073778376 140735524033648 140228311725608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 1.96 2.05 2.02 3/214 15812
/proc/meminfo: memFree=30393384/32872528 swapFree=7780/7780
[pid=15793] ppid=15790 vsize=9625040 CPUtime=14.48 cores=1,3,5,7

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

[pid=15793/tid=15812] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15812/stat : 15812 (java) S 15790 15793 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23578585 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228311725608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.29
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/215 15922
/proc/meminfo: memFree=27765024/32872528 swapFree=7780/7780
[pid=15793] ppid=15790 vsize=9625040 CPUtime=1785.29 cores=1,3,5,7
/proc/15793/stat : 15793 (java) S 15790 15793 11773 0 -1 4202496 14951 0 1 0 178430 99 0 0 20 0 19 0 23578293 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140735524024784 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15793/statm: 2406260 708881 2278 9 0 2396937 0
[pid=15793/tid=15795] ppid=15790 vsize=9625040 CPUtime=1776.94 cores=1,3,5,7
/proc/15793/task/15795/stat : 15795 (java) R 15790 15793 11773 0 -1 4202560 4215 0 1 0 177629 65 0 0 20 0 19 0 23578294 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228832669392 140228686436493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15796] ppid=15790 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15793/task/15796/stat : 15796 (java) S 15790 15793 11773 0 -1 4202560 118 0 0 0 24 4 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228805131176 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15797] ppid=15790 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/15793/task/15797/stat : 15797 (java) S 15790 15793 11773 0 -1 4202560 202 0 0 0 33 8 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228674759720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15798] ppid=15790 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15793/task/15798/stat : 15798 (java) S 15790 15793 11773 0 -1 4202560 221 0 0 0 28 6 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228673706664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15799] ppid=15790 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/15793/task/15799/stat : 15799 (java) S 15790 15793 11773 0 -1 4202560 203 0 0 0 33 5 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228672654120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15800] ppid=15790 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15793/task/15800/stat : 15800 (java) S 15790 15793 11773 0 -1 4202560 130 0 0 0 24 5 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228671601064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15801] ppid=15790 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/15793/task/15801/stat : 15801 (java) S 15790 15793 11773 0 -1 4202560 235 0 0 0 31 7 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228670548520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15802] ppid=15790 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15793/task/15802/stat : 15802 (java) S 15790 15793 11773 0 -1 4202560 363 0 0 0 25 5 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228333398184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15803] ppid=15790 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15793/task/15803/stat : 15803 (java) S 15790 15793 11773 0 -1 4202560 137 0 0 0 23 5 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228332345640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15804] ppid=15790 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15793/task/15804/stat : 15804 (java) S 15790 15793 11773 0 -1 4202560 1273 0 0 0 1 0 0 0 20 0 19 0 23578296 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228320148328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15805] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15805/stat : 15805 (java) S 15790 15793 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23578297 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228319094648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15806] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15806/stat : 15806 (java) S 15790 15793 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23578297 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228318041480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15807] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15807/stat : 15807 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228316990224 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15808] ppid=15790 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/15793/task/15808/stat : 15808 (java) S 15790 15793 11773 0 -1 4202560 4069 0 0 0 52 0 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228315937080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15809] ppid=15790 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/15793/task/15809/stat : 15809 (java) S 15790 15793 11773 0 -1 4202560 2419 0 0 0 45 0 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228314884536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15810] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15810/stat : 15810 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228313831672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15811] ppid=15790 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15793/task/15811/stat : 15811 (java) S 15790 15793 11773 0 -1 4202560 103 0 0 0 13 16 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228312779336 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15812] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15812/stat : 15812 (java) S 15790 15793 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23578585 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228311725608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.29
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/215 15922
/proc/meminfo: memFree=27764388/32872528 swapFree=7780/7780
[pid=15793] ppid=15790 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/15793/stat : 15793 (java) S 15790 15793 11773 0 -1 4202496 14951 0 1 0 179910 99 0 0 20 0 19 0 23578293 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140735524024784 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15793/statm: 2406260 708881 2278 9 0 2396937 0
[pid=15793/tid=15795] ppid=15790 vsize=9625040 CPUtime=1791.7 cores=1,3,5,7
/proc/15793/task/15795/stat : 15795 (java) R 15790 15793 11773 0 -1 4202560 4215 0 1 0 179105 65 0 0 20 0 19 0 23578294 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228832669392 140228686489623 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15796] ppid=15790 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15793/task/15796/stat : 15796 (java) S 15790 15793 11773 0 -1 4202560 118 0 0 0 24 4 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228805131176 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15797] ppid=15790 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/15793/task/15797/stat : 15797 (java) S 15790 15793 11773 0 -1 4202560 202 0 0 0 33 8 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228674759720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15798] ppid=15790 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15793/task/15798/stat : 15798 (java) S 15790 15793 11773 0 -1 4202560 221 0 0 0 28 6 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228673706664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15799] ppid=15790 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/15793/task/15799/stat : 15799 (java) S 15790 15793 11773 0 -1 4202560 203 0 0 0 33 5 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228672654120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15800] ppid=15790 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15793/task/15800/stat : 15800 (java) S 15790 15793 11773 0 -1 4202560 130 0 0 0 24 5 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228671601064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15801] ppid=15790 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/15793/task/15801/stat : 15801 (java) S 15790 15793 11773 0 -1 4202560 235 0 0 0 31 7 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228670548520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15802] ppid=15790 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15793/task/15802/stat : 15802 (java) S 15790 15793 11773 0 -1 4202560 363 0 0 0 25 5 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228333398184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15803] ppid=15790 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15793/task/15803/stat : 15803 (java) S 15790 15793 11773 0 -1 4202560 137 0 0 0 23 5 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228332345640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15804] ppid=15790 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15793/task/15804/stat : 15804 (java) S 15790 15793 11773 0 -1 4202560 1273 0 0 0 1 0 0 0 20 0 19 0 23578296 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228320148328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15805] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15805/stat : 15805 (java) S 15790 15793 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23578297 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228319094648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15806] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15806/stat : 15806 (java) S 15790 15793 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23578297 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228318041480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15807] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15807/stat : 15807 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228316990224 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15808] ppid=15790 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/15793/task/15808/stat : 15808 (java) S 15790 15793 11773 0 -1 4202560 4069 0 0 0 52 0 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228315937080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15809] ppid=15790 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/15793/task/15809/stat : 15809 (java) S 15790 15793 11773 0 -1 4202560 2419 0 0 0 45 0 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228314884536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15810] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15810/stat : 15810 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228313831672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15811] ppid=15790 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15793/task/15811/stat : 15811 (java) S 15790 15793 11773 0 -1 4202560 103 0 0 0 13 17 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228312779336 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15812] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15812/stat : 15812 (java) S 15790 15793 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23578585 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228311725608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 15793 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/215 15922
/proc/meminfo: memFree=27764388/32872528 swapFree=7780/7780
[pid=15793] ppid=15790 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/15793/stat : 15793 (java) S 15790 15793 11773 0 -1 4202496 14951 0 1 0 179910 99 0 0 20 0 19 0 23578293 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140735524024784 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15793/statm: 2406260 708881 2278 9 0 2396937 0
[pid=15793/tid=15795] ppid=15790 vsize=9625040 CPUtime=1791.7 cores=1,3,5,7
/proc/15793/task/15795/stat : 15795 (java) R 15790 15793 11773 0 -1 4202560 4215 0 1 0 179105 65 0 0 20 0 19 0 23578294 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228832669392 140228686489623 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15796] ppid=15790 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15793/task/15796/stat : 15796 (java) S 15790 15793 11773 0 -1 4202560 118 0 0 0 24 4 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228805131176 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15797] ppid=15790 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/15793/task/15797/stat : 15797 (java) S 15790 15793 11773 0 -1 4202560 202 0 0 0 33 8 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228674759720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15798] ppid=15790 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15793/task/15798/stat : 15798 (java) S 15790 15793 11773 0 -1 4202560 221 0 0 0 28 6 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228673706664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15799] ppid=15790 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/15793/task/15799/stat : 15799 (java) S 15790 15793 11773 0 -1 4202560 203 0 0 0 33 5 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228672654120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15800] ppid=15790 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15793/task/15800/stat : 15800 (java) S 15790 15793 11773 0 -1 4202560 130 0 0 0 24 5 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228671601064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15801] ppid=15790 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/15793/task/15801/stat : 15801 (java) S 15790 15793 11773 0 -1 4202560 235 0 0 0 31 7 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228670548520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15802] ppid=15790 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15793/task/15802/stat : 15802 (java) S 15790 15793 11773 0 -1 4202560 363 0 0 0 25 5 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228333398184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15803] ppid=15790 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15793/task/15803/stat : 15803 (java) S 15790 15793 11773 0 -1 4202560 137 0 0 0 23 5 0 0 20 0 19 0 23578295 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228332345640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15793/tid=15804] ppid=15790 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15793/task/15804/stat : 15804 (java) S 15790 15793 11773 0 -1 4202560 1273 0 0 0 1 0 0 0 20 0 19 0 23578296 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228320148328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15805] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15805/stat : 15805 (java) S 15790 15793 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23578297 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228319094648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15806] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15806/stat : 15806 (java) S 15790 15793 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23578297 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228318041480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15807] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15807/stat : 15807 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228316990224 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15808] ppid=15790 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/15793/task/15808/stat : 15808 (java) S 15790 15793 11773 0 -1 4202560 4069 0 0 0 52 0 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228315937080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15793/tid=15809] ppid=15790 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/15793/task/15809/stat : 15809 (java) S 15790 15793 11773 0 -1 4202560 2419 0 0 0 45 0 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228314884536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15810] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15810/stat : 15810 (java) S 15790 15793 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228313831672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15793/tid=15811] ppid=15790 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15793/task/15811/stat : 15811 (java) S 15790 15793 11773 0 -1 4202560 103 0 0 0 13 17 0 0 20 0 19 0 23578299 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228312779336 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15793/tid=15812] ppid=15790 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15793/task/15812/stat : 15812 (java) S 15790 15793 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23578585 9856040960 708881 33554432000 1073741824 1073778376 140735524033648 140228311725608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15793 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=558185
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=432782
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.14
CPU time (s): 1800.09
CPU user time (s): 1799.1
CPU system time (s): 0.99
CPU usage (%): 100.164
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 1.43278
maximum resident set size= 2835664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14992
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38331
involuntary context switches= 5306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5314 second user time and 12.1542 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 04:02:04
IDJOB=4100629
IDBENCH=1641
IDSOLVER=2546
FILE ID=node133/4100629-1466215323
RUNJOBID= node133-1466206057-11790
PBS_JOBID= 19918144
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-woodw.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100629-1466215323/watcher-4100629-1466215323 -o /tmp/evaluation-result-4100629-1466215323/solver-4100629-1466215323 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100629-1466215323.opb

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

MD5SUM BENCH= ef3d01fb716807987360ebbfd3d821b6
RANDOM SEED=2057060145

node133.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		: 2667.256
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	: 5334.51
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		: 2667.256
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		: 2667.256
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.56
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		: 2667.256
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.55
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		: 2667.256
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		: 2667.256
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.55
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		: 2667.256
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.55
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		: 2667.256
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:        31070588 kB
Buffers:           81856 kB
Cached:           103488 kB
SwapCached:          892 kB
Active:           920312 kB
Inactive:         114360 kB
Active(anon):     850320 kB
Inactive(anon):     1364 kB
Active(file):      69992 kB
Inactive(file):   112996 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:             12776 kB
Writeback:             0 kB
AnonPages:        883480 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             600728 kB
SReclaimable:      43688 kB
SUnreclaim:       557040 kB
KernelStack:        1608 kB
PageTables:         6100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1747668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    841728 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= 71700 MiB
End job on node133 at 2016-06-18 04:32:01