Trace number 4084838

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.02 1789.35

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__512.opb
MD5SUM89e2fccd3e96863f0a3c5df934bf5217
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark677059
Best CPU time to get the best result obtained on this benchmark1800.31
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables768498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint512
Maximum length of a constraint10753
Number of terms in the objective function 768000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 26270911488
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 26270911488
Number of bits of the biggest sum of numbers35
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-4084838-1465268304.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  objective function found
13.44/8.50	c ... done. Wall clock time 8.397s.
13.44/8.50	c declared #vars     768498
13.44/8.50	c #constraints  2500
13.44/8.50	c constraints type 
13.44/8.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
13.44/8.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
13.44/8.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 996
13.44/8.50	c 2500 constraints processed.
13.44/8.50	c objective function length is 768000 literals
27.64/22.20	c cleaning 2549 clauses out of 5104 with flag 10210/5104
51.97/46.44	c cleaning 4347 clauses out of 8699 with flag 22498/11248
80.48/74.95	c cleaning 5757 clauses out of 11520 with flag 36834/18416
110.98/105.42	c cleaning 6719 clauses out of 13443 with flag 52194/26096
147.69/142.13	c cleaning 7967 clauses out of 15940 with flag 70626/35312
186.75/181.28	c cleaning 8848 clauses out of 17701 with flag 90082/45040
234.11/227.93	c cleaning 10056 clauses out of 20117 with flag 112610/56304
281.78/275.62	c cleaning 10916 clauses out of 21837 with flag 136162/68080
336.08/329.99	c cleaning 12114 clauses out of 24233 with flag 162786/81392
392.67/386.53	c cleaning 12969 clauses out of 25943 with flag 190434/95216
454.20/447.42	c cleaning 13908 clauses out of 27822 with flag 220130/110064
521.90/515.13	c cleaning 15146 clauses out of 30298 with flag 252898/126448
592.01/585.30	c cleaning 16021 clauses out of 32048 with flag 286690/143344
668.85/661.25	c cleaning 16971 clauses out of 33947 with flag 322530/161264
748.55/740.95	c cleaning 17957 clauses out of 35920 with flag 360418/180208
833.05/825.02	c cleaning 18963 clauses out of 37931 with flag 400354/200176
922.05/914.02	c cleaning 19977 clauses out of 39960 with flag 442338/221168
1016.46/1007.79	c cleaning 20997 clauses out of 41999 with flag 486370/243184
1116.23/1106.74	c cleaning 21953 clauses out of 43911 with flag 532201/266093
1217.63/1208.17	c cleaning 23115 clauses out of 46236 with flag 581082/290371
1336.83/1327.01	c cleaning 23931 clauses out of 47877 with flag 630756/315127
1463.56/1453.78	c cleaning 25105 clauses out of 50225 with flag 683468/341406
1589.02/1578.61	c cleaning 25940 clauses out of 51895 with flag 737172/368181
1721.72/1711.03	c cleaning 27124 clauses out of 54264 with flag 793965/396490
1800.02/1789.30	c starts		: 1
1800.02/1789.30	c conflicts		: 414097
1800.02/1789.30	c decisions		: 1605778
1800.02/1789.30	c propagations		: 108121671
1800.02/1789.30	c inspects		: 4074248050
1800.02/1789.30	c shortcuts		: 0
1800.02/1789.30	c learnt literals	: 0
1800.02/1789.30	c learnt binary clauses	: 0
1800.02/1789.30	c learnt ternary clauses	: 0
1800.02/1789.30	c learnt constraints	: 414096
1800.02/1789.30	c ignored constraints	: 0
1800.02/1789.30	c root simplifications	: 0
1800.02/1789.30	c removed literals (reason simplification)	: 0
1800.02/1789.30	c reason swapping (by a shorter reason)	: 0
1800.02/1789.30	c Calls to reduceDB	: 24
1800.02/1789.30	c Number of update (reduction) of LBD	: 117
1800.02/1789.30	c Imported unit clauses	: 0
1800.02/1789.30	c number of reductions to clauses (during analyze)	: 0
1800.02/1789.30	c number of learned constraints concerned by reduction	: 0
1800.02/1789.30	c number of learning phase by resolution	: 0
1800.02/1789.30	c number of learning phase by cutting planes	: 0
1800.02/1789.30	c speed (assignments/second)	: 60720.71374377401
1800.02/1789.30	c non guided choices	511
1800.02/1789.32	c learnt constraints type 
1800.02/1789.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 44747
1800.02/1789.32	s UNKNOWN
1800.02/1789.32	c Total wall clock time (in seconds): 1789.219

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-4084838-1465268304/watcher-4084838-1465268304 -o /tmp/evaluation-result-4084838-1465268304/solver-4084838-1465268304 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084838-1465268304.opb 

pid=8197
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.20 2.20 2.18 3/194 8200
/proc/meminfo: memFree=29467896/32872528 swapFree=16360/1798728
[pid=8200] ppid=8197 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8200/stat : 8200 (java) S 8197 8200 5965 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 108763634 98570240 977 33554432000 1073741824 1073778376 140734853094160 140734853085296 260193681469 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8200/statm: 24065 977 743 9 0 16771 0
[pid=8200/tid=8201] ppid=8197 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8201/stat : 8201 (java) R 8197 8200 5965 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 108763634 98570240 977 33554432000 1073741824 1073778376 140734853094160 140320713842216 260190324096 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.20 2.20 2.18 3/194 8200
/proc/meminfo: memFree=29467896/32872528 swapFree=16360/1798728
[pid=8200] ppid=8197 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8200/stat : 8200 (java) S 8197 8200 5965 0 -1 4202496 4491 0 1 0 10 1 0 0 20 0 18 0 108763634 9787879424 6115 33554432000 1073741824 1073778376 140734853094160 140734853085296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8200/statm: 2389619 6115 2157 9 0 2380296 0
[pid=8200/tid=8201] ppid=8197 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8200/task/8201/stat : 8201 (java) R 8197 8200 5965 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 108763634 9787879424 6115 33554432000 1073741824 1073778376 140734853094160 140320713845664 260193707277 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.200272 s]
/proc/loadavg: 2.20 2.20 2.18 3/194 8200
/proc/meminfo: memFree=29467896/32872528 swapFree=16360/1798728
[pid=8200] ppid=8197 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/8200/stat : 8200 (java) S 8197 8200 5965 0 -1 4202496 5185 0 1 0 29 1 0 0 20 0 18 0 108763634 9787879424 11691 33554432000 1073741824 1073778376 140734853094160 140734853085296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8200/statm: 2389619 11691 2226 9 0 2380296 0
[pid=8200/tid=8201] ppid=8197 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/8200/task/8201/stat : 8201 (java) R 8197 8200 5965 0 -1 4202560 2398 0 1 0 17 0 0 0 20 0 18 0 108763634 9787879424 11691 33554432000 1073741824 1073778376 140734853094160 140320713845664 140320717132691 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300337 s]
/proc/loadavg: 2.20 2.20 2.18 3/194 8200
/proc/meminfo: memFree=29467896/32872528 swapFree=16360/1798728
[pid=8200] ppid=8197 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/8200/stat : 8200 (java) S 8197 8200 5965 0 -1 4202496 5435 0 1 0 44 2 0 0 20 0 18 0 108763634 9787879424 17903 33554432000 1073741824 1073778376 140734853094160 140734853085296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8200/statm: 2389619 17903 2231 9 0 2380296 0
[pid=8200/tid=8201] ppid=8197 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/8200/task/8201/stat : 8201 (java) R 8197 8200 5965 0 -1 4202560 2411 0 1 0 26 1 0 0 20 0 18 0 108763634 9787879424 17903 33554432000 1073741824 1073778376 140734853094160 140320713845664 260193707277 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.700291 s]
/proc/loadavg: 2.20 2.20 2.18 3/194 8200
/proc/meminfo: memFree=29467896/32872528 swapFree=16360/1798728
[pid=8200] ppid=8197 vsize=9558476 CPUtime=0.95 cores=1,3,5,7
/proc/8200/stat : 8200 (java) S 8197 8200 5965 0 -1 4202496 5621 0 1 0 89 6 0 0 20 0 18 0 108763634 9787879424 47189 33554432000 1073741824 1073778376 140734853094160 140734853085296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8200/statm: 2389619 47189 2247 9 0 2380296 0
[pid=8200/tid=8201] ppid=8197 vsize=9558476 CPUtime=0.64 cores=1,3,5,7
/proc/8200/task/8201/stat : 8201 (java) R 8197 8200 5965 0 -1 4202560 2455 0 1 0 61 3 0 0 20 0 18 0 108763634 9787879424 47189 33554432000 1073741824 1073778376 140734853094160 140320713845816 140320558197291 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.20 2.20 2.18 3/212 8218
/proc/meminfo: memFree=29242192/32872528 swapFree=16360/1798728
[pid=8200] ppid=8197 vsize=9558476 CPUtime=1.91 cores=1,3,5,7
/proc/8200/stat : 8200 (java) S 8197 8200 5965 0 -1 4202496 6811 0 1 0 182 9 0 0 20 0 18 0 108763634 9787879424 62843 33554432000 1073741824 1073778376 140734853094160 140734853085296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8200/statm: 2389619 62843 2248 9 0 2380296 0
[pid=8200/tid=8201] ppid=8197 vsize=9558476 CPUtime=1.39 cores=1,3,5,7
/proc/8200/task/8201/stat : 8201 (java) R 8197 8200 5965 0 -1 4202560 2471 0 1 0 136 3 0 0 20 0 18 0 108763634 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320713838368 140320717132752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8200/tid=8203] ppid=8197 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/8200/task/8203/stat : 8203 (java) S 8197 8200 5965 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 18 0 108763635 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320557755432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8204] ppid=8197 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/8200/task/8204/stat : 8204 (java) S 8197 8200 5965 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 108763635 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320556702632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8205] ppid=8197 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8200/task/8205/stat : 8205 (java) S 8197 8200 5965 0 -1 4202560 70 0 0 0 3 0 0 0 20 0 18 0 108763635 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320555649832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8206] ppid=8197 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/8200/task/8206/stat : 8206 (java) S 8197 8200 5965 0 -1 4202560 119 0 0 0 4 0 0 0 20 0 18 0 108763635 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320554597032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8207] ppid=8197 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/8200/task/8207/stat : 8207 (java) S 8197 8200 5965 0 -1 4202560 44 0 0 0 1 0 0 0 20 0 18 0 108763635 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320553544232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8208] ppid=8197 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8200/task/8208/stat : 8208 (java) S 8197 8200 5965 0 -1 4202560 108 0 0 0 3 0 0 0 20 0 18 0 108763635 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320552491432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8209] ppid=8197 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/8200/task/8209/stat : 8209 (java) S 8197 8200 5965 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 108763635 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320551438632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8210] ppid=8197 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/8200/task/8210/stat : 8210 (java) S 8197 8200 5965 0 -1 4202560 106 0 0 0 2 0 0 0 20 0 18 0 108763635 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320550385832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8211] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8211/stat : 8211 (java) S 8197 8200 5965 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 108763636 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320068058088 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8212] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8212/stat : 8212 (java) S 8197 8200 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108763637 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320067004152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8213] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8213/stat : 8213 (java) S 8197 8200 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108763637 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320065951240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8214] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8214/stat : 8214 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108763639 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320064899728 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8215] ppid=8197 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8200/task/8215/stat : 8215 (java) R 8197 8200 5965 0 -1 4202560 1405 0 0 0 10 0 0 0 20 0 18 0 108763639 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320063822376 140320717371945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8216] ppid=8197 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8200/task/8216/stat : 8216 (java) R 8197 8200 5965 0 -1 4202560 1114 0 0 0 10 0 0 0 20 0 18 0 108763639 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320062781448 140320719692702 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8217] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8217/stat : 8217 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108763639 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320061741432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8218] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8218/stat : 8218 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108763639 9787879424 62844 33554432000 1073741824 1073778376 140734853094160 140320060688840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9558476

[startup+3.10079 s]
/proc/loadavg: 2.18 2.19 2.18 8/212 8218
/proc/meminfo: memFree=29044240/32872528 swapFree=16360/1798728
[pid=8200] ppid=8197 vsize=9558476 CPUtime=4.27 cores=1,3,5,7
/proc/8200/stat : 8200 (java) S 8197 8200 5965 0 -1 4202496 9351 0 1 0 396 31 0 0 20 0 18 0 108763634 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140734853085296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8200/statm: 2389619 169437 2262 9 0 2380296 0
[pid=8200/tid=8201] ppid=8197 vsize=9558476 CPUtime=2.78 cores=1,3,5,7
/proc/8200/task/8201/stat : 8201 (java) R 8197 8200 5965 0 -1 4202560 2784 0 1 0 269 9 0 0 20 0 18 0 108763634 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320713838544 140320557870160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8203] ppid=8197 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8200/task/8203/stat : 8203 (java) S 8197 8200 5965 0 -1 4202560 74 0 0 0 7 3 0 0 20 0 18 0 108763635 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320557755432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8204] ppid=8197 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/8200/task/8204/stat : 8204 (java) S 8197 8200 5965 0 -1 4202560 68 0 0 0 9 3 0 0 20 0 18 0 108763635 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320556702632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8205] ppid=8197 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8200/task/8205/stat : 8205 (java) S 8197 8200 5965 0 -1 4202560 103 0 0 0 8 2 0 0 20 0 18 0 108763635 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320555649832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8206] ppid=8197 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/8200/task/8206/stat : 8206 (java) S 8197 8200 5965 0 -1 4202560 162 0 0 0 10 3 0 0 20 0 18 0 108763635 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320554597032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8207] ppid=8197 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/8200/task/8207/stat : 8207 (java) S 8197 8200 5965 0 -1 4202560 108 0 0 0 11 3 0 0 20 0 18 0 108763635 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320553544232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8200/tid=8208] ppid=8197 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/8200/task/8208/stat : 8208 (java) S 8197 8200 5965 0 -1 4202560 173 0 0 0 13 3 0 0 20 0 18 0 108763635 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320552491432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8209] ppid=8197 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8200/task/8209/stat : 8209 (java) S 8197 8200 5965 0 -1 4202560 423 0 0 0 7 2 0 0 20 0 18 0 108763635 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320551438632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8210] ppid=8197 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/8200/task/8210/stat : 8210 (java) S 8197 8200 5965 0 -1 4202560 327 0 0 0 9 3 0 0 20 0 18 0 108763635 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320550385832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8211] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8211/stat : 8211 (java) S 8197 8200 5965 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 108763636 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320068058088 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8212] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8212/stat : 8212 (java) S 8197 8200 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108763637 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320067004152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8213] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8213/stat : 8213 (java) S 8197 8200 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108763637 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320065951240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8214] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8214/stat : 8214 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108763639 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320064899728 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8215] ppid=8197 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/8200/task/8215/stat : 8215 (java) S 8197 8200 5965 0 -1 4202560 2194 0 0 0 19 0 0 0 20 0 18 0 108763639 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320063846840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8216] ppid=8197 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/8200/task/8216/stat : 8216 (java) S 8197 8200 5965 0 -1 4202560 1486 0 0 0 19 0 0 0 20 0 18 0 108763639 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320062794040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8217] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8217/stat : 8217 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108763639 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320061741432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8218] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8218/stat : 8218 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108763639 9787879424 169437 33554432000 1073741824 1073778376 140734853094160 140320060688840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9558476

[startup+6.30083 s]
/proc/loadavg: 2.18 2.19 2.18 3/212 8218
/proc/meminfo: memFree=28128556/32872528 swapFree=16360/1798728
[pid=8200] ppid=8197 vsize=9558476 CPUtime=9.92 cores=1,3,5,7
/proc/8200/stat : 8200 (java) S 8197 8200 5965 0 -1 4202496 14786 0 1 0 899 93 0 0 20 0 18 0 108763634 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140734853085296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8200/statm: 2389619 441120 2273 9 0 2380296 0
[pid=8200/tid=8201] ppid=8197 vsize=9558476 CPUtime=4.54 cores=1,3,5,7
/proc/8200/task/8201/stat : 8201 (java) S 8197 8200 5965 0 -1 4202560 3509 0 1 0 437 17 0 0 20 0 18 0 108763634 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320713844680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8203] ppid=8197 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/8200/task/8203/stat : 8203 (java) R 8197 8200 5965 0 -1 4202560 599 0 0 0 36 9 0 0 20 0 18 0 108763635 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320557755608 140320718022831 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8204] ppid=8197 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/8200/task/8204/stat : 8204 (java) R 8197 8200 5965 0 -1 4202560 600 0 0 0 43 9 0 0 20 0 18 0 108763635 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320556702392 140320718009076 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8205] ppid=8197 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/8200/task/8205/stat : 8205 (java) R 8197 8200 5965 0 -1 4202560 571 0 0 0 47 10 0 0 20 0 18 0 108763635 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320555650008 140320718009084 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8200/tid=8206] ppid=8197 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/8200/task/8206/stat : 8206 (java) R 8197 8200 5965 0 -1 4202560 643 0 0 0 40 8 0 0 20 0 18 0 108763635 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320554597208 140320716318451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8200/tid=8207] ppid=8197 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/8200/task/8207/stat : 8207 (java) R 8197 8200 5965 0 -1 4202560 650 0 0 0 42 8 0 0 20 0 18 0 108763635 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320553544408 140320720743153 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8208] ppid=8197 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/8200/task/8208/stat : 8208 (java) R 8197 8200 5965 0 -1 4202560 948 0 0 0 44 10 0 0 20 0 18 0 108763635 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320552491608 140320720746080 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8209] ppid=8197 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/8200/task/8209/stat : 8209 (java) R 8197 8200 5965 0 -1 4202560 610 0 0 0 49 10 0 0 20 0 18 0 108763635 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320551438808 140320716406683 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8210] ppid=8197 vsize=9558476 CPUtime=0.6 cores=1,3,5,7
/proc/8200/task/8210/stat : 8210 (java) R 8197 8200 5965 0 -1 4202560 519 0 0 0 48 12 0 0 20 0 18 0 108763635 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320550385712 140320720355714 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8211] ppid=8197 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/8200/task/8211/stat : 8211 (java) S 8197 8200 5965 0 -1 4202560 1204 0 0 0 56 0 0 0 20 0 18 0 108763636 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320068056968 260193694780 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8212] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8212/stat : 8212 (java) S 8197 8200 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108763637 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320067004152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8213] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8213/stat : 8213 (java) S 8197 8200 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108763637 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320065951240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8214] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8214/stat : 8214 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108763639 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320064899728 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8215] ppid=8197 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/8200/task/8215/stat : 8215 (java) S 8197 8200 5965 0 -1 4202560 2194 0 0 0 20 0 0 0 20 0 18 0 108763639 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320063846840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8216] ppid=8197 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/8200/task/8216/stat : 8216 (java) S 8197 8200 5965 0 -1 4202560 1486 0 0 0 21 0 0 0 20 0 18 0 108763639 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320062794040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8200/tid=8217] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8217/stat : 8217 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108763639 9787879424 441120 33554432000 1073741824 1073778376 140734853094160 140320061741432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8218] ppid=8197 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

[pid=8200/tid=8219] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8219/stat : 8219 (java) S 8197 8200 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108764501 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320059635368 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1733.01
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.28 2.23 3/213 8286
/proc/meminfo: memFree=22730096/32872528 swapFree=16360/1798728
[pid=8200] ppid=8197 vsize=9625040 CPUtime=1793.02 cores=1,3,5,7
/proc/8200/stat : 8200 (java) S 8197 8200 5965 0 -1 4202496 37583 0 1 0 178983 319 0 0 20 0 19 0 108763634 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140734853085296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8200/statm: 2406260 1106760 2287 9 0 2396937 0
[pid=8200/tid=8201] ppid=8197 vsize=9625040 CPUtime=1769.82 cores=1,3,5,7
/proc/8200/task/8201/stat : 8201 (java) R 8197 8200 5965 0 -1 4202560 3906 0 1 0 176926 56 0 0 20 0 19 0 108763634 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320713838288 140320558534300 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8200/tid=8203] ppid=8197 vsize=9625040 CPUtime=1.56 cores=1,3,5,7
/proc/8200/task/8203/stat : 8203 (java) S 8197 8200 5965 0 -1 4202560 2370 0 0 0 121 35 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320557755432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8204] ppid=8197 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/8200/task/8204/stat : 8204 (java) S 8197 8200 5965 0 -1 4202560 1626 0 0 0 152 34 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320556702632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8205] ppid=8197 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/8200/task/8205/stat : 8205 (java) S 8197 8200 5965 0 -1 4202560 2162 0 0 0 128 33 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320555649832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8206] ppid=8197 vsize=9625040 CPUtime=1.6 cores=1,3,5,7
/proc/8200/task/8206/stat : 8206 (java) S 8197 8200 5965 0 -1 4202560 2981 0 0 0 122 38 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320554597032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8207] ppid=8197 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/8200/task/8207/stat : 8207 (java) S 8197 8200 5965 0 -1 4202560 2158 0 0 0 117 29 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320553544232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8208] ppid=8197 vsize=9625040 CPUtime=1.57 cores=1,3,5,7
/proc/8200/task/8208/stat : 8208 (java) S 8197 8200 5965 0 -1 4202560 1925 0 0 0 127 30 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320552491432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8209] ppid=8197 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/8200/task/8209/stat : 8209 (java) S 8197 8200 5965 0 -1 4202560 2150 0 0 0 135 31 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320551438632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8210] ppid=8197 vsize=9625040 CPUtime=1.53 cores=1,3,5,7
/proc/8200/task/8210/stat : 8210 (java) S 8197 8200 5965 0 -1 4202560 4364 0 0 0 121 32 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320550385832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8211] ppid=8197 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/8200/task/8211/stat : 8211 (java) S 8197 8200 5965 0 -1 4202560 3119 0 0 0 437 2 0 0 20 0 19 0 108763636 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320068058088 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8200/tid=8212] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8212/stat : 8212 (java) S 8197 8200 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108763637 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320067004152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8213] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8213/stat : 8213 (java) S 8197 8200 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108763637 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320065951240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8214] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8214/stat : 8214 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320064899728 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8215] ppid=8197 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8200/task/8215/stat : 8215 (java) S 8197 8200 5965 0 -1 4202560 2841 0 0 0 49 0 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320063846840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8216] ppid=8197 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8200/task/8216/stat : 8216 (java) S 8197 8200 5965 0 -1 4202560 6619 0 0 0 60 2 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320062794040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8217] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8217/stat : 8217 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320061741432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8218] ppid=8197 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/8200/task/8218/stat : 8218 (java) S 8197 8200 5965 0 -1 4202560 103 0 0 0 17 22 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320060688840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8219] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8219/stat : 8219 (java) S 8197 8200 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108764501 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320059635368 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1793.02
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.3 s]
/proc/loadavg: 2.27 2.27 2.22 4/213 8286
/proc/meminfo: memFree=22730096/32872528 swapFree=16360/1798728
[pid=8200] ppid=8197 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/8200/stat : 8200 (java) S 8197 8200 5965 0 -1 4202496 37583 0 1 0 179683 319 0 0 20 0 19 0 108763634 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140734853085296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8200/statm: 2406260 1106760 2287 9 0 2396937 0
[pid=8200/tid=8201] ppid=8197 vsize=9625040 CPUtime=1776.81 cores=1,3,5,7
/proc/8200/task/8201/stat : 8201 (java) R 8197 8200 5965 0 -1 4202560 3906 0 1 0 177624 57 0 0 20 0 19 0 108763634 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320713838288 140320558534291 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8200/tid=8203] ppid=8197 vsize=9625040 CPUtime=1.56 cores=1,3,5,7
/proc/8200/task/8203/stat : 8203 (java) S 8197 8200 5965 0 -1 4202560 2370 0 0 0 121 35 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320557755432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8204] ppid=8197 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/8200/task/8204/stat : 8204 (java) S 8197 8200 5965 0 -1 4202560 1626 0 0 0 152 34 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320556702632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8205] ppid=8197 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/8200/task/8205/stat : 8205 (java) S 8197 8200 5965 0 -1 4202560 2162 0 0 0 128 33 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320555649832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8206] ppid=8197 vsize=9625040 CPUtime=1.6 cores=1,3,5,7
/proc/8200/task/8206/stat : 8206 (java) S 8197 8200 5965 0 -1 4202560 2981 0 0 0 122 38 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320554597032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8207] ppid=8197 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/8200/task/8207/stat : 8207 (java) S 8197 8200 5965 0 -1 4202560 2158 0 0 0 117 29 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320553544232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8208] ppid=8197 vsize=9625040 CPUtime=1.57 cores=1,3,5,7
/proc/8200/task/8208/stat : 8208 (java) S 8197 8200 5965 0 -1 4202560 1925 0 0 0 127 30 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320552491432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8209] ppid=8197 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/8200/task/8209/stat : 8209 (java) S 8197 8200 5965 0 -1 4202560 2150 0 0 0 135 31 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320551438632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8210] ppid=8197 vsize=9625040 CPUtime=1.53 cores=1,3,5,7
/proc/8200/task/8210/stat : 8210 (java) S 8197 8200 5965 0 -1 4202560 4364 0 0 0 121 32 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320550385832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8211] ppid=8197 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/8200/task/8211/stat : 8211 (java) S 8197 8200 5965 0 -1 4202560 3119 0 0 0 437 2 0 0 20 0 19 0 108763636 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320068058088 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8200/tid=8212] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8212/stat : 8212 (java) S 8197 8200 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108763637 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320067004152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8213] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8213/stat : 8213 (java) S 8197 8200 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108763637 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320065951240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8214] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8214/stat : 8214 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320064899728 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8215] ppid=8197 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8200/task/8215/stat : 8215 (java) S 8197 8200 5965 0 -1 4202560 2841 0 0 0 49 0 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320063846840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8216] ppid=8197 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8200/task/8216/stat : 8216 (java) S 8197 8200 5965 0 -1 4202560 6619 0 0 0 60 2 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320062794040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8217] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8217/stat : 8217 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320061741432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8218] ppid=8197 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8200/task/8218/stat : 8218 (java) S 8197 8200 5965 0 -1 4202560 103 0 0 0 18 22 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320060688840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8219] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8219/stat : 8219 (java) S 8197 8200 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108764501 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320059635368 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 8200 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1789.3 s]
/proc/loadavg: 2.27 2.27 2.22 4/213 8286
/proc/meminfo: memFree=22730096/32872528 swapFree=16360/1798728
[pid=8200] ppid=8197 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/8200/stat : 8200 (java) S 8197 8200 5965 0 -1 4202496 37583 0 1 0 179683 319 0 0 20 0 19 0 108763634 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140734853085296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8200/statm: 2406260 1106760 2287 9 0 2396937 0
[pid=8200/tid=8201] ppid=8197 vsize=9625040 CPUtime=1776.81 cores=1,3,5,7
/proc/8200/task/8201/stat : 8201 (java) R 8197 8200 5965 0 -1 4202560 3906 0 1 0 177624 57 0 0 20 0 19 0 108763634 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320713838288 140320558534291 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8200/tid=8203] ppid=8197 vsize=9625040 CPUtime=1.56 cores=1,3,5,7
/proc/8200/task/8203/stat : 8203 (java) S 8197 8200 5965 0 -1 4202560 2370 0 0 0 121 35 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320557755432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8204] ppid=8197 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/8200/task/8204/stat : 8204 (java) S 8197 8200 5965 0 -1 4202560 1626 0 0 0 152 34 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320556702632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8205] ppid=8197 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/8200/task/8205/stat : 8205 (java) S 8197 8200 5965 0 -1 4202560 2162 0 0 0 128 33 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320555649832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8206] ppid=8197 vsize=9625040 CPUtime=1.6 cores=1,3,5,7
/proc/8200/task/8206/stat : 8206 (java) S 8197 8200 5965 0 -1 4202560 2981 0 0 0 122 38 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320554597032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8207] ppid=8197 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/8200/task/8207/stat : 8207 (java) S 8197 8200 5965 0 -1 4202560 2158 0 0 0 117 29 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320553544232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8208] ppid=8197 vsize=9625040 CPUtime=1.57 cores=1,3,5,7
/proc/8200/task/8208/stat : 8208 (java) S 8197 8200 5965 0 -1 4202560 1925 0 0 0 127 30 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320552491432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8209] ppid=8197 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/8200/task/8209/stat : 8209 (java) S 8197 8200 5965 0 -1 4202560 2150 0 0 0 135 31 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320551438632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8210] ppid=8197 vsize=9625040 CPUtime=1.53 cores=1,3,5,7
/proc/8200/task/8210/stat : 8210 (java) S 8197 8200 5965 0 -1 4202560 4364 0 0 0 121 32 0 0 20 0 19 0 108763635 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320550385832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8211] ppid=8197 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/8200/task/8211/stat : 8211 (java) S 8197 8200 5965 0 -1 4202560 3119 0 0 0 437 2 0 0 20 0 19 0 108763636 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320068058088 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8200/tid=8212] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8212/stat : 8212 (java) S 8197 8200 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108763637 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320067004152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8213] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8213/stat : 8213 (java) S 8197 8200 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108763637 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320065951240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8214] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8214/stat : 8214 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320064899728 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8215] ppid=8197 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8200/task/8215/stat : 8215 (java) S 8197 8200 5965 0 -1 4202560 2841 0 0 0 49 0 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320063846840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8200/tid=8216] ppid=8197 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8200/task/8216/stat : 8216 (java) S 8197 8200 5965 0 -1 4202560 6619 0 0 0 60 2 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320062794040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8217] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8217/stat : 8217 (java) S 8197 8200 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320061741432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8200/tid=8218] ppid=8197 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8200/task/8218/stat : 8218 (java) S 8197 8200 5965 0 -1 4202560 103 0 0 0 18 22 0 0 20 0 19 0 108763639 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320060688840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8200/tid=8219] ppid=8197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8200/task/8219/stat : 8219 (java) S 8197 8200 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108764501 9856040960 1106760 33554432000 1073741824 1073778376 140734853094160 140320059635368 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8200 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=269533
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=620449
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.35
CPU time (s): 1800.02
CPU user time (s): 1796.83
CPU system time (s): 3.19
CPU usage (%): 100.596
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.27
system time used= 3.62045
maximum resident set size= 4485072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37621
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39851
involuntary context switches= 11558

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.45356 second user time and 13.5619 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 04:58:25
IDJOB=4084838
IDBENCH=71881
IDSOLVER=2546
FILE ID=node123/4084838-1465268304
RUNJOBID= node123-1465255130-5982
PBS_JOBID= 19843274
Free space on /tmp= 71696 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_500_3__212_366__512.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084838-1465268304/watcher-4084838-1465268304 -o /tmp/evaluation-result-4084838-1465268304/solver-4084838-1465268304 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084838-1465268304.opb

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

MD5SUM BENCH= 89e2fccd3e96863f0a3c5df934bf5217
RANDOM SEED=597499809

node123.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.117
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.23
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.117
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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.117
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.117
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.57
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.117
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.117
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:        29468540 kB
Buffers:           93540 kB
Cached:           151676 kB
SwapCached:         1808 kB
Active:           722784 kB
Inactive:         143216 kB
Active(anon):     621100 kB
Inactive(anon):     2104 kB
Active(file):     101684 kB
Inactive(file):   141112 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:             41216 kB
Writeback:             0 kB
AnonPages:       2423008 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             600748 kB
SReclaimable:      43844 kB
SUnreclaim:       556904 kB
KernelStack:        1584 kB
PageTables:         9024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3443668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2383872 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= 71692 MiB
End job on node123 at 2016-06-07 05:28:14