Trace number 3710214

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 specific settings 2.3.2 snapshot? (TO) 1800.1 1789.77

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 benchmark95378
Best CPU time to get the best result obtained on this benchmark1800.85
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-2012 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.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710214-1338177278.opb
0.10/0.11	c reading problem ... 
17.02/10.58	c ... done. Wall clock time 10.47s.
17.02/10.58	c declared #vars     768498
17.02/10.58	c #constraints  2500
17.02/10.58	c constraints type 
17.02/10.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
17.02/10.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
17.02/10.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 996
17.02/10.58	c 2500 constraints processed.
38.78/31.50	c cleaning 2550 clauses out of 5100 with flag 5100/5100
54.03/46.46	c cleaning 4289 clauses out of 8577 with flag 11127/11127
79.66/71.95	c cleaning 5747 clauses out of 11494 with flag 18333/18333
97.14/89.22	c cleaning 6890 clauses out of 13781 with flag 26367/26367
117.60/109.45	c cleaning 7967 clauses out of 15934 with flag 35410/35410
133.49/125.18	c cleaning 8782 clauses out of 17564 with flag 45007/45007
164.07/155.59	c cleaning 9922 clauses out of 19844 with flag 56069/56069
196.37/187.61	c cleaning 10974 clauses out of 21947 with flag 68094/68094
216.44/207.44	c cleaning 11915 clauses out of 23880 with flag 81001/81001
251.91/242.64	c cleaning 13177 clauses out of 26354 with flag 95390/95390
274.17/264.55	c cleaning 13998 clauses out of 27997 with flag 110210/110210
311.43/301.57	c cleaning 14638 clauses out of 29789 with flag 126000/126000
338.69/328.58	c cleaning 16128 clauses out of 32259 with flag 143108/143108
491.71/481.22	c cleaning 17043 clauses out of 34086 with flag 161063/161063
544.31/533.80	c cleaning 17961 clauses out of 35980 with flag 180000/180000
591.90/581.44	c cleaning 19027 clauses out of 38056 with flag 200037/200037
646.89/636.42	c cleaning 20013 clauses out of 40030 with flag 221038/221038
842.77/832.30	c cleaning 20541 clauses out of 41979 with flag 243000/243000
898.86/888.43	c cleaning 22259 clauses out of 44519 with flag 266081/266081
935.67/925.24	c cleaning 23095 clauses out of 46241 with flag 290062/290062
1101.75/1091.38	c cleaning 24038 clauses out of 48089 with flag 315005/315005
1179.43/1169.00	c cleaning 25084 clauses out of 50173 with flag 341127/341127
1673.98/1663.66	c cleaning 25941 clauses out of 51962 with flag 368000/368000
1800.10/1789.71	c starts		: 136
1800.10/1789.71	c conflicts		: 384095
1800.10/1789.71	c decisions		: 32225373
1800.10/1789.71	c propagations		: 349891396
1800.10/1789.71	c inspects		: 861315370
1800.10/1789.71	c shortcuts		: 0
1800.10/1789.71	c learnt literals	: 0
1800.10/1789.71	c learnt binary clauses	: 0
1800.10/1789.71	c learnt ternary clauses	: 0
1800.10/1789.71	c learnt constraints	: 384094
1800.10/1789.71	c ignored constraints	: 0
1800.10/1789.71	c root simplifications	: 136
1800.10/1789.71	c removed literals (reason simplification)	: 3406840
1800.10/1789.71	c reason swapping (by a shorter reason)	: 0
1800.10/1789.71	c Calls to reduceDB	: 23
1800.10/1789.71	c number of reductions to clauses (during analyze)	: 0
1800.10/1789.71	c number of learned constraints concerned by reduction	: 0
1800.10/1789.71	c number of learning phase by resolution	: 0
1800.10/1789.71	c number of learning phase by cutting planes	: 0
1800.10/1789.72	c speed (assignments/second)	: 196673.49766476097
1800.10/1789.72	c non guided choices	18584565
1800.10/1789.73	c learnt constraints type 
1800.10/1789.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42116
1800.10/1789.73	c constraints type 
1800.10/1789.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.10/1789.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
1800.10/1789.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 996
1800.10/1789.73	c 2500 constraints processed.
1800.10/1789.73	s UNKNOWN
1800.10/1789.74	c Total wall clock time (in seconds): 1789.626

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710214-1338177278/watcher-3710214-1338177278 -o /tmp/evaluation-result-3710214-1338177278/solver-3710214-1338177278 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710214-1338177278.opb 

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.00 2.00 2.00 3/192 18037
/proc/meminfo: memFree=27671684/32873852 swapFree=7624/7624
[pid=18037] ppid=18035 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/18037/stat : 18037 (java) R 18035 18037 15185 0 -1 4202496 1011 0 0 0 0 0 0 0 20 0 1 0 283853332 23793664 739 33554432000 1073741824 1073778376 140734255123504 140734255112568 140187050397691 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 5809 748 549 9 0 128 0

[startup+0.0135381 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 18037
/proc/meminfo: memFree=27671684/32873852 swapFree=7624/7624
[pid=18037] ppid=18035 vsize=9014776 CPUtime=0 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18035 18037 15185 0 -1 4202496 2066 0 1 0 0 0 0 0 20 0 10 0 283853332 9231130624 2258 33554432000 1073741824 1073778376 140734255123504 140734255114640 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2253694 2274 963 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100193 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 18037
/proc/meminfo: memFree=27671684/32873852 swapFree=7624/7624
[pid=18037] ppid=18035 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18035 18037 15185 0 -1 4202496 4353 0 1 0 10 0 0 0 20 0 18 0 283853332 9787842560 6072 33554432000 1073741824 1073778376 140734255123504 140734255114640 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2389610 6072 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300262 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 18037
/proc/meminfo: memFree=27671684/32873852 swapFree=7624/7624
[pid=18037] ppid=18035 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18035 18037 15185 0 -1 4202496 5195 0 1 0 45 1 0 0 20 0 18 0 283853332 9787842560 16834 33554432000 1073741824 1073778376 140734255123504 140734255114640 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2389610 16834 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700253 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 18037
/proc/meminfo: memFree=27671684/32873852 swapFree=7624/7624
[pid=18037] ppid=18035 vsize=9558440 CPUtime=0.97 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18035 18037 15185 0 -1 4202496 5383 0 1 0 90 7 0 0 20 0 18 0 283853332 9787842560 47146 33554432000 1073741824 1073778376 140734255123504 140734255114640 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2389610 47146 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9558440

[startup+1.50069 s]
/proc/loadavg: 2.00 2.00 2.00 4/210 18055
/proc/meminfo: memFree=27451584/32873852 swapFree=7624/7624
[pid=18037] ppid=18035 vsize=9558440 CPUtime=1.95 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18035 18037 15185 0 -1 4202496 5998 0 1 0 183 12 0 0 20 0 18 0 283853332 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140734255114640 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2389610 62917 2243 9 0 2380296 0
[pid=18037/tid=18039] ppid=18035 vsize=9558440 CPUtime=1.39 cores=1,3,5,7
/proc/18037/task/18039/stat : 18039 (java) R 18035 18037 15185 0 -1 4202560 2584 0 1 0 135 4 0 0 20 0 18 0 283853332 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140187042406272 252266472717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18040] ppid=18035 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18040/stat : 18040 (java) S 18035 18037 15185 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 18 0 283853333 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140187003906472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18041] ppid=18035 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/18037/task/18041/stat : 18041 (java) S 18035 18037 15185 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 283853333 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140187002853928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18042] ppid=18035 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18042/stat : 18042 (java) S 18035 18037 15185 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 283853333 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140187001800872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18043] ppid=18035 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/18037/task/18043/stat : 18043 (java) S 18035 18037 15185 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 18 0 283853333 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140187000748328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18044] ppid=18035 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/18037/task/18044/stat : 18044 (java) S 18035 18037 15185 0 -1 4202560 136 0 0 0 3 1 0 0 20 0 18 0 283853333 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140186999696296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18045] ppid=18035 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18045/stat : 18045 (java) S 18035 18037 15185 0 -1 4202560 236 0 0 0 2 0 0 0 20 0 18 0 283853333 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140186998643752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18046] ppid=18035 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/18037/task/18046/stat : 18046 (java) S 18035 18037 15185 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 283853333 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140186997590696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18047] ppid=18035 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/18037/task/18047/stat : 18047 (java) S 18035 18037 15185 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 283853333 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140186996538152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18048] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18048/stat : 18048 (java) S 18035 18037 15185 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 283853334 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140186865752424 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18049] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18049/stat : 18049 (java) S 18035 18037 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283853335 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140186864698744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18050] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18050/stat : 18050 (java) S 18035 18037 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 283853335 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140186863645576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18051] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18051/stat : 18051 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283853337 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140186862594320 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18052] ppid=18035 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18035 18037 15185 0 -1 4202560 827 0 0 0 10 0 0 0 20 0 18 0 283853337 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140186861542200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18053] ppid=18035 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) R 18035 18037 15185 0 -1 4202560 846 0 0 0 10 0 0 0 20 0 18 0 283853337 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140185987705664 140187046425306 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18054] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283853337 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140185986652920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283853337 9787842560 62917 33554432000 1073741824 1073778376 140734255123504 140185985600584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9558440

[startup+3.10074 s]
/proc/loadavg: 2.00 2.00 2.00 3/210 18055
/proc/meminfo: memFree=27258152/32873852 swapFree=7624/7624
[pid=18037] ppid=18035 vsize=9558440 CPUtime=4.58 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18035 18037 15185 0 -1 4202496 12273 0 1 0 417 41 0 0 20 0 18 0 283853332 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140734255114640 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2389610 179609 2254 9 0 2380296 0
[pid=18037/tid=18039] ppid=18035 vsize=9558440 CPUtime=2.73 cores=1,3,5,7
/proc/18037/task/18039/stat : 18039 (java) R 18035 18037 15185 0 -1 4202560 2902 0 1 0 263 10 0 0 20 0 18 0 283853332 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140187042406256 140186876968887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18040] ppid=18035 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/18037/task/18040/stat : 18040 (java) S 18035 18037 15185 0 -1 4202560 91 0 0 0 12 5 0 0 20 0 18 0 283853333 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140187003906472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18041] ppid=18035 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/18037/task/18041/stat : 18041 (java) S 18035 18037 15185 0 -1 4202560 381 0 0 0 9 3 0 0 20 0 18 0 283853333 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140187002853928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18042] ppid=18035 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/18037/task/18042/stat : 18042 (java) S 18035 18037 15185 0 -1 4202560 86 0 0 0 11 5 0 0 20 0 18 0 283853333 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140187001800872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18043] ppid=18035 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/18037/task/18043/stat : 18043 (java) S 18035 18037 15185 0 -1 4202560 82 0 0 0 9 4 0 0 20 0 18 0 283853333 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140187000748328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18044] ppid=18035 vsize=9558440 CPUtime=0.19 cores=1,3,5,7
/proc/18037/task/18044/stat : 18044 (java) S 18035 18037 15185 0 -1 4202560 203 0 0 0 14 5 0 0 20 0 18 0 283853333 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140186999696296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18045] ppid=18035 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/18037/task/18045/stat : 18045 (java) S 18035 18037 15185 0 -1 4202560 308 0 0 0 13 4 0 0 20 0 18 0 283853333 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140186998643752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18046] ppid=18035 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/18037/task/18046/stat : 18046 (java) S 18035 18037 15185 0 -1 4202560 544 0 0 0 9 3 0 0 20 0 18 0 283853333 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140186997590696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18047] ppid=18035 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/18037/task/18047/stat : 18047 (java) S 18035 18037 15185 0 -1 4202560 64 0 0 0 11 3 0 0 20 0 18 0 283853333 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140186996538152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18048] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18048/stat : 18048 (java) S 18035 18037 15185 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 283853334 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140186865752424 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18049] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18049/stat : 18049 (java) S 18035 18037 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283853335 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140186864698744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18050] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18050/stat : 18050 (java) S 18035 18037 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 283853335 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140186863645576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18051] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18051/stat : 18051 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283853337 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140186862594320 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18052] ppid=18035 vsize=9558440 CPUtime=0.2 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18035 18037 15185 0 -1 4202560 1487 0 0 0 20 0 0 0 20 0 18 0 283853337 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140186861542200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18053] ppid=18035 vsize=9558440 CPUtime=0.3 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) S 18035 18037 15185 0 -1 4202560 4754 0 0 0 30 0 0 0 20 0 18 0 283853337 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140185987705784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18054] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283853337 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140185986652920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283853337 9787842560 179609 33554432000 1073741824 1073778376 140734255123504 140185985600584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 9558440

[startup+6.30069 s]
/proc/loadavg: 2.00 2.00 2.00 3/210 18055
/proc/meminfo: memFree=26529956/32873852 swapFree=7624/7624
[pid=18037] ppid=18035 vsize=9558440 CPUtime=10.59 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18035 18037 15185 0 -1 4202496 18526 0 1 0 935 124 0 0 20 0 18 0 283853332 9787842560 449257 33554432000 1073741824 1073778376 140734255123504 140734255114640 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2389610 449257 2266 9 0 2380296 0
[pid=18037/tid=18039] ppid=18035 vsize=9558440 CPUtime=4.2 cores=1,3,5,7
/proc/18037/task/18039/stat : 18039 (java) S 18035 18037 15185 0 -1 4202560 3573 0 1 0 402 18 0 0 20 0 18 0 283853332 9787842560 449257 33554432000 1073741824 1073778376 140734255123504 140187042413048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18040] ppid=18035 vsize=9558440 CPUtime=0.63 cores=1,3,5,7
/proc/18037/task/18040/stat : 18040 (java) R 18035 18037 15185 0 -1 4202560 831 0 0 0 50 13 0 0 20 0 18 0 283853333 9787842560 449257 33554432000 1073741824 1073778376 140734255123504 140187003906648 140187046172120 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18041] ppid=18035 vsize=9558440 CPUtime=0.52 cores=1,3,5,7
/proc/18037/task/18041/stat : 18041 (java) D 18035 18037 15185 0 -1 4202560 840 0 0 0 41 11 0 0 20 0 18 0 283853333 9787842560 449257 33554432000 1073741824 1073778376 140734255123504 140187002854104 140187044886225 0 4 0 16800975 18446744071581355444 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18042] ppid=18035 vsize=9558440 CPUtime=0.71 cores=1,3,5,7
/proc/18037/task/18042/stat : 18042 (java) D 18035 18037 15185 0 -1 4202560 348 0 0 0 55 16 0 0 20 0 18 0 283853333 9787842560 449257 33554432000 1073741824 1073778376 140734255123504 140187001801048 140187044886209 0 4 0 16800975 18446744071581355444 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18043] ppid=18035 vsize=9558440 CPUtime=0.62 cores=1,3,5,7
/proc/18037/task/18043/stat : 18043 (java) R 18035 18037 15185 0 -1 4202560 703 0 0 0 49 13 0 0 20 0 18 0 283853333 9787842560 449257 33554432000 1073741824 1073778376 140734255123504 140187000748504 140187046172069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18044] ppid=18035 vsize=9558440 CPUtime=0.67 cores=1,3,5,7
/proc/18037/task/18044/stat : 18044 (java) R 18035 18037 15185 0 -1 4202560 982 0 0 0 54 13 0 0 20 0 18 0 283853333 9787842560 449257 33554432000 1073741824 1073778376 140734255123504 140186999696168 140187046172082 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18045] ppid=18035 vsize=9558440 CPUtime=0.6 cores=1,3,5,7
/proc/18037/task/18045/stat : 18045 (java) R 18035 18037 15185 0 -1 4202560 955 0 0 0 47 13 0 0 20 0 18 0 283853333 9787842560 449257 33554432000 1073741824 1073778376 140734255123504 140186998643928 140187044886209 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18046] ppid=18035 vsize=9558440 CPUtime=0.65 cores=1,3,5,7
/proc/18037/task/18046/stat : 18046 (java) D 18035 18037 15185 0 -1 4202560 855 0 0 0 53 12 0 0 20 0 18 0 283853333 9787842560 449257 33554432000 1073741824 1073778376 140734255123504 140186997590456 252263130087 0 4 0 16800975 18446744071581355491 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18047] ppid=18035 vsize=9558440 CPUtime=0.62 cores=1,3,5,7
/proc/18037/task/18047/stat : 18047 (java) R 18035 18037 15185 0 -1 4202560 935 0 0 0 50 12 0 0 20 0 18 0 283853333 9787842560 449257 33554432000 1073741824 1073778376 140734255123504 140186996538328 140187046172082 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18048] ppid=18035 vsize=9558440 CPUtime=0.67 cores=1,3,5,7
/proc/18037/task/18048/stat : 18048 (java) S 18035 18037 15185 0 -1 4202560 1088 0 0 0 67 0 0 0 20 0 18 0 283853334 9787842560 449257 33554432000 1073741824 1073778376 140734255123504 140186865751304 252266460220 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18049] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18049/stat : 18049 (java) S 18035 18037 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283853335 9787842560 449257 33554432000 1073741824 1073778376 140734255123504 140186864698744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18050] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18050/stat : 18050 (java) S 18035 18037 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 283853335 9787842560 449257 33554432000 1073741824 1073778376 140734255123504 140186863645576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18051] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18051/stat : 18051 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283853337 9787842560 449258 33554432000 1073741824 1073778376 140734255123504 140186862594320 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18052] ppid=18035 vsize=9558440 CPUtime=0.21 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18035 18037 15185 0 -1 4202560 1487 0 0 0 21 0 0 0 20 0 18 0 283853337 9787842560 449258 33554432000 1073741824 1073778376 140734255123504 140186861542200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18053] ppid=18035 vsize=9558440 CPUtime=0.31 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) S 18035 18037 15185 0 -1 4202560 4754 0 0 0 31 0 0 0 20 0 18 0 283853337 9787842560 449258 33554432000 1073741824 1073778376 140734255123504 140185987705784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18054] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283853337 9787842560 449258 33554432000 1073741824 1073778376 140734255123504 140185986652920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283853337 9787842560 449258 33554432000 1073741824 1073778376 140734255123504 140185985600584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 9558440

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 18056
/proc/meminfo: memFree=24926552/32873852 swapFree=7624/7624
[pid=18037] ppid=18035 vsize=9625004 CPUtime=19.81 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18035 18037 15185 0 -1 4202496 22176 0 1 0 1801 180 0 0 20 0 19 0 283853332 9856004096 687477 33554432000 1073741824 1073778376 140734255123504 140734255114640 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2406251 687477 2277 9 0 2396937 0
[pid=18037/tid=18039] ppid=18035 vsize=9625004 CPUtime=8.57 cores=1,3,5,7

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

[pid=18037/tid=18052] ppid=18035 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18035 18037 15185 0 -1 4202560 1514 0 0 0 49 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186861542200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18053] ppid=18035 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) S 18035 18037 15185 0 -1 4202560 4887 0 0 0 92 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185987705784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18054] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185986652920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18035 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18035 18037 15185 0 -1 4202560 95 0 0 0 12 19 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185985600584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18056] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18056/stat : 18056 (java) S 18035 18037 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283854399 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185984545832 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1672.68
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 18153
/proc/meminfo: memFree=25819704/32873852 swapFree=7624/7624
[pid=18037] ppid=18035 vsize=9625004 CPUtime=1732.7 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18035 18037 15185 0 -1 4202496 23125 0 1 0 173039 231 0 0 20 0 19 0 283853332 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140734255114640 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2406251 883706 2283 9 0 2396937 0
[pid=18037/tid=18039] ppid=18035 vsize=9625004 CPUtime=1672.28 cores=1,3,5,7
/proc/18037/task/18039/stat : 18039 (java) R 18035 18037 15185 0 -1 4202560 3891 0 1 0 167169 59 0 0 20 0 19 0 283853332 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187042414896 140186877900806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18040] ppid=18035 vsize=9625004 CPUtime=1.62 cores=1,3,5,7
/proc/18037/task/18040/stat : 18040 (java) S 18035 18037 15185 0 -1 4202560 1280 0 0 0 144 18 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187003906472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18041] ppid=18035 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/18037/task/18041/stat : 18041 (java) S 18035 18037 15185 0 -1 4202560 975 0 0 0 128 21 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187002853928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18042] ppid=18035 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/18037/task/18042/stat : 18042 (java) S 18035 18037 15185 0 -1 4202560 1047 0 0 0 141 24 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187001800872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18043] ppid=18035 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/18037/task/18043/stat : 18043 (java) S 18035 18037 15185 0 -1 4202560 871 0 0 0 119 18 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187000748328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18044] ppid=18035 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/18037/task/18044/stat : 18044 (java) S 18035 18037 15185 0 -1 4202560 1215 0 0 0 147 20 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186999696296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18045] ppid=18035 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/18037/task/18045/stat : 18045 (java) S 18035 18037 15185 0 -1 4202560 1493 0 0 0 116 21 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186998643752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18046] ppid=18035 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/18037/task/18046/stat : 18046 (java) S 18035 18037 15185 0 -1 4202560 1109 0 0 0 143 22 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186997590696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18047] ppid=18035 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/18037/task/18047/stat : 18047 (java) S 18035 18037 15185 0 -1 4202560 1065 0 0 0 127 22 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186996538152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18048] ppid=18035 vsize=9625004 CPUtime=42.07 cores=1,3,5,7
/proc/18037/task/18048/stat : 18048 (java) S 18035 18037 15185 0 -1 4202560 2498 0 0 0 4192 15 0 0 20 0 19 0 283853334 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186865752424 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18049] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18049/stat : 18049 (java) S 18035 18037 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283853335 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186864698744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18050] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18050/stat : 18050 (java) S 18035 18037 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283853335 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186863645576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18051] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18051/stat : 18051 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186862594320 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18052] ppid=18035 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18035 18037 15185 0 -1 4202560 1514 0 0 0 49 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186861542200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18053] ppid=18035 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) S 18035 18037 15185 0 -1 4202560 4887 0 0 0 92 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185987705784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18054] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185986652920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18035 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18035 18037 15185 0 -1 4202560 99 0 0 0 14 19 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185985600584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18056] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18056/stat : 18056 (java) S 18035 18037 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283854399 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185984545832 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1732.7
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 18153
/proc/meminfo: memFree=25819332/32873852 swapFree=7624/7624
[pid=18037] ppid=18035 vsize=9625004 CPUtime=1792.69 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18035 18037 15185 0 -1 4202496 23129 0 1 0 179038 231 0 0 20 0 19 0 283853332 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140734255114640 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2406251 883706 2283 9 0 2396937 0
[pid=18037/tid=18039] ppid=18035 vsize=9625004 CPUtime=1732.13 cores=1,3,5,7
/proc/18037/task/18039/stat : 18039 (java) R 18035 18037 15185 0 -1 4202560 3891 0 1 0 173153 60 0 0 20 0 19 0 283853332 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187042414896 140186877900754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18040] ppid=18035 vsize=9625004 CPUtime=1.62 cores=1,3,5,7
/proc/18037/task/18040/stat : 18040 (java) S 18035 18037 15185 0 -1 4202560 1280 0 0 0 144 18 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187003906472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18041] ppid=18035 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/18037/task/18041/stat : 18041 (java) S 18035 18037 15185 0 -1 4202560 975 0 0 0 128 21 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187002853928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18042] ppid=18035 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/18037/task/18042/stat : 18042 (java) S 18035 18037 15185 0 -1 4202560 1047 0 0 0 141 24 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187001800872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18043] ppid=18035 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/18037/task/18043/stat : 18043 (java) S 18035 18037 15185 0 -1 4202560 871 0 0 0 119 18 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187000748328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18044] ppid=18035 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/18037/task/18044/stat : 18044 (java) S 18035 18037 15185 0 -1 4202560 1215 0 0 0 147 20 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186999696296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18045] ppid=18035 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/18037/task/18045/stat : 18045 (java) S 18035 18037 15185 0 -1 4202560 1493 0 0 0 116 21 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186998643752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18046] ppid=18035 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/18037/task/18046/stat : 18046 (java) S 18035 18037 15185 0 -1 4202560 1109 0 0 0 143 22 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186997590696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18047] ppid=18035 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/18037/task/18047/stat : 18047 (java) S 18035 18037 15185 0 -1 4202560 1065 0 0 0 127 22 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186996538152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18048] ppid=18035 vsize=9625004 CPUtime=42.07 cores=1,3,5,7
/proc/18037/task/18048/stat : 18048 (java) S 18035 18037 15185 0 -1 4202560 2498 0 0 0 4192 15 0 0 20 0 19 0 283853334 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186865752424 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18049] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18049/stat : 18049 (java) S 18035 18037 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283853335 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186864698744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18050] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18050/stat : 18050 (java) S 18035 18037 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283853335 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186863645576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18051] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18051/stat : 18051 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186862594320 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18052] ppid=18035 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18035 18037 15185 0 -1 4202560 1514 0 0 0 49 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186861542200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18053] ppid=18035 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) S 18035 18037 15185 0 -1 4202560 4887 0 0 0 92 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185987705784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18054] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185986652920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18035 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18035 18037 15185 0 -1 4202560 103 0 0 0 14 20 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185985600584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18056] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18056/stat : 18056 (java) S 18035 18037 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283854399 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185984545832 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1792.69
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 18153
/proc/meminfo: memFree=25819456/32873852 swapFree=7624/7624
[pid=18037] ppid=18035 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18035 18037 15185 0 -1 4202496 23129 0 1 0 179779 231 0 0 20 0 19 0 283853332 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140734255114640 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2406251 883706 2283 9 0 2396937 0
[pid=18037/tid=18039] ppid=18035 vsize=9625004 CPUtime=1739.52 cores=1,3,5,7
/proc/18037/task/18039/stat : 18039 (java) R 18035 18037 15185 0 -1 4202560 3891 0 1 0 173892 60 0 0 20 0 19 0 283853332 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187042414896 140186877900815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18040] ppid=18035 vsize=9625004 CPUtime=1.62 cores=1,3,5,7
/proc/18037/task/18040/stat : 18040 (java) S 18035 18037 15185 0 -1 4202560 1280 0 0 0 144 18 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187003906472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18041] ppid=18035 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/18037/task/18041/stat : 18041 (java) S 18035 18037 15185 0 -1 4202560 975 0 0 0 128 21 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187002853928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18042] ppid=18035 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/18037/task/18042/stat : 18042 (java) S 18035 18037 15185 0 -1 4202560 1047 0 0 0 141 24 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187001800872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18043] ppid=18035 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/18037/task/18043/stat : 18043 (java) S 18035 18037 15185 0 -1 4202560 871 0 0 0 119 18 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140187000748328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18044] ppid=18035 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/18037/task/18044/stat : 18044 (java) S 18035 18037 15185 0 -1 4202560 1215 0 0 0 147 20 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186999696296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18045] ppid=18035 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/18037/task/18045/stat : 18045 (java) S 18035 18037 15185 0 -1 4202560 1493 0 0 0 116 21 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186998643752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18046] ppid=18035 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/18037/task/18046/stat : 18046 (java) S 18035 18037 15185 0 -1 4202560 1109 0 0 0 143 22 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186997590696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18047] ppid=18035 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/18037/task/18047/stat : 18047 (java) S 18035 18037 15185 0 -1 4202560 1065 0 0 0 127 22 0 0 20 0 19 0 283853333 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186996538152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18048] ppid=18035 vsize=9625004 CPUtime=42.07 cores=1,3,5,7
/proc/18037/task/18048/stat : 18048 (java) S 18035 18037 15185 0 -1 4202560 2498 0 0 0 4192 15 0 0 20 0 19 0 283853334 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186865752424 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18049] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18049/stat : 18049 (java) S 18035 18037 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283853335 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186864698744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18050] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18050/stat : 18050 (java) S 18035 18037 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283853335 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186863645576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18051] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18051/stat : 18051 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186862594320 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18052] ppid=18035 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18035 18037 15185 0 -1 4202560 1514 0 0 0 49 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140186861542200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18053] ppid=18035 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) S 18035 18037 15185 0 -1 4202560 4887 0 0 0 92 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185987705784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18054] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18035 18037 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185986652920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18035 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18035 18037 15185 0 -1 4202560 103 0 0 0 14 20 0 0 20 0 19 0 283853337 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185985600584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18056] ppid=18035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18056/stat : 18056 (java) S 18035 18037 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283854399 9856004096 883706 33554432000 1073741824 1073778376 140734255123504 140185984545832 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18037 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=219389
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=761580
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.77
CPU time (s): 1800.1
CPU user time (s): 1797.79
CPU system time (s): 2.31
CPU usage (%): 100.577
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.22
system time used= 2.76158
maximum resident set size= 3534968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23168
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41520
involuntary context switches= 37735

runsolver used 5.9021 second user time and 14.7218 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 05:54:39
IDJOB=3710214
IDBENCH=71881
IDSOLVER=2289
FILE ID=node131/3710214-1338177278
RUNJOBID= node131-1338155741-15202
PBS_JOBID= 14624524
Free space on /tmp= 71692 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
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 HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710214-1338177278/watcher-3710214-1338177278 -o /tmp/evaluation-result-3710214-1338177278/solver-3710214-1338177278 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710214-1338177278.opb

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

MD5SUM BENCH= 89e2fccd3e96863f0a3c5df934bf5217
RANDOM SEED=410167624

node131.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.805
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.61
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.805
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	: 5331.91
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.805
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	: 5331.91
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.805
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	: 5331.91
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.805
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	: 5331.91
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.805
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	: 5331.91
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.805
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	: 5331.92
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.805
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	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27672064 kB
Buffers:          346068 kB
Cached:          1853868 kB
SwapCached:         2172 kB
Active:          2724632 kB
Inactive:        1620980 kB
Active(anon):    2147272 kB
Inactive(anon):      816 kB
Active(file):     577360 kB
Inactive(file):  1620164 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099044 kB
Dirty:             36524 kB
Writeback:             0 kB
AnonPages:       2156832 kB
Mapped:            22536 kB
Shmem:                 0 kB
Slab:             695576 kB
SReclaimable:     137328 kB
SUnreclaim:       558248 kB
KernelStack:        1576 kB
PageTables:         8400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3270564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2115584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71692 MiB
End job on node131 at 2012-05-28 06:24:31