Trace number 3689614

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.79 920.279

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K84.opb
MD5SUM895769e6300bec8b48d22e126916d397
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5712
Total number of constraints5882
Number of constraints which are clauses5798
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint84
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 85
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689614-1337883618.opb
0.08/0.12	c reading problem ... 
0.78/0.44	c ... done. Wall clock time 0.318s.
0.78/0.44	c declared #vars     5712
0.78/0.44	c #constraints  5882
0.78/0.44	c constraints type 
0.78/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4717
0.78/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
0.78/0.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.78/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1079
0.78/0.44	c 5882 constraints processed.
0.78/0.44	c constraints type 
0.78/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1079
0.78/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4717
0.78/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 84
0.78/0.44	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.78/0.44	c 5882 constraints processed.
4.21/1.53	c cleaning 2474 clauses out of 4986 with flag 5000/5000
6.48/2.58	c cleaning 4242 clauses out of 8507 with flag 11002/11002
8.87/3.72	c cleaning 5569 clauses out of 11259 with flag 18000/18000
11.45/5.04	c cleaning 6798 clauses out of 13687 with flag 26000/26000
15.12/6.85	c cleaning 7904 clauses out of 15887 with flag 35000/35000
19.35/8.99	c cleaning 8825 clauses out of 17982 with flag 45002/45002
23.51/11.07	c cleaning 9961 clauses out of 20158 with flag 56003/56003
29.00/13.84	c cleaning 11014 clauses out of 22195 with flag 68002/68002
34.24/16.59	c cleaning 11969 clauses out of 24182 with flag 81003/81003
40.88/19.98	c cleaning 13011 clauses out of 26210 with flag 95000/95000
46.94/23.10	c cleaning 13961 clauses out of 28199 with flag 110000/110000
54.58/26.97	c cleaning 14861 clauses out of 30240 with flag 126002/126002
61.48/30.59	c cleaning 16026 clauses out of 32377 with flag 143000/143000
69.68/34.71	c cleaning 16999 clauses out of 34351 with flag 161000/161000
80.23/40.18	c cleaning 17943 clauses out of 36355 with flag 180003/180003
90.57/45.46	c cleaning 19117 clauses out of 38408 with flag 200000/200000
100.69/50.73	c cleaning 19989 clauses out of 40290 with flag 221000/221000
113.77/57.41	c cleaning 21094 clauses out of 42301 with flag 243001/243001
129.83/65.68	c cleaning 21903 clauses out of 44207 with flag 266001/266001
148.10/74.92	c cleaning 22677 clauses out of 46302 with flag 290000/290000
166.52/84.48	c cleaning 24263 clauses out of 48627 with flag 315002/315002
180.14/91.40	c cleaning 25078 clauses out of 50363 with flag 341001/341001
195.12/99.17	c cleaning 25890 clauses out of 52285 with flag 368002/368002
217.93/110.75	c cleaning 27074 clauses out of 54394 with flag 396001/396001
238.17/121.21	c cleaning 27906 clauses out of 56321 with flag 425002/425002
256.65/130.75	c cleaning 29108 clauses out of 58413 with flag 455000/455000
275.92/140.65	c cleaning 29903 clauses out of 60306 with flag 486001/486001
300.61/154.11	c cleaning 31041 clauses out of 62404 with flag 518002/518002
324.60/166.30	c cleaning 32111 clauses out of 64362 with flag 551001/551001
359.24/183.92	c cleaning 32810 clauses out of 66249 with flag 585000/585000
364.13/186.78	c cleaning 0 clauses out of 5000 with flag 0/5000
387.30/198.78	c cleaning 34033 clauses out of 68439 with flag 620000/620000
411.19/210.92	c cleaning 35039 clauses out of 70407 with flag 656001/656001
433.48/222.43	c cleaning 35997 clauses out of 72369 with flag 693002/693002
461.35/236.70	c cleaning 36847 clauses out of 74374 with flag 731004/731004
517.06/265.13	c cleaning 37891 clauses out of 76523 with flag 770000/770000
554.31/284.18	c cleaning 38908 clauses out of 78633 with flag 810001/810001
584.87/299.84	c cleaning 40072 clauses out of 80724 with flag 851000/851000
624.68/320.27	c cleaning 40895 clauses out of 82652 with flag 893001/893001
702.15/359.73	c cleaning 41958 clauses out of 84756 with flag 936000/936000
738.24/378.21	c cleaning 43191 clauses out of 86802 with flag 980004/980004
767.02/393.15	c cleaning 44101 clauses out of 88607 with flag 1025001/1025001
799.82/410.05	c cleaning 45036 clauses out of 90505 with flag 1071000/1071000
831.61/426.75	c cleaning 46016 clauses out of 92470 with flag 1118001/1118001
878.81/450.83	c cleaning 47016 clauses out of 94453 with flag 1166000/1166000
916.22/470.07	c cleaning 48052 clauses out of 96437 with flag 1215000/1215000
967.23/496.07	c cleaning 49088 clauses out of 98385 with flag 1265000/1265000
1046.63/537.03	c cleaning 49823 clauses out of 100297 with flag 1316000/1316000
1122.79/575.40	c cleaning 50968 clauses out of 102474 with flag 1368000/1368000
1221.55/624.87	c cleaning 52023 clauses out of 104503 with flag 1421001/1421001
1265.75/647.72	c cleaning 53038 clauses out of 106479 with flag 1475000/1475000
1315.69/673.11	c cleaning 54057 clauses out of 108441 with flag 1530000/1530000
1368.00/699.72	c cleaning 55065 clauses out of 110384 with flag 1586000/1586000
1425.26/728.86	c cleaning 55783 clauses out of 112319 with flag 1643000/1643000
1500.23/767.19	c cleaning 56824 clauses out of 114537 with flag 1701001/1701001
1570.02/802.46	c cleaning 58010 clauses out of 116713 with flag 1760001/1760001
1640.96/838.50	c cleaning 59093 clauses out of 118703 with flag 1820001/1820001
1709.36/873.24	c cleaning 60136 clauses out of 120609 with flag 1881000/1881000
1772.86/905.99	c cleaning 61041 clauses out of 122479 with flag 1943006/1943006
1800.20/920.21	c starts		: 210
1800.20/920.21	c conflicts		: 1978414
1800.20/920.21	c decisions		: 11748534
1800.20/920.21	c propagations		: 669082908
1800.20/920.21	c inspects		: 3066651908
1800.20/920.21	c shortcuts		: 0
1800.20/920.21	c learnt literals	: 47
1800.20/920.21	c learnt binary clauses	: 50335
1800.20/920.21	c learnt ternary clauses	: 57243
1800.20/920.21	c learnt constraints	: 1978367
1800.20/920.21	c ignored constraints	: 0
1800.20/920.21	c root simplifications	: 0
1800.20/920.21	c removed literals (reason simplification)	: 83010074
1800.20/920.21	c reason swapping (by a shorter reason)	: 0
1800.20/920.21	c Calls to reduceDB	: 58
1800.20/920.21	c number of reductions to clauses (during analyze)	: 0
1800.20/920.21	c number of learned constraints concerned by reduction	: 0
1800.20/920.21	c number of learning phase by resolution	: 0
1800.20/920.21	c number of learning phase by cutting planes	: 0
1800.20/920.21	c speed (assignments/second)	: 727460.1773086658
1800.20/920.21	c non guided choices	4222
1800.20/920.25	c learnt constraints type 
1800.20/920.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50336
1800.20/920.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46553
1800.20/920.25	c constraints type 
1800.20/920.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4717
1800.20/920.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
1800.20/920.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.20/920.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1079
1800.20/920.25	c 5882 constraints processed.
1800.20/920.25	c constraints type 
1800.20/920.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1079
1800.20/920.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4717
1800.20/920.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 84
1800.20/920.25	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.20/920.25	c 5882 constraints processed.
1800.20/920.25	s UNKNOWN
1800.20/920.25	c Total wall clock time (in seconds): 920.129

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-3689614-1337883618/watcher-3689614-1337883618 -o /tmp/evaluation-result-3689614-1337883618/solver-3689614-1337883618 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689614-1337883618.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: 3.88 3.86 3.64 4/198 29181
/proc/meminfo: memFree=25084128/32873648 swapFree=6856/6856
[pid=29181] ppid=29179 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/29181/stat : 29181 (java) R 29179 29181 24583 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 254487233 2560000 46 33554432000 1073741824 1073778376 140736871007904 140736871005032 270698376487 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29181/statm: 892 49 38 9 0 30 0

[startup+0.0368719 s]
/proc/loadavg: 3.88 3.86 3.64 4/198 29181
/proc/meminfo: memFree=25084128/32873648 swapFree=6856/6856
[pid=29181] ppid=29179 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/29181/stat : 29181 (java) S 29179 29181 24583 0 -1 4202496 2776 0 1 0 1 0 0 0 20 0 10 0 254487233 9233014784 3477 33554432000 1073741824 1073778376 140733538241504 140733538232640 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29181/statm: 2254154 3478 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.1002 s]
/proc/loadavg: 3.88 3.86 3.64 4/198 29181
/proc/meminfo: memFree=25084128/32873648 swapFree=6856/6856
[pid=29181] ppid=29179 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29181/stat : 29181 (java) S 29179 29181 24583 0 -1 4202496 4235 0 1 0 8 0 0 0 20 0 18 0 254487233 9787813888 5420 33554432000 1073741824 1073778376 140733538241504 140733538232640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29181/statm: 2389603 5420 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30015 s]
/proc/loadavg: 3.88 3.86 3.64 4/198 29181
/proc/meminfo: memFree=25084128/32873648 swapFree=6856/6856
[pid=29181] ppid=29179 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/29181/stat : 29181 (java) S 29179 29181 24583 0 -1 4202496 7104 0 1 0 52 1 0 0 20 0 18 0 254487233 9787813888 9922 33554432000 1073741824 1073778376 140733538241504 140733538232640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29181/statm: 2389603 9922 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700159 s]
/proc/loadavg: 3.88 3.86 3.64 4/198 29181
/proc/meminfo: memFree=25084128/32873648 swapFree=6856/6856
[pid=29181] ppid=29179 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/29181/stat : 29181 (java) S 29179 29181 24583 0 -1 4202496 13708 0 1 0 189 3 0 0 20 0 22 0 254487233 10060460032 21815 33554432000 1073741824 1073778376 140733538241504 140733538232640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29181/statm: 2456167 21815 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9824668

[startup+1.50074 s]
/proc/loadavg: 3.88 3.86 3.64 7/220 29203
/proc/meminfo: memFree=24993224/32873648 swapFree=6856/6856
[pid=29181] ppid=29179 vsize=9824668 CPUtime=4.21 cores=0,2,4,6
/proc/29181/stat : 29181 (java) S 29179 29181 24583 0 -1 4202496 16486 0 1 0 417 4 0 0 20 0 22 0 254487233 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140733538232640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29181/statm: 2456167 36211 2262 9 0 2446860 0
[pid=29181/tid=29183] ppid=29179 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/29181/task/29183/stat : 29183 (java) S 29179 29181 24583 0 -1 4202560 2488 0 1 0 40 0 0 0 20 0 22 0 254487235 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106519073784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29184] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29184/stat : 29184 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487236 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106480564648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29185] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29185/stat : 29185 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487236 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106479512104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29186] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29186/stat : 29186 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487236 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106478459048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29187] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29187/stat : 29187 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487236 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106477406504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29188] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29188/stat : 29188 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487236 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106476354472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29189] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29189/stat : 29189 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487236 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106475301928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29190] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29190/stat : 29190 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487236 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106474248872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29191] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29191/stat : 29191 (java) S 29179 29181 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254487236 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106473196328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29192] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29192/stat : 29192 (java) S 29179 29181 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254487237 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106343102824 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29193] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29193/stat : 29193 (java) S 29179 29181 24583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254487238 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106342049144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29194] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29194/stat : 29194 (java) S 29179 29181 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254487238 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106340995976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29195] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29195/stat : 29195 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487240 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106339944720 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29196] ppid=29179 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/29181/task/29196/stat : 29196 (java) S 29179 29181 24583 0 -1 4202560 6344 0 0 0 84 0 0 0 20 0 22 0 254487240 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106338892600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29197] ppid=29179 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/29181/task/29197/stat : 29197 (java) S 29179 29181 24583 0 -1 4202560 6321 0 0 0 83 2 0 0 20 0 22 0 254487240 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106337840056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29198] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29198/stat : 29198 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487240 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106336787192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29199] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29199/stat : 29199 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487240 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106335734856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29200] ppid=29179 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/29181/task/29200/stat : 29200 (java) R 29179 29181 24583 0 -1 4202560 29 0 0 0 104 0 0 0 20 0 22 0 254487278 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106334679576 140106347016128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29201] ppid=29179 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/29181/task/29201/stat : 29201 (java) R 29179 29181 24583 0 -1 4202560 103 0 0 0 103 0 0 0 20 0 22 0 254487278 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106333626584 140106347279121 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29202] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29202/stat : 29202 (java) S 29179 29181 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254487280 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106332574504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29203] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29203/stat : 29203 (java) S 29179 29181 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254487280 10060460032 36211 33554432000 1073741824 1073778376 140733538241504 140106331521960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9824668

[startup+3.10078 s]
/proc/loadavg: 4.21 3.93 3.66 5/220 29203
/proc/meminfo: memFree=24920668/32873648 swapFree=6856/6856
[pid=29181] ppid=29179 vsize=9824668 CPUtime=7.67 cores=0,2,4,6
/proc/29181/stat : 29181 (java) S 29179 29181 24583 0 -1 4202496 17001 0 1 0 760 7 0 0 20 0 22 0 254487233 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140733538232640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29181/statm: 2456167 55282 2286 9 0 2446860 0
[pid=29181/tid=29183] ppid=29179 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/29181/task/29183/stat : 29183 (java) S 29179 29181 24583 0 -1 4202560 2488 0 1 0 40 0 0 0 20 0 22 0 254487235 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106519073784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29184] ppid=29179 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29181/task/29184/stat : 29184 (java) S 29179 29181 24583 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 254487236 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106480564648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29185] ppid=29179 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29181/task/29185/stat : 29185 (java) S 29179 29181 24583 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254487236 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106479512104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29186] ppid=29179 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29181/task/29186/stat : 29186 (java) S 29179 29181 24583 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254487236 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106478459048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29187] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29187/stat : 29187 (java) S 29179 29181 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254487236 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106477406504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29188] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29188/stat : 29188 (java) S 29179 29181 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254487236 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106476354472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29189] ppid=29179 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29181/task/29189/stat : 29189 (java) S 29179 29181 24583 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254487236 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106475301928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29190] ppid=29179 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29181/task/29190/stat : 29190 (java) S 29179 29181 24583 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254487236 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106474248872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29191] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29191/stat : 29191 (java) S 29179 29181 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254487236 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106473196328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29192] ppid=29179 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/29181/task/29192/stat : 29192 (java) S 29179 29181 24583 0 -1 4202560 102 0 0 0 7 0 0 0 20 0 22 0 254487237 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106343102824 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29193] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29193/stat : 29193 (java) S 29179 29181 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254487238 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106342049144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29194] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29194/stat : 29194 (java) S 29179 29181 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254487238 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106340995976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29195] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29195/stat : 29195 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487240 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106339944720 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29196] ppid=29179 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/29181/task/29196/stat : 29196 (java) S 29179 29181 24583 0 -1 4202560 6657 0 0 0 94 1 0 0 20 0 22 0 254487240 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106338892600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29197] ppid=29179 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/29181/task/29197/stat : 29197 (java) S 29179 29181 24583 0 -1 4202560 6326 0 0 0 98 2 0 0 20 0 22 0 254487240 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106337840056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29198] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29198/stat : 29198 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487240 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106336787192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29199] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29199/stat : 29199 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487240 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106335734856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29200] ppid=29179 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/29181/task/29200/stat : 29200 (java) R 29179 29181 24583 0 -1 4202560 32 0 0 0 249 0 0 0 20 0 22 0 254487278 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106334679392 140106346968720 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29201] ppid=29179 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/29181/task/29201/stat : 29201 (java) R 29179 29181 24583 0 -1 4202560 117 0 0 0 247 2 0 0 20 0 22 0 254487278 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106333626744 140106347232821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29202] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29202/stat : 29202 (java) S 29179 29181 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254487280 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106332574504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29203] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29203/stat : 29203 (java) S 29179 29181 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254487280 10060460032 55282 33554432000 1073741824 1073778376 140733538241504 140106331521960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 4.21 3.93 3.66 5/220 29203
/proc/meminfo: memFree=24856196/32873648 swapFree=6856/6856
[pid=29181] ppid=29179 vsize=9824668 CPUtime=14.09 cores=0,2,4,6
/proc/29181/stat : 29181 (java) S 29179 29181 24583 0 -1 4202496 17399 0 1 0 1399 10 0 0 20 0 22 0 254487233 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140733538232640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29181/statm: 2456167 86124 2286 9 0 2446860 0
[pid=29181/tid=29183] ppid=29179 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/29181/task/29183/stat : 29183 (java) S 29179 29181 24583 0 -1 4202560 2488 0 1 0 40 0 0 0 20 0 22 0 254487235 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106519073784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29184] ppid=29179 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29181/task/29184/stat : 29184 (java) S 29179 29181 24583 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254487236 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106480564648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29185] ppid=29179 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29181/task/29185/stat : 29185 (java) S 29179 29181 24583 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254487236 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106479512104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29186] ppid=29179 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29181/task/29186/stat : 29186 (java) S 29179 29181 24583 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 254487236 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106478459048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29187] ppid=29179 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29181/task/29187/stat : 29187 (java) S 29179 29181 24583 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 254487236 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106477406504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29188] ppid=29179 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29181/task/29188/stat : 29188 (java) S 29179 29181 24583 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254487236 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106476354472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29189] ppid=29179 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29181/task/29189/stat : 29189 (java) S 29179 29181 24583 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 254487236 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106475301928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29190] ppid=29179 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29181/task/29190/stat : 29190 (java) S 29179 29181 24583 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 254487236 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106474248872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29191] ppid=29179 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29181/task/29191/stat : 29191 (java) S 29179 29181 24583 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254487236 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106473196328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29192] ppid=29179 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/29181/task/29192/stat : 29192 (java) S 29179 29181 24583 0 -1 4202560 231 0 0 0 22 0 0 0 20 0 22 0 254487237 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106343102824 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29193] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29193/stat : 29193 (java) S 29179 29181 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254487238 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106342049144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29194] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29194/stat : 29194 (java) S 29179 29181 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254487238 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106340995976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29195] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29195/stat : 29195 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487240 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106339944720 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29196] ppid=29179 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/29181/task/29196/stat : 29196 (java) S 29179 29181 24583 0 -1 4202560 6844 0 0 0 106 2 0 0 20 0 22 0 254487240 10060460032 86124 33554432000 1073741824 1073778376 140733538241504 140106338892600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=29181/tid=29201] ppid=29179 vsize=9824668 CPUtime=714.05 cores=0,2,4,6
/proc/29181/task/29201/stat : 29201 (java) R 29179 29181 24583 0 -1 4202560 1221 0 0 0 71359 46 0 0 20 0 22 0 254487278 10060460032 888880 33554432000 1073741824 1073778376 140733538241504 140106333625664 140106347268637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29202] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29202/stat : 29202 (java) S 29179 29181 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254487280 10060460032 888880 33554432000 1073741824 1073778376 140733538241504 140106332574504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29203] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29203/stat : 29203 (java) S 29179 29181 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254487280 10060460032 888880 33554432000 1073741824 1073778376 140733538241504 140106331521960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1490.54
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.98 3.94 3.79 5/219 29272
/proc/meminfo: memFree=23239608/32873648 swapFree=6856/6856
[pid=29181] ppid=29179 vsize=9824668 CPUtime=1608.45 cores=0,2,4,6
/proc/29181/stat : 29181 (java) S 29179 29181 24583 0 -1 4202496 29018 0 1 0 160709 136 0 0 20 0 22 0 254487233 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140733538232640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29181/statm: 2456167 911173 2287 9 0 2446860 0
[pid=29181/tid=29183] ppid=29179 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/29181/task/29183/stat : 29183 (java) S 29179 29181 24583 0 -1 4202560 2534 0 1 0 41 2 0 0 20 0 22 0 254487235 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106519073784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29184] ppid=29179 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/29181/task/29184/stat : 29184 (java) S 29179 29181 24583 0 -1 4202560 480 0 0 0 220 9 0 0 20 0 22 0 254487236 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106480564648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29185] ppid=29179 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/29181/task/29185/stat : 29185 (java) S 29179 29181 24583 0 -1 4202560 695 0 0 0 214 10 0 0 20 0 22 0 254487236 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106479512104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29186] ppid=29179 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/29181/task/29186/stat : 29186 (java) S 29179 29181 24583 0 -1 4202560 640 0 0 0 224 7 0 0 20 0 22 0 254487236 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106478459048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29187] ppid=29179 vsize=9824668 CPUtime=2.08 cores=0,2,4,6
/proc/29181/task/29187/stat : 29187 (java) S 29179 29181 24583 0 -1 4202560 461 0 0 0 200 8 0 0 20 0 22 0 254487236 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106477406504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29188] ppid=29179 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/29181/task/29188/stat : 29188 (java) S 29179 29181 24583 0 -1 4202560 570 0 0 0 212 6 0 0 20 0 22 0 254487236 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106476354472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29189] ppid=29179 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/29181/task/29189/stat : 29189 (java) S 29179 29181 24583 0 -1 4202560 548 0 0 0 212 8 0 0 20 0 22 0 254487236 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106475301928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29190] ppid=29179 vsize=9824668 CPUtime=2.14 cores=0,2,4,6
/proc/29181/task/29190/stat : 29190 (java) S 29179 29181 24583 0 -1 4202560 442 0 0 0 207 7 0 0 20 0 22 0 254487236 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106474248872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29191] ppid=29179 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/29181/task/29191/stat : 29191 (java) S 29179 29181 24583 0 -1 4202560 337 0 0 0 179 7 0 0 20 0 22 0 254487236 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106473196328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29192] ppid=29179 vsize=9824668 CPUtime=46.36 cores=0,2,4,6
/proc/29181/task/29192/stat : 29192 (java) S 29179 29181 24583 0 -1 4202560 3238 0 0 0 4617 19 0 0 20 0 22 0 254487237 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106343102824 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29193] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29193/stat : 29193 (java) S 29179 29181 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254487238 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106342049144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29194] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29194/stat : 29194 (java) S 29179 29181 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254487238 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106340995976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29195] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29195/stat : 29195 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487240 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106339944720 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29196] ppid=29179 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/29181/task/29196/stat : 29196 (java) S 29179 29181 24583 0 -1 4202560 6895 0 0 0 121 2 0 0 20 0 22 0 254487240 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106338892600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29197] ppid=29179 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/29181/task/29197/stat : 29197 (java) S 29179 29181 24583 0 -1 4202560 9611 0 0 0 143 2 0 0 20 0 22 0 254487240 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106337840056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29198] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29198/stat : 29198 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487240 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106336787192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29199] ppid=29179 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/29181/task/29199/stat : 29199 (java) S 29179 29181 24583 0 -1 4202560 47 0 0 0 9 13 0 0 20 0 22 0 254487240 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106335734856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29200] ppid=29179 vsize=9824668 CPUtime=770.82 cores=0,2,4,6
/proc/29181/task/29200/stat : 29200 (java) R 29179 29181 24583 0 -1 4202560 110 0 0 0 77069 13 0 0 20 0 22 0 254487278 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106334679392 140106347016128 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29201] ppid=29179 vsize=9824668 CPUtime=770.74 cores=0,2,4,6
/proc/29181/task/29201/stat : 29201 (java) R 29179 29181 24583 0 -1 4202560 1222 0 0 0 77026 48 0 0 20 0 22 0 254487278 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106333624656 140106347298784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29202] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29202/stat : 29202 (java) S 29179 29181 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254487280 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106332574504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29203] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29203/stat : 29203 (java) S 29179 29181 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254487280 10060460032 911173 33554432000 1073741824 1073778376 140733538241504 140106331521960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1608.45
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.99 3.95 3.80 5/219 29272
/proc/meminfo: memFree=23086820/32873648 swapFree=6856/6856
[pid=29181] ppid=29179 vsize=9824668 CPUtime=1725.23 cores=0,2,4,6
/proc/29181/stat : 29181 (java) S 29179 29181 24583 0 -1 4202496 29215 0 1 0 172384 139 0 0 20 0 22 0 254487233 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140733538232640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29181/statm: 2456167 931764 2287 9 0 2446860 0
[pid=29181/tid=29183] ppid=29179 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/29181/task/29183/stat : 29183 (java) S 29179 29181 24583 0 -1 4202560 2537 0 1 0 41 2 0 0 20 0 22 0 254487235 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106519073784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29184] ppid=29179 vsize=9824668 CPUtime=2.42 cores=0,2,4,6
/proc/29181/task/29184/stat : 29184 (java) S 29179 29181 24583 0 -1 4202560 493 0 0 0 233 9 0 0 20 0 22 0 254487236 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106480564648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29185] ppid=29179 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/29181/task/29185/stat : 29185 (java) S 29179 29181 24583 0 -1 4202560 716 0 0 0 236 10 0 0 20 0 22 0 254487236 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106479512104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29186] ppid=29179 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/29181/task/29186/stat : 29186 (java) S 29179 29181 24583 0 -1 4202560 650 0 0 0 244 7 0 0 20 0 22 0 254487236 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106478459048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29187] ppid=29179 vsize=9824668 CPUtime=2.4 cores=0,2,4,6
/proc/29181/task/29187/stat : 29187 (java) S 29179 29181 24583 0 -1 4202560 467 0 0 0 232 8 0 0 20 0 22 0 254487236 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106477406504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29188] ppid=29179 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/29181/task/29188/stat : 29188 (java) S 29179 29181 24583 0 -1 4202560 582 0 0 0 224 6 0 0 20 0 22 0 254487236 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106476354472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29189] ppid=29179 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/29181/task/29189/stat : 29189 (java) S 29179 29181 24583 0 -1 4202560 560 0 0 0 226 8 0 0 20 0 22 0 254487236 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106475301928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29190] ppid=29179 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/29181/task/29190/stat : 29190 (java) S 29179 29181 24583 0 -1 4202560 468 0 0 0 236 7 0 0 20 0 22 0 254487236 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106474248872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29191] ppid=29179 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/29181/task/29191/stat : 29191 (java) S 29179 29181 24583 0 -1 4202560 346 0 0 0 199 7 0 0 20 0 22 0 254487236 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106473196328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29192] ppid=29179 vsize=9824668 CPUtime=50.37 cores=0,2,4,6
/proc/29181/task/29192/stat : 29192 (java) S 29179 29181 24583 0 -1 4202560 3314 0 0 0 5018 19 0 0 20 0 22 0 254487237 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106343102824 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29193] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29193/stat : 29193 (java) S 29179 29181 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254487238 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106342049144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29194] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29194/stat : 29194 (java) S 29179 29181 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254487238 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106340995976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29195] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29195/stat : 29195 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487240 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106339944720 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29196] ppid=29179 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/29181/task/29196/stat : 29196 (java) S 29179 29181 24583 0 -1 4202560 6895 0 0 0 121 2 0 0 20 0 22 0 254487240 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106338892600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29197] ppid=29179 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/29181/task/29197/stat : 29197 (java) S 29179 29181 24583 0 -1 4202560 9612 0 0 0 144 3 0 0 20 0 22 0 254487240 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106337840056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29198] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29198/stat : 29198 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487240 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106336787192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29199] ppid=29179 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/29181/task/29199/stat : 29199 (java) S 29179 29181 24583 0 -1 4202560 51 0 0 0 10 15 0 0 20 0 22 0 254487240 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106335734856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29200] ppid=29179 vsize=9824668 CPUtime=826.38 cores=0,2,4,6
/proc/29181/task/29200/stat : 29200 (java) R 29179 29181 24583 0 -1 4202560 110 0 0 0 82623 15 0 0 20 0 22 0 254487278 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106334678448 140106347212845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29201] ppid=29179 vsize=9824668 CPUtime=826.3 cores=0,2,4,6
/proc/29181/task/29201/stat : 29201 (java) R 29179 29181 24583 0 -1 4202560 1226 0 0 0 82581 49 0 0 20 0 22 0 254487278 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106333625056 140106346888348 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29202] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29202/stat : 29202 (java) S 29179 29181 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254487280 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106332574504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29203] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29203/stat : 29203 (java) S 29179 29181 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254487280 10060460032 931764 33554432000 1073741824 1073778376 140733538241504 140106331521960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.23
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.201 s]
/proc/loadavg: 4.22 4.03 3.83 5/219 29272
/proc/meminfo: memFree=22978648/32873648 swapFree=6856/6856
[pid=29181] ppid=29179 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/29181/stat : 29181 (java) S 29179 29181 24583 0 -1 4202496 29393 0 1 0 179879 141 0 0 20 0 22 0 254487233 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140733538232640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29181/statm: 2456167 928857 2287 9 0 2446860 0
[pid=29181/tid=29183] ppid=29179 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/29181/task/29183/stat : 29183 (java) S 29179 29181 24583 0 -1 4202560 2538 0 1 0 41 2 0 0 20 0 22 0 254487235 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106519073784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29184] ppid=29179 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/29181/task/29184/stat : 29184 (java) S 29179 29181 24583 0 -1 4202560 498 0 0 0 254 9 0 0 20 0 22 0 254487236 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106480564648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29185] ppid=29179 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/29181/task/29185/stat : 29185 (java) S 29179 29181 24583 0 -1 4202560 717 0 0 0 255 10 0 0 20 0 22 0 254487236 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106479512104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29186] ppid=29179 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/29181/task/29186/stat : 29186 (java) S 29179 29181 24583 0 -1 4202560 677 0 0 0 272 7 0 0 20 0 22 0 254487236 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106478459048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29187] ppid=29179 vsize=9824668 CPUtime=2.56 cores=0,2,4,6
/proc/29181/task/29187/stat : 29187 (java) S 29179 29181 24583 0 -1 4202560 493 0 0 0 248 8 0 0 20 0 22 0 254487236 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106477406504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29188] ppid=29179 vsize=9824668 CPUtime=2.45 cores=0,2,4,6
/proc/29181/task/29188/stat : 29188 (java) S 29179 29181 24583 0 -1 4202560 592 0 0 0 238 7 0 0 20 0 22 0 254487236 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106476354472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29189] ppid=29179 vsize=9824668 CPUtime=2.44 cores=0,2,4,6
/proc/29181/task/29189/stat : 29189 (java) S 29179 29181 24583 0 -1 4202560 569 0 0 0 236 8 0 0 20 0 22 0 254487236 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106475301928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29190] ppid=29179 vsize=9824668 CPUtime=2.62 cores=0,2,4,6
/proc/29181/task/29190/stat : 29190 (java) S 29179 29181 24583 0 -1 4202560 485 0 0 0 255 7 0 0 20 0 22 0 254487236 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106474248872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29191] ppid=29179 vsize=9824668 CPUtime=2.21 cores=0,2,4,6
/proc/29181/task/29191/stat : 29191 (java) S 29179 29181 24583 0 -1 4202560 378 0 0 0 214 7 0 0 20 0 22 0 254487236 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106473196328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29192] ppid=29179 vsize=9824668 CPUtime=51.91 cores=0,2,4,6
/proc/29181/task/29192/stat : 29192 (java) S 29179 29181 24583 0 -1 4202560 3355 0 0 0 5171 20 0 0 20 0 22 0 254487237 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106343102824 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29193] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29193/stat : 29193 (java) S 29179 29181 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254487238 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106342049144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29194] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29194/stat : 29194 (java) S 29179 29181 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254487238 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106340995976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29195] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29195/stat : 29195 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487240 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106339944720 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29196] ppid=29179 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/29181/task/29196/stat : 29196 (java) S 29179 29181 24583 0 -1 4202560 6895 0 0 0 121 2 0 0 20 0 22 0 254487240 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106338892600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29197] ppid=29179 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/29181/task/29197/stat : 29197 (java) S 29179 29181 24583 0 -1 4202560 9612 0 0 0 144 3 0 0 20 0 22 0 254487240 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106337840056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29198] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29198/stat : 29198 (java) S 29179 29181 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254487240 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106336787192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29181/tid=29199] ppid=29179 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/29181/task/29199/stat : 29199 (java) S 29179 29181 24583 0 -1 4202560 53 0 0 0 10 16 0 0 20 0 22 0 254487240 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106335734856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29181/tid=29200] ppid=29179 vsize=9824668 CPUtime=862.37 cores=0,2,4,6
/proc/29181/task/29200/stat : 29200 (java) R 29179 29181 24583 0 -1 4202560 112 0 0 0 86221 16 0 0 20 0 22 0 254487278 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106334678448 140106347069440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29181/tid=29201] ppid=29179 vsize=9824668 CPUtime=862.3 cores=0,2,4,6
/proc/29181/task/29201/stat : 29201 (java) R 29179 29181 24583 0 -1 4202560 1231 0 0 0 86180 50 0 0 20 0 22 0 254487278 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106333624944 140106347516016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29202] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29202/stat : 29202 (java) S 29179 29181 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254487280 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106332574504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29181/tid=29203] ppid=29179 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29181/task/29203/stat : 29203 (java) S 29179 29181 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254487280 10060460032 928857 33554432000 1073741824 1073778376 140733538241504 140106331521960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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
Real time (s): 920.279
CPU time (s): 1800.79
CPU user time (s): 1798.91
CPU system time (s): 1.88171
CPU usage (%): 195.679
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.88171
maximum resident set size= 3727424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29425
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25207
involuntary context switches= 34424

runsolver used 4.43933 second user time and 7.12592 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 20:20:18
IDJOB=3689614
IDBENCH=90123
IDSOLVER=2268
FILE ID=node125/3689614-1337883618
RUNJOBID= node125-1337871881-24599
PBS_JOBID= 14620079
Free space on /tmp= 71692 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K84.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689614-1337883618/watcher-3689614-1337883618 -o /tmp/evaluation-result-3689614-1337883618/solver-3689614-1337883618 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689614-1337883618.opb

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

MD5SUM BENCH= 895769e6300bec8b48d22e126916d397
RANDOM SEED=1813801699

node125.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.373
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	: 5332.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        25084400 kB
Buffers:          210364 kB
Cached:          2211280 kB
SwapCached:            0 kB
Active:          5205336 kB
Inactive:        1811776 kB
Active(anon):    4597784 kB
Inactive(anon):        0 kB
Active(file):     607552 kB
Inactive(file):  1811776 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       4601984 kB
Mapped:            22544 kB
Shmem:               200 kB
Slab:             627408 kB
SReclaimable:      71420 kB
SUnreclaim:       555988 kB
KernelStack:        1632 kB
PageTables:        13240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    5335800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4507648 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= 71700 MiB
End job on node125 at 2012-05-24 20:35:40