Trace number 4108999

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1744.55

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-184.opb
MD5SUMd8db981f22ec5ac3b83e1e418cbe482a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1025127
Total number of constraints24132986
Number of constraints which are clauses21678503
Number of constraints which are cardinality constraints (but not clauses)75582
Number of constraints which are nor clauses,nor cardinality constraints2378901
Minimum length of a constraint2
Maximum length of a constraint5487
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5488
Number of bits of the biggest sum of numbers13
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@2b21cc40
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@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4108999-1466293430.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
303.59/249.02	c ... done. Wall clock time 248.917s.
303.59/249.02	c declared #vars     1025127
303.59/249.02	c #constraints  24170808
303.59/249.02	c constraints type 
303.59/249.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16690219
303.59/249.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 75583
303.59/249.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5026105
303.59/249.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2378901
303.59/249.02	c 24170808 constraints processed.
319.17/264.00	c cleaning 2483 clauses out of 5000 with flag 25471/5000
332.56/277.36	c cleaning 4238 clauses out of 8517 with flag 66075/11000
346.05/290.81	c cleaning 5634 clauses out of 11280 with flag 112548/18001
386.38/331.15	c cleaning 6807 clauses out of 13645 with flag 170319/26000
431.52/376.22	c cleaning 7907 clauses out of 15838 with flag 240081/35000
482.04/426.78	c cleaning 8957 clauses out of 17933 with flag 313837/45002
528.15/472.80	c cleaning 9977 clauses out of 19974 with flag 390995/56000
578.46/523.18	c cleaning 10988 clauses out of 22000 with flag 475691/68003
639.47/584.14	c cleaning 11994 clauses out of 24010 with flag 573897/81001
702.98/647.68	c cleaning 12998 clauses out of 26015 with flag 689515/95000
769.31/713.98	c cleaning 13999 clauses out of 28018 with flag 806069/110001
839.32/783.91	c cleaning 14999 clauses out of 30018 with flag 931001/126000
925.75/870.35	c cleaning 15994 clauses out of 32019 with flag 1087026/143000
1023.36/967.98	c cleaning 17001 clauses out of 34027 with flag 1258968/161002
1119.16/1063.79	c cleaning 18004 clauses out of 36027 with flag 1446778/180003
1220.50/1165.08	c cleaning 18998 clauses out of 38022 with flag 1639652/200002
1327.03/1271.58	c cleaning 20000 clauses out of 40024 with flag 1854525/221002
1414.43/1358.96	c cleaning 20999 clauses out of 42029 with flag 2052821/243007
1509.25/1453.76	c cleaning 21997 clauses out of 44025 with flag 2239432/266002
1621.77/1566.24	c cleaning 22996 clauses out of 46028 with flag 2430408/290002
1736.07/1680.51	c cleaning 23998 clauses out of 48031 with flag 2643065/315001
1800.07/1744.50	c starts		: 3
1800.07/1744.50	c conflicts		: 327951
1800.07/1744.50	c decisions		: 756438
1800.07/1744.50	c propagations		: 2951252775
1800.07/1744.50	c inspects		: 12122478771
1800.07/1744.50	c shortcuts		: 0
1800.07/1744.50	c learnt literals	: 0
1800.07/1744.50	c learnt binary clauses	: 6
1800.07/1744.50	c learnt ternary clauses	: 8
1800.07/1744.50	c learnt constraints	: 327951
1800.07/1744.50	c ignored constraints	: 0
1800.07/1744.50	c root simplifications	: 0
1800.07/1744.50	c removed literals (reason simplification)	: 0
1800.07/1744.50	c reason swapping (by a shorter reason)	: 0
1800.07/1744.50	c Calls to reduceDB	: 21
1800.07/1744.50	c Number of update (reduction) of LBD	: 180639
1800.07/1744.50	c Imported unit clauses	: 0
1800.07/1744.50	c number of reductions to clauses (during analyze)	: 0
1800.07/1744.50	c number of learned constraints concerned by reduction	: 0
1800.07/1744.50	c number of learning phase by resolution	: 0
1800.07/1744.50	c number of learning phase by cutting planes	: 0
1800.07/1744.50	c speed (assignments/second)	: 1973550.1232778053
1800.07/1744.50	c non guided choices	360287
1800.07/1744.52	c learnt constraints type 
1800.07/1744.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.07/1744.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36978
1800.07/1744.52	s UNKNOWN
1800.07/1744.52	c Total wall clock time (in seconds): 1744.421

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-4108999-1466293430/watcher-4108999-1466293430 -o /tmp/evaluation-result-4108999-1466293430/solver-4108999-1466293430 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466293429-2385 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4108999-1466293430.opb 

pid=2429
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.37 2.30 2.38 3/194 2432
/proc/meminfo: memFree=28431664/32872528 swapFree=1542984/1696284
[pid=2432] ppid=2429 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2432/stat : 2432 (java) S 2429 2432 28084 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 31392387 98570240 977 33554432000 1073741824 1073778376 140734570021472 140734570012608 270710898749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2432/statm: 24065 977 744 9 0 16771 0
[pid=2432/tid=2433] ppid=2429 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2433/stat : 2433 (java) R 2429 2432 28084 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 31392387 98570240 977 33554432000 1073741824 1073778376 140734570021472 140267278167592 270707541376 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.37 2.30 2.38 3/194 2432
/proc/meminfo: memFree=28431664/32872528 swapFree=1542984/1696284
[pid=2432] ppid=2429 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/2432/stat : 2432 (java) S 2429 2432 28084 0 -1 4202496 4476 0 1 0 9 2 0 0 20 0 18 0 31392387 9787879424 6110 33554432000 1073741824 1073778376 140734570021472 140734570012608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2432/statm: 2389619 6112 2157 9 0 2380296 0
[pid=2432/tid=2433] ppid=2429 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/2432/task/2433/stat : 2433 (java) R 2429 2432 28084 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 31392387 9787879424 6113 33554432000 1073741824 1073778376 140734570021472 140267278171376 140267268234636 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.200287 s]
/proc/loadavg: 2.37 2.30 2.38 3/194 2432
/proc/meminfo: memFree=28431664/32872528 swapFree=1542984/1696284
[pid=2432] ppid=2429 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/2432/stat : 2432 (java) S 2429 2432 28084 0 -1 4202496 4741 0 1 0 21 4 0 0 20 0 18 0 31392387 9787879424 26755 33554432000 1073741824 1073778376 140734570021472 140734570012608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2432/statm: 2389619 26755 2197 9 0 2380296 0
[pid=2432/tid=2433] ppid=2429 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/2432/task/2433/stat : 2433 (java) R 2429 2432 28084 0 -1 4202560 2438 0 1 0 14 3 0 0 20 0 18 0 31392387 9787879424 26755 33554432000 1073741824 1073778376 140734570021472 140267278171376 140267139193904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300398 s]
/proc/loadavg: 2.37 2.30 2.38 3/194 2432
/proc/meminfo: memFree=28431664/32872528 swapFree=1542984/1696284
[pid=2432] ppid=2429 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/2432/stat : 2432 (java) S 2429 2432 28084 0 -1 4202496 5358 0 1 0 41 5 0 0 20 0 18 0 31392387 9787879424 37641 33554432000 1073741824 1073778376 140734570021472 140734570012608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2432/statm: 2389619 37641 2230 9 0 2380296 0
[pid=2432/tid=2433] ppid=2429 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/2432/task/2433/stat : 2433 (java) R 2429 2432 28084 0 -1 4202560 2459 0 1 0 23 4 0 0 20 0 18 0 31392387 9787879424 37641 33554432000 1073741824 1073778376 140734570021472 140267278171376 140267139217668 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700382 s]
/proc/loadavg: 2.37 2.30 2.38 3/194 2432
/proc/meminfo: memFree=28431664/32872528 swapFree=1542984/1696284
[pid=2432] ppid=2429 vsize=9558476 CPUtime=1.32 cores=1,3,5,7
/proc/2432/stat : 2432 (java) S 2429 2432 28084 0 -1 4202496 7846 0 1 0 123 9 0 0 20 0 18 0 31392387 9787879424 87038 33554432000 1073741824 1073778376 140734570021472 140734570012608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2432/statm: 2389619 87038 2263 9 0 2380296 0
[pid=2432/tid=2433] ppid=2429 vsize=9558476 CPUtime=0.6 cores=1,3,5,7
/proc/2432/task/2433/stat : 2433 (java) R 2429 2432 28084 0 -1 4202560 2520 0 1 0 54 6 0 0 20 0 18 0 31392387 9787879424 87038 33554432000 1073741824 1073778376 140734570021472 140267278171752 270710924557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9558476

[startup+1.50097 s]
/proc/loadavg: 2.37 2.30 2.38 4/212 2450
/proc/meminfo: memFree=27822124/32872528 swapFree=1542984/1696284
[pid=2432] ppid=2429 vsize=9558476 CPUtime=2.19 cores=1,3,5,7
/proc/2432/stat : 2432 (java) S 2429 2432 28084 0 -1 4202496 8616 0 1 0 194 25 0 0 20 0 18 0 31392387 9787879424 257438 33554432000 1073741824 1073778376 140734570021472 140734570012608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2432/statm: 2389619 257438 2263 9 0 2380296 0
[pid=2432/tid=2433] ppid=2429 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/2432/task/2433/stat : 2433 (java) R 2429 2432 28084 0 -1 4202560 2834 0 1 0 117 19 0 0 20 0 18 0 31392387 9787879424 257438 33554432000 1073741824 1073778376 140734570021472 140267278164048 140267285937242 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2435] ppid=2429 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/2432/task/2435/stat : 2435 (java) S 2429 2432 28084 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 31392388 9787879424 257438 33554432000 1073741824 1073778376 140734570021472 140267267234856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2436] ppid=2429 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/2432/task/2436/stat : 2436 (java) S 2429 2432 28084 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 31392388 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267266182056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2437] ppid=2429 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/2432/task/2437/stat : 2437 (java) S 2429 2432 28084 0 -1 4202560 61 0 0 0 3 0 0 0 20 0 18 0 31392388 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267265129256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2438] ppid=2429 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/2432/task/2438/stat : 2438 (java) S 2429 2432 28084 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 31392388 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267264076456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2439] ppid=2429 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/2432/task/2439/stat : 2439 (java) S 2429 2432 28084 0 -1 4202560 65 0 0 0 5 0 0 0 20 0 18 0 31392388 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267263023656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2440] ppid=2429 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/2432/task/2440/stat : 2440 (java) S 2429 2432 28084 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 31392388 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267261970856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2441] ppid=2429 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/2432/task/2441/stat : 2441 (java) S 2429 2432 28084 0 -1 4202560 66 0 0 0 2 0 0 0 20 0 18 0 31392388 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267260918056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2442] ppid=2429 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/2432/task/2442/stat : 2442 (java) S 2429 2432 28084 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 18 0 31392388 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267259865256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2443] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2443/stat : 2443 (java) S 2429 2432 28084 0 -1 4202560 447 0 0 0 0 0 0 0 20 0 18 0 31392389 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267102055400 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2444] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2444/stat : 2444 (java) S 2429 2432 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31392390 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267101001464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2445] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2445/stat : 2445 (java) S 2429 2432 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31392390 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267099948552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2446] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2446/stat : 2446 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31392392 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267098897040 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2447] ppid=2429 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/2432/task/2447/stat : 2447 (java) S 2429 2432 28084 0 -1 4202560 1833 0 0 0 24 0 0 0 20 0 18 0 31392392 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267097844152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2448] ppid=2429 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/2432/task/2448/stat : 2448 (java) S 2429 2432 28084 0 -1 4202560 1942 0 0 0 18 0 0 0 20 0 18 0 31392392 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267096791352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2449] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2449/stat : 2449 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31392392 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267095738744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2450] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2450/stat : 2450 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31392392 9787879424 257950 33554432000 1073741824 1073778376 140734570021472 140267094686152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 2.37 2.30 2.38 3/212 2450
/proc/meminfo: memFree=27289336/32872528 swapFree=1542984/1696284
[pid=2432] ppid=2429 vsize=9558476 CPUtime=4.12 cores=1,3,5,7
/proc/2432/stat : 2432 (java) S 2429 2432 28084 0 -1 4202496 12049 0 1 0 365 47 0 0 20 0 18 0 31392387 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140734570012608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2432/statm: 2389619 534697 2263 9 0 2380296 0
[pid=2432/tid=2433] ppid=2429 vsize=9558476 CPUtime=2.87 cores=1,3,5,7
/proc/2432/task/2433/stat : 2433 (java) R 2429 2432 28084 0 -1 4202560 3714 0 1 0 252 35 0 0 20 0 18 0 31392387 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267278163920 140267285937242 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2435] ppid=2429 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/2432/task/2435/stat : 2435 (java) S 2429 2432 28084 0 -1 4202560 41 0 0 0 6 1 0 0 20 0 18 0 31392388 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267267234856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2436] ppid=2429 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/2432/task/2436/stat : 2436 (java) S 2429 2432 28084 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 18 0 31392388 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267266182056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2437] ppid=2429 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/2432/task/2437/stat : 2437 (java) S 2429 2432 28084 0 -1 4202560 99 0 0 0 7 2 0 0 20 0 18 0 31392388 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267265129256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2438] ppid=2429 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/2432/task/2438/stat : 2438 (java) S 2429 2432 28084 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 18 0 31392388 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267264076456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2439] ppid=2429 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/2432/task/2439/stat : 2439 (java) S 2429 2432 28084 0 -1 4202560 89 0 0 0 7 1 0 0 20 0 18 0 31392388 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267263023656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2440] ppid=2429 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/2432/task/2440/stat : 2440 (java) S 2429 2432 28084 0 -1 4202560 57 0 0 0 4 2 0 0 20 0 18 0 31392388 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267261970856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2441] ppid=2429 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/2432/task/2441/stat : 2441 (java) S 2429 2432 28084 0 -1 4202560 73 0 0 0 6 0 0 0 20 0 18 0 31392388 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267260918056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2442] ppid=2429 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/2432/task/2442/stat : 2442 (java) S 2429 2432 28084 0 -1 4202560 46 0 0 0 5 1 0 0 20 0 18 0 31392388 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267259865256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2443] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2443/stat : 2443 (java) S 2429 2432 28084 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 31392389 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267102055400 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2444] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2444/stat : 2444 (java) S 2429 2432 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31392390 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267101001464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2445] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2445/stat : 2445 (java) S 2429 2432 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31392390 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267099948552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2446] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2446/stat : 2446 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31392392 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267098897040 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2447] ppid=2429 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/2432/task/2447/stat : 2447 (java) S 2429 2432 28084 0 -1 4202560 2898 0 0 0 33 0 0 0 20 0 18 0 31392392 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267097844152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2448] ppid=2429 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/2432/task/2448/stat : 2448 (java) S 2429 2432 28084 0 -1 4202560 2457 0 0 0 22 1 0 0 20 0 18 0 31392392 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267096791352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2449] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2449/stat : 2449 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31392392 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267095738744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2450] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2450/stat : 2450 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31392392 9787879424 534697 33554432000 1073741824 1073778376 140734570021472 140267094686152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9558476

[startup+6.30087 s]
/proc/loadavg: 2.34 2.30 2.38 3/212 2450
/proc/meminfo: memFree=25628060/32872528 swapFree=1542984/1696284
[pid=2432] ppid=2429 vsize=9558476 CPUtime=7.73 cores=1,3,5,7
/proc/2432/stat : 2432 (java) S 2429 2432 28084 0 -1 4202496 12878 0 1 0 710 63 0 0 20 0 18 0 31392387 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140734570012608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2432/statm: 2389619 706769 2263 9 0 2380296 0
[pid=2432/tid=2433] ppid=2429 vsize=9558476 CPUtime=5.92 cores=1,3,5,7
/proc/2432/task/2433/stat : 2433 (java) R 2429 2432 28084 0 -1 4202560 4021 0 1 0 546 46 0 0 20 0 18 0 31392387 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267278170968 140267139513980 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2435] ppid=2429 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/2432/task/2435/stat : 2435 (java) S 2429 2432 28084 0 -1 4202560 101 0 0 0 10 2 0 0 20 0 18 0 31392388 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267267234856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2436] ppid=2429 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/2432/task/2436/stat : 2436 (java) S 2429 2432 28084 0 -1 4202560 76 0 0 0 9 2 0 0 20 0 18 0 31392388 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267266182056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2437] ppid=2429 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/2432/task/2437/stat : 2437 (java) S 2429 2432 28084 0 -1 4202560 306 0 0 0 11 3 0 0 20 0 18 0 31392388 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267265129256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2438] ppid=2429 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/2432/task/2438/stat : 2438 (java) S 2429 2432 28084 0 -1 4202560 64 0 0 0 10 2 0 0 20 0 18 0 31392388 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267264076456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2439] ppid=2429 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/2432/task/2439/stat : 2439 (java) S 2429 2432 28084 0 -1 4202560 125 0 0 0 13 2 0 0 20 0 18 0 31392388 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267263023656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2440] ppid=2429 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/2432/task/2440/stat : 2440 (java) S 2429 2432 28084 0 -1 4202560 104 0 0 0 11 3 0 0 20 0 18 0 31392388 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267261970856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2441] ppid=2429 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/2432/task/2441/stat : 2441 (java) S 2429 2432 28084 0 -1 4202560 99 0 0 0 12 2 0 0 20 0 18 0 31392388 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267260918056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2442] ppid=2429 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/2432/task/2442/stat : 2442 (java) S 2429 2432 28084 0 -1 4202560 114 0 0 0 12 2 0 0 20 0 18 0 31392388 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267259865256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2443] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2443/stat : 2443 (java) S 2429 2432 28084 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 31392389 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267102055400 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2444] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2444/stat : 2444 (java) S 2429 2432 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31392390 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267101001464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2445] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2445/stat : 2445 (java) S 2429 2432 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31392390 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267099948552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2446] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2446/stat : 2446 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31392392 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267098897040 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2447] ppid=2429 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/2432/task/2447/stat : 2447 (java) S 2429 2432 28084 0 -1 4202560 2899 0 0 0 36 0 0 0 20 0 18 0 31392392 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267097844152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2448] ppid=2429 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/2432/task/2448/stat : 2448 (java) S 2429 2432 28084 0 -1 4202560 2457 0 0 0 22 1 0 0 20 0 18 0 31392392 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267096791352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2449] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2449/stat : 2449 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31392392 9787879424 706769 33554432000 1073741824 1073778376 140734570021472 140267095738744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2450] ppid=2429 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

[pid=2432/tid=2456] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2456/stat : 2456 (java) S 2429 2432 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31417298 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267093632680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1657.87
Current children cumulated vsize (KiB) 9625040

[startup+1662.31 s]
/proc/loadavg: 1.21 1.29 1.68 3/188 2548
/proc/meminfo: memFree=23568536/32872528 swapFree=1542984/1696284
[pid=2432] ppid=2429 vsize=9625040 CPUtime=1717.87 cores=1,3,5,7
/proc/2432/stat : 2432 (java) S 2429 2432 28084 0 -1 4202496 23938 0 1 0 171458 329 0 0 20 0 19 0 31392387 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140734570012608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2432/statm: 2406260 1297997 2292 9 0 2396937 0
[pid=2432/tid=2433] ppid=2429 vsize=9625040 CPUtime=1622.67 cores=1,3,5,7
/proc/2432/task/2433/stat : 2433 (java) R 2429 2432 28084 0 -1 4202560 4276 0 1 0 162122 145 0 0 20 0 19 0 31392387 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267278163664 140267139929303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2435] ppid=2429 vsize=9625040 CPUtime=8.69 cores=1,3,5,7
/proc/2432/task/2435/stat : 2435 (java) S 2429 2432 28084 0 -1 4202560 726 0 0 0 848 21 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267267234856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2436] ppid=2429 vsize=9625040 CPUtime=9.35 cores=1,3,5,7
/proc/2432/task/2436/stat : 2436 (java) S 2429 2432 28084 0 -1 4202560 909 0 0 0 912 23 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267266182056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2437] ppid=2429 vsize=9625040 CPUtime=9.27 cores=1,3,5,7
/proc/2432/task/2437/stat : 2437 (java) S 2429 2432 28084 0 -1 4202560 828 0 0 0 905 22 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267265129256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2438] ppid=2429 vsize=9625040 CPUtime=9.23 cores=1,3,5,7
/proc/2432/task/2438/stat : 2438 (java) S 2429 2432 28084 0 -1 4202560 1106 0 0 0 901 22 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267264076456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2439] ppid=2429 vsize=9625040 CPUtime=9.18 cores=1,3,5,7
/proc/2432/task/2439/stat : 2439 (java) S 2429 2432 28084 0 -1 4202560 794 0 0 0 899 19 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267263023656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2440] ppid=2429 vsize=9625040 CPUtime=8.92 cores=1,3,5,7
/proc/2432/task/2440/stat : 2440 (java) S 2429 2432 28084 0 -1 4202560 856 0 0 0 871 21 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267261970856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2441] ppid=2429 vsize=9625040 CPUtime=8.87 cores=1,3,5,7
/proc/2432/task/2441/stat : 2441 (java) S 2429 2432 28084 0 -1 4202560 1027 0 0 0 867 20 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267260918056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2442] ppid=2429 vsize=9625040 CPUtime=9.35 cores=1,3,5,7
/proc/2432/task/2442/stat : 2442 (java) S 2429 2432 28084 0 -1 4202560 813 0 0 0 914 21 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267259865256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2443] ppid=2429 vsize=9625040 CPUtime=16.25 cores=1,3,5,7
/proc/2432/task/2443/stat : 2443 (java) S 2429 2432 28084 0 -1 4202560 3603 0 0 0 1622 3 0 0 20 0 19 0 31392389 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267102055400 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2444] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2444/stat : 2444 (java) S 2429 2432 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31392390 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267101001464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2445] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2445/stat : 2445 (java) S 2429 2432 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31392390 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267099948552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2446] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2446/stat : 2446 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267098897040 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2447] ppid=2429 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/2432/task/2447/stat : 2447 (java) S 2429 2432 28084 0 -1 4202560 3836 0 0 0 75 0 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267097844152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2448] ppid=2429 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/2432/task/2448/stat : 2448 (java) S 2429 2432 28084 0 -1 4202560 3812 0 0 0 59 1 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267096791352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2449] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2449/stat : 2449 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267095738744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2450] ppid=2429 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/2432/task/2450/stat : 2450 (java) S 2429 2432 28084 0 -1 4202560 95 0 0 0 37 44 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267094686152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2456] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2456/stat : 2456 (java) S 2429 2432 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31417298 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267093632680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1717.87
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.23 1.28 1.64 2/188 2549
/proc/meminfo: memFree=23568544/32872528 swapFree=1542984/1696284
[pid=2432] ppid=2429 vsize=9625040 CPUtime=1777.87 cores=1,3,5,7
/proc/2432/stat : 2432 (java) S 2429 2432 28084 0 -1 4202496 23942 0 1 0 177457 330 0 0 20 0 19 0 31392387 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140734570012608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2432/statm: 2406260 1297997 2292 9 0 2396937 0
[pid=2432/tid=2433] ppid=2429 vsize=9625040 CPUtime=1682.51 cores=1,3,5,7
/proc/2432/task/2433/stat : 2433 (java) R 2429 2432 28084 0 -1 4202560 4276 0 1 0 168105 146 0 0 20 0 19 0 31392387 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267278163664 140267140037022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2435] ppid=2429 vsize=9625040 CPUtime=8.69 cores=1,3,5,7
/proc/2432/task/2435/stat : 2435 (java) S 2429 2432 28084 0 -1 4202560 726 0 0 0 848 21 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267267234856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2436] ppid=2429 vsize=9625040 CPUtime=9.35 cores=1,3,5,7
/proc/2432/task/2436/stat : 2436 (java) S 2429 2432 28084 0 -1 4202560 909 0 0 0 912 23 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267266182056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2437] ppid=2429 vsize=9625040 CPUtime=9.27 cores=1,3,5,7
/proc/2432/task/2437/stat : 2437 (java) S 2429 2432 28084 0 -1 4202560 828 0 0 0 905 22 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267265129256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2438] ppid=2429 vsize=9625040 CPUtime=9.23 cores=1,3,5,7
/proc/2432/task/2438/stat : 2438 (java) S 2429 2432 28084 0 -1 4202560 1106 0 0 0 901 22 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267264076456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2439] ppid=2429 vsize=9625040 CPUtime=9.18 cores=1,3,5,7
/proc/2432/task/2439/stat : 2439 (java) S 2429 2432 28084 0 -1 4202560 794 0 0 0 899 19 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267263023656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2440] ppid=2429 vsize=9625040 CPUtime=8.92 cores=1,3,5,7
/proc/2432/task/2440/stat : 2440 (java) S 2429 2432 28084 0 -1 4202560 856 0 0 0 871 21 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267261970856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2441] ppid=2429 vsize=9625040 CPUtime=8.87 cores=1,3,5,7
/proc/2432/task/2441/stat : 2441 (java) S 2429 2432 28084 0 -1 4202560 1027 0 0 0 867 20 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267260918056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2442] ppid=2429 vsize=9625040 CPUtime=9.35 cores=1,3,5,7
/proc/2432/task/2442/stat : 2442 (java) S 2429 2432 28084 0 -1 4202560 813 0 0 0 914 21 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267259865256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2443] ppid=2429 vsize=9625040 CPUtime=16.25 cores=1,3,5,7
/proc/2432/task/2443/stat : 2443 (java) S 2429 2432 28084 0 -1 4202560 3603 0 0 0 1622 3 0 0 20 0 19 0 31392389 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267102055400 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2444] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2444/stat : 2444 (java) S 2429 2432 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31392390 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267101001464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2445] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2445/stat : 2445 (java) S 2429 2432 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31392390 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267099948552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2446] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2446/stat : 2446 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267098897040 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2447] ppid=2429 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/2432/task/2447/stat : 2447 (java) S 2429 2432 28084 0 -1 4202560 3836 0 0 0 75 0 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267097844152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2448] ppid=2429 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/2432/task/2448/stat : 2448 (java) S 2429 2432 28084 0 -1 4202560 3812 0 0 0 59 1 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267096791352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2449] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2449/stat : 2449 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267095738744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2450] ppid=2429 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/2432/task/2450/stat : 2450 (java) S 2429 2432 28084 0 -1 4202560 99 0 0 0 39 46 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267094686152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2456] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2456/stat : 2456 (java) S 2429 2432 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31417298 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267093632680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1777.87
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1744.5 s]
/proc/loadavg: 1.24 1.28 1.63 2/188 2550
/proc/meminfo: memFree=23568668/32872528 swapFree=1542984/1696284
[pid=2432] ppid=2429 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/2432/stat : 2432 (java) S 2429 2432 28084 0 -1 4202496 23944 0 1 0 179677 330 0 0 20 0 19 0 31392387 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140734570012608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2432/statm: 2406260 1297997 2292 9 0 2396937 0
[pid=2432/tid=2433] ppid=2429 vsize=9625040 CPUtime=1704.65 cores=1,3,5,7
/proc/2432/task/2433/stat : 2433 (java) R 2429 2432 28084 0 -1 4202560 4276 0 1 0 170319 146 0 0 20 0 19 0 31392387 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267278163664 140267140018149 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2435] ppid=2429 vsize=9625040 CPUtime=8.69 cores=1,3,5,7
/proc/2432/task/2435/stat : 2435 (java) S 2429 2432 28084 0 -1 4202560 726 0 0 0 848 21 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267267234856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2436] ppid=2429 vsize=9625040 CPUtime=9.35 cores=1,3,5,7
/proc/2432/task/2436/stat : 2436 (java) S 2429 2432 28084 0 -1 4202560 909 0 0 0 912 23 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267266182056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2437] ppid=2429 vsize=9625040 CPUtime=9.27 cores=1,3,5,7
/proc/2432/task/2437/stat : 2437 (java) S 2429 2432 28084 0 -1 4202560 828 0 0 0 905 22 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267265129256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2438] ppid=2429 vsize=9625040 CPUtime=9.23 cores=1,3,5,7
/proc/2432/task/2438/stat : 2438 (java) S 2429 2432 28084 0 -1 4202560 1106 0 0 0 901 22 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267264076456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2439] ppid=2429 vsize=9625040 CPUtime=9.18 cores=1,3,5,7
/proc/2432/task/2439/stat : 2439 (java) S 2429 2432 28084 0 -1 4202560 794 0 0 0 899 19 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267263023656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2440] ppid=2429 vsize=9625040 CPUtime=8.92 cores=1,3,5,7
/proc/2432/task/2440/stat : 2440 (java) S 2429 2432 28084 0 -1 4202560 856 0 0 0 871 21 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267261970856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2441] ppid=2429 vsize=9625040 CPUtime=8.87 cores=1,3,5,7
/proc/2432/task/2441/stat : 2441 (java) S 2429 2432 28084 0 -1 4202560 1027 0 0 0 867 20 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267260918056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2442] ppid=2429 vsize=9625040 CPUtime=9.35 cores=1,3,5,7
/proc/2432/task/2442/stat : 2442 (java) S 2429 2432 28084 0 -1 4202560 813 0 0 0 914 21 0 0 20 0 19 0 31392388 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267259865256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2443] ppid=2429 vsize=9625040 CPUtime=16.25 cores=1,3,5,7
/proc/2432/task/2443/stat : 2443 (java) S 2429 2432 28084 0 -1 4202560 3603 0 0 0 1622 3 0 0 20 0 19 0 31392389 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267102055400 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2444] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2444/stat : 2444 (java) S 2429 2432 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31392390 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267101001464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2445] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2445/stat : 2445 (java) S 2429 2432 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31392390 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267099948552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2446] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2446/stat : 2446 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267098897040 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2447] ppid=2429 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/2432/task/2447/stat : 2447 (java) S 2429 2432 28084 0 -1 4202560 3836 0 0 0 75 0 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267097844152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2432/tid=2448] ppid=2429 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/2432/task/2448/stat : 2448 (java) S 2429 2432 28084 0 -1 4202560 3812 0 0 0 59 1 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267096791352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2432/tid=2449] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2449/stat : 2449 (java) S 2429 2432 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267095738744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2432/tid=2450] ppid=2429 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/2432/task/2450/stat : 2450 (java) S 2429 2432 28084 0 -1 4202560 101 0 0 0 40 46 0 0 20 0 19 0 31392392 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267094686152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2432/tid=2456] ppid=2429 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2432/task/2456/stat : 2456 (java) S 2429 2432 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31417298 9856040960 1297997 33554432000 1073741824 1073778376 140734570021472 140267093632680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 2432 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 2432 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=469503
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=801422
# CPU time returned by wait4() is 1796.27
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1744.55
CPU time (s): 1800.07
CPU user time (s): 1796.77
CPU system time (s): 3.3
CPU usage (%): 103.182
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.47
system time used= 3.80142
maximum resident set size= 5192900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23981
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47284
involuntary context switches= 232416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1315 second user time and 13.7459 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 01:44:18
IDJOB=4108999
IDBENCH=89808
IDSOLVER=2546
FILE ID=node125/4108999-1466293430
RUNJOBID= node125-1466293429-2385
PBS_JOBID= 19918241
Free space on /tmp= 70588 MiB

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

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

MD5SUM BENCH= d8db981f22ec5ac3b83e1e418cbe482a
RANDOM SEED=280835864

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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		: 2666.683
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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		: 2666.683
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:        28432192 kB
Buffers:          162980 kB
Cached:          1481184 kB
SwapCached:          688 kB
Active:          1607040 kB
Inactive:         358196 kB
Active(anon):     322652 kB
Inactive(anon):     1040 kB
Active(file):    1284388 kB
Inactive(file):   357156 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:           1184880 kB
Writeback:             0 kB
AnonPages:       2017000 kB
Mapped:            15264 kB
Shmem:                 0 kB
Slab:             645328 kB
SReclaimable:      88580 kB
SUnreclaim:       556748 kB
KernelStack:        1568 kB
PageTables:         8204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2770696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    446464 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= 70596 MiB
End job on node125 at 2016-06-19 02:13:22