Trace number 3710684

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.74 1795.95

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_3.opb.PB06.opb
MD5SUM8eed52e8cea562b1b1ee5bae07565266
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark390
Best CPU time to get the best result obtained on this benchmark1792.91
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 478
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 500105
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 500105
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.12	c See www.sat4j.org for details.
0.05/0.12	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.12	c version 2.3.2.v20120418
0.05/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.12	c java.vm.version	19.1-b02
0.05/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.12	c sun.arch.data.model	64
0.05/0.12	c java.version		1.6.0_24
0.05/0.12	c os.name		Linux
0.05/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.12	c os.arch		amd64
0.05/0.12	c Free memory 		501472288
0.05/0.12	c Max memory 		7480803328
0.05/0.12	c Total memory 		504102912
0.05/0.12	c Number of processors 	8
0.05/0.16	c read org.sat4j.minisat.orders.VarOrderHeap
0.05/0.16	c configuring ORDERS
0.05/0.16	c --- Begin Solver configuration ---
0.05/0.16	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.05/0.16	c Learn all clauses as in MiniSAT
0.05/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.05/0.16	c Expensive reason simplification
0.05/0.16	c Armin Biere (Picosat) restarts strategy
0.05/0.16	c Glucose learned constraints deletion strategy
0.05/0.16	c timeout=2147483s
0.05/0.16	c DB Simplification allowed=true
0.05/0.16	c Heuristics kept accross calls (keep the solver "hot")
0.05/0.16	c --- End Solver configuration ---
0.05/0.16	c solving HOME/instance-3710684-1338140231.opb
0.05/0.16	c reading problem ... 
3.44/2.85	c ... done. Wall clock time 2.695s.
3.44/2.85	c declared #vars     10000
3.44/2.85	c #constraints  656900
3.44/2.85	c constraints type 
3.44/2.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
3.44/2.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
3.44/2.85	c 656900 constraints processed.
6.09/5.12	c cleaning 2495 clauses out of 5003 with flag 5003/5003
9.23/8.01	c cleaning 4252 clauses out of 8507 with flag 11002/11002
12.75/11.56	c cleaning 5622 clauses out of 11253 with flag 18000/18000
16.89/15.69	c cleaning 6811 clauses out of 13631 with flag 26000/26000
22.81/21.41	c cleaning 7904 clauses out of 15820 with flag 35000/35000
28.54/27.12	c cleaning 8953 clauses out of 17920 with flag 45004/45004
34.23/32.79	c cleaning 9972 clauses out of 19964 with flag 56001/56001
40.58/39.08	c cleaning 10989 clauses out of 21991 with flag 68000/68000
47.71/46.17	c cleaning 11998 clauses out of 24003 with flag 81001/81001
55.39/53.78	c cleaning 12999 clauses out of 26005 with flag 95001/95001
65.86/64.15	c cleaning 13997 clauses out of 28005 with flag 110000/110000
74.12/72.35	c cleaning 14998 clauses out of 30008 with flag 126000/126000
82.78/80.94	c cleaning 15995 clauses out of 32011 with flag 143001/143001
96.54/94.68	c cleaning 17000 clauses out of 34015 with flag 161000/161000
106.60/104.64	c cleaning 18002 clauses out of 36015 with flag 180000/180000
116.69/114.64	c cleaning 19003 clauses out of 38013 with flag 200000/200000
130.39/128.21	c cleaning 19981 clauses out of 40010 with flag 221000/221000
143.77/141.58	c cleaning 21001 clauses out of 42029 with flag 243000/243000
157.05/154.79	c cleaning 22008 clauses out of 44031 with flag 266003/266003
170.96/168.55	c cleaning 23000 clauses out of 46022 with flag 290002/290002
185.95/183.42	c cleaning 23993 clauses out of 48020 with flag 315000/315000
202.44/199.85	c cleaning 25012 clauses out of 50029 with flag 341002/341002
218.38/215.65	c cleaning 26001 clauses out of 52016 with flag 368001/368001
237.54/234.75	c cleaning 26999 clauses out of 54014 with flag 396000/396000
254.54/251.65	c cleaning 28001 clauses out of 56016 with flag 425001/425001
273.74/270.77	c cleaning 29003 clauses out of 58016 with flag 455002/455002
293.99/290.99	c cleaning 29997 clauses out of 60011 with flag 486000/486000
316.73/313.56	c cleaning 30983 clauses out of 62014 with flag 518000/518000
341.52/338.21	c cleaning 32006 clauses out of 64032 with flag 551001/551001
372.20/368.85	c cleaning 33005 clauses out of 66025 with flag 585000/585000
393.54/390.01	c cleaning 34003 clauses out of 68020 with flag 620000/620000
416.96/413.38	c cleaning 34999 clauses out of 70017 with flag 656000/656000
442.95/439.29	c cleaning 36000 clauses out of 72020 with flag 693002/693002
471.97/468.17	c cleaning 37001 clauses out of 74019 with flag 731001/731001
501.19/497.24	c cleaning 37999 clauses out of 76017 with flag 770000/770000
531.58/527.64	c cleaning 38991 clauses out of 78018 with flag 810000/810000
566.77/562.82	c cleaning 40010 clauses out of 80027 with flag 851000/851000
595.53/591.40	c cleaning 41001 clauses out of 82018 with flag 893001/893001
623.83/619.78	c cleaning 41999 clauses out of 84018 with flag 936002/936002
652.42/648.33	c cleaning 42997 clauses out of 86017 with flag 980000/980000
689.23/685.12	c cleaning 44000 clauses out of 88020 with flag 1025000/1025000
727.31/723.25	c cleaning 45001 clauses out of 90021 with flag 1071001/1071001
760.21/756.19	c cleaning 46002 clauses out of 92019 with flag 1118000/1118000
799.61/795.57	c cleaning 47002 clauses out of 94018 with flag 1166001/1166001
833.62/829.53	c cleaning 47999 clauses out of 96015 with flag 1215000/1215000
870.21/866.10	c cleaning 49003 clauses out of 98016 with flag 1265000/1265000
910.81/906.74	c cleaning 49975 clauses out of 100013 with flag 1316000/1316000
938.52/934.41	c cleaning 51010 clauses out of 102039 with flag 1368001/1368001
975.21/971.16	c cleaning 52007 clauses out of 104028 with flag 1421000/1421000
1011.01/1006.95	c cleaning 53004 clauses out of 106021 with flag 1475000/1475000
1049.72/1045.67	c cleaning 53991 clauses out of 108019 with flag 1530002/1530002
1093.32/1089.25	c cleaning 54992 clauses out of 110027 with flag 1586001/1586001
1137.62/1133.54	c cleaning 56005 clauses out of 112035 with flag 1643001/1643001
1177.51/1173.44	c cleaning 57000 clauses out of 114029 with flag 1701000/1701000
1217.20/1213.11	c cleaning 57996 clauses out of 116029 with flag 1760000/1760000
1261.32/1257.27	c cleaning 59013 clauses out of 118035 with flag 1820002/1820002
1307.40/1303.33	c cleaning 59995 clauses out of 120020 with flag 1881000/1881000
1353.90/1349.82	c cleaning 60996 clauses out of 122025 with flag 1943000/1943000
1398.11/1394.00	c cleaning 62009 clauses out of 124029 with flag 2006000/2006000
1442.92/1438.89	c cleaning 62993 clauses out of 126020 with flag 2070000/2070000
1494.22/1490.12	c cleaning 64011 clauses out of 128029 with flag 2135002/2135002
1545.42/1541.32	c cleaning 64997 clauses out of 130016 with flag 2201000/2201000
1601.72/1597.69	c cleaning 66005 clauses out of 132020 with flag 2268001/2268001
1659.52/1655.48	c cleaning 66997 clauses out of 134016 with flag 2336002/2336002
1752.32/1748.24	c cleaning 67996 clauses out of 136021 with flag 2405004/2405004
1800.02/1795.91	c starts		: 230
1800.02/1795.91	c conflicts		: 2453449
1800.02/1795.91	c decisions		: 3085912
1800.02/1795.91	c propagations		: 418570806
1800.02/1795.91	c inspects		: 8480509332
1800.02/1795.91	c shortcuts		: 0
1800.02/1795.91	c learnt literals	: 0
1800.02/1795.91	c learnt binary clauses	: 0
1800.02/1795.91	c learnt ternary clauses	: 0
1800.02/1795.91	c learnt constraints	: 2453448
1800.02/1795.91	c ignored constraints	: 0
1800.02/1795.91	c root simplifications	: 230
1800.02/1795.91	c removed literals (reason simplification)	: 123315542
1800.02/1795.91	c reason swapping (by a shorter reason)	: 0
1800.02/1795.91	c Calls to reduceDB	: 65
1800.02/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.91	c number of learned constraints concerned by reduction	: 0
1800.02/1795.91	c number of learning phase by resolution	: 0
1800.02/1795.91	c number of learning phase by cutting planes	: 0
1800.02/1795.91	c speed (assignments/second)	: 233442.10917888567
1800.02/1795.91	c non guided choices	3725
1800.02/1795.94	c learnt constraints type 
1800.02/1795.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116498
1800.02/1795.94	c constraints type 
1800.02/1795.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1800.02/1795.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
1800.02/1795.94	c 656900 constraints processed.
1800.02/1795.94	s UNKNOWN
1800.02/1795.94	c Total wall clock time (in seconds): 1795.778

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-3710684-1338140231/watcher-3710684-1338140231 -o /tmp/evaluation-result-3710684-1338140231/solver-3710684-1338140231 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710684-1338140231.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.00 1.00 1.23 3/173 20478
/proc/meminfo: memFree=31079708/32873844 swapFree=7900/7900
[pid=20478] ppid=20475 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/20478/stat : 20478 (java) R 20475 20478 18146 0 -1 4202496 80 0 1 0 0 0 0 0 20 0 1 0 280147717 278528 34 33554432000 1073741824 1073778376 140733249487616 140733249484792 225435544871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20478/statm: 68 34 25 9 0 25 0

[startup+0.042704 s]
/proc/loadavg: 1.00 1.00 1.23 3/173 20478
/proc/meminfo: memFree=31079708/32873844 swapFree=7900/7900
[pid=20478] ppid=20475 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18146 0 -1 4202496 1265 0 7 0 0 0 0 0 20 0 2 0 280147717 98570240 973 33554432000 1073741824 1073778376 140734031847424 140734031838560 225448067133 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/20478/statm: 24065 973 740 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100254 s]
/proc/loadavg: 1.00 1.00 1.23 3/173 20478
/proc/meminfo: memFree=31079708/32873844 swapFree=7900/7900
[pid=20478] ppid=20475 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18146 0 -1 4202496 3186 0 10 0 4 1 0 0 20 0 18 0 280147717 9787842560 4403 33554432000 1073741824 1073778376 140734031847424 140734031838560 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/20478/statm: 2389610 4403 1764 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.300211 s]
/proc/loadavg: 1.00 1.00 1.23 3/173 20478
/proc/meminfo: memFree=31079708/32873844 swapFree=7900/7900
[pid=20478] ppid=20475 vsize=9558440 CPUtime=0.42 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18146 0 -1 4202496 5283 0 10 0 40 2 0 0 20 0 18 0 280147717 9787842560 8033 33554432000 1073741824 1073778376 140734031847424 140734031838560 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/20478/statm: 2389610 8033 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558440

[startup+0.700217 s]
/proc/loadavg: 1.00 1.00 1.23 3/173 20478
/proc/meminfo: memFree=31079708/32873844 swapFree=7900/7900
[pid=20478] ppid=20475 vsize=9558440 CPUtime=1.05 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18146 0 -1 4202496 7439 0 10 0 99 6 0 0 20 0 18 0 280147717 9787842560 40776 33554432000 1073741824 1073778376 140734031847424 140734031838560 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/20478/statm: 2389610 40776 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9558440

[startup+1.50066 s]
/proc/loadavg: 1.00 1.00 1.23 3/211 20516
/proc/meminfo: memFree=30743664/32873844 swapFree=7900/7900
[pid=20478] ppid=20475 vsize=9558440 CPUtime=1.91 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18146 0 -1 4202496 7516 0 10 0 182 9 0 0 20 0 18 0 280147717 9787842560 71498 33554432000 1073741824 1073778376 140734031847424 140734031838560 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/20478/statm: 2389610 72010 2253 9 0 2380296 0
[pid=20478/tid=20483] ppid=20475 vsize=9558440 CPUtime=1.4 cores=0,2,4,6
/proc/20478/task/20483/stat : 20483 (java) R 20475 20478 18146 0 -1 4202560 2621 0 5 0 135 5 0 0 20 0 18 0 280147721 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504978980736 140504839250447 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20486] ppid=20475 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20486/stat : 20486 (java) S 20475 20478 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280147723 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504822085928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20487] ppid=20475 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20487/stat : 20487 (java) S 20475 20478 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280147723 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504821033128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20489] ppid=20475 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20489/stat : 20489 (java) S 20475 20478 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 280147723 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504819980840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20490] ppid=20475 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/20478/task/20490/stat : 20490 (java) S 20475 20478 18146 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 280147723 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504818928040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20491] ppid=20475 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20491/stat : 20491 (java) S 20475 20478 18146 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 280147723 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504817875752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20493] ppid=20475 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20493/stat : 20493 (java) S 20475 20478 18146 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 280147723 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504816822952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20494] ppid=20475 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20494/stat : 20494 (java) S 20475 20478 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 280147723 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504815770664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20496] ppid=20475 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20496/stat : 20496 (java) S 20475 20478 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 280147723 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504814717864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20502] ppid=20475 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20502/stat : 20502 (java) S 20475 20478 18146 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 280147724 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504802519272 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20504] ppid=20475 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20504/stat : 20504 (java) S 20475 20478 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 280147725 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504801465336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20506] ppid=20475 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20506/stat : 20506 (java) S 20475 20478 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280147725 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504800412936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20508] ppid=20475 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20508/stat : 20508 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280147727 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504799361424 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20509] ppid=20475 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/20478/task/20509/stat : 20509 (java) S 20475 20478 18146 0 -1 4202560 1418 0 0 0 18 0 0 0 20 0 18 0 280147727 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504798309048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20511] ppid=20475 vsize=9558440 CPUtime=0.16 cores=0,2,4,6
/proc/20478/task/20511/stat : 20511 (java) S 20475 20478 18146 0 -1 4202560 2181 0 0 0 16 0 0 0 20 0 18 0 280147727 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504797256248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20513] ppid=20475 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20513/stat : 20513 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280147727 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504796204152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20515] ppid=20475 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20515/stat : 20515 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280147727 9787842560 72010 33554432000 1073741824 1073778376 140734031847424 140504795151560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9558440

[startup+3.10067 s]
/proc/loadavg: 1.00 1.00 1.23 13/211 20516
/proc/meminfo: memFree=30440376/32873844 swapFree=7900/7900
[pid=20478] ppid=20475 vsize=9625004 CPUtime=4.02 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18146 0 -1 4202496 8716 0 10 0 387 15 0 0 20 0 19 0 280147717 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140734031838560 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/20478/statm: 2406251 98147 2271 9 0 2396937 0
[pid=20478/tid=20483] ppid=20475 vsize=9625004 CPUtime=2.92 cores=0,2,4,6
/proc/20478/task/20483/stat : 20483 (java) R 20475 20478 18146 0 -1 4202560 2661 0 5 0 286 6 0 0 20 0 19 0 280147721 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504978981176 140504839348486 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20486] ppid=20475 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/20478/task/20486/stat : 20486 (java) S 20475 20478 18146 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 280147723 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504822085928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20487] ppid=20475 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/20478/task/20487/stat : 20487 (java) S 20475 20478 18146 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 19 0 280147723 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504821033128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20489] ppid=20475 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/20478/task/20489/stat : 20489 (java) S 20475 20478 18146 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 280147723 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504819980840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20490] ppid=20475 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/20478/task/20490/stat : 20490 (java) S 20475 20478 18146 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 280147723 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504818928040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20491] ppid=20475 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/20478/task/20491/stat : 20491 (java) S 20475 20478 18146 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 280147723 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504817875752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20493] ppid=20475 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/20478/task/20493/stat : 20493 (java) S 20475 20478 18146 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 280147723 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504816822952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20494] ppid=20475 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/20478/task/20494/stat : 20494 (java) S 20475 20478 18146 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 19 0 280147723 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504815770664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20496] ppid=20475 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/20478/task/20496/stat : 20496 (java) S 20475 20478 18146 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 280147723 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504814717864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20502] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20502/stat : 20502 (java) S 20475 20478 18146 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 280147724 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504802519272 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20504] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20504/stat : 20504 (java) S 20475 20478 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504801465336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20506] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20506/stat : 20506 (java) S 20475 20478 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504800412936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20508] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20508/stat : 20508 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504799361424 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20509] ppid=20475 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/20478/task/20509/stat : 20509 (java) S 20475 20478 18146 0 -1 4202560 2081 0 0 0 33 0 0 0 20 0 19 0 280147727 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504798309048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20511] ppid=20475 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/20478/task/20511/stat : 20511 (java) S 20475 20478 18146 0 -1 4202560 2404 0 0 0 29 0 0 0 20 0 19 0 280147727 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504797256248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20513] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20513/stat : 20513 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504796204152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20515] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20515/stat : 20515 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 98147 33554432000 1073741824 1073778376 140734031847424 140504795151560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 1.32 1.07 1.25 3/213 20518
/proc/meminfo: memFree=30171332/32873844 swapFree=7900/7900
[pid=20478] ppid=20475 vsize=9625004 CPUtime=7.49 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18146 0 -1 4202496 8949 0 10 0 729 20 0 0 20 0 19 0 280147717 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140734031838560 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/20478/statm: 2406251 117186 2289 9 0 2396937 0
[pid=20478/tid=20483] ppid=20475 vsize=9625004 CPUtime=5.89 cores=0,2,4,6
/proc/20478/task/20483/stat : 20483 (java) R 20475 20478 18146 0 -1 4202560 2673 0 5 0 582 7 0 0 20 0 19 0 280147721 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504978989240 140504839402778 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20486] ppid=20475 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/20478/task/20486/stat : 20486 (java) S 20475 20478 18146 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 19 0 280147723 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504822085928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20487] ppid=20475 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/20478/task/20487/stat : 20487 (java) S 20475 20478 18146 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 19 0 280147723 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504821033128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20489] ppid=20475 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/20478/task/20489/stat : 20489 (java) S 20475 20478 18146 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 19 0 280147723 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504819980840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20490] ppid=20475 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/20478/task/20490/stat : 20490 (java) S 20475 20478 18146 0 -1 4202560 48 0 0 0 3 1 0 0 20 0 19 0 280147723 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504818928040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20491] ppid=20475 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/20478/task/20491/stat : 20491 (java) S 20475 20478 18146 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 19 0 280147723 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504817875752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20493] ppid=20475 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/20478/task/20493/stat : 20493 (java) S 20475 20478 18146 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 280147723 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504816822952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20494] ppid=20475 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/20478/task/20494/stat : 20494 (java) S 20475 20478 18146 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 19 0 280147723 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504815770664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20496] ppid=20475 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/20478/task/20496/stat : 20496 (java) S 20475 20478 18146 0 -1 4202560 42 0 0 0 7 1 0 0 20 0 19 0 280147723 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504814717864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20502] ppid=20475 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/20478/task/20502/stat : 20502 (java) S 20475 20478 18146 0 -1 4202560 225 0 0 0 16 0 0 0 20 0 19 0 280147724 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504802519272 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20504] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20504/stat : 20504 (java) S 20475 20478 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504801465336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20506] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20506/stat : 20506 (java) S 20475 20478 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504800412936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20508] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20508/stat : 20508 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504799361424 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20509] ppid=20475 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/20478/task/20509/stat : 20509 (java) S 20475 20478 18146 0 -1 4202560 2135 0 0 0 42 0 0 0 20 0 19 0 280147727 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504798309048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20511] ppid=20475 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/20478/task/20511/stat : 20511 (java) S 20475 20478 18146 0 -1 4202560 2405 0 0 0 31 0 0 0 20 0 19 0 280147727 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504797256248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20513] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20513/stat : 20513 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504796204152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20515] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20515/stat : 20515 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504795151560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20518] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20518/stat : 20518 (java) S 20475 20478 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280148005 9856004096 117186 33554432000 1073741824 1073778376 140734031847424 140504794096552 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 1.45 1.10 1.26 3/213 20518
/proc/meminfo: memFree=30132196/32873844 swapFree=7900/7900
[pid=20478] ppid=20475 vsize=9625004 CPUtime=13.99 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18146 0 -1 4202496 8973 0 10 0 1378 21 0 0 20 0 19 0 280147717 9856004096 119745 33554432000 1073741824 1073778376 140734031847424 140734031838560 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0

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

[pid=20478/tid=20493] ppid=20475 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/20478/task/20493/stat : 20493 (java) S 20475 20478 18146 0 -1 4202560 123 0 0 0 49 6 0 0 20 0 19 0 280147723 9856004096 195753 33554432000 1073741824 1073778376 140734031847424 140504816822952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20494] ppid=20475 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/20478/task/20494/stat : 20494 (java) S 20475 20478 18146 0 -1 4202560 124 0 0 0 52 5 0 0 20 0 19 0 280147723 9856004096 195753 33554432000 1073741824 1073778376 140734031847424 140504815770664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20496] ppid=20475 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/20478/task/20496/stat : 20496 (java) S 20475 20478 18146 0 -1 4202560 121 0 0 0 43 5 0 0 20 0 19 0 280147723 9856004096 195753 33554432000 1073741824 1073778376 140734031847424 140504814717864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20502] ppid=20475 vsize=9625004 CPUtime=12.53 cores=0,2,4,6
/proc/20478/task/20502/stat : 20502 (java) S 20475 20478 18146 0 -1 4202560 331 0 0 0 1251 2 0 0 20 0 19 0 280147724 9856004096 195753 33554432000 1073741824 1073778376 140734031847424 140504802519272 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20504] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20504/stat : 20504 (java) S 20475 20478 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 195753 33554432000 1073741824 1073778376 140734031847424 140504801465336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20506] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20506/stat : 20506 (java) S 20475 20478 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 195753 33554432000 1073741824 1073778376 140734031847424 140504800412936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20508] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20508/stat : 20508 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 195753 33554432000 1073741824 1073778376 140734031847424 140504799361424 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20509] ppid=20475 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/20478/task/20509/stat : 20509 (java) S 20475 20478 18146 0 -1 4202560 2135 0 0 0 44 0 0 0 20 0 19 0 280147727 9856004096 195753 33554432000 1073741824 1073778376 140734031847424 140504798309048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20511] ppid=20475 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/20478/task/20511/stat : 20511 (java) S 20475 20478 18146 0 -1 4202560 3195 0 0 0 39 0 0 0 20 0 19 0 280147727 9856004096 195753 33554432000 1073741824 1073778376 140734031847424 140504797256248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20513] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20513/stat : 20513 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 195753 33554432000 1073741824 1073778376 140734031847424 140504796204152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20515] ppid=20475 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/20478/task/20515/stat : 20515 (java) S 20475 20478 18146 0 -1 4202560 99 0 0 0 26 32 0 0 20 0 19 0 280147727 9856004096 195753 33554432000 1073741824 1073778376 140734031847424 140504795151560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20518] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20518/stat : 20518 (java) S 20475 20478 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280148005 9856004096 195753 33554432000 1073741824 1073778376 140734031847424 140504794096552 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.42
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.86 3/213 20555
/proc/meminfo: memFree=29430344/32873844 swapFree=7900/7900
[pid=20478] ppid=20475 vsize=9625004 CPUtime=1786.41 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18146 0 -1 4202496 10784 0 10 0 178564 77 0 0 20 0 19 0 280147717 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140734031838560 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/20478/statm: 2406251 216745 2290 9 0 2396937 0
[pid=20478/tid=20483] ppid=20475 vsize=9625004 CPUtime=1768.01 cores=0,2,4,6
/proc/20478/task/20483/stat : 20483 (java) R 20475 20478 18146 0 -1 4202560 2798 0 5 0 176762 39 0 0 20 0 19 0 280147721 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504978989360 140504839405573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20486] ppid=20475 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/20478/task/20486/stat : 20486 (java) S 20475 20478 18146 0 -1 4202560 131 0 0 0 55 5 0 0 20 0 19 0 280147723 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504822085928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20487] ppid=20475 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/20478/task/20487/stat : 20487 (java) S 20475 20478 18146 0 -1 4202560 116 0 0 0 52 6 0 0 20 0 19 0 280147723 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504821033128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20489] ppid=20475 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/20478/task/20489/stat : 20489 (java) S 20475 20478 18146 0 -1 4202560 122 0 0 0 53 6 0 0 20 0 19 0 280147723 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504819980840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20490] ppid=20475 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/20478/task/20490/stat : 20490 (java) S 20475 20478 18146 0 -1 4202560 143 0 0 0 55 6 0 0 20 0 19 0 280147723 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504818928040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20491] ppid=20475 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/20478/task/20491/stat : 20491 (java) S 20475 20478 18146 0 -1 4202560 165 0 0 0 50 8 0 0 20 0 19 0 280147723 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504817875752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20493] ppid=20475 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/20478/task/20493/stat : 20493 (java) S 20475 20478 18146 0 -1 4202560 123 0 0 0 49 6 0 0 20 0 19 0 280147723 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504816822952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20494] ppid=20475 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/20478/task/20494/stat : 20494 (java) S 20475 20478 18146 0 -1 4202560 124 0 0 0 52 5 0 0 20 0 19 0 280147723 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504815770664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20496] ppid=20475 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/20478/task/20496/stat : 20496 (java) S 20475 20478 18146 0 -1 4202560 121 0 0 0 43 5 0 0 20 0 19 0 280147723 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504814717864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20502] ppid=20475 vsize=9625004 CPUtime=12.75 cores=0,2,4,6
/proc/20478/task/20502/stat : 20502 (java) S 20475 20478 18146 0 -1 4202560 333 0 0 0 1273 2 0 0 20 0 19 0 280147724 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504802519272 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20504] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20504/stat : 20504 (java) S 20475 20478 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504801465336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20506] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20506/stat : 20506 (java) S 20475 20478 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504800412936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20508] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20508/stat : 20508 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504799361424 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20509] ppid=20475 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/20478/task/20509/stat : 20509 (java) S 20475 20478 18146 0 -1 4202560 2135 0 0 0 44 0 0 0 20 0 19 0 280147727 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504798309048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20511] ppid=20475 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/20478/task/20511/stat : 20511 (java) S 20475 20478 18146 0 -1 4202560 3195 0 0 0 39 0 0 0 20 0 19 0 280147727 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504797256248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20513] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20513/stat : 20513 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504796204152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20515] ppid=20475 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/20478/task/20515/stat : 20515 (java) S 20475 20478 18146 0 -1 4202560 103 0 0 0 27 34 0 0 20 0 19 0 280147727 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504795151560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20518] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20518/stat : 20518 (java) S 20475 20478 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280148005 9856004096 216745 33554432000 1073741824 1073778376 140734031847424 140504794096552 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.41
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.86 2/193 20558
/proc/meminfo: memFree=30206596/32873844 swapFree=7900/7900
[pid=20478] ppid=20475 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18146 0 -1 4202496 10784 0 10 0 179925 77 0 0 20 0 19 0 280147717 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140734031838560 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/20478/statm: 2406251 218209 2290 9 0 2396937 0
[pid=20478/tid=20483] ppid=20475 vsize=9625004 CPUtime=1781.62 cores=0,2,4,6
/proc/20478/task/20483/stat : 20483 (java) R 20475 20478 18146 0 -1 4202560 2798 0 5 0 178122 40 0 0 20 0 19 0 280147721 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504978989360 140504839352190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20486] ppid=20475 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/20478/task/20486/stat : 20486 (java) S 20475 20478 18146 0 -1 4202560 131 0 0 0 55 5 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504822085928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20487] ppid=20475 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/20478/task/20487/stat : 20487 (java) S 20475 20478 18146 0 -1 4202560 116 0 0 0 52 6 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504821033128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20489] ppid=20475 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/20478/task/20489/stat : 20489 (java) S 20475 20478 18146 0 -1 4202560 122 0 0 0 53 6 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504819980840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20490] ppid=20475 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/20478/task/20490/stat : 20490 (java) S 20475 20478 18146 0 -1 4202560 143 0 0 0 55 6 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504818928040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20491] ppid=20475 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/20478/task/20491/stat : 20491 (java) S 20475 20478 18146 0 -1 4202560 165 0 0 0 50 8 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504817875752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20493] ppid=20475 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/20478/task/20493/stat : 20493 (java) S 20475 20478 18146 0 -1 4202560 123 0 0 0 49 6 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504816822952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20494] ppid=20475 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/20478/task/20494/stat : 20494 (java) S 20475 20478 18146 0 -1 4202560 124 0 0 0 52 5 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504815770664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20496] ppid=20475 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/20478/task/20496/stat : 20496 (java) S 20475 20478 18146 0 -1 4202560 121 0 0 0 43 5 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504814717864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20502] ppid=20475 vsize=9625004 CPUtime=12.75 cores=0,2,4,6
/proc/20478/task/20502/stat : 20502 (java) S 20475 20478 18146 0 -1 4202560 333 0 0 0 1273 2 0 0 20 0 19 0 280147724 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504802519272 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20504] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20504/stat : 20504 (java) S 20475 20478 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504801465336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20506] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20506/stat : 20506 (java) S 20475 20478 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504800412936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20508] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20508/stat : 20508 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504799361424 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20509] ppid=20475 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/20478/task/20509/stat : 20509 (java) S 20475 20478 18146 0 -1 4202560 2135 0 0 0 44 0 0 0 20 0 19 0 280147727 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504798309048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20511] ppid=20475 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/20478/task/20511/stat : 20511 (java) S 20475 20478 18146 0 -1 4202560 3195 0 0 0 39 0 0 0 20 0 19 0 280147727 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504797256248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20513] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20513/stat : 20513 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504796204152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20515] ppid=20475 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/20478/task/20515/stat : 20515 (java) S 20475 20478 18146 0 -1 4202560 103 0 0 0 28 34 0 0 20 0 19 0 280147727 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504795151560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20518] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20518/stat : 20518 (java) S 20475 20478 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280148005 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504794096552 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.86 2/193 20558
/proc/meminfo: memFree=30206596/32873844 swapFree=7900/7900
[pid=20478] ppid=20475 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18146 0 -1 4202496 10784 0 10 0 179925 77 0 0 20 0 19 0 280147717 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140734031838560 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/20478/statm: 2406251 218209 2290 9 0 2396937 0
[pid=20478/tid=20483] ppid=20475 vsize=9625004 CPUtime=1781.62 cores=0,2,4,6
/proc/20478/task/20483/stat : 20483 (java) R 20475 20478 18146 0 -1 4202560 2798 0 5 0 178122 40 0 0 20 0 19 0 280147721 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504978989360 140504839352190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20486] ppid=20475 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/20478/task/20486/stat : 20486 (java) S 20475 20478 18146 0 -1 4202560 131 0 0 0 55 5 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504822085928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20487] ppid=20475 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/20478/task/20487/stat : 20487 (java) S 20475 20478 18146 0 -1 4202560 116 0 0 0 52 6 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504821033128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20489] ppid=20475 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/20478/task/20489/stat : 20489 (java) S 20475 20478 18146 0 -1 4202560 122 0 0 0 53 6 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504819980840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20490] ppid=20475 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/20478/task/20490/stat : 20490 (java) S 20475 20478 18146 0 -1 4202560 143 0 0 0 55 6 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504818928040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20491] ppid=20475 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/20478/task/20491/stat : 20491 (java) S 20475 20478 18146 0 -1 4202560 165 0 0 0 50 8 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504817875752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20493] ppid=20475 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/20478/task/20493/stat : 20493 (java) S 20475 20478 18146 0 -1 4202560 123 0 0 0 49 6 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504816822952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20494] ppid=20475 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/20478/task/20494/stat : 20494 (java) S 20475 20478 18146 0 -1 4202560 124 0 0 0 52 5 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504815770664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20496] ppid=20475 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/20478/task/20496/stat : 20496 (java) S 20475 20478 18146 0 -1 4202560 121 0 0 0 43 5 0 0 20 0 19 0 280147723 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504814717864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20502] ppid=20475 vsize=9625004 CPUtime=12.75 cores=0,2,4,6
/proc/20478/task/20502/stat : 20502 (java) S 20475 20478 18146 0 -1 4202560 333 0 0 0 1273 2 0 0 20 0 19 0 280147724 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504802519272 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20504] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20504/stat : 20504 (java) S 20475 20478 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504801465336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20506] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20506/stat : 20506 (java) S 20475 20478 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504800412936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20508] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20508/stat : 20508 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504799361424 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20509] ppid=20475 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/20478/task/20509/stat : 20509 (java) S 20475 20478 18146 0 -1 4202560 2135 0 0 0 44 0 0 0 20 0 19 0 280147727 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504798309048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20511] ppid=20475 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/20478/task/20511/stat : 20511 (java) S 20475 20478 18146 0 -1 4202560 3195 0 0 0 39 0 0 0 20 0 19 0 280147727 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504797256248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20513] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20513/stat : 20513 (java) S 20475 20478 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504796204152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20515] ppid=20475 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/20478/task/20515/stat : 20515 (java) S 20475 20478 18146 0 -1 4202560 103 0 0 0 28 34 0 0 20 0 19 0 280147727 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504795151560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20518] ppid=20475 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20518/stat : 20518 (java) S 20475 20478 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280148005 9856004096 218209 33554432000 1073741824 1073778376 140734031847424 140504794096552 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1795.95
CPU time (s): 1800.74
CPU user time (s): 1799.37
CPU system time (s): 1.37379
CPU usage (%): 100.267
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 1.37379
maximum resident set size= 873516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10958
page faults= 10
swaps= 0
block input operations= 3168
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39157
involuntary context switches= 21020

runsolver used 5.9301 second user time and 15.3737 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 19:37:12
IDJOB=3710684
IDBENCH=1967
IDSOLVER=2289
FILE ID=node137/3710684-1338140231
RUNJOBID= node137-1338140231-20453
PBS_JOBID= 14624475
Free space on /tmp= 71460 MiB

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

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

MD5SUM BENCH= 8eed52e8cea562b1b1ee5bae07565266
RANDOM SEED=2142162143

node137.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.600
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.20
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.600
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.600
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.92
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.600
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.600
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.600
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.90
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.600
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		: 2666.600
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31079840 kB
Buffers:          320664 kB
Cached:           604656 kB
SwapCached:        20904 kB
Active:           834320 kB
Inactive:         113452 kB
Active(anon):       1600 kB
Inactive(anon):    23688 kB
Active(file):     832720 kB
Inactive(file):    89764 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:             35280 kB
Writeback:            44 kB
AnonPages:         15540 kB
Mapped:             8924 kB
Shmem:                 0 kB
Slab:             704952 kB
SReclaimable:     146308 kB
SUnreclaim:       558644 kB
KernelStack:        1432 kB
PageTables:         3844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71476 MiB
End job on node137 at 2012-05-27 20:07:10