Trace number 3710764

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
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.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710764-1338152252.opb
0.10/0.12	c reading problem ... 
2.31/1.65	c ... done. Wall clock time 1.525s.
2.31/1.65	c declared #vars     13480
2.31/1.65	c #constraints  26619
2.31/1.68	c constraints type 
2.31/1.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
2.31/1.68	c 26619 constraints processed.
21.34/19.93	c cleaning 2494 clauses out of 5001 with flag 5001/5001
38.00/36.46	c cleaning 4237 clauses out of 8506 with flag 11000/11000
59.11/57.51	c cleaning 5623 clauses out of 11269 with flag 18000/18000
80.74/79.17	c cleaning 6814 clauses out of 13648 with flag 26002/26002
106.30/104.64	c cleaning 7910 clauses out of 15832 with flag 35000/35000
133.32/131.60	c cleaning 8948 clauses out of 17922 with flag 45000/45000
163.64/161.91	c cleaning 9982 clauses out of 19975 with flag 56001/56001
195.26/193.59	c cleaning 10986 clauses out of 21994 with flag 68002/68002
239.90/238.10	c cleaning 12000 clauses out of 24007 with flag 81001/81001
280.63/278.81	c cleaning 12995 clauses out of 26006 with flag 95000/95000
317.76/315.93	c cleaning 13995 clauses out of 28014 with flag 110003/110003
356.77/354.90	c cleaning 15002 clauses out of 30016 with flag 126000/126000
397.79/395.91	c cleaning 15983 clauses out of 32015 with flag 143001/143001
444.20/442.33	c cleaning 17003 clauses out of 34032 with flag 161001/161001
498.88/496.81	c cleaning 18006 clauses out of 36029 with flag 180001/180001
547.11/545.03	c cleaning 19004 clauses out of 38023 with flag 200001/200001
606.33/604.27	c cleaning 20004 clauses out of 40018 with flag 221000/221000
662.17/660.03	c cleaning 20975 clauses out of 42015 with flag 243001/243001
715.52/713.35	c cleaning 22009 clauses out of 44041 with flag 266002/266002
783.38/781.11	c cleaning 23009 clauses out of 46030 with flag 290000/290000
837.51/835.26	c cleaning 24004 clauses out of 48021 with flag 315000/315000
900.65/898.31	c cleaning 24984 clauses out of 50019 with flag 341002/341002
976.50/974.15	c cleaning 25994 clauses out of 52033 with flag 368000/368000
1059.12/1056.79	c cleaning 27011 clauses out of 54043 with flag 396004/396004
1138.83/1136.49	c cleaning 28000 clauses out of 56031 with flag 425003/425003
1214.74/1212.30	c cleaning 28995 clauses out of 58030 with flag 455002/455002
1316.14/1313.71	c cleaning 30013 clauses out of 60034 with flag 486001/486001
1414.77/1412.35	c cleaning 31001 clauses out of 62021 with flag 518001/518001
1522.78/1520.34	c cleaning 31983 clauses out of 64019 with flag 551000/551000
1639.59/1637.14	c cleaning 32987 clauses out of 66036 with flag 585000/585000
1728.52/1726.05	c cleaning 34014 clauses out of 68050 with flag 620001/620001
1800.05/1797.52	c starts		: 168
1800.05/1797.52	c conflicts		: 649300
1800.05/1797.52	c decisions		: 801478
1800.05/1797.52	c propagations		: 148068815
1800.05/1797.52	c inspects		: 9233975690
1800.05/1797.52	c shortcuts		: 0
1800.05/1797.52	c learnt literals	: 0
1800.05/1797.52	c learnt binary clauses	: 5
1800.05/1797.52	c learnt ternary clauses	: 23
1800.05/1797.52	c learnt constraints	: 649299
1800.05/1797.52	c ignored constraints	: 0
1800.05/1797.52	c root simplifications	: 168
1800.05/1797.52	c removed literals (reason simplification)	: 1990258
1800.05/1797.52	c reason swapping (by a shorter reason)	: 0
1800.05/1797.52	c Calls to reduceDB	: 31
1800.05/1797.52	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.52	c number of learned constraints concerned by reduction	: 0
1800.05/1797.52	c number of learning phase by resolution	: 0
1800.05/1797.52	c number of learning phase by cutting planes	: 0
1800.05/1797.52	c speed (assignments/second)	: 82450.6389182158
1800.05/1797.52	c non guided choices	13623
1800.05/1797.55	c learnt constraints type 
1800.05/1797.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.05/1797.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63345
1800.05/1797.55	c constraints type 
1800.05/1797.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
1800.05/1797.55	c 26619 constraints processed.
1800.05/1797.55	s UNKNOWN
1800.05/1797.55	c Total wall clock time (in seconds): 1797.421

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 1.99 1.99 3/194 24712
/proc/meminfo: memFree=30163616/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/24712/stat : 24712 (java) R 24710 24712 19004 0 -1 4202496 982 0 0 0 0 0 0 0 20 0 1 0 281350172 23793664 709 33554432000 1073741824 1073778376 140733513828464 140733513817528 240555963752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24712/statm: 5809 709 524 9 0 128 0

[startup+0.0237871 s]
/proc/loadavg: 1.96 1.99 1.99 3/194 24712
/proc/meminfo: memFree=30163616/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/24712/stat : 24712 (java) S 24710 24712 19004 0 -1 4202496 2775 0 1 0 0 0 0 0 20 0 10 0 281350172 9233014784 3474 33554432000 1073741824 1073778376 140733513828464 140733513819600 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24712/statm: 2254154 3474 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.10023 s]
/proc/loadavg: 1.96 1.99 1.99 3/194 24712
/proc/meminfo: memFree=30163616/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/24712/stat : 24712 (java) S 24710 24712 19004 0 -1 4202496 4240 0 1 0 9 1 0 0 20 0 18 0 281350172 9787842560 5448 33554432000 1073741824 1073778376 140733513828464 140733513819600 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24712/statm: 2389610 5448 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300229 s]
/proc/loadavg: 1.96 1.99 1.99 3/194 24712
/proc/meminfo: memFree=30163616/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/24712/stat : 24712 (java) S 24710 24712 19004 0 -1 4202496 9375 0 1 0 52 2 0 0 20 0 18 0 281350172 9787842560 10744 33554432000 1073741824 1073778376 140733513828464 140733513819600 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24712/statm: 2389610 10747 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700234 s]
/proc/loadavg: 1.96 1.99 1.99 3/194 24712
/proc/meminfo: memFree=30163616/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=9558440 CPUtime=1.13 cores=0,2,4,6
/proc/24712/stat : 24712 (java) S 24710 24712 19004 0 -1 4202496 10836 0 1 0 110 3 0 0 20 0 18 0 281350172 9787842560 42503 33554432000 1073741824 1073778376 140733513828464 140733513819600 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24712/statm: 2389610 42503 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558440

[startup+1.50064 s]
/proc/loadavg: 1.97 1.99 1.99 4/212 24730
/proc/meminfo: memFree=29988576/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=9558440 CPUtime=2.31 cores=0,2,4,6
/proc/24712/stat : 24712 (java) S 24710 24712 19004 0 -1 4202496 12883 0 1 0 223 8 0 0 20 0 18 0 281350172 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140733513819600 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24712/statm: 2389610 53384 2256 9 0 2380296 0
[pid=24712/tid=24714] ppid=24710 vsize=9558440 CPUtime=1.4 cores=0,2,4,6
/proc/24712/task/24714/stat : 24714 (java) S 24710 24712 19004 0 -1 4202560 2565 0 1 0 138 2 0 0 20 0 18 0 281350173 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293551787272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24715] ppid=24710 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/24712/task/24715/stat : 24715 (java) S 24710 24712 19004 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 18 0 281350173 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293513280552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24716] ppid=24710 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/24712/task/24716/stat : 24716 (java) S 24710 24712 19004 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 281350173 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293512227752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24717] ppid=24710 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/24712/task/24717/stat : 24717 (java) S 24710 24712 19004 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 281350173 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293511174952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24718] ppid=24710 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/24712/task/24718/stat : 24718 (java) S 24710 24712 19004 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 281350173 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293510122152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24719] ppid=24710 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/24712/task/24719/stat : 24719 (java) S 24710 24712 19004 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 281350173 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293509069352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24720] ppid=24710 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/24712/task/24720/stat : 24720 (java) S 24710 24712 19004 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 281350173 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293508016408 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24721] ppid=24710 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/24712/task/24721/stat : 24721 (java) S 24710 24712 19004 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 281350173 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293506963720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24722] ppid=24710 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24722/stat : 24722 (java) S 24710 24712 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 281350173 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293505910952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24723] ppid=24710 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24723/stat : 24723 (java) S 24710 24712 19004 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 281350175 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293375506312 240568546364 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24724] ppid=24710 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24724/stat : 24724 (java) S 24710 24712 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 281350175 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293374453496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24725] ppid=24710 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24725/stat : 24725 (java) S 24710 24712 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 281350175 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293373400584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24726] ppid=24710 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24726/stat : 24726 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281350178 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293372349072 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24727] ppid=24710 vsize=9558440 CPUtime=0.32 cores=0,2,4,6
/proc/24712/task/24727/stat : 24727 (java) S 24710 24712 19004 0 -1 4202560 4613 0 0 0 31 1 0 0 20 0 18 0 281350178 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293371296184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24728] ppid=24710 vsize=9558440 CPUtime=0.32 cores=0,2,4,6
/proc/24712/task/24728/stat : 24728 (java) S 24710 24712 19004 0 -1 4202560 4310 0 0 0 32 0 0 0 20 0 18 0 281350178 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293370243384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24729] ppid=24710 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24729/stat : 24729 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281350178 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293369190776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24730] ppid=24710 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24730/stat : 24730 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281350178 9787842560 53384 33554432000 1073741824 1073778376 140733513828464 140293368138184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9558440

[startup+3.10085 s]
/proc/loadavg: 1.97 1.99 1.99 7/213 24731
/proc/meminfo: memFree=29955428/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=9625004 CPUtime=4.33 cores=0,2,4,6
/proc/24712/stat : 24712 (java) S 24710 24712 19004 0 -1 4202496 16039 0 1 0 424 9 0 0 20 0 19 0 281350172 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140733513819600 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24712/statm: 2406251 53922 2270 9 0 2396937 0
[pid=24712/tid=24714] ppid=24710 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/24712/task/24714/stat : 24714 (java) R 24710 24712 19004 0 -1 4202560 2578 0 1 0 298 2 0 0 20 0 19 0 281350173 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293551788440 140293379414574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24715] ppid=24710 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24712/task/24715/stat : 24715 (java) S 24710 24712 19004 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 281350173 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293513280552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24716] ppid=24710 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24712/task/24716/stat : 24716 (java) S 24710 24712 19004 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 281350173 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293512227752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24717] ppid=24710 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24712/task/24717/stat : 24717 (java) S 24710 24712 19004 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 281350173 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293511174952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24718] ppid=24710 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24712/task/24718/stat : 24718 (java) S 24710 24712 19004 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 281350173 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293510122152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24719] ppid=24710 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24712/task/24719/stat : 24719 (java) S 24710 24712 19004 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 281350173 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293509069352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24720] ppid=24710 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/24712/task/24720/stat : 24720 (java) S 24710 24712 19004 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 281350173 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293508016552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24721] ppid=24710 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24712/task/24721/stat : 24721 (java) S 24710 24712 19004 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 281350173 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293506963752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24722] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24722/stat : 24722 (java) S 24710 24712 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281350173 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293505910952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24723] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24723/stat : 24723 (java) S 24710 24712 19004 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281350175 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293375507432 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24724] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24724/stat : 24724 (java) S 24710 24712 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281350175 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293374453496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24725] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24725/stat : 24725 (java) S 24710 24712 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281350175 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293373400584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24726] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24726/stat : 24726 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281350178 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293372349072 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24727] ppid=24710 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/24712/task/24727/stat : 24727 (java) S 24710 24712 19004 0 -1 4202560 7744 0 0 0 62 2 0 0 20 0 19 0 281350178 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293371296184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24728] ppid=24710 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/24712/task/24728/stat : 24728 (java) S 24710 24712 19004 0 -1 4202560 4314 0 0 0 42 0 0 0 20 0 19 0 281350178 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293370243384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24729] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24729/stat : 24729 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281350178 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293369190776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24730] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24730/stat : 24730 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281350178 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293368138184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24731] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24731/stat : 24731 (java) S 24710 24712 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281350339 9856004096 53922 33554432000 1073741824 1073778376 140733513828464 140293367084712 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9625004

[startup+6.30082 s]
/proc/loadavg: 1.97 1.99 1.99 3/213 24731
/proc/meminfo: memFree=29957040/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=9625004 CPUtime=7.63 cores=0,2,4,6
/proc/24712/stat : 24712 (java) S 24710 24712 19004 0 -1 4202496 16256 0 1 0 754 9 0 0 20 0 19 0 281350172 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140733513819600 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24712/statm: 2406251 53785 2272 9 0 2396937 0
[pid=24712/tid=24714] ppid=24710 vsize=9625004 CPUtime=6.19 cores=0,2,4,6
/proc/24712/task/24714/stat : 24714 (java) R 24710 24712 19004 0 -1 4202560 2580 0 1 0 617 2 0 0 20 0 19 0 281350173 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293551788536 140293379473198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24715] ppid=24710 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24712/task/24715/stat : 24715 (java) S 24710 24712 19004 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 281350173 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293513280552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24716] ppid=24710 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24712/task/24716/stat : 24716 (java) S 24710 24712 19004 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 281350173 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293512227752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24717] ppid=24710 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24712/task/24717/stat : 24717 (java) S 24710 24712 19004 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 281350173 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293511174952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24718] ppid=24710 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24712/task/24718/stat : 24718 (java) S 24710 24712 19004 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 281350173 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293510122152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24719] ppid=24710 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24712/task/24719/stat : 24719 (java) S 24710 24712 19004 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 281350173 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293509069352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24720] ppid=24710 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/24712/task/24720/stat : 24720 (java) S 24710 24712 19004 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 281350173 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293508016552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24721] ppid=24710 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24712/task/24721/stat : 24721 (java) S 24710 24712 19004 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 281350173 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293506963752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24722] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24722/stat : 24722 (java) S 24710 24712 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281350173 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293505910952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24723] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24723/stat : 24723 (java) S 24710 24712 19004 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281350175 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293375507432 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24724] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24724/stat : 24724 (java) S 24710 24712 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281350175 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293374453496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24725] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24725/stat : 24725 (java) S 24710 24712 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281350175 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293373400584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24726] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24726/stat : 24726 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281350178 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293372349072 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24727] ppid=24710 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/24712/task/24727/stat : 24727 (java) S 24710 24712 19004 0 -1 4202560 7959 0 0 0 71 2 0 0 20 0 19 0 281350178 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293371296184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24728] ppid=24710 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/24712/task/24728/stat : 24728 (java) S 24710 24712 19004 0 -1 4202560 4314 0 0 0 43 0 0 0 20 0 19 0 281350178 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293370243384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24729] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24729/stat : 24729 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281350178 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293369190776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24730] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24730/stat : 24730 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281350178 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293368138184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24731] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24731/stat : 24731 (java) S 24710 24712 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281350339 9856004096 53785 33554432000 1073741824 1073778376 140733513828464 140293367084712 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 9625004

[startup+12.7009 s]
/proc/loadavg: 1.97 1.99 1.99 3/213 24731
/proc/meminfo: memFree=29958244/32873844 swapFree=7116/7116

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

[pid=24712/tid=24727] ppid=24710 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/24712/task/24727/stat : 24727 (java) S 24710 24712 19004 0 -1 4202560 7971 0 0 0 91 2 0 0 20 0 19 0 281350178 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293371296184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24728] ppid=24710 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/24712/task/24728/stat : 24728 (java) S 24710 24712 19004 0 -1 4202560 4341 0 0 0 63 0 0 0 20 0 19 0 281350178 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293370243384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24729] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24729/stat : 24729 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281350178 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293369190776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24730] ppid=24710 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/24712/task/24730/stat : 24730 (java) S 24710 24712 19004 0 -1 4202560 95 0 0 0 40 36 0 0 20 0 19 0 281350178 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293368138184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24731] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24731/stat : 24731 (java) S 24710 24712 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281350339 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293367084712 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.82
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 24941
/proc/meminfo: memFree=30307388/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=9625004 CPUtime=1724.82 cores=0,2,4,6
/proc/24712/stat : 24712 (java) S 24710 24712 19004 0 -1 4202496 16698 0 1 0 172442 40 0 0 20 0 19 0 281350172 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140733513819600 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24712/statm: 2406251 70679 2289 9 0 2396937 0
[pid=24712/tid=24714] ppid=24710 vsize=9625004 CPUtime=1715.97 cores=0,2,4,6
/proc/24712/task/24714/stat : 24714 (java) R 24710 24712 19004 0 -1 4202560 2617 0 1 0 171568 29 0 0 20 0 19 0 281350173 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293551788352 140293379414574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24715] ppid=24710 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/24712/task/24715/stat : 24715 (java) S 24710 24712 19004 0 -1 4202560 28 0 0 0 8 0 0 0 20 0 19 0 281350173 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293513280552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24716] ppid=24710 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/24712/task/24716/stat : 24716 (java) S 24710 24712 19004 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 281350173 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293512227752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24717] ppid=24710 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/24712/task/24717/stat : 24717 (java) S 24710 24712 19004 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 19 0 281350173 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293511174952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24718] ppid=24710 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/24712/task/24718/stat : 24718 (java) S 24710 24712 19004 0 -1 4202560 44 0 0 0 11 2 0 0 20 0 19 0 281350173 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293510122152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24719] ppid=24710 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/24712/task/24719/stat : 24719 (java) S 24710 24712 19004 0 -1 4202560 49 0 0 0 8 0 0 0 20 0 19 0 281350173 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293509069352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24720] ppid=24710 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/24712/task/24720/stat : 24720 (java) S 24710 24712 19004 0 -1 4202560 35 0 0 0 10 0 0 0 20 0 19 0 281350173 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293508016552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24721] ppid=24710 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/24712/task/24721/stat : 24721 (java) S 24710 24712 19004 0 -1 4202560 91 0 0 0 10 2 0 0 20 0 19 0 281350173 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293506963752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24722] ppid=24710 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/24712/task/24722/stat : 24722 (java) S 24710 24712 19004 0 -1 4202560 28 0 0 0 12 0 0 0 20 0 19 0 281350173 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293505910952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24723] ppid=24710 vsize=9625004 CPUtime=1.63 cores=0,2,4,6
/proc/24712/task/24723/stat : 24723 (java) S 24710 24712 19004 0 -1 4202560 163 0 0 0 163 0 0 0 20 0 19 0 281350175 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293375507432 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24724] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24724/stat : 24724 (java) S 24710 24712 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281350175 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293374453496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24725] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24725/stat : 24725 (java) S 24710 24712 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281350175 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293373400584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24726] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24726/stat : 24726 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281350178 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293372349072 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24727] ppid=24710 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/24712/task/24727/stat : 24727 (java) S 24710 24712 19004 0 -1 4202560 7971 0 0 0 91 2 0 0 20 0 19 0 281350178 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293371296184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24728] ppid=24710 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/24712/task/24728/stat : 24728 (java) S 24710 24712 19004 0 -1 4202560 4341 0 0 0 63 0 0 0 20 0 19 0 281350178 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293370243384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24729] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24729/stat : 24729 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281350178 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293369190776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24730] ppid=24710 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/24712/task/24730/stat : 24730 (java) S 24710 24712 19004 0 -1 4202560 99 0 0 0 41 38 0 0 20 0 19 0 281350178 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293368138184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24731] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24731/stat : 24731 (java) S 24710 24712 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281350339 9856004096 70679 33554432000 1073741824 1073778376 140733513828464 140293367084712 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.82
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 24942
/proc/meminfo: memFree=30286536/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=9625004 CPUtime=1784.84 cores=0,2,4,6
/proc/24712/stat : 24712 (java) S 24710 24712 19004 0 -1 4202496 16706 0 1 0 178443 41 0 0 20 0 19 0 281350172 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140733513819600 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24712/statm: 2406251 71191 2289 9 0 2396937 0
[pid=24712/tid=24714] ppid=24710 vsize=9625004 CPUtime=1775.76 cores=0,2,4,6
/proc/24712/task/24714/stat : 24714 (java) R 24710 24712 19004 0 -1 4202560 2618 0 1 0 177547 29 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293551788352 140293379414263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24715] ppid=24710 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/24712/task/24715/stat : 24715 (java) S 24710 24712 19004 0 -1 4202560 28 0 0 0 8 0 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293513280552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24716] ppid=24710 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/24712/task/24716/stat : 24716 (java) S 24710 24712 19004 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293512227752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24717] ppid=24710 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/24712/task/24717/stat : 24717 (java) S 24710 24712 19004 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293511174952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24718] ppid=24710 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/24712/task/24718/stat : 24718 (java) S 24710 24712 19004 0 -1 4202560 44 0 0 0 11 2 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293510122152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24719] ppid=24710 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/24712/task/24719/stat : 24719 (java) S 24710 24712 19004 0 -1 4202560 49 0 0 0 8 0 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293509069352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24720] ppid=24710 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/24712/task/24720/stat : 24720 (java) S 24710 24712 19004 0 -1 4202560 35 0 0 0 10 0 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293508016552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24721] ppid=24710 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/24712/task/24721/stat : 24721 (java) S 24710 24712 19004 0 -1 4202560 91 0 0 0 11 2 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293506963752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24722] ppid=24710 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/24712/task/24722/stat : 24722 (java) S 24710 24712 19004 0 -1 4202560 28 0 0 0 12 0 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293505910952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24723] ppid=24710 vsize=9625004 CPUtime=1.69 cores=0,2,4,6
/proc/24712/task/24723/stat : 24723 (java) S 24710 24712 19004 0 -1 4202560 166 0 0 0 168 1 0 0 20 0 19 0 281350175 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293375507432 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24724] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24724/stat : 24724 (java) S 24710 24712 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281350175 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293374453496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24725] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24725/stat : 24725 (java) S 24710 24712 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281350175 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293373400584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24726] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24726/stat : 24726 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281350178 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293372349072 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24727] ppid=24710 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/24712/task/24727/stat : 24727 (java) S 24710 24712 19004 0 -1 4202560 7971 0 0 0 91 2 0 0 20 0 19 0 281350178 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293371296184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24728] ppid=24710 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/24712/task/24728/stat : 24728 (java) S 24710 24712 19004 0 -1 4202560 4341 0 0 0 63 0 0 0 20 0 19 0 281350178 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293370243384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24729] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24729/stat : 24729 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281350178 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293369190776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24730] ppid=24710 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/24712/task/24730/stat : 24730 (java) S 24710 24712 19004 0 -1 4202560 103 0 0 0 43 39 0 0 20 0 19 0 281350178 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293368138184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24731] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24731/stat : 24731 (java) S 24710 24712 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281350339 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293367084712 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.84
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.51 s]
/proc/loadavg: 2.07 2.04 2.00 3/213 24942
/proc/meminfo: memFree=30284612/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/24712/stat : 24712 (java) S 24710 24712 19004 0 -1 4202496 16706 0 1 0 179964 41 0 0 20 0 19 0 281350172 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140733513819600 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24712/statm: 2406251 71191 2289 9 0 2396937 0
[pid=24712/tid=24714] ppid=24710 vsize=9625004 CPUtime=1790.93 cores=0,2,4,6
/proc/24712/task/24714/stat : 24714 (java) R 24710 24712 19004 0 -1 4202560 2618 0 1 0 179063 30 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293551788352 140293379595536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24715] ppid=24710 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/24712/task/24715/stat : 24715 (java) S 24710 24712 19004 0 -1 4202560 28 0 0 0 8 0 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293513280552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24716] ppid=24710 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/24712/task/24716/stat : 24716 (java) S 24710 24712 19004 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293512227752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24717] ppid=24710 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/24712/task/24717/stat : 24717 (java) S 24710 24712 19004 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293511174952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24718] ppid=24710 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/24712/task/24718/stat : 24718 (java) S 24710 24712 19004 0 -1 4202560 44 0 0 0 11 2 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293510122152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24719] ppid=24710 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/24712/task/24719/stat : 24719 (java) S 24710 24712 19004 0 -1 4202560 49 0 0 0 8 0 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293509069352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24720] ppid=24710 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/24712/task/24720/stat : 24720 (java) S 24710 24712 19004 0 -1 4202560 35 0 0 0 10 0 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293508016552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24721] ppid=24710 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/24712/task/24721/stat : 24721 (java) S 24710 24712 19004 0 -1 4202560 91 0 0 0 11 2 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293506963752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24722] ppid=24710 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/24712/task/24722/stat : 24722 (java) S 24710 24712 19004 0 -1 4202560 28 0 0 0 12 0 0 0 20 0 19 0 281350173 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293505910952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24712/tid=24723] ppid=24710 vsize=9625004 CPUtime=1.69 cores=0,2,4,6
/proc/24712/task/24723/stat : 24723 (java) S 24710 24712 19004 0 -1 4202560 166 0 0 0 168 1 0 0 20 0 19 0 281350175 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293375507432 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24724] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24724/stat : 24724 (java) S 24710 24712 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281350175 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293374453496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24725] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24725/stat : 24725 (java) S 24710 24712 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281350175 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293373400584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24726] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24726/stat : 24726 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281350178 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293372349072 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24727] ppid=24710 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/24712/task/24727/stat : 24727 (java) S 24710 24712 19004 0 -1 4202560 7971 0 0 0 91 2 0 0 20 0 19 0 281350178 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293371296184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24728] ppid=24710 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/24712/task/24728/stat : 24728 (java) S 24710 24712 19004 0 -1 4202560 4341 0 0 0 63 0 0 0 20 0 19 0 281350178 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293370243384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24712/tid=24729] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24729/stat : 24729 (java) S 24710 24712 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281350178 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293369190776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24712/tid=24730] ppid=24710 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/24712/task/24730/stat : 24730 (java) S 24710 24712 19004 0 -1 4202560 103 0 0 0 44 39 0 0 20 0 19 0 281350178 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293368138184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24712/tid=24731] ppid=24710 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24712/task/24731/stat : 24731 (java) S 24710 24712 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281350339 9856004096 71191 33554432000 1073741824 1073778376 140733513828464 140293367084712 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 24712 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=289074
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=902862
# CPU time returned by wait4() is 1796.19
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.56
CPU time (s): 1800.05
CPU user time (s): 1799.64
CPU system time (s): 0.41
CPU usage (%): 100.138
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.29
system time used= 0.902862
maximum resident set size= 284904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16746
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38879
involuntary context switches= 3376

runsolver used 5.78212 second user time and 15.6226 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 22:57:32
IDJOB=3710764
IDBENCH=2639
IDSOLVER=2289
FILE ID=node146/3710764-1338152252
RUNJOBID= node146-1338124629-19020
PBS_JOBID= 14624512
Free space on /tmp= 71180 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.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-3710764-1338152252/watcher-3710764-1338152252 -o /tmp/evaluation-result-3710764-1338152252/solver-3710764-1338152252 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710764-1338152252.opb

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=1502048267

node146.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.034
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.06
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.034
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.92
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.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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.91
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.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30163996 kB
Buffers:          323056 kB
Cached:           767352 kB
SwapCached:         2184 kB
Active:          1690452 kB
Inactive:         185896 kB
Active(anon):     785556 kB
Inactive(anon):     2668 kB
Active(file):     904896 kB
Inactive(file):   183228 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:              8432 kB
Writeback:            12 kB
AnonPages:        791952 kB
Mapped:            17456 kB
Shmem:                 0 kB
Slab:             692000 kB
SReclaimable:     133088 kB
SUnreclaim:       558912 kB
KernelStack:        1568 kB
PageTables:         5700 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1093580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    739328 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= 71176 MiB
End job on node146 at 2012-05-27 23:27:32