Trace number 4107069

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 1793.95

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__1024.opb
MD5SUM52ff77379d5ac91fab82f1dac91e539e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark883780
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables307298
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint1024
Maximum length of a constraint17409
Number of terms in the objective function 307200
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 11086752768
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 11086752768
Number of bits of the biggest sum of numbers34
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4107069-1466285810.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
4.33/2.83	c ... done. Wall clock time 2.724s.
4.82/3.52	c declared #vars     307298
4.82/3.52	c #constraints  500
4.82/3.52	c constraints type 
4.82/3.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
4.82/3.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 302
4.82/3.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 196
4.82/3.52	c 500 constraints processed.
4.82/3.52	c objective function length is 307200 literals
108.00/105.85	c cleaning 2560 clauses out of 5120 with flag 10243/5120
192.60/189.79	c cleaning 4311 clauses out of 8626 with flag 22378/11186
247.21/244.36	c cleaning 5737 clauses out of 11481 with flag 36712/18352
310.99/307.69	c cleaning 6963 clauses out of 13934 with flag 53096/26542
381.28/377.91	c cleaning 8086 clauses out of 16180 with flag 71522/35751
459.64/455.95	c cleaning 9159 clauses out of 18326 with flag 91992/45983
537.43/533.79	c cleaning 9696 clauses out of 19399 with flag 112464/56215
631.71/628.07	c cleaning 10989 clauses out of 21986 with flag 137035/68498
734.96/730.74	c cleaning 12149 clauses out of 24305 with flag 163655/81806
837.36/833.11	c cleaning 12725 clauses out of 25458 with flag 190272/95108
958.04/953.22	c cleaning 14037 clauses out of 28082 with flag 220982/110457
1086.32/1081.54	c cleaning 15201 clauses out of 30410 with flag 253729/126822
1215.30/1210.35	c cleaning 15785 clauses out of 31577 with flag 286480/143190
1360.91/1355.44	c cleaning 17101 clauses out of 34209 with flag 323334/161607
1505.58/1500.14	c cleaning 17762 clauses out of 35532 with flag 360205/180031
1668.14/1662.51	c cleaning 19111 clauses out of 38230 with flag 401140/200491
1800.09/1793.90	c starts		: 3
1800.09/1793.90	c conflicts		: 217356
1800.09/1793.90	c decisions		: 1196111
1800.09/1793.90	c propagations		: 114506586
1800.09/1793.90	c inspects		: 1716352554
1800.09/1793.90	c shortcuts		: 0
1800.09/1793.90	c learnt literals	: 0
1800.09/1793.90	c learnt binary clauses	: 0
1800.09/1793.90	c learnt ternary clauses	: 0
1800.09/1793.90	c learnt constraints	: 217355
1800.09/1793.90	c ignored constraints	: 0
1800.09/1793.90	c root simplifications	: 0
1800.09/1793.90	c removed literals (reason simplification)	: 0
1800.09/1793.90	c reason swapping (by a shorter reason)	: 0
1800.09/1793.90	c Calls to reduceDB	: 16
1800.09/1793.90	c Number of update (reduction) of LBD	: 33
1800.09/1793.90	c Imported unit clauses	: 0
1800.09/1793.90	c number of reductions to clauses (during analyze)	: 0
1800.09/1793.90	c number of learned constraints concerned by reduction	: 0
1800.09/1793.90	c number of learning phase by resolution	: 0
1800.09/1793.90	c number of learning phase by cutting planes	: 0
1800.09/1793.90	c speed (assignments/second)	: 63935.655953267684
1800.09/1793.90	c non guided choices	298211
1800.09/1793.92	c learnt constraints type 
1800.09/1793.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35984
1800.09/1793.92	s UNKNOWN
1800.09/1793.92	c Total wall clock time (in seconds): 1793.818

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-4107069-1466285810/watcher-4107069-1466285810 -o /tmp/evaluation-result-4107069-1466285810/solver-4107069-1466285810 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466275076-15926 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107069-1466285810.opb 

pid=17328
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.19 2.22 2.24 3/173 17331
/proc/meminfo: memFree=30005812/32872528 swapFree=1482636/1662508
[pid=17331] ppid=17328 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/17331/stat : 17331 (java) S 17328 17331 15910 0 -1 4202496 1329 0 0 0 0 0 0 0 20 0 2 0 30627446 98635776 960 33554432000 1073741824 1073778376 140736020202608 140736020193744 273909055549 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17331/statm: 24081 963 731 9 0 16771 0
[pid=17331/tid=17332] ppid=17328 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17332/stat : 17332 (java) R 17328 17331 15910 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 30627447 98570240 977 33554432000 1073741824 1073778376 140736020202608 140696984100392 273905698176 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100058 s]
/proc/loadavg: 2.19 2.22 2.24 3/173 17331
/proc/meminfo: memFree=30005812/32872528 swapFree=1482636/1662508
[pid=17331] ppid=17328 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/17331/stat : 17331 (java) S 17328 17331 15910 0 -1 4202496 4486 0 1 0 10 1 0 0 20 0 18 0 30627446 9787879424 6117 33554432000 1073741824 1073778376 140736020202608 140736020193744 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17331/statm: 2389619 6118 2157 9 0 2380296 0
[pid=17331/tid=17332] ppid=17328 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/17331/task/17332/stat : 17332 (java) R 17328 17331 15910 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 30627447 9787879424 6118 33554432000 1073741824 1073778376 140736020202608 140696984095856 273909083181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 2.19 2.22 2.24 3/173 17331
/proc/meminfo: memFree=30005812/32872528 swapFree=1482636/1662508
[pid=17331] ppid=17328 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/17331/stat : 17331 (java) S 17328 17331 15910 0 -1 4202496 5173 0 1 0 30 1 0 0 20 0 18 0 30627446 9787879424 9174 33554432000 1073741824 1073778376 140736020202608 140736020193744 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17331/statm: 2389619 9174 2226 9 0 2380296 0
[pid=17331/tid=17332] ppid=17328 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/17331/task/17332/stat : 17332 (java) R 17328 17331 15910 0 -1 4202560 2397 0 1 0 17 0 0 0 20 0 18 0 30627447 9787879424 9174 33554432000 1073741824 1073778376 140736020202608 140696984095856 140696987390854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300383 s]
/proc/loadavg: 2.19 2.22 2.24 3/173 17331
/proc/meminfo: memFree=30005812/32872528 swapFree=1482636/1662508
[pid=17331] ppid=17328 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/17331/stat : 17331 (java) S 17328 17331 15910 0 -1 4202496 5399 0 1 0 45 1 0 0 20 0 18 0 30627446 9787879424 15324 33554432000 1073741824 1073778376 140736020202608 140736020193744 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17331/statm: 2389619 15324 2231 9 0 2380296 0
[pid=17331/tid=17332] ppid=17328 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/17331/task/17332/stat : 17332 (java) R 17328 17331 15910 0 -1 4202560 2410 0 1 0 27 0 0 0 20 0 18 0 30627447 9787879424 15324 33554432000 1073741824 1073778376 140736020202608 140696984096512 273909081357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700356 s]
/proc/loadavg: 2.19 2.22 2.24 3/173 17331
/proc/meminfo: memFree=30005812/32872528 swapFree=1482636/1662508
[pid=17331] ppid=17328 vsize=9558476 CPUtime=0.95 cores=0,2,4,6
/proc/17331/stat : 17331 (java) S 17328 17331 15910 0 -1 4202496 5593 0 1 0 89 6 0 0 20 0 18 0 30627446 9787879424 44613 33554432000 1073741824 1073778376 140736020202608 140736020193744 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17331/statm: 2389619 44613 2247 9 0 2380296 0
[pid=17331/tid=17332] ppid=17328 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/17331/task/17332/stat : 17332 (java) R 17328 17331 15910 0 -1 4202560 2459 0 1 0 62 2 0 0 20 0 18 0 30627447 9787879424 44613 33554432000 1073741824 1073778376 140736020202608 140696984104008 273909081357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 9558476

[startup+1.50531 s]
/proc/loadavg: 2.19 2.22 2.24 3/191 17349
/proc/meminfo: memFree=29722228/32872528 swapFree=1482636/1662508
[pid=17331] ppid=17328 vsize=9558476 CPUtime=2.28 cores=0,2,4,6
/proc/17331/stat : 17331 (java) S 17328 17331 15910 0 -1 4202496 8670 0 1 0 212 16 0 0 20 0 18 0 30627446 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140736020193744 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17331/statm: 2389619 93002 2262 9 0 2380296 0
[pid=17331/tid=17332] ppid=17328 vsize=9558476 CPUtime=1.35 cores=0,2,4,6
/proc/17331/task/17332/stat : 17332 (java) S 17328 17331 15910 0 -1 4202560 2516 0 1 0 131 4 0 0 20 0 18 0 30627447 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696984102952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17334] ppid=17328 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17331/task/17334/stat : 17334 (java) R 17328 17331 15910 0 -1 4202560 409 0 0 0 6 3 0 0 20 0 18 0 30627448 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696956557992 140696987862156 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17335] ppid=17328 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/17331/task/17335/stat : 17335 (java) R 17328 17331 15910 0 -1 4202560 41 0 0 0 4 2 0 0 20 0 18 0 30627448 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696826194904 140696986576577 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17336] ppid=17328 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17331/task/17336/stat : 17336 (java) R 17328 17331 15910 0 -1 4202560 90 0 0 0 2 1 0 0 20 0 18 0 30627448 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696825142064 140696986664859 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17337] ppid=17328 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17331/task/17337/stat : 17337 (java) R 17328 17331 15910 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 18 0 30627448 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696824089816 140696986576597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17331/tid=17338] ppid=17328 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17331/task/17338/stat : 17338 (java) R 17328 17331 15910 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 30627448 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696823036248 140696987862156 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17339] ppid=17328 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17331/task/17339/stat : 17339 (java) R 17328 17331 15910 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 30627448 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696821983552 140696988267293 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17340] ppid=17328 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/17331/task/17340/stat : 17340 (java) R 17328 17331 15910 0 -1 4202560 190 0 0 0 3 1 0 0 20 0 18 0 30627448 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696484833880 140696986576627 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17341] ppid=17328 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17331/task/17341/stat : 17341 (java) R 17328 17331 15910 0 -1 4202560 53 0 0 0 3 0 0 0 20 0 18 0 30627448 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696483781336 140696991003901 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17342] ppid=17328 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17342/stat : 17342 (java) S 17328 17331 15910 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 30627449 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696471582216 273909068860 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17331/tid=17343] ppid=17328 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17343/stat : 17343 (java) S 17328 17331 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30627449 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696470529656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17344] ppid=17328 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17344/stat : 17344 (java) S 17328 17331 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30627449 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696469477000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17345] ppid=17328 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17345/stat : 17345 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30627451 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696468425744 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17346] ppid=17328 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/17331/task/17346/stat : 17346 (java) S 17328 17331 15910 0 -1 4202560 1299 0 0 0 20 0 0 0 20 0 18 0 30627451 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696467372088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17347] ppid=17328 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/17331/task/17347/stat : 17347 (java) S 17328 17331 15910 0 -1 4202560 2679 0 0 0 24 0 0 0 20 0 18 0 30627451 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696466319544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17348] ppid=17328 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17348/stat : 17348 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30627451 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696465267192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17349] ppid=17328 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17349/stat : 17349 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30627451 9787879424 93002 33554432000 1073741824 1073778376 140736020202608 140696464214856 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 2.18 2.22 2.24 3/191 17349
/proc/meminfo: memFree=29409616/32872528 swapFree=1482636/1662508
[pid=17331] ppid=17328 vsize=9625040 CPUtime=4.82 cores=0,2,4,6
/proc/17331/stat : 17331 (java) S 17328 17331 15910 0 -1 4202496 10823 0 1 0 444 38 0 0 20 0 19 0 30627446 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140736020193744 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17331/statm: 2406260 185830 2272 9 0 2396937 0
[pid=17331/tid=17332] ppid=17328 vsize=9625040 CPUtime=2.68 cores=0,2,4,6
/proc/17331/task/17332/stat : 17332 (java) R 17328 17331 15910 0 -1 4202560 2813 0 1 0 261 7 0 0 20 0 19 0 30627447 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696984105600 140696837274144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17331/tid=17334] ppid=17328 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/17331/task/17334/stat : 17334 (java) S 17328 17331 15910 0 -1 4202560 500 0 0 0 24 7 0 0 20 0 19 0 30627448 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696956557992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17335] ppid=17328 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17331/task/17335/stat : 17335 (java) S 17328 17331 15910 0 -1 4202560 82 0 0 0 15 3 0 0 20 0 19 0 30627448 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696826194728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17336] ppid=17328 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/17331/task/17336/stat : 17336 (java) S 17328 17331 15910 0 -1 4202560 121 0 0 0 9 3 0 0 20 0 19 0 30627448 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696825142184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17337] ppid=17328 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/17331/task/17337/stat : 17337 (java) S 17328 17331 15910 0 -1 4202560 81 0 0 0 15 4 0 0 20 0 19 0 30627448 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696824089640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17338] ppid=17328 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/17331/task/17338/stat : 17338 (java) S 17328 17331 15910 0 -1 4202560 67 0 0 0 11 4 0 0 20 0 19 0 30627448 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696823036072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17339] ppid=17328 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/17331/task/17339/stat : 17339 (java) S 17328 17331 15910 0 -1 4202560 59 0 0 0 10 3 0 0 20 0 19 0 30627448 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696821983528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17340] ppid=17328 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/17331/task/17340/stat : 17340 (java) S 17328 17331 15910 0 -1 4202560 531 0 0 0 9 3 0 0 20 0 19 0 30627448 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696484833704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17341] ppid=17328 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/17331/task/17341/stat : 17341 (java) S 17328 17331 15910 0 -1 4202560 96 0 0 0 11 4 0 0 20 0 19 0 30627448 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696483781160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17342] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17342/stat : 17342 (java) S 17328 17331 15910 0 -1 4202560 525 0 0 0 0 0 0 0 20 0 19 0 30627449 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696471583336 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17343] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17343/stat : 17343 (java) S 17328 17331 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30627449 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696470529656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17344] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17344/stat : 17344 (java) S 17328 17331 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30627449 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696469477000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17345] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17345/stat : 17345 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30627451 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696468425744 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17346] ppid=17328 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/17331/task/17346/stat : 17346 (java) R 17328 17331 15910 0 -1 4202560 1956 0 0 0 31 0 0 0 20 0 19 0 30627451 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696467372088 140696990045819 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17347] ppid=17328 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/17331/task/17347/stat : 17347 (java) R 17328 17331 15910 0 -1 4202560 2733 0 0 0 32 0 0 0 20 0 19 0 30627451 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696466319544 273909068860 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17348] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17348/stat : 17348 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30627451 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696465267192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17349] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17349/stat : 17349 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30627451 9856040960 185830 33554432000 1073741824 1073778376 140736020202608 140696464214856 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.18 2.22 2.24 3/193 17351
/proc/meminfo: memFree=28944108/32872528 swapFree=1482636/1662508
[pid=17331] ppid=17328 vsize=9625040 CPUtime=8.46 cores=0,2,4,6
/proc/17331/stat : 17331 (java) S 17328 17331 15910 0 -1 4202496 11422 0 1 0 800 46 0 0 20 0 19 0 30627446 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140736020193744 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17331/statm: 2406260 206821 2274 9 0 2396937 0
[pid=17331/tid=17332] ppid=17328 vsize=9625040 CPUtime=5.79 cores=0,2,4,6
/proc/17331/task/17332/stat : 17332 (java) R 17328 17331 15910 0 -1 4202560 2816 0 1 0 572 7 0 0 20 0 19 0 30627447 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696984105304 140696837963392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17331/tid=17334] ppid=17328 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/17331/task/17334/stat : 17334 (java) S 17328 17331 15910 0 -1 4202560 505 0 0 0 25 7 0 0 20 0 19 0 30627448 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696956557992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17335] ppid=17328 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17331/task/17335/stat : 17335 (java) S 17328 17331 15910 0 -1 4202560 92 0 0 0 18 4 0 0 20 0 19 0 30627448 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696826194728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17336] ppid=17328 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/17331/task/17336/stat : 17336 (java) S 17328 17331 15910 0 -1 4202560 143 0 0 0 12 4 0 0 20 0 19 0 30627448 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696825142184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17337] ppid=17328 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/17331/task/17337/stat : 17337 (java) S 17328 17331 15910 0 -1 4202560 119 0 0 0 20 7 0 0 20 0 19 0 30627448 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696824089640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17338] ppid=17328 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/17331/task/17338/stat : 17338 (java) S 17328 17331 15910 0 -1 4202560 73 0 0 0 13 4 0 0 20 0 19 0 30627448 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696823036072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17339] ppid=17328 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/17331/task/17339/stat : 17339 (java) S 17328 17331 15910 0 -1 4202560 66 0 0 0 12 4 0 0 20 0 19 0 30627448 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696821983528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17340] ppid=17328 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17331/task/17340/stat : 17340 (java) S 17328 17331 15910 0 -1 4202560 564 0 0 0 14 4 0 0 20 0 19 0 30627448 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696484833704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17341] ppid=17328 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/17331/task/17341/stat : 17341 (java) S 17328 17331 15910 0 -1 4202560 111 0 0 0 13 4 0 0 20 0 19 0 30627448 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696483781160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17342] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17342/stat : 17342 (java) S 17328 17331 15910 0 -1 4202560 535 0 0 0 0 0 0 0 20 0 19 0 30627449 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696471583336 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17343] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17343/stat : 17343 (java) S 17328 17331 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30627449 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696470529656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17344] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17344/stat : 17344 (java) S 17328 17331 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30627449 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696469477000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17345] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17345/stat : 17345 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30627451 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696468425744 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17346] ppid=17328 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/17331/task/17346/stat : 17346 (java) S 17328 17331 15910 0 -1 4202560 2403 0 0 0 40 0 0 0 20 0 19 0 30627451 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696467372088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17347] ppid=17328 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/17331/task/17347/stat : 17347 (java) S 17328 17331 15910 0 -1 4202560 2736 0 0 0 44 0 0 0 20 0 19 0 30627451 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696466319544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17348] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17348/stat : 17348 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30627451 9856040960 206821 33554432000 1073741824 1073778376 140736020202608 140696465267192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17349] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=17331/tid=17350] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17350/stat : 17350 (java) S 17328 17331 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30627741 9856040960 920813 33554432000 1073741824 1073778376 140736020202608 140696463160616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1728.06
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.42 2.34 2.30 3/215 17588
/proc/meminfo: memFree=22873864/32872528 swapFree=1482636/1662508
[pid=17331] ppid=17328 vsize=9625040 CPUtime=1788.49 cores=0,2,4,6
/proc/17331/stat : 17331 (java) S 17328 17331 15910 0 -1 4202496 100787 0 1 0 178571 278 0 0 20 0 19 0 30627446 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140736020193744 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17331/statm: 2406260 963901 2287 9 0 2396937 0
[pid=17331/tid=17332] ppid=17328 vsize=9625040 CPUtime=1771.9 cores=0,2,4,6
/proc/17331/task/17332/stat : 17332 (java) R 17328 17331 15910 0 -1 4202560 3825 0 1 0 177142 48 0 0 20 0 19 0 30627447 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696984104112 140696837963422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17334] ppid=17328 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/17331/task/17334/stat : 17334 (java) S 17328 17331 15910 0 -1 4202560 6603 0 0 0 64 24 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696956557992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17335] ppid=17328 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/17331/task/17335/stat : 17335 (java) S 17328 17331 15910 0 -1 4202560 8996 0 0 0 60 27 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696826194728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17336] ppid=17328 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/17331/task/17336/stat : 17336 (java) S 17328 17331 15910 0 -1 4202560 7411 0 0 0 57 34 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696825142184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17337] ppid=17328 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/17331/task/17337/stat : 17337 (java) S 17328 17331 15910 0 -1 4202560 13026 0 0 0 69 30 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696824089640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17338] ppid=17328 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/17331/task/17338/stat : 17338 (java) S 17328 17331 15910 0 -1 4202560 10163 0 0 0 57 27 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696823036072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17339] ppid=17328 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/17331/task/17339/stat : 17339 (java) S 17328 17331 15910 0 -1 4202560 7870 0 0 0 60 27 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696821983528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17340] ppid=17328 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/17331/task/17340/stat : 17340 (java) S 17328 17331 15910 0 -1 4202560 9490 0 0 0 64 31 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696484833704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17341] ppid=17328 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/17331/task/17341/stat : 17341 (java) S 17328 17331 15910 0 -1 4202560 10432 0 0 0 58 33 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696483781160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17342] ppid=17328 vsize=9625040 CPUtime=3.58 cores=0,2,4,6
/proc/17331/task/17342/stat : 17342 (java) S 17328 17331 15910 0 -1 4202560 16445 0 0 0 353 5 0 0 20 0 19 0 30627449 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696471583336 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17331/tid=17343] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17343/stat : 17343 (java) S 17328 17331 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30627449 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696470529656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17344] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17344/stat : 17344 (java) S 17328 17331 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30627449 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696469477000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17345] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17345/stat : 17345 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696468425744 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17346] ppid=17328 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/17331/task/17346/stat : 17346 (java) S 17328 17331 15910 0 -1 4202560 2416 0 0 0 47 0 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696467372088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17347] ppid=17328 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17331/task/17347/stat : 17347 (java) S 17328 17331 15910 0 -1 4202560 2749 0 0 0 51 0 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696466319544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17331/tid=17348] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17348/stat : 17348 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696465267192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17349] ppid=17328 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/17331/task/17349/stat : 17349 (java) S 17328 17331 15910 0 -1 4202560 103 0 0 0 16 17 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696464214856 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17331/tid=17350] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17350/stat : 17350 (java) S 17328 17331 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30627741 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696463160616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1788.49
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.9 s]
/proc/loadavg: 2.40 2.34 2.30 3/215 17588
/proc/meminfo: memFree=22873744/32872528 swapFree=1482636/1662508
[pid=17331] ppid=17328 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/17331/stat : 17331 (java) S 17328 17331 15910 0 -1 4202496 100787 0 1 0 179731 278 0 0 20 0 19 0 30627446 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140736020193744 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17331/statm: 2406260 963901 2287 9 0 2396937 0
[pid=17331/tid=17332] ppid=17328 vsize=9625040 CPUtime=1783.47 cores=0,2,4,6
/proc/17331/task/17332/stat : 17332 (java) R 17328 17331 15910 0 -1 4202560 3825 0 1 0 178298 49 0 0 20 0 19 0 30627447 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696984104112 140696837963444 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17334] ppid=17328 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/17331/task/17334/stat : 17334 (java) S 17328 17331 15910 0 -1 4202560 6603 0 0 0 64 24 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696956557992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17335] ppid=17328 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/17331/task/17335/stat : 17335 (java) S 17328 17331 15910 0 -1 4202560 8996 0 0 0 60 27 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696826194728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17336] ppid=17328 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/17331/task/17336/stat : 17336 (java) S 17328 17331 15910 0 -1 4202560 7411 0 0 0 57 34 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696825142184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17337] ppid=17328 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/17331/task/17337/stat : 17337 (java) S 17328 17331 15910 0 -1 4202560 13026 0 0 0 69 30 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696824089640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17338] ppid=17328 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/17331/task/17338/stat : 17338 (java) S 17328 17331 15910 0 -1 4202560 10163 0 0 0 57 27 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696823036072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17339] ppid=17328 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/17331/task/17339/stat : 17339 (java) S 17328 17331 15910 0 -1 4202560 7870 0 0 0 60 27 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696821983528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17340] ppid=17328 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/17331/task/17340/stat : 17340 (java) S 17328 17331 15910 0 -1 4202560 9490 0 0 0 64 31 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696484833704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17341] ppid=17328 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/17331/task/17341/stat : 17341 (java) S 17328 17331 15910 0 -1 4202560 10432 0 0 0 58 33 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696483781160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17342] ppid=17328 vsize=9625040 CPUtime=3.58 cores=0,2,4,6
/proc/17331/task/17342/stat : 17342 (java) S 17328 17331 15910 0 -1 4202560 16445 0 0 0 353 5 0 0 20 0 19 0 30627449 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696471583336 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17331/tid=17343] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17343/stat : 17343 (java) S 17328 17331 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30627449 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696470529656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17344] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17344/stat : 17344 (java) S 17328 17331 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30627449 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696469477000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17345] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17345/stat : 17345 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696468425744 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17346] ppid=17328 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/17331/task/17346/stat : 17346 (java) S 17328 17331 15910 0 -1 4202560 2416 0 0 0 47 0 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696467372088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17347] ppid=17328 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17331/task/17347/stat : 17347 (java) S 17328 17331 15910 0 -1 4202560 2749 0 0 0 51 0 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696466319544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17331/tid=17348] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17348/stat : 17348 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696465267192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17349] ppid=17328 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/17331/task/17349/stat : 17349 (java) S 17328 17331 15910 0 -1 4202560 103 0 0 0 16 18 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696464214856 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17331/tid=17350] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17350/stat : 17350 (java) S 17328 17331 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30627741 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696463160616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 17331 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.9 s]
/proc/loadavg: 2.40 2.34 2.30 3/215 17588
/proc/meminfo: memFree=22873744/32872528 swapFree=1482636/1662508
[pid=17331] ppid=17328 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/17331/stat : 17331 (java) S 17328 17331 15910 0 -1 4202496 100787 0 1 0 179731 278 0 0 20 0 19 0 30627446 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140736020193744 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17331/statm: 2406260 963901 2287 9 0 2396937 0
[pid=17331/tid=17332] ppid=17328 vsize=9625040 CPUtime=1783.47 cores=0,2,4,6
/proc/17331/task/17332/stat : 17332 (java) R 17328 17331 15910 0 -1 4202560 3825 0 1 0 178298 49 0 0 20 0 19 0 30627447 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696984104112 140696837963444 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17334] ppid=17328 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/17331/task/17334/stat : 17334 (java) S 17328 17331 15910 0 -1 4202560 6603 0 0 0 64 24 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696956557992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17335] ppid=17328 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/17331/task/17335/stat : 17335 (java) S 17328 17331 15910 0 -1 4202560 8996 0 0 0 60 27 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696826194728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17336] ppid=17328 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/17331/task/17336/stat : 17336 (java) S 17328 17331 15910 0 -1 4202560 7411 0 0 0 57 34 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696825142184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17337] ppid=17328 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/17331/task/17337/stat : 17337 (java) S 17328 17331 15910 0 -1 4202560 13026 0 0 0 69 30 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696824089640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17338] ppid=17328 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/17331/task/17338/stat : 17338 (java) S 17328 17331 15910 0 -1 4202560 10163 0 0 0 57 27 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696823036072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17339] ppid=17328 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/17331/task/17339/stat : 17339 (java) S 17328 17331 15910 0 -1 4202560 7870 0 0 0 60 27 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696821983528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17340] ppid=17328 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/17331/task/17340/stat : 17340 (java) S 17328 17331 15910 0 -1 4202560 9490 0 0 0 64 31 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696484833704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17341] ppid=17328 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/17331/task/17341/stat : 17341 (java) S 17328 17331 15910 0 -1 4202560 10432 0 0 0 58 33 0 0 20 0 19 0 30627448 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696483781160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17331/tid=17342] ppid=17328 vsize=9625040 CPUtime=3.58 cores=0,2,4,6
/proc/17331/task/17342/stat : 17342 (java) S 17328 17331 15910 0 -1 4202560 16445 0 0 0 353 5 0 0 20 0 19 0 30627449 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696471583336 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17331/tid=17343] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17343/stat : 17343 (java) S 17328 17331 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30627449 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696470529656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17344] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17344/stat : 17344 (java) S 17328 17331 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30627449 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696469477000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17345] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17345/stat : 17345 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696468425744 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17331/tid=17346] ppid=17328 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/17331/task/17346/stat : 17346 (java) S 17328 17331 15910 0 -1 4202560 2416 0 0 0 47 0 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696467372088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17347] ppid=17328 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17331/task/17347/stat : 17347 (java) S 17328 17331 15910 0 -1 4202560 2749 0 0 0 51 0 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696466319544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17331/tid=17348] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17348/stat : 17348 (java) S 17328 17331 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696465267192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17331/tid=17349] ppid=17328 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/17331/task/17349/stat : 17349 (java) S 17328 17331 15910 0 -1 4202560 103 0 0 0 16 18 0 0 20 0 19 0 30627451 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696464214856 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17331/tid=17350] ppid=17328 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17331/task/17350/stat : 17350 (java) S 17328 17331 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30627741 9856040960 963901 33554432000 1073741824 1073778376 140736020202608 140696463160616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 17331 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=709466
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=201513
# CPU time returned by wait4() is 1795.91
# 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): 1793.95
CPU time (s): 1800.09
CPU user time (s): 1797.31
CPU system time (s): 2.78
CPU usage (%): 100.342
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.71
system time used= 3.20151
maximum resident set size= 3855732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100824
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43162
involuntary context switches= 27742

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3404 second user time and 12.934 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 23:36:50
IDJOB=4107069
IDBENCH=71861
IDSOLVER=2546
FILE ID=node134/4107069-1466285810
RUNJOBID= node134-1466275076-15926
PBS_JOBID= 19918245
Free space on /tmp= 71640 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_100_3__3_91__1024.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107069-1466285810/watcher-4107069-1466285810 -o /tmp/evaluation-result-4107069-1466285810/solver-4107069-1466285810 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466275076-15926 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107069-1466285810.opb

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

MD5SUM BENCH= 52ff77379d5ac91fab82f1dac91e539e
RANDOM SEED=1960955209

node134.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.020
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.04
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.020
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	: 7358.89
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.020
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.55
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.020
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.020
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.020
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.54
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.020
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.020
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:        30006564 kB
Buffers:          173868 kB
Cached:           280340 kB
SwapCached:         1008 kB
Active:           104940 kB
Inactive:         356904 kB
Active(anon):       8512 kB
Inactive(anon):     1616 kB
Active(file):      96428 kB
Inactive(file):   355288 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:             81772 kB
Writeback:             0 kB
AnonPages:       1675216 kB
Mapped:             7100 kB
Shmem:                 0 kB
Slab:             609128 kB
SReclaimable:      52096 kB
SUnreclaim:       557032 kB
KernelStack:        1592 kB
PageTables:         7276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1763416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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= 71644 MiB
End job on node134 at 2016-06-19 00:06:44