Trace number 4107061

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.05 1681.07

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__512.opb
MD5SUM0f92d181b92c9b1b2ec7960910124750
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7682998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint512
Maximum length of a constraint23041
Number of terms in the objective function 7680000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 260084044288
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 260084044288
Number of bits of the biggest sum of numbers38
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-4107061-1466285809.opb
0.11/0.10	c reading problem ... 
0.59/0.34	c  objective function found
379.79/263.34	c ... done. Wall clock time 263.235s.
379.79/263.34	c declared #vars     7682998
379.79/263.34	c #constraints  21000
379.79/263.34	c constraints type 
379.79/263.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
379.79/263.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 15002
379.79/263.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5996
379.79/263.34	c 21000 constraints processed.
379.79/263.34	c objective function length is 7680000 literals
442.03/324.64	c cleaning 2814 clauses out of 5628 with flag 11261/5628
488.19/369.51	c cleaning 4213 clauses out of 8429 with flag 22492/11243
523.01/404.37	c cleaning 5690 clauses out of 11384 with flag 36828/18411
560.12/441.42	c cleaning 6685 clauses out of 13374 with flag 52188/26091
605.04/486.30	c cleaning 7951 clauses out of 15905 with flag 70620/35307
652.65/533.93	c cleaning 8839 clauses out of 17682 with flag 90076/45035
708.26/589.54	c cleaning 10052 clauses out of 20107 with flag 112604/56299
774.78/656.06	c cleaning 10914 clauses out of 21831 with flag 136156/68075
841.59/722.82	c cleaning 12113 clauses out of 24229 with flag 162780/81387
911.43/792.65	c cleaning 12968 clauses out of 25940 with flag 190428/95211
995.15/876.39	c cleaning 13908 clauses out of 27820 with flag 220124/110059
1079.26/960.42	c cleaning 15146 clauses out of 30296 with flag 252892/126443
1166.48/1047.67	c cleaning 16021 clauses out of 32046 with flag 286684/143339
1272.52/1153.69	c cleaning 16971 clauses out of 33945 with flag 322524/161259
1371.65/1252.73	c cleaning 17957 clauses out of 35918 with flag 360412/180203
1485.25/1366.35	c cleaning 18963 clauses out of 37929 with flag 400348/200171
1596.90/1477.94	c cleaning 19977 clauses out of 39958 with flag 442332/221163
1723.13/1604.15	c cleaning 20997 clauses out of 41997 with flag 486364/243179
1800.05/1681.00	c starts		: 5
1800.05/1681.00	c conflicts		: 257990
1800.05/1681.00	c decisions		: 34644117
1800.05/1681.00	c propagations		: 101310087
1800.05/1681.00	c inspects		: 1632705355
1800.05/1681.00	c shortcuts		: 0
1800.05/1681.00	c learnt literals	: 0
1800.05/1681.00	c learnt binary clauses	: 0
1800.05/1681.00	c learnt ternary clauses	: 0
1800.05/1681.00	c learnt constraints	: 257990
1800.05/1681.00	c ignored constraints	: 0
1800.05/1681.00	c root simplifications	: 0
1800.05/1681.00	c removed literals (reason simplification)	: 0
1800.05/1681.00	c reason swapping (by a shorter reason)	: 0
1800.05/1681.00	c Calls to reduceDB	: 18
1800.05/1681.00	c Number of update (reduction) of LBD	: 4
1800.05/1681.00	c Imported unit clauses	: 0
1800.05/1681.00	c number of reductions to clauses (during analyze)	: 0
1800.05/1681.00	c number of learned constraints concerned by reduction	: 0
1800.05/1681.00	c number of learning phase by resolution	: 0
1800.05/1681.00	c number of learning phase by cutting planes	: 0
1800.05/1681.00	c speed (assignments/second)	: 71523.90799258146
1800.05/1681.00	c non guided choices	15532773
1800.05/1681.02	c learnt constraints type 
1800.05/1681.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35812
1800.05/1681.02	s UNKNOWN
1800.05/1681.02	c Total wall clock time (in seconds): 1680.917

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

pid=17358
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: 2.16 2.21 2.24 4/196 17361
/proc/meminfo: memFree=28816764/32872528 swapFree=1482636/1662508
[pid=17361] ppid=17358 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/17361/stat : 17361 (java) S 17358 17361 15910 0 -1 4202496 1360 0 0 0 0 0 0 0 20 0 2 0 30628463 98582528 985 33554432000 1073741824 1073778376 140737137553168 140737137544304 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17361/statm: 24068 985 750 9 0 16774 0
[pid=17361/tid=17362] ppid=17358 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17362/stat : 17362 (java) R 17358 17361 15910 0 -1 4202560 139 0 0 0 0 0 0 0 20 0 2 0 30628464 98578432 986 33554432000 1073741824 1073778376 140737137553168 140725574622760 273905643544 0 0 0 16784584 0 0 0 -1 3 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.16 2.21 2.24 4/196 17361
/proc/meminfo: memFree=28816764/32872528 swapFree=1482636/1662508
[pid=17361] ppid=17358 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17361/stat : 17361 (java) S 17358 17361 15910 0 -1 4202496 4501 0 1 0 10 1 0 0 20 0 18 0 30628463 9787879424 6121 33554432000 1073741824 1073778376 140737137553168 140737137544304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17361/statm: 2389619 6121 2157 9 0 2380296 0
[pid=17361/tid=17362] ppid=17358 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17361/task/17362/stat : 17362 (java) R 17358 17361 15910 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 30628464 9787879424 6121 33554432000 1073741824 1073778376 140737137553168 140725574625992 273909081357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200294 s]
/proc/loadavg: 2.16 2.21 2.24 4/196 17361
/proc/meminfo: memFree=28816764/32872528 swapFree=1482636/1662508
[pid=17361] ppid=17358 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/17361/stat : 17361 (java) S 17358 17361 15910 0 -1 4202496 4710 0 1 0 28 7 0 0 20 0 18 0 30628463 9787879424 73761 33554432000 1073741824 1073778376 140737137553168 140737137544304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17361/statm: 2389619 73761 2179 9 0 2380296 0
[pid=17361/tid=17362] ppid=17358 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17361/task/17362/stat : 17362 (java) S 17358 17361 15910 0 -1 4202560 2434 0 1 0 8 3 0 0 20 0 18 0 30628464 9787879424 73761 33554432000 1073741824 1073778376 140737137553168 140725574626824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 9558476

[startup+0.300332 s]
/proc/loadavg: 2.16 2.21 2.24 4/196 17361
/proc/meminfo: memFree=28816764/32872528 swapFree=1482636/1662508
[pid=17361] ppid=17358 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/17361/stat : 17361 (java) S 17358 17361 15910 0 -1 4202496 4821 0 1 0 52 7 0 0 20 0 18 0 30628463 9787879424 78471 33554432000 1073741824 1073778376 140737137553168 140737137544304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17361/statm: 2389619 78471 2188 9 0 2380296 0
[pid=17361/tid=17362] ppid=17358 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17361/task/17362/stat : 17362 (java) S 17358 17361 15910 0 -1 4202560 2434 0 1 0 8 3 0 0 20 0 18 0 30628464 9787879424 78471 33554432000 1073741824 1073778376 140737137553168 140725574626824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700297 s]
/proc/loadavg: 2.16 2.21 2.24 4/196 17361
/proc/meminfo: memFree=28816764/32872528 swapFree=1482636/1662508
[pid=17361] ppid=17358 vsize=9558476 CPUtime=1.33 cores=1,3,5,7
/proc/17361/stat : 17361 (java) S 17358 17361 15910 0 -1 4202496 6172 0 1 0 124 9 0 0 20 0 18 0 30628463 9787879424 90596 33554432000 1073741824 1073778376 140737137553168 140737137544304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17361/statm: 2389619 90596 2256 9 0 2380296 0
[pid=17361/tid=17362] ppid=17358 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/17361/task/17362/stat : 17362 (java) R 17358 17361 15910 0 -1 4202560 2458 0 1 0 37 4 0 0 20 0 18 0 30628464 9787879424 90596 33554432000 1073741824 1073778376 140737137553168 140725574626472 140725425948564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.16 2.21 2.24 4/214 17379
/proc/meminfo: memFree=28464192/32872528 swapFree=1482636/1662508
[pid=17361] ppid=17358 vsize=9558476 CPUtime=2.27 cores=1,3,5,7
/proc/17361/stat : 17361 (java) S 17358 17361 15910 0 -1 4202496 6344 0 1 0 215 12 0 0 20 0 18 0 30628463 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140737137544304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17361/statm: 2389619 119363 2256 9 0 2380296 0
[pid=17361/tid=17362] ppid=17358 vsize=9558476 CPUtime=1.15 cores=1,3,5,7
/proc/17361/task/17362/stat : 17362 (java) R 17358 17361 15910 0 -1 4202560 2498 0 1 0 111 4 0 0 20 0 18 0 30628464 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140725574619008 273909081357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17364] ppid=17358 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/17361/task/17364/stat : 17364 (java) S 17358 17361 15910 0 -1 4202560 63 0 0 0 10 2 0 0 20 0 18 0 30628464 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140725547080616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17365] ppid=17358 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17361/task/17365/stat : 17365 (java) S 17358 17361 15910 0 -1 4202560 15 0 0 0 7 0 0 0 20 0 18 0 30628464 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140725546028072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17366] ppid=17358 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/17361/task/17366/stat : 17366 (java) S 17358 17361 15910 0 -1 4202560 75 0 0 0 11 2 0 0 20 0 18 0 30628464 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140725544975016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17367] ppid=17358 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17361/task/17367/stat : 17367 (java) S 17358 17361 15910 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 18 0 30628464 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140725414570792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17368] ppid=17358 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17361/task/17368/stat : 17368 (java) S 17358 17361 15910 0 -1 4202560 29 0 0 0 7 0 0 0 20 0 18 0 30628464 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140725413517736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17369] ppid=17358 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/17361/task/17369/stat : 17369 (java) S 17358 17361 15910 0 -1 4202560 27 0 0 0 13 0 0 0 20 0 18 0 30628464 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140725412465192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17370] ppid=17358 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17361/task/17370/stat : 17370 (java) S 17358 17361 15910 0 -1 4202560 205 0 0 0 11 0 0 0 20 0 18 0 30628464 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140725411412136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17371] ppid=17358 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/17361/task/17371/stat : 17371 (java) S 17358 17361 15910 0 -1 4202560 166 0 0 0 6 0 0 0 20 0 18 0 30628464 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140725410359592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17372] ppid=17358 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/17361/task/17372/stat : 17372 (java) S 17358 17361 15910 0 -1 4202560 226 0 0 0 4 0 0 0 20 0 18 0 30628465 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140724927847272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17373] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17373/stat : 17373 (java) S 17358 17361 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30628466 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140724926793592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17374] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17374/stat : 17374 (java) S 17358 17361 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30628466 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140724925740424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17375] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17375/stat : 17375 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30628468 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140724924689168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17376] ppid=17358 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17361/task/17376/stat : 17376 (java) S 17358 17361 15910 0 -1 4202560 748 0 0 0 7 0 0 0 20 0 18 0 30628468 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140724923636024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17377] ppid=17358 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17361/task/17377/stat : 17377 (java) S 17358 17361 15910 0 -1 4202560 1022 0 0 0 9 0 0 0 20 0 18 0 30628468 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140724922583480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17378] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17378/stat : 17378 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30628468 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140724921530616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17379] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17379/stat : 17379 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30628468 9787879424 119363 33554432000 1073741824 1073778376 140737137553168 140724920478280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9558476

[startup+3.10088 s]
/proc/loadavg: 2.23 2.23 2.24 5/214 17379
/proc/meminfo: memFree=28252220/32872528 swapFree=1482636/1662508
[pid=17361] ppid=17358 vsize=9558476 CPUtime=4.05 cores=1,3,5,7
/proc/17361/stat : 17361 (java) S 17358 17361 15910 0 -1 4202496 7063 0 1 0 387 18 0 0 20 0 18 0 30628463 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140737137544304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17361/statm: 2389619 145072 2260 9 0 2380296 0
[pid=17361/tid=17362] ppid=17358 vsize=9558476 CPUtime=2.68 cores=1,3,5,7
/proc/17361/task/17362/stat : 17362 (java) R 17358 17361 15910 0 -1 4202560 2695 0 1 0 262 6 0 0 20 0 18 0 30628464 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140725574619008 273909081357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17364] ppid=17358 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/17361/task/17364/stat : 17364 (java) S 17358 17361 15910 0 -1 4202560 115 0 0 0 15 4 0 0 20 0 18 0 30628464 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140725547080616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17365] ppid=17358 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17361/task/17365/stat : 17365 (java) S 17358 17361 15910 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 18 0 30628464 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140725546028072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17366] ppid=17358 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/17361/task/17366/stat : 17366 (java) S 17358 17361 15910 0 -1 4202560 394 0 0 0 13 3 0 0 20 0 18 0 30628464 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140725544975016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17367] ppid=17358 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/17361/task/17367/stat : 17367 (java) S 17358 17361 15910 0 -1 4202560 53 0 0 0 10 0 0 0 20 0 18 0 30628464 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140725414570792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17368] ppid=17358 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/17361/task/17368/stat : 17368 (java) S 17358 17361 15910 0 -1 4202560 56 0 0 0 8 2 0 0 20 0 18 0 30628464 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140725413517736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17369] ppid=17358 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/17361/task/17369/stat : 17369 (java) S 17358 17361 15910 0 -1 4202560 41 0 0 0 14 1 0 0 20 0 18 0 30628464 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140725412465192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17370] ppid=17358 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/17361/task/17370/stat : 17370 (java) S 17358 17361 15910 0 -1 4202560 220 0 0 0 13 0 0 0 20 0 18 0 30628464 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140725411412136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17371] ppid=17358 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17361/task/17371/stat : 17371 (java) S 17358 17361 15910 0 -1 4202560 179 0 0 0 9 0 0 0 20 0 18 0 30628464 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140725410359592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17372] ppid=17358 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/17361/task/17372/stat : 17372 (java) S 17358 17361 15910 0 -1 4202560 253 0 0 0 4 0 0 0 20 0 18 0 30628465 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140724927847272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17373] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17373/stat : 17373 (java) S 17358 17361 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30628466 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140724926793592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17374] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17374/stat : 17374 (java) S 17358 17361 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30628466 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140724925740424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17375] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17375/stat : 17375 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30628468 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140724924689168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17376] ppid=17358 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17361/task/17376/stat : 17376 (java) S 17358 17361 15910 0 -1 4202560 748 0 0 0 7 0 0 0 20 0 18 0 30628468 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140724923636024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17377] ppid=17358 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17361/task/17377/stat : 17377 (java) S 17358 17361 15910 0 -1 4202560 1026 0 0 0 9 0 0 0 20 0 18 0 30628468 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140724922583480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17378] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17378/stat : 17378 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30628468 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140724921530616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17379] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17379/stat : 17379 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30628468 9787879424 145072 33554432000 1073741824 1073778376 140737137553168 140724920478280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9558476

[startup+6.3008 s]
/proc/loadavg: 2.23 2.23 2.24 3/214 17379
/proc/meminfo: memFree=27923988/32872528 swapFree=1482636/1662508
[pid=17361] ppid=17358 vsize=9558476 CPUtime=8.46 cores=1,3,5,7
/proc/17361/stat : 17361 (java) S 17358 17361 15910 0 -1 4202496 9067 0 1 0 809 37 0 0 20 0 18 0 30628463 9787879424 262109 33554432000 1073741824 1073778376 140737137553168 140737137544304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17361/statm: 2389619 262109 2262 9 0 2380296 0
[pid=17361/tid=17362] ppid=17358 vsize=9558476 CPUtime=5.18 cores=1,3,5,7
/proc/17361/task/17362/stat : 17362 (java) S 17358 17361 15910 0 -1 4202560 2948 0 1 0 509 9 0 0 20 0 18 0 30628464 9787879424 262109 33554432000 1073741824 1073778376 140737137553168 140725574626568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17364] ppid=17358 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/17361/task/17364/stat : 17364 (java) R 17358 17361 15910 0 -1 4202560 223 0 0 0 40 6 0 0 20 0 18 0 30628464 9787879424 262109 33554432000 1073741824 1073778376 140737137553168 140725547080744 140725577098891 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17365] ppid=17358 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/17361/task/17365/stat : 17365 (java) D 17358 17361 15910 0 -1 4202560 138 0 0 0 31 3 0 0 20 0 18 0 30628464 9787879424 262109 33554432000 1073741824 1073778376 140737137553168 140725546028248 140725577906076 0 4 0 16800975 18446744071581355444 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17366] ppid=17358 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/17361/task/17366/stat : 17366 (java) R 17358 17361 15910 0 -1 4202560 482 0 0 0 29 4 0 0 20 0 18 0 30628464 9787879424 262109 33554432000 1073741824 1073778376 140737137553168 140725544974896 140725581523772 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17367] ppid=17358 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/17361/task/17367/stat : 17367 (java) R 17358 17361 15910 0 -1 4202560 135 0 0 0 25 3 0 0 20 0 18 0 30628464 9787879424 262109 33554432000 1073741824 1073778376 140737137553168 140725414570968 140725577098937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17368] ppid=17358 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/17361/task/17368/stat : 17368 (java) R 17358 17361 15910 0 -1 4202560 138 0 0 0 23 3 0 0 20 0 18 0 30628464 9787879424 262109 33554432000 1073741824 1073778376 140737137553168 140725413517912 140725577098953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17369] ppid=17358 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/17361/task/17369/stat : 17369 (java) D 17358 17361 15910 0 -1 4202560 148 0 0 0 36 4 0 0 20 0 18 0 30628464 9787879424 262109 33554432000 1073741824 1073778376 140737137553168 140725412465368 140725577906076 0 4 0 16800975 18446744071581355444 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17370] ppid=17358 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/17361/task/17370/stat : 17370 (java) D 17358 17361 15910 0 -1 4202560 854 0 0 0 23 1 0 0 20 0 18 0 30628464 9787879424 262109 33554432000 1073741824 1073778376 140737137553168 140725411411896 273905738727 0 4 0 16800975 18446744071581355491 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17371] ppid=17358 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/17361/task/17371/stat : 17371 (java) R 17358 17361 15910 0 -1 4202560 282 0 0 0 28 3 0 0 20 0 18 0 30628464 9787879424 262109 33554432000 1073741824 1073778376 140737137553168 140725410359768 140725581523884 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17372] ppid=17358 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/17361/task/17372/stat : 17372 (java) S 17358 17361 15910 0 -1 4202560 683 0 0 0 31 0 0 0 20 0 18 0 30628465 9787879424 262109 33554432000 1073741824 1073778376 140737137553168 140724927846152 273909068860 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17373] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17373/stat : 17373 (java) S 17358 17361 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30628466 9787879424 262109 33554432000 1073741824 1073778376 140737137553168 140724926793592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17374] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17374/stat : 17374 (java) S 17358 17361 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30628466 9787879424 262109 33554432000 1073741824 1073778376 140737137553168 140724925740424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17375] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17375/stat : 17375 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30628468 9787879424 262110 33554432000 1073741824 1073778376 140737137553168 140724924689168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17376] ppid=17358 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17361/task/17376/stat : 17376 (java) S 17358 17361 15910 0 -1 4202560 748 0 0 0 7 0 0 0 20 0 18 0 30628468 9787879424 262110 33554432000 1073741824 1073778376 140737137553168 140724923636024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17377] ppid=17358 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17361/task/17377/stat : 17377 (java) S 17358 17361 15910 0 -1 4202560 1037 0 0 0 11 0 0 0 20 0 18 0 30628468 9787879424 262110 33554432000 1073741824 1073778376 140737137553168 140724922583480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17378] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17378/stat : 17378 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30628468 9787879424 262111 33554432000 1073741824 1073778376 140737137553168 140724921530616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17379] ppid=17358 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

[pid=17361/tid=17387] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17387/stat : 17387 (java) S 17358 17361 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30654919 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724919424552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.31
Current children cumulated vsize (KiB) 9625040

[startup+1602.31 s]
/proc/loadavg: 2.26 2.28 2.29 4/215 17454
/proc/meminfo: memFree=17635228/32872528 swapFree=1482636/1662508
[pid=17361] ppid=17358 vsize=9625040 CPUtime=1721.34 cores=1,3,5,7
/proc/17361/stat : 17361 (java) S 17358 17361 15910 0 -1 4202496 150145 0 1 0 171425 709 0 0 20 0 19 0 30628463 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140737137544304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17361/statm: 2406260 2081329 2294 9 0 2396937 0
[pid=17361/tid=17362] ppid=17358 vsize=9625040 CPUtime=1471.69 cores=1,3,5,7
/proc/17361/task/17362/stat : 17362 (java) R 17358 17361 15910 0 -1 4202560 3431 0 1 0 147116 53 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725574626560 140725426403032 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17364] ppid=17358 vsize=9625040 CPUtime=19.92 cores=1,3,5,7
/proc/17361/task/17364/stat : 17364 (java) S 17358 17361 15910 0 -1 4202560 7714 0 0 0 1921 71 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725547080616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17365] ppid=17358 vsize=9625040 CPUtime=19.2 cores=1,3,5,7
/proc/17361/task/17365/stat : 17365 (java) S 17358 17361 15910 0 -1 4202560 14595 0 0 0 1851 69 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725546028072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17366] ppid=17358 vsize=9625040 CPUtime=19.99 cores=1,3,5,7
/proc/17361/task/17366/stat : 17366 (java) S 17358 17361 15910 0 -1 4202560 12229 0 0 0 1920 79 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725544975016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17367] ppid=17358 vsize=9625040 CPUtime=19.14 cores=1,3,5,7
/proc/17361/task/17367/stat : 17367 (java) S 17358 17361 15910 0 -1 4202560 3755 0 0 0 1846 68 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725414570792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17368] ppid=17358 vsize=9625040 CPUtime=20.33 cores=1,3,5,7
/proc/17361/task/17368/stat : 17368 (java) S 17358 17361 15910 0 -1 4202560 7531 0 0 0 1949 84 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725413517736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17369] ppid=17358 vsize=9625040 CPUtime=19.82 cores=1,3,5,7
/proc/17361/task/17369/stat : 17369 (java) S 17358 17361 15910 0 -1 4202560 9998 0 0 0 1899 83 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725412465192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17370] ppid=17358 vsize=9625040 CPUtime=19.92 cores=1,3,5,7
/proc/17361/task/17370/stat : 17370 (java) S 17358 17361 15910 0 -1 4202560 14809 0 0 0 1910 82 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725411412136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17371] ppid=17358 vsize=9625040 CPUtime=19.76 cores=1,3,5,7
/proc/17361/task/17371/stat : 17371 (java) S 17358 17361 15910 0 -1 4202560 10795 0 0 0 1904 72 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725410359592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17372] ppid=17358 vsize=9625040 CPUtime=85.63 cores=1,3,5,7
/proc/17361/task/17372/stat : 17372 (java) S 17358 17361 15910 0 -1 4202560 54545 0 0 0 8535 28 0 0 20 0 19 0 30628465 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724927847272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17373] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17373/stat : 17373 (java) S 17358 17361 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30628466 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724926793592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17374] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17374/stat : 17374 (java) S 17358 17361 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30628466 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724925740424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17375] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17375/stat : 17375 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724924689168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17376] ppid=17358 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/17361/task/17376/stat : 17376 (java) S 17358 17361 15910 0 -1 4202560 7047 0 0 0 83 3 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724923636024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17377] ppid=17358 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/17361/task/17377/stat : 17377 (java) S 17358 17361 15910 0 -1 4202560 2347 0 0 0 51 0 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724922583480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17378] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17378/stat : 17378 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724921530616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17379] ppid=17358 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/17361/task/17379/stat : 17379 (java) S 17358 17361 15910 0 -1 4202560 92 0 0 0 31 45 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724920478280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17387] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17387/stat : 17387 (java) S 17358 17361 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30654919 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724919424552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.34
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.15 2.25 2.28 3/215 17455
/proc/meminfo: memFree=17635224/32872528 swapFree=1482636/1662508
[pid=17361] ppid=17358 vsize=9625040 CPUtime=1781.34 cores=1,3,5,7
/proc/17361/stat : 17361 (java) S 17358 17361 15910 0 -1 4202496 150149 0 1 0 177424 710 0 0 20 0 19 0 30628463 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140737137544304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17361/statm: 2406260 2081329 2294 9 0 2396937 0
[pid=17361/tid=17362] ppid=17358 vsize=9625040 CPUtime=1531.53 cores=1,3,5,7
/proc/17361/task/17362/stat : 17362 (java) R 17358 17361 15910 0 -1 4202560 3431 0 1 0 153099 54 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725574618832 140725426556192 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17364] ppid=17358 vsize=9625040 CPUtime=19.92 cores=1,3,5,7
/proc/17361/task/17364/stat : 17364 (java) S 17358 17361 15910 0 -1 4202560 7714 0 0 0 1921 71 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725547080616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17365] ppid=17358 vsize=9625040 CPUtime=19.2 cores=1,3,5,7
/proc/17361/task/17365/stat : 17365 (java) S 17358 17361 15910 0 -1 4202560 14595 0 0 0 1851 69 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725546028072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17366] ppid=17358 vsize=9625040 CPUtime=19.99 cores=1,3,5,7
/proc/17361/task/17366/stat : 17366 (java) S 17358 17361 15910 0 -1 4202560 12229 0 0 0 1920 79 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725544975016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17367] ppid=17358 vsize=9625040 CPUtime=19.14 cores=1,3,5,7
/proc/17361/task/17367/stat : 17367 (java) S 17358 17361 15910 0 -1 4202560 3755 0 0 0 1846 68 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725414570792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17368] ppid=17358 vsize=9625040 CPUtime=20.33 cores=1,3,5,7
/proc/17361/task/17368/stat : 17368 (java) S 17358 17361 15910 0 -1 4202560 7531 0 0 0 1949 84 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725413517736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17369] ppid=17358 vsize=9625040 CPUtime=19.82 cores=1,3,5,7
/proc/17361/task/17369/stat : 17369 (java) S 17358 17361 15910 0 -1 4202560 9998 0 0 0 1899 83 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725412465192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17370] ppid=17358 vsize=9625040 CPUtime=19.92 cores=1,3,5,7
/proc/17361/task/17370/stat : 17370 (java) S 17358 17361 15910 0 -1 4202560 14809 0 0 0 1910 82 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725411412136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17371] ppid=17358 vsize=9625040 CPUtime=19.76 cores=1,3,5,7
/proc/17361/task/17371/stat : 17371 (java) S 17358 17361 15910 0 -1 4202560 10795 0 0 0 1904 72 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725410359592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17372] ppid=17358 vsize=9625040 CPUtime=85.63 cores=1,3,5,7
/proc/17361/task/17372/stat : 17372 (java) S 17358 17361 15910 0 -1 4202560 54545 0 0 0 8535 28 0 0 20 0 19 0 30628465 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724927847272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17373] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17373/stat : 17373 (java) S 17358 17361 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30628466 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724926793592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17374] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17374/stat : 17374 (java) S 17358 17361 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30628466 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724925740424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17375] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17375/stat : 17375 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724924689168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17376] ppid=17358 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/17361/task/17376/stat : 17376 (java) S 17358 17361 15910 0 -1 4202560 7047 0 0 0 83 3 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724923636024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17377] ppid=17358 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/17361/task/17377/stat : 17377 (java) S 17358 17361 15910 0 -1 4202560 2347 0 0 0 51 0 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724922583480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17378] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17378/stat : 17378 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724921530616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17379] ppid=17358 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/17361/task/17379/stat : 17379 (java) S 17358 17361 15910 0 -1 4202560 96 0 0 0 33 46 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724920478280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17387] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17387/stat : 17387 (java) S 17358 17361 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30654919 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724919424552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.34
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1681 s]
/proc/loadavg: 2.18 2.24 2.27 3/215 17456
/proc/meminfo: memFree=17635328/32872528 swapFree=1482636/1662508
[pid=17361] ppid=17358 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/17361/stat : 17361 (java) S 17358 17361 15910 0 -1 4202496 150149 0 1 0 179294 711 0 0 20 0 19 0 30628463 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140737137544304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17361/statm: 2406260 2081329 2294 9 0 2396937 0
[pid=17361/tid=17362] ppid=17358 vsize=9625040 CPUtime=1550.18 cores=1,3,5,7
/proc/17361/task/17362/stat : 17362 (java) R 17358 17361 15910 0 -1 4202560 3431 0 1 0 154964 54 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725574618832 140725426314494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17364] ppid=17358 vsize=9625040 CPUtime=19.92 cores=1,3,5,7
/proc/17361/task/17364/stat : 17364 (java) S 17358 17361 15910 0 -1 4202560 7714 0 0 0 1921 71 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725547080616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17365] ppid=17358 vsize=9625040 CPUtime=19.2 cores=1,3,5,7
/proc/17361/task/17365/stat : 17365 (java) S 17358 17361 15910 0 -1 4202560 14595 0 0 0 1851 69 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725546028072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17366] ppid=17358 vsize=9625040 CPUtime=19.99 cores=1,3,5,7
/proc/17361/task/17366/stat : 17366 (java) S 17358 17361 15910 0 -1 4202560 12229 0 0 0 1920 79 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725544975016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17367] ppid=17358 vsize=9625040 CPUtime=19.14 cores=1,3,5,7
/proc/17361/task/17367/stat : 17367 (java) S 17358 17361 15910 0 -1 4202560 3755 0 0 0 1846 68 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725414570792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17361/tid=17368] ppid=17358 vsize=9625040 CPUtime=20.33 cores=1,3,5,7
/proc/17361/task/17368/stat : 17368 (java) S 17358 17361 15910 0 -1 4202560 7531 0 0 0 1949 84 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725413517736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17369] ppid=17358 vsize=9625040 CPUtime=19.82 cores=1,3,5,7
/proc/17361/task/17369/stat : 17369 (java) S 17358 17361 15910 0 -1 4202560 9998 0 0 0 1899 83 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725412465192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17370] ppid=17358 vsize=9625040 CPUtime=19.92 cores=1,3,5,7
/proc/17361/task/17370/stat : 17370 (java) S 17358 17361 15910 0 -1 4202560 14809 0 0 0 1910 82 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725411412136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17371] ppid=17358 vsize=9625040 CPUtime=19.76 cores=1,3,5,7
/proc/17361/task/17371/stat : 17371 (java) S 17358 17361 15910 0 -1 4202560 10795 0 0 0 1904 72 0 0 20 0 19 0 30628464 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140725410359592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17372] ppid=17358 vsize=9625040 CPUtime=85.63 cores=1,3,5,7
/proc/17361/task/17372/stat : 17372 (java) S 17358 17361 15910 0 -1 4202560 54545 0 0 0 8535 28 0 0 20 0 19 0 30628465 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724927847272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17373] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17373/stat : 17373 (java) S 17358 17361 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30628466 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724926793592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17374] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17374/stat : 17374 (java) S 17358 17361 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30628466 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724925740424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17375] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17375/stat : 17375 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724924689168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17361/tid=17376] ppid=17358 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/17361/task/17376/stat : 17376 (java) S 17358 17361 15910 0 -1 4202560 7047 0 0 0 83 3 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724923636024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17377] ppid=17358 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/17361/task/17377/stat : 17377 (java) S 17358 17361 15910 0 -1 4202560 2347 0 0 0 51 0 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724922583480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17378] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17378/stat : 17378 (java) S 17358 17361 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724921530616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17361/tid=17379] ppid=17358 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/17361/task/17379/stat : 17379 (java) S 17358 17361 15910 0 -1 4202560 96 0 0 0 33 47 0 0 20 0 19 0 30628468 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724920478280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17361/tid=17387] ppid=17358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17361/task/17387/stat : 17387 (java) S 17358 17361 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30654919 9856040960 2081329 33554432000 1073741824 1073778376 140737137553168 140724919424552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 17361 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17361 and gives
#  childrusage.ru_utime.tv_sec=1788
#  childrusage.ru_utime.tv_usec=799061
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=580847
# CPU time returned by wait4() is 1796.38
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1681.07
CPU time (s): 1800.05
CPU user time (s): 1792.94
CPU system time (s): 7.11
CPU usage (%): 107.078
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.8
system time used= 7.58085
maximum resident set size= 8355260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150240
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59856
involuntary context switches= 320171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1322 second user time and 11.2633 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 23:37:00
IDJOB=4107061
IDBENCH=71857
IDSOLVER=2546
FILE ID=node134/4107061-1466285809
RUNJOBID= node134-1466275076-15927
PBS_JOBID= 19918245
Free space on /tmp= 71328 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_3000_5__126_2812__512.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107061-1466285809/watcher-4107061-1466285809 -o /tmp/evaluation-result-4107061-1466285809/solver-4107061-1466285809 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466275076-15927 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107061-1466285809.opb

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

MD5SUM BENCH= 0f92d181b92c9b1b2ec7960910124750
RANDOM SEED=1496529732

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:        28816664 kB
Buffers:          174196 kB
Cached:           636912 kB
SwapCached:         1008 kB
Active:          1293844 kB
Inactive:         328064 kB
Active(anon):     811708 kB
Inactive(anon):     1616 kB
Active(file):     482136 kB
Inactive(file):   326448 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:            400888 kB
Writeback:             0 kB
AnonPages:       2487160 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             624132 kB
SReclaimable:      65400 kB
SUnreclaim:       558732 kB
KernelStack:        1600 kB
PageTables:         9252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3429964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    978944 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= 71328 MiB
End job on node134 at 2016-06-19 00:05:02