Trace number 3687172

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.18 922.873

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark799.922
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.14	c See www.sat4j.org for details.
0.02/0.15	c version 2.3.2.v20120418
0.02/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.15	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.15	c java.vm.version	19.1-b02
0.02/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.15	c sun.arch.data.model	64
0.02/0.15	c java.version		1.6.0_24
0.02/0.15	c os.name		Linux
0.02/0.15	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.15	c os.arch		amd64
0.02/0.15	c Free memory 		501472288
0.02/0.15	c Max memory 		7480803328
0.02/0.15	c Total memory 		504102912
0.02/0.15	c Number of processors 	8
0.02/0.18	c Pseudo Boolean Optimization by upper bound
0.02/0.18	c ManyCore solver with 2 solvers running in parallel
0.02/0.18	c --- Begin Solver configuration ---
0.02/0.18	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.02/0.18	c Learn all clauses as in MiniSAT
0.02/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.18	c Expensive reason simplification
0.02/0.18	c Armin Biere (Picosat) restarts strategy
0.02/0.18	c Glucose learned constraints deletion strategy
0.02/0.18	c timeout=2147483s
0.02/0.18	c DB Simplification allowed=false
0.02/0.18	c c --- End Solver configuration ---
0.02/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.02/0.18	c --- Begin Solver configuration ---
0.02/0.18	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.02/0.18	c Learn all clauses as in MiniSAT
0.02/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.02/0.18	c No reason simplification
0.02/0.18	c Armin Biere (Picosat) restarts strategy
0.02/0.18	c Glucose learned constraints deletion strategy
0.02/0.18	c timeout=2147483s
0.02/0.18	c DB Simplification allowed=false
0.02/0.18	c c --- End Solver configuration ---
0.02/0.18	c solving HOME/instance-3687172-1337871881.opb
0.02/0.18	c reading problem ... 
0.77/0.59	c ... done. Wall clock time 0.418s.
0.77/0.59	c declared #vars     14400
0.77/0.59	c #constraints  1088
0.77/0.59	c constraints type 
0.77/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
0.77/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 608
0.77/0.59	c 1088 constraints processed.
0.77/0.59	c constraints type 
0.77/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
0.77/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
0.77/0.59	c 1088 constraints processed.
5.29/2.13	c cleaning 2484 clauses out of 5001 with flag 5001/5001
7.78/3.38	c cleaning 4246 clauses out of 8517 with flag 11001/11001
11.16/5.07	c cleaning 5623 clauses out of 11272 with flag 18002/18002
15.14/7.01	c cleaning 6784 clauses out of 13647 with flag 26000/26000
20.17/9.50	c cleaning 7911 clauses out of 15863 with flag 35000/35000
25.34/12.17	c cleaning 8906 clauses out of 17952 with flag 45000/45000
31.13/15.08	c cleaning 9971 clauses out of 20050 with flag 56004/56004
38.38/18.66	c cleaning 10960 clauses out of 22075 with flag 68000/68000
45.65/22.38	c cleaning 12004 clauses out of 24117 with flag 81002/81002
54.74/26.95	c cleaning 12962 clauses out of 26111 with flag 95000/95000
66.81/33.01	c cleaning 13951 clauses out of 28150 with flag 110001/110001
77.29/38.32	c cleaning 15040 clauses out of 30199 with flag 126001/126001
90.46/45.10	c cleaning 16033 clauses out of 32158 with flag 143000/143000
105.61/52.74	c cleaning 16948 clauses out of 34125 with flag 161000/161000
122.86/61.50	c cleaning 18054 clauses out of 36177 with flag 180000/180000
135.13/67.74	c cleaning 19011 clauses out of 38123 with flag 200000/200000
157.69/79.38	c cleaning 19795 clauses out of 40112 with flag 221000/221000
176.76/89.03	c cleaning 21054 clauses out of 42317 with flag 243000/243000
205.31/103.50	c cleaning 22039 clauses out of 44263 with flag 266000/266000
226.87/114.58	c cleaning 23013 clauses out of 46225 with flag 290001/290001
258.06/130.79	c cleaning 23971 clauses out of 48211 with flag 315000/315000
275.77/140.16	c cleaning 25052 clauses out of 50241 with flag 341001/341001
301.57/153.49	c cleaning 25961 clauses out of 52190 with flag 368002/368002
324.82/165.61	c cleaning 27078 clauses out of 54227 with flag 396000/396000
343.07/175.51	c cleaning 27979 clauses out of 56149 with flag 425000/425000
366.79/187.80	c cleaning 28961 clauses out of 58172 with flag 455002/455002
400.88/205.42	c cleaning 29887 clauses out of 60213 with flag 486004/486004
436.58/223.91	c cleaning 31026 clauses out of 62325 with flag 518003/518003
476.20/244.63	c cleaning 32026 clauses out of 64297 with flag 551001/551001
559.71/287.87	c cleaning 32974 clauses out of 66270 with flag 585000/585000
589.55/303.23	c cleaning 34016 clauses out of 68296 with flag 620000/620000
623.96/321.48	c cleaning 35011 clauses out of 70280 with flag 656000/656000
662.49/341.40	c cleaning 36016 clauses out of 72270 with flag 693001/693001
708.90/365.25	c cleaning 36983 clauses out of 74253 with flag 731000/731000
762.81/392.90	c cleaning 37867 clauses out of 76271 with flag 770001/770001
821.83/423.61	c cleaning 39041 clauses out of 78403 with flag 810000/810000
890.43/458.65	c cleaning 39913 clauses out of 80365 with flag 851003/851003
974.23/501.37	c cleaning 41188 clauses out of 82450 with flag 893001/893001
1021.89/527.02	c cleaning 42031 clauses out of 84261 with flag 936000/936000
1068.67/550.90	c cleaning 43024 clauses out of 86230 with flag 980000/980000
1109.80/572.36	c cleaning 44003 clauses out of 88207 with flag 1025001/1025001
1232.19/635.61	c cleaning 44871 clauses out of 90203 with flag 1071000/1071000
1300.66/670.37	c cleaning 45814 clauses out of 92333 with flag 1118001/1118001
1383.51/712.44	c cleaning 46941 clauses out of 94518 with flag 1166000/1166000
1453.97/748.40	c cleaning 48067 clauses out of 96577 with flag 1215000/1215000
1620.73/832.64	c cleaning 49101 clauses out of 98510 with flag 1265000/1265000
1792.30/917.68	c cleaning 49951 clauses out of 100410 with flag 1316001/1316001
1800.18/922.82	c starts		: 190
1800.18/922.82	c conflicts		: 1318889
1800.18/922.82	c decisions		: 5921110
1800.18/922.82	c propagations		: 195811705
1800.18/922.82	c inspects		: 2478965929
1800.18/922.82	c shortcuts		: 0
1800.18/922.82	c learnt literals	: 0
1800.18/922.82	c learnt binary clauses	: 0
1800.18/922.82	c learnt ternary clauses	: 0
1800.18/922.82	c learnt constraints	: 1318888
1800.18/922.82	c ignored constraints	: 0
1800.18/922.82	c root simplifications	: 0
1800.18/922.82	c removed literals (reason simplification)	: 8426260
1800.18/922.82	c reason swapping (by a shorter reason)	: 0
1800.18/922.82	c Calls to reduceDB	: 47
1800.18/922.82	c number of reductions to clauses (during analyze)	: 0
1800.18/922.82	c number of learned constraints concerned by reduction	: 0
1800.18/922.82	c number of learning phase by resolution	: 0
1800.18/922.82	c number of learning phase by cutting planes	: 0
1800.18/922.82	c speed (assignments/second)	: 212330.43954435294
1800.18/922.82	c non guided choices	6755
1800.18/922.85	c learnt constraints type 
1800.18/922.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 53379
1800.18/922.85	c constraints type 
1800.18/922.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
1800.18/922.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 608
1800.18/922.85	c 1088 constraints processed.
1800.18/922.85	c constraints type 
1800.18/922.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
1800.18/922.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
1800.18/922.85	c 1088 constraints processed.
1800.18/922.85	s UNKNOWN
1800.18/922.85	c Total wall clock time (in seconds): 922.674

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-3687172-1337871881/watcher-3687172-1337871881 -o /tmp/evaluation-result-3687172-1337871881/solver-3687172-1337871881 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687172-1337871881.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: 0.31 0.07 0.02 2/171 25568
/proc/meminfo: memFree=29288516/32873648 swapFree=6596/6596
[pid=25568] ppid=25566 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/25568/stat : 25568 (runsolver) D 25566 25568 25418 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 253312624 12095488 50 33554432000 4194304 5436572 140736555212784 140736555209080 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/25568/statm: 2953 50 31 304 0 2645 0

[startup+0.0224049 s]
/proc/loadavg: 0.31 0.07 0.02 2/171 25568
/proc/meminfo: memFree=29288516/32873648 swapFree=6596/6596
[pid=25568] ppid=25566 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25568/stat : 25568 (java) D 25566 25568 25418 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 253312624 9515008 175 33554432000 1073741824 1073778376 140734624226320 140734624209048 212073268112 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/25568/statm: 2323 175 133 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.10021 s]
/proc/loadavg: 0.31 0.07 0.02 2/171 25568
/proc/meminfo: memFree=29288516/32873648 swapFree=6596/6596
[pid=25568] ppid=25566 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/25568/stat : 25568 (java) S 25566 25568 25418 0 -1 4202496 3087 0 1 0 2 0 0 0 20 0 13 0 253312624 9446973440 3274 33554432000 1073741824 1073778376 140737302396048 140737302387184 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25568/statm: 2306390 3275 1704 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.300151 s]
/proc/loadavg: 0.31 0.07 0.02 2/171 25568
/proc/meminfo: memFree=29288516/32873648 swapFree=6596/6596
[pid=25568] ppid=25566 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/25568/stat : 25568 (java) S 25566 25568 25418 0 -1 4202496 6619 0 1 0 34 2 0 0 20 0 18 0 253312624 9787813888 9632 33554432000 1073741824 1073778376 140737302396048 140737302387184 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25568/statm: 2389603 9632 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 9558412

[startup+0.700174 s]
/proc/loadavg: 0.31 0.07 0.02 2/171 25568
/proc/meminfo: memFree=29288516/32873648 swapFree=6596/6596
[pid=25568] ppid=25566 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/25568/stat : 25568 (java) S 25566 25568 25418 0 -1 4202496 8209 0 1 0 121 5 0 0 20 0 22 0 253312624 10060460032 41114 33554432000 1073741824 1073778376 140737302396048 140737302387184 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25568/statm: 2456167 41114 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9824668

[startup+1.50077 s]
/proc/loadavg: 0.52 0.11 0.04 9/219 25625
/proc/meminfo: memFree=28991604/32873648 swapFree=6596/6596
[pid=25568] ppid=25566 vsize=9824668 CPUtime=4.03 cores=0,2,4,6
/proc/25568/stat : 25568 (java) S 25566 25568 25418 0 -1 4202496 23360 0 1 0 394 9 0 0 20 0 22 0 253312624 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140737302387184 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25568/statm: 2456167 52743 2264 9 0 2446860 0
[pid=25568/tid=25572] ppid=25566 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/25568/task/25572/stat : 25572 (java) S 25566 25568 25418 0 -1 4202560 2569 0 1 0 46 3 0 0 20 0 22 0 253312627 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469315892216 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25575] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25575/stat : 25575 (java) S 25566 25568 25418 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469159541800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25576] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25576/stat : 25576 (java) S 25566 25568 25418 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469158489000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25577] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25577/stat : 25577 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469157436200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25578] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25578/stat : 25578 (java) S 25566 25568 25418 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469156383400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25579] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25579/stat : 25579 (java) S 25566 25568 25418 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469155330600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25580] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25580/stat : 25580 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469154277800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25581] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25581/stat : 25581 (java) S 25566 25568 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469153225000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25582] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25582/stat : 25582 (java) S 25566 25568 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469152172200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25583] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25583/stat : 25583 (java) S 25566 25568 25418 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 253312632 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469139975144 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25585] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25585/stat : 25585 (java) S 25566 25568 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253312633 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469138921208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25586] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25586/stat : 25586 (java) S 25566 25568 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312633 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469137868296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25596] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25596/stat : 25596 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312636 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469136816784 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25597] ppid=25566 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/25568/task/25597/stat : 25597 (java) S 25566 25568 25418 0 -1 4202560 11366 0 0 0 83 3 0 0 20 0 22 0 253312636 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469135763896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25598] ppid=25566 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/25568/task/25598/stat : 25598 (java) S 25566 25568 25418 0 -1 4202560 7995 0 0 0 79 2 0 0 20 0 22 0 253312636 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469134711096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25599] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25599/stat : 25599 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312636 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469133658488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25600] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25600/stat : 25600 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312636 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469132605896 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25622] ppid=25566 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/25568/task/25622/stat : 25622 (java) R 25566 25568 25418 0 -1 4202560 32 0 0 0 87 0 0 0 20 0 22 0 253312684 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469131550408 140469256345152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25623] ppid=25566 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/25568/task/25623/stat : 25623 (java) R 25566 25568 25418 0 -1 4202560 71 0 0 0 87 0 0 0 20 0 22 0 253312684 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469130498616 140469256705242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25624] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25624/stat : 25624 (java) S 25566 25568 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312686 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469129446824 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25625] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25625/stat : 25625 (java) S 25566 25568 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312686 10060460032 52743 33554432000 1073741824 1073778376 140737302396048 140469128394024 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 0.52 0.11 0.04 3/193 25650
/proc/meminfo: memFree=29083516/32873648 swapFree=6596/6596
[pid=25568] ppid=25566 vsize=9824668 CPUtime=7.32 cores=0,2,4,6
/proc/25568/stat : 25568 (java) S 25566 25568 25418 0 -1 4202496 23451 0 1 0 720 12 0 0 20 0 22 0 253312624 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140737302387184 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25568/statm: 2456167 62519 2277 9 0 2446860 0
[pid=25568/tid=25572] ppid=25566 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/25568/task/25572/stat : 25572 (java) S 25566 25568 25418 0 -1 4202560 2569 0 1 0 46 3 0 0 20 0 22 0 253312627 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469315892216 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25575] ppid=25566 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25568/task/25575/stat : 25575 (java) S 25566 25568 25418 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 253312631 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469159541800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25576] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25576/stat : 25576 (java) S 25566 25568 25418 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469158489000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25577] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25577/stat : 25577 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469157436200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25578] ppid=25566 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25568/task/25578/stat : 25578 (java) S 25566 25568 25418 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253312631 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469156383400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25579] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25579/stat : 25579 (java) S 25566 25568 25418 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469155330600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25580] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25580/stat : 25580 (java) S 25566 25568 25418 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469154277800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25581] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25581/stat : 25581 (java) S 25566 25568 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469153225000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25582] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25582/stat : 25582 (java) S 25566 25568 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253312631 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469152172200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25583] ppid=25566 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25568/task/25583/stat : 25583 (java) S 25566 25568 25418 0 -1 4202560 100 0 0 0 4 0 0 0 20 0 22 0 253312632 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469139975144 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25585] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25585/stat : 25585 (java) S 25566 25568 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253312633 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469138921208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25586] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25586/stat : 25586 (java) S 25566 25568 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312633 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469137868296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25596] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25596/stat : 25596 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312636 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469136816784 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25597] ppid=25566 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/25568/task/25597/stat : 25597 (java) S 25566 25568 25418 0 -1 4202560 11387 0 0 0 93 3 0 0 20 0 22 0 253312636 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469135763896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25598] ppid=25566 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/25568/task/25598/stat : 25598 (java) S 25566 25568 25418 0 -1 4202560 7999 0 0 0 81 2 0 0 20 0 22 0 253312636 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469134711096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25599] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25599/stat : 25599 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312636 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469133658488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25600] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25600/stat : 25600 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312636 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469132605896 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25622] ppid=25566 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/25568/task/25622/stat : 25622 (java) R 25566 25568 25418 0 -1 4202560 34 0 0 0 239 0 0 0 20 0 22 0 253312684 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469131551832 140469256175468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25623] ppid=25566 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/25568/task/25623/stat : 25623 (java) R 25566 25568 25418 0 -1 4202560 71 0 0 0 239 0 0 0 20 0 22 0 253312684 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469130499352 140469256188960 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25624] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25624/stat : 25624 (java) S 25566 25568 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312686 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469129446824 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25625] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25625/stat : 25625 (java) S 25566 25568 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312686 10060460032 62519 33554432000 1073741824 1073778376 140737302396048 140469128394024 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 0.64 0.14 0.05 3/193 25650
/proc/meminfo: memFree=29017280/32873648 swapFree=6596/6596
[pid=25568] ppid=25566 vsize=9824668 CPUtime=13.74 cores=0,2,4,6
/proc/25568/stat : 25568 (java) S 25566 25568 25418 0 -1 4202496 23842 0 1 0 1360 14 0 0 20 0 22 0 253312624 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140737302387184 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25568/statm: 2456167 69417 2277 9 0 2446860 0
[pid=25568/tid=25572] ppid=25566 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/25568/task/25572/stat : 25572 (java) S 25566 25568 25418 0 -1 4202560 2569 0 1 0 46 3 0 0 20 0 22 0 253312627 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469315892216 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25575] ppid=25566 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25568/task/25575/stat : 25575 (java) S 25566 25568 25418 0 -1 4202560 34 0 0 0 2 1 0 0 20 0 22 0 253312631 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469159541800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25576] ppid=25566 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25568/task/25576/stat : 25576 (java) S 25566 25568 25418 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253312631 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469158489000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25577] ppid=25566 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25568/task/25577/stat : 25577 (java) S 25566 25568 25418 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 22 0 253312631 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469157436200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25578] ppid=25566 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25568/task/25578/stat : 25578 (java) S 25566 25568 25418 0 -1 4202560 114 0 0 0 3 1 0 0 20 0 22 0 253312631 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469156383400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25579] ppid=25566 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25568/task/25579/stat : 25579 (java) S 25566 25568 25418 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253312631 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469155330600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25580] ppid=25566 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25568/task/25580/stat : 25580 (java) S 25566 25568 25418 0 -1 4202560 100 0 0 0 3 0 0 0 20 0 22 0 253312631 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469154277800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25581] ppid=25566 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25568/task/25581/stat : 25581 (java) S 25566 25568 25418 0 -1 4202560 51 0 0 0 1 0 0 0 20 0 22 0 253312631 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469153225000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25582] ppid=25566 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25568/task/25582/stat : 25582 (java) S 25566 25568 25418 0 -1 4202560 86 0 0 0 2 0 0 0 20 0 22 0 253312631 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469152172200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25583] ppid=25566 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/25568/task/25583/stat : 25583 (java) S 25566 25568 25418 0 -1 4202560 106 0 0 0 16 0 0 0 20 0 22 0 253312632 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469139975144 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25585] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25585/stat : 25585 (java) S 25566 25568 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253312633 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469138921208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25586] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25586/stat : 25586 (java) S 25566 25568 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312633 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469137868296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25596] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25596/stat : 25596 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312636 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469136816784 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25597] ppid=25566 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/25568/task/25597/stat : 25597 (java) S 25566 25568 25418 0 -1 4202560 11392 0 0 0 98 3 0 0 20 0 22 0 253312636 10060460032 69417 33554432000 1073741824 1073778376 140737302396048 140469135763896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/25568/statm: 2456167 1014972 2278 9 0 2446860 0
[pid=25568/tid=25572] ppid=25566 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/25568/task/25572/stat : 25572 (java) S 25566 25568 25418 0 -1 4202560 2610 0 1 0 48 5 0 0 20 0 22 0 253312627 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469315892216 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25575] ppid=25566 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/25568/task/25575/stat : 25575 (java) S 25566 25568 25418 0 -1 4202560 947 0 0 0 196 34 0 0 20 0 22 0 253312631 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469159541800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25576] ppid=25566 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/25568/task/25576/stat : 25576 (java) S 25566 25568 25418 0 -1 4202560 725 0 0 0 172 23 0 0 20 0 22 0 253312631 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469158489000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25577] ppid=25566 vsize=9824668 CPUtime=2.08 cores=0,2,4,6
/proc/25568/task/25577/stat : 25577 (java) S 25566 25568 25418 0 -1 4202560 970 0 0 0 184 24 0 0 20 0 22 0 253312631 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469157436200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25578] ppid=25566 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/25568/task/25578/stat : 25578 (java) S 25566 25568 25418 0 -1 4202560 1249 0 0 0 189 29 0 0 20 0 22 0 253312631 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469156383400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25579] ppid=25566 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/25568/task/25579/stat : 25579 (java) S 25566 25568 25418 0 -1 4202560 576 0 0 0 167 27 0 0 20 0 22 0 253312631 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469155330600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25580] ppid=25566 vsize=9824668 CPUtime=2.17 cores=0,2,4,6
/proc/25568/task/25580/stat : 25580 (java) S 25566 25568 25418 0 -1 4202560 808 0 0 0 187 30 0 0 20 0 22 0 253312631 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469154277800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25581] ppid=25566 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/25568/task/25581/stat : 25581 (java) S 25566 25568 25418 0 -1 4202560 699 0 0 0 174 29 0 0 20 0 22 0 253312631 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469153225000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25582] ppid=25566 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/25568/task/25582/stat : 25582 (java) S 25566 25568 25418 0 -1 4202560 1034 0 0 0 173 29 0 0 20 0 22 0 253312631 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469152172200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25583] ppid=25566 vsize=9824668 CPUtime=54.46 cores=0,2,4,6
/proc/25568/task/25583/stat : 25583 (java) S 25566 25568 25418 0 -1 4202560 3583 0 0 0 5434 12 0 0 20 0 22 0 253312632 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469139975144 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25585] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25585/stat : 25585 (java) S 25566 25568 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253312633 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469138921208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25586] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25586/stat : 25586 (java) S 25566 25568 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312633 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469137868296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25596] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25596/stat : 25596 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312636 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469136816784 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25597] ppid=25566 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/25568/task/25597/stat : 25597 (java) S 25566 25568 25418 0 -1 4202560 11416 0 0 0 109 3 0 0 20 0 22 0 253312636 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469135763896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25598] ppid=25566 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/25568/task/25598/stat : 25598 (java) S 25566 25568 25418 0 -1 4202560 8040 0 0 0 119 2 0 0 20 0 22 0 253312636 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469134711096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25599] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25599/stat : 25599 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312636 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469133658488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25600] ppid=25566 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25568/task/25600/stat : 25600 (java) S 25566 25568 25418 0 -1 4202560 47 0 0 0 16 15 0 0 20 0 22 0 253312636 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469132605896 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25622] ppid=25566 vsize=9824668 CPUtime=760.75 cores=0,2,4,6
/proc/25568/task/25622/stat : 25622 (java) R 25566 25568 25418 0 -1 4202560 146 0 0 0 76061 14 0 0 20 0 22 0 253312684 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469131550040 140469256382679 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25623] ppid=25566 vsize=9824668 CPUtime=760.73 cores=0,2,4,6
/proc/25568/task/25623/stat : 25623 (java) R 25566 25568 25418 0 -1 4202560 1230 0 0 0 76045 28 0 0 20 0 22 0 253312684 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469130497904 140469256704243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25624] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25624/stat : 25624 (java) S 25566 25568 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312686 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469129446824 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25625] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25625/stat : 25625 (java) S 25566 25568 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312686 10060460032 1014972 33554432000 1073741824 1073778376 140737302396048 140469128394024 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1599.69
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.12 3.81 2.43 5/219 25751
/proc/meminfo: memFree=24036208/32873648 swapFree=6596/6596
[pid=25568] ppid=25566 vsize=9824668 CPUtime=1719.11 cores=0,2,4,6
/proc/25568/stat : 25568 (java) S 25566 25568 25418 0 -1 4202496 35434 0 1 0 171633 278 0 0 20 0 22 0 253312624 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140737302387184 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25568/statm: 2456167 1006052 2278 9 0 2446860 0
[pid=25568/tid=25572] ppid=25566 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/25568/task/25572/stat : 25572 (java) S 25566 25568 25418 0 -1 4202560 2613 0 1 0 48 5 0 0 20 0 22 0 253312627 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469315892216 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25575] ppid=25566 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/25568/task/25575/stat : 25575 (java) S 25566 25568 25418 0 -1 4202560 947 0 0 0 233 34 0 0 20 0 22 0 253312631 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469159541800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25576] ppid=25566 vsize=9824668 CPUtime=2.47 cores=0,2,4,6
/proc/25568/task/25576/stat : 25576 (java) S 25566 25568 25418 0 -1 4202560 779 0 0 0 224 23 0 0 20 0 22 0 253312631 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469158489000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25577] ppid=25566 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/25568/task/25577/stat : 25577 (java) S 25566 25568 25418 0 -1 4202560 974 0 0 0 237 24 0 0 20 0 22 0 253312631 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469157436200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25578] ppid=25566 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/25568/task/25578/stat : 25578 (java) S 25566 25568 25418 0 -1 4202560 1253 0 0 0 219 30 0 0 20 0 22 0 253312631 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469156383400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25579] ppid=25566 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/25568/task/25579/stat : 25579 (java) S 25566 25568 25418 0 -1 4202560 586 0 0 0 221 27 0 0 20 0 22 0 253312631 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469155330600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25580] ppid=25566 vsize=9824668 CPUtime=2.58 cores=0,2,4,6
/proc/25568/task/25580/stat : 25580 (java) S 25566 25568 25418 0 -1 4202560 808 0 0 0 228 30 0 0 20 0 22 0 253312631 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469154277800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25581] ppid=25566 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/25568/task/25581/stat : 25581 (java) S 25566 25568 25418 0 -1 4202560 767 0 0 0 223 29 0 0 20 0 22 0 253312631 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469153225000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25582] ppid=25566 vsize=9824668 CPUtime=2.36 cores=0,2,4,6
/proc/25568/task/25582/stat : 25582 (java) S 25566 25568 25418 0 -1 4202560 1039 0 0 0 206 30 0 0 20 0 22 0 253312631 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469152172200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25583] ppid=25566 vsize=9824668 CPUtime=56.75 cores=0,2,4,6
/proc/25568/task/25583/stat : 25583 (java) S 25566 25568 25418 0 -1 4202560 3595 0 0 0 5663 12 0 0 20 0 22 0 253312632 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469139975144 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25585] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25585/stat : 25585 (java) S 25566 25568 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253312633 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469138921208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25586] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25586/stat : 25586 (java) S 25566 25568 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312633 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469137868296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25596] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25596/stat : 25596 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312636 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469136816784 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25597] ppid=25566 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/25568/task/25597/stat : 25597 (java) S 25566 25568 25418 0 -1 4202560 11416 0 0 0 109 3 0 0 20 0 22 0 253312636 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469135763896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25598] ppid=25566 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/25568/task/25598/stat : 25598 (java) S 25566 25568 25418 0 -1 4202560 8040 0 0 0 119 2 0 0 20 0 22 0 253312636 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469134711096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25599] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25599/stat : 25599 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312636 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469133658488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25600] ppid=25566 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/25568/task/25600/stat : 25600 (java) S 25566 25568 25418 0 -1 4202560 51 0 0 0 17 16 0 0 20 0 22 0 253312636 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469132605896 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25622] ppid=25566 vsize=9824668 CPUtime=817.42 cores=0,2,4,6
/proc/25568/task/25622/stat : 25622 (java) R 25566 25568 25418 0 -1 4202560 147 0 0 0 81727 15 0 0 20 0 22 0 253312684 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469131549936 140469256242477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25623] ppid=25566 vsize=9824668 CPUtime=817.39 cores=0,2,4,6
/proc/25568/task/25623/stat : 25623 (java) R 25566 25568 25418 0 -1 4202560 1232 0 0 0 81710 29 0 0 20 0 22 0 253312684 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469130497904 140469256253553 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25624] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25624/stat : 25624 (java) S 25566 25568 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312686 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469129446824 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25625] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25625/stat : 25625 (java) S 25566 25568 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312686 10060460032 1006052 33554432000 1073741824 1073778376 140737302396048 140469128394024 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1719.11
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.801 s]
/proc/loadavg: 4.71 4.01 2.55 6/220 25754
/proc/meminfo: memFree=23547084/32873648 swapFree=6596/6596
[pid=25568] ppid=25566 vsize=9824668 CPUtime=1800.18 cores=0,2,4,6
/proc/25568/stat : 25568 (java) S 25566 25568 25418 0 -1 4202496 36755 0 1 0 179683 335 0 0 20 0 22 0 253312624 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140737302387184 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25568/statm: 2456167 1144670 2278 9 0 2446860 0
[pid=25568/tid=25572] ppid=25566 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/25568/task/25572/stat : 25572 (java) S 25566 25568 25418 0 -1 4202560 2615 0 1 0 48 5 0 0 20 0 22 0 253312627 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469315892216 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25575] ppid=25566 vsize=9824668 CPUtime=3.54 cores=0,2,4,6
/proc/25568/task/25575/stat : 25575 (java) S 25566 25568 25418 0 -1 4202560 1063 0 0 0 313 41 0 0 20 0 22 0 253312631 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469159541800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25576] ppid=25566 vsize=9824668 CPUtime=3.26 cores=0,2,4,6
/proc/25568/task/25576/stat : 25576 (java) S 25566 25568 25418 0 -1 4202560 1004 0 0 0 294 32 0 0 20 0 22 0 253312631 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469158489000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25577] ppid=25566 vsize=9824668 CPUtime=3.37 cores=0,2,4,6
/proc/25568/task/25577/stat : 25577 (java) S 25566 25568 25418 0 -1 4202560 1103 0 0 0 306 31 0 0 20 0 22 0 253312631 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469157436200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25578] ppid=25566 vsize=9824668 CPUtime=3.08 cores=0,2,4,6
/proc/25568/task/25578/stat : 25578 (java) S 25566 25568 25418 0 -1 4202560 1451 0 0 0 272 36 0 0 20 0 22 0 253312631 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469156383400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25579] ppid=25566 vsize=9824668 CPUtime=3.29 cores=0,2,4,6
/proc/25568/task/25579/stat : 25579 (java) S 25566 25568 25418 0 -1 4202560 705 0 0 0 294 35 0 0 20 0 22 0 253312631 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469155330600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25580] ppid=25566 vsize=9824668 CPUtime=3.24 cores=0,2,4,6
/proc/25568/task/25580/stat : 25580 (java) S 25566 25568 25418 0 -1 4202560 908 0 0 0 289 35 0 0 20 0 22 0 253312631 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469154277800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25581] ppid=25566 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/25568/task/25581/stat : 25581 (java) S 25566 25568 25418 0 -1 4202560 942 0 0 0 303 35 0 0 20 0 22 0 253312631 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469153225000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25582] ppid=25566 vsize=9824668 CPUtime=3.13 cores=0,2,4,6
/proc/25568/task/25582/stat : 25582 (java) S 25566 25568 25418 0 -1 4202560 1276 0 0 0 275 38 0 0 20 0 22 0 253312631 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469152172200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25583] ppid=25566 vsize=9824668 CPUtime=59.72 cores=0,2,4,6
/proc/25568/task/25583/stat : 25583 (java) S 25566 25568 25418 0 -1 4202560 3609 0 0 0 5960 12 0 0 20 0 22 0 253312632 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469139975144 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25585] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25585/stat : 25585 (java) S 25566 25568 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253312633 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469138921208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25586] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25586/stat : 25586 (java) S 25566 25568 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312633 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469137868296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25596] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25596/stat : 25596 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312636 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469136816784 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25597] ppid=25566 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/25568/task/25597/stat : 25597 (java) S 25566 25568 25418 0 -1 4202560 11416 0 0 0 109 3 0 0 20 0 22 0 253312636 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469135763896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25568/tid=25598] ppid=25566 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/25568/task/25598/stat : 25598 (java) S 25566 25568 25418 0 -1 4202560 8040 0 0 0 119 2 0 0 20 0 22 0 253312636 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469134711096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25599] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25599/stat : 25599 (java) S 25566 25568 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312636 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469133658488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25600] ppid=25566 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/25568/task/25600/stat : 25600 (java) S 25566 25568 25418 0 -1 4202560 53 0 0 0 18 17 0 0 20 0 22 0 253312636 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469132605896 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25568/tid=25622] ppid=25566 vsize=9824668 CPUtime=853.32 cores=0,2,4,6
/proc/25568/task/25622/stat : 25622 (java) R 25566 25568 25418 0 -1 4202560 147 0 0 0 85317 15 0 0 20 0 22 0 253312684 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469131551712 140469256242524 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25623] ppid=25566 vsize=9824668 CPUtime=853.27 cores=0,2,4,6
/proc/25568/task/25623/stat : 25623 (java) R 25566 25568 25418 0 -1 4202560 1236 0 0 0 85298 29 0 0 20 0 22 0 253312684 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469130496832 140469256253425 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25568/tid=25624] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25624/stat : 25624 (java) S 25566 25568 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312686 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469129446824 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25568/tid=25625] ppid=25566 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25568/task/25625/stat : 25625 (java) S 25566 25568 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312686 10060460032 1144670 33554432000 1073741824 1073778376 140737302396048 140469128394024 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824668

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 25568 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=408512
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=832417
# CPU time returned by wait4() is 1796.24
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 922.873
CPU time (s): 1800.18
CPU user time (s): 1796.83
CPU system time (s): 3.35
CPU usage (%): 195.063
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.41
system time used= 3.83242
maximum resident set size= 4578868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36804
page faults= 1
swaps= 0
block input operations= 8
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23369
involuntary context switches= 23736

runsolver used 3.44148 second user time and 8.44272 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 17:04:41
IDJOB=3687172
IDBENCH=1153
IDSOLVER=2268
FILE ID=node148/3687172-1337871881
RUNJOBID= node148-1337871865-25434
PBS_JOBID= 14620056
Free space on /tmp= 71704 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687172-1337871881/watcher-3687172-1337871881 -o /tmp/evaluation-result-3687172-1337871881/solver-3687172-1337871881 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687172-1337871881.opb

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=1725841976

node148.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.284
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.56
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.284
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.94
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.284
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		: 2667.284
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.284
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.90
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.284
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.284
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.90
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.284
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:       32873648 kB
MemFree:        29289152 kB
Buffers:          228324 kB
Cached:          2562740 kB
SwapCached:            0 kB
Active:           447408 kB
Inactive:        2354620 kB
Active(anon):      13656 kB
Inactive(anon):        0 kB
Active(file):     433752 kB
Inactive(file):  2354620 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1724 kB
Writeback:             0 kB
AnonPages:         17500 kB
Mapped:            13664 kB
Shmem:               200 kB
Slab:             646008 kB
SReclaimable:      89832 kB
SUnreclaim:       556176 kB
KernelStack:        1392 kB
PageTables:         3788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node148 at 2012-05-24 17:20:06