Trace number 3689644

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.19 923.875

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K103.opb
MD5SUM34d84c84a6977bf98000135522032f88
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark170.657
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7004
Total number of constraints7212
Number of constraints which are clauses7109
Number of constraints which are cardinality constraints (but not clauses)103
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint103
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 104
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	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.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689644-1337883910.opb
0.08/0.13	c reading problem ... 
0.77/0.49	c ... done. Wall clock time 0.365s.
0.77/0.49	c declared #vars     7004
0.77/0.49	c #constraints  7212
0.77/0.49	c constraints type 
0.77/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5781
0.77/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.77/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.77/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1326
0.77/0.49	c 7212 constraints processed.
0.77/0.49	c constraints type 
0.77/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1326
0.77/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5781
0.77/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.77/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.77/0.49	c 7212 constraints processed.
4.61/1.72	c cleaning 2493 clauses out of 4995 with flag 5000/5000
7.42/2.97	c cleaning 4237 clauses out of 8498 with flag 11001/11001
10.27/4.40	c cleaning 5598 clauses out of 11254 with flag 18000/18000
13.41/5.95	c cleaning 6754 clauses out of 13652 with flag 26002/26002
17.14/7.87	c cleaning 7884 clauses out of 15897 with flag 35002/35002
21.33/9.98	c cleaning 8959 clauses out of 18011 with flag 45001/45001
26.04/12.36	c cleaning 9968 clauses out of 20050 with flag 56000/56000
31.71/15.27	c cleaning 10905 clauses out of 22082 with flag 68000/68000
37.29/18.17	c cleaning 11975 clauses out of 24177 with flag 81000/81000
43.31/21.23	c cleaning 13010 clauses out of 26199 with flag 95000/95000
49.54/24.46	c cleaning 13949 clauses out of 28191 with flag 110003/110003
56.54/28.09	c cleaning 14945 clauses out of 30239 with flag 126000/126000
65.03/32.46	c cleaning 16036 clauses out of 32296 with flag 143002/143002
74.42/37.25	c cleaning 17010 clauses out of 34255 with flag 161000/161000
85.27/42.78	c cleaning 17904 clauses out of 36245 with flag 180000/180000
97.29/48.85	c cleaning 19052 clauses out of 38340 with flag 200000/200000
107.67/54.27	c cleaning 20000 clauses out of 40290 with flag 221002/221002
121.58/61.37	c cleaning 21072 clauses out of 42287 with flag 243000/243000
133.26/67.35	c cleaning 21854 clauses out of 44216 with flag 266001/266001
149.19/75.45	c cleaning 23063 clauses out of 46361 with flag 290000/290000
162.67/82.44	c cleaning 23975 clauses out of 48298 with flag 315000/315000
179.11/90.85	c cleaning 25055 clauses out of 50323 with flag 341000/341000
191.33/97.18	c cleaning 25934 clauses out of 52268 with flag 368000/368000
209.89/106.62	c cleaning 26993 clauses out of 54339 with flag 396005/396005
236.61/120.37	c cleaning 27813 clauses out of 56341 with flag 425000/425000
255.96/130.25	c cleaning 28999 clauses out of 58521 with flag 455001/455001
272.83/138.93	c cleaning 29908 clauses out of 60521 with flag 486000/486000
288.31/146.95	c cleaning 0 clauses out of 5001 with flag 0/5001
295.62/150.97	c cleaning 30213 clauses out of 62613 with flag 518000/518000
313.84/160.29	c cleaning 31411 clauses out of 65400 with flag 551000/551000
342.80/175.76	c cleaning 32468 clauses out of 67991 with flag 585002/585002
377.56/193.60	c cleaning 33939 clauses out of 70523 with flag 620002/620002
400.19/205.12	c cleaning 34387 clauses out of 72584 with flag 656002/656002
421.80/216.22	c cleaning 35248 clauses out of 75201 with flag 693006/693006
454.82/233.10	c cleaning 36269 clauses out of 77947 with flag 731000/731000
486.40/249.34	c cleaning 37634 clauses out of 80680 with flag 770002/770002
514.10/263.58	c cleaning 37970 clauses out of 83043 with flag 810000/810000
549.00/281.31	c cleaning 39512 clauses out of 86073 with flag 851000/851000
580.88/297.68	c cleaning 40252 clauses out of 88560 with flag 893000/893000
614.50/315.01	c cleaning 41609 clauses out of 91308 with flag 936000/936000
642.94/329.65	c cleaning 42115 clauses out of 93699 with flag 980000/980000
677.45/347.28	c cleaning 43041 clauses out of 96585 with flag 1025001/1025001
719.19/368.51	c cleaning 44646 clauses out of 99543 with flag 1071000/1071000
770.85/395.01	c cleaning 45376 clauses out of 101896 with flag 1118000/1118000
810.17/415.15	c cleaning 46111 clauses out of 104523 with flag 1166003/1166003
858.18/439.56	c cleaning 47747 clauses out of 107409 with flag 1215000/1215000
902.72/462.27	c cleaning 48252 clauses out of 109663 with flag 1265001/1265001
961.95/492.54	c cleaning 49883 clauses out of 112410 with flag 1316000/1316000
1005.92/514.90	c cleaning 50261 clauses out of 114527 with flag 1368000/1368000
1077.35/551.00	c cleaning 51543 clauses out of 117267 with flag 1421001/1421001
1123.41/575.97	c cleaning 52505 clauses out of 119723 with flag 1475000/1475000
1165.19/597.29	c cleaning 52881 clauses out of 122218 with flag 1530000/1530000
1207.44/618.93	c cleaning 54189 clauses out of 125337 with flag 1586000/1586000
1263.22/647.33	c cleaning 55119 clauses out of 128148 with flag 1643000/1643000
1328.05/680.63	c cleaning 56536 clauses out of 131029 with flag 1701001/1701001
1371.87/703.19	c cleaning 57103 clauses out of 133493 with flag 1760001/1760001
1417.87/726.71	c cleaning 57901 clauses out of 136391 with flag 1820002/1820002
1463.17/750.04	c cleaning 58968 clauses out of 139490 with flag 1881002/1881002
1524.22/781.62	c cleaning 60902 clauses out of 142520 with flag 1943000/1943000
1567.36/803.96	c cleaning 61084 clauses out of 144618 with flag 2006000/2006000
1669.81/855.95	c cleaning 61844 clauses out of 147534 with flag 2070000/2070000
1724.92/884.30	c cleaning 63395 clauses out of 150689 with flag 2135000/2135000
1793.29/919.68	c cleaning 64318 clauses out of 153297 with flag 2201003/2201003
1800.19/923.81	c starts		: 210
1800.19/923.81	c conflicts		: 2209129
1800.19/923.81	c decisions		: 21873539
1800.19/923.81	c propagations		: 749001717
1800.19/923.81	c inspects		: 2815394998
1800.19/923.81	c shortcuts		: 0
1800.19/923.81	c learnt literals	: 47
1800.19/923.81	c learnt binary clauses	: 77086
1800.19/923.81	c learnt ternary clauses	: 93861
1800.19/923.81	c learnt constraints	: 2209081
1800.19/923.81	c ignored constraints	: 0
1800.19/923.81	c root simplifications	: 0
1800.19/923.81	c removed literals (reason simplification)	: 50913109
1800.19/923.81	c reason swapping (by a shorter reason)	: 0
1800.19/923.81	c Calls to reduceDB	: 62
1800.19/923.81	c number of reductions to clauses (during analyze)	: 0
1800.19/923.81	c number of learned constraints concerned by reduction	: 0
1800.19/923.81	c number of learning phase by resolution	: 0
1800.19/923.81	c number of learning phase by cutting planes	: 0
1800.19/923.81	c speed (assignments/second)	: 811224.2385448685
1800.19/923.81	c non guided choices	9485
1800.19/923.84	c learnt constraints type 
1800.19/923.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 77086
1800.19/923.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20082
1800.19/923.84	c constraints type 
1800.19/923.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5781
1800.19/923.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1800.19/923.84	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.19/923.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1326
1800.19/923.84	c 7212 constraints processed.
1800.19/923.84	c constraints type 
1800.19/923.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1326
1800.19/923.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5781
1800.19/923.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1800.19/923.84	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.19/923.84	c 7212 constraints processed.
1800.19/923.84	s UNKNOWN
1800.19/923.84	c Total wall clock time (in seconds): 923.718

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-3689644-1337883910/watcher-3689644-1337883910 -o /tmp/evaluation-result-3689644-1337883910/solver-3689644-1337883910 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689644-1337883910.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.69 3.58 3.60 4/197 26800
/proc/meminfo: memFree=26129016/32873844 swapFree=7104/7104
[pid=26800] ppid=26798 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/26800/stat : 26800 (java) D 26798 26800 21231 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 254516699 2560000 46 33554432000 1073741824 1073778376 140733381561120 140733381558248 272877317415 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26800/statm: 625 46 37 9 0 29 0

[startup+0.0645431 s]
/proc/loadavg: 3.69 3.58 3.60 4/197 26800
/proc/meminfo: memFree=26129016/32873844 swapFree=7104/7104
[pid=26800] ppid=26798 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/26800/stat : 26800 (java) S 26798 26800 21231 0 -1 4202496 3074 0 1 0 2 0 0 0 20 0 13 0 254516699 9446973440 3772 33554432000 1073741824 1073778376 140736530757376 140736530748512 272889839677 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26800/statm: 2306390 3772 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100309 s]
/proc/loadavg: 3.69 3.58 3.60 4/197 26800
/proc/meminfo: memFree=26129016/32873844 swapFree=7104/7104
[pid=26800] ppid=26798 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26800/stat : 26800 (java) S 26798 26800 21231 0 -1 4202496 4144 0 1 0 7 1 0 0 20 0 18 0 254516699 9787813888 5344 33554432000 1073741824 1073778376 140736530757376 140736530748512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26800/statm: 2389603 5347 2074 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300291 s]
/proc/loadavg: 3.69 3.58 3.60 4/197 26800
/proc/meminfo: memFree=26129016/32873844 swapFree=7104/7104
[pid=26800] ppid=26798 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/26800/stat : 26800 (java) S 26798 26800 21231 0 -1 4202496 7375 0 1 0 52 2 0 0 20 0 18 0 254516699 9787813888 9784 33554432000 1073741824 1073778376 140736530757376 140736530748512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26800/statm: 2389603 9784 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700196 s]
/proc/loadavg: 3.69 3.58 3.60 4/197 26800
/proc/meminfo: memFree=26129016/32873844 swapFree=7104/7104
[pid=26800] ppid=26798 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/26800/stat : 26800 (java) S 26798 26800 21231 0 -1 4202496 15042 0 1 0 182 5 0 0 20 0 22 0 254516699 10060460032 23837 33554432000 1073741824 1073778376 140736530757376 140736530748512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26800/statm: 2456167 23837 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9824668

[startup+1.50084 s]
/proc/loadavg: 3.69 3.58 3.60 5/219 26822
/proc/meminfo: memFree=26039904/32873844 swapFree=7104/7104
[pid=26800] ppid=26798 vsize=9824668 CPUtime=4.16 cores=1,3,5,7
/proc/26800/stat : 26800 (java) S 26798 26800 21231 0 -1 4202496 17785 0 1 0 410 6 0 0 20 0 22 0 254516699 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140736530748512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26800/statm: 2456167 36729 2262 9 0 2446860 0
[pid=26800/tid=26802] ppid=26798 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/26800/task/26802/stat : 26802 (java) S 26798 26800 21231 0 -1 4202560 2472 0 1 0 43 2 0 0 20 0 22 0 254516700 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048628536312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26803] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26803/stat : 26803 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516702 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048617597992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26804] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26804/stat : 26804 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516702 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048470850472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26805] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26805/stat : 26805 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516702 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048469797672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26806] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26806/stat : 26806 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516702 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048468744872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26807] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26807/stat : 26807 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516702 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048467692072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26808] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26808/stat : 26808 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516702 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048466639272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26809] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26809/stat : 26809 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516702 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048465586472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26810] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26810/stat : 26810 (java) S 26798 26800 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254516702 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048464533672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26811] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26811/stat : 26811 (java) S 26798 26800 21231 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254516703 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048452336616 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26812] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26812/stat : 26812 (java) S 26798 26800 21231 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254516703 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048451282680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26813] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26813/stat : 26813 (java) S 26798 26800 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254516703 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048450229768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26814] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26814/stat : 26814 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516706 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048449178256 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26815] ppid=26798 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/26800/task/26815/stat : 26815 (java) S 26798 26800 21231 0 -1 4202560 8025 0 0 0 84 2 0 0 20 0 22 0 254516706 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048448125368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26816] ppid=26798 vsize=9824668 CPUtime=0.82 cores=1,3,5,7
/proc/26800/task/26816/stat : 26816 (java) S 26798 26800 21231 0 -1 4202560 5959 0 0 0 80 2 0 0 20 0 22 0 254516706 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048447072568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26817] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26817/stat : 26817 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516706 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048446019960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26818] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26818/stat : 26818 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516706 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048444967368 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26819] ppid=26798 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/26800/task/26819/stat : 26819 (java) R 26798 26800 21231 0 -1 4202560 24 0 0 0 98 0 0 0 20 0 22 0 254516749 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048443911512 140048499245231 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26820] ppid=26798 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/26800/task/26820/stat : 26820 (java) R 26798 26800 21231 0 -1 4202560 104 0 0 0 97 1 0 0 20 0 22 0 254516749 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048442860264 140048630726280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26821] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26821/stat : 26821 (java) S 26798 26800 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254516751 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048441808296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26822] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26822/stat : 26822 (java) S 26798 26800 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516751 10060460032 36729 33554432000 1073741824 1073778376 140736530757376 140048440755496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9824668

[startup+3.10086 s]
/proc/loadavg: 3.71 3.59 3.60 5/219 26822
/proc/meminfo: memFree=25938312/32873844 swapFree=7104/7104
[pid=26800] ppid=26798 vsize=9824668 CPUtime=7.84 cores=1,3,5,7
/proc/26800/stat : 26800 (java) S 26798 26800 21231 0 -1 4202496 20015 0 1 0 773 11 0 0 20 0 22 0 254516699 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140736530748512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26800/statm: 2456167 56046 2286 9 0 2446860 0
[pid=26800/tid=26802] ppid=26798 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/26800/task/26802/stat : 26802 (java) S 26798 26800 21231 0 -1 4202560 2473 0 1 0 43 2 0 0 20 0 22 0 254516700 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048628536312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26803] ppid=26798 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26800/task/26803/stat : 26803 (java) S 26798 26800 21231 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254516702 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048617597992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26804] ppid=26798 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26800/task/26804/stat : 26804 (java) S 26798 26800 21231 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 254516702 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048470850472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26805] ppid=26798 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26800/task/26805/stat : 26805 (java) S 26798 26800 21231 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254516702 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048469797672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26806] ppid=26798 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26800/task/26806/stat : 26806 (java) S 26798 26800 21231 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254516702 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048468744872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26807] ppid=26798 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26800/task/26807/stat : 26807 (java) S 26798 26800 21231 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 254516702 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048467692072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26808] ppid=26798 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26800/task/26808/stat : 26808 (java) S 26798 26800 21231 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254516702 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048466639272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26809] ppid=26798 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26800/task/26809/stat : 26809 (java) S 26798 26800 21231 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254516702 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048465586472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26810] ppid=26798 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26800/task/26810/stat : 26810 (java) S 26798 26800 21231 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 254516702 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048464533672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26811] ppid=26798 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/26800/task/26811/stat : 26811 (java) S 26798 26800 21231 0 -1 4202560 103 0 0 0 9 0 0 0 20 0 22 0 254516703 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048452336616 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26812] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26812/stat : 26812 (java) S 26798 26800 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254516703 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048451282680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26813] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26813/stat : 26813 (java) S 26798 26800 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516703 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048450229768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26814] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26814/stat : 26814 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516706 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048449178256 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26815] ppid=26798 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/26800/task/26815/stat : 26815 (java) S 26798 26800 21231 0 -1 4202560 10049 0 0 0 110 2 0 0 20 0 22 0 254516706 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048448125368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26816] ppid=26798 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/26800/task/26816/stat : 26816 (java) S 26798 26800 21231 0 -1 4202560 5964 0 0 0 103 2 0 0 20 0 22 0 254516706 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048447072568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26817] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26817/stat : 26817 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516706 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048446019960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26818] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26818/stat : 26818 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516706 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048444967368 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26819] ppid=26798 vsize=9824668 CPUtime=2.4 cores=1,3,5,7
/proc/26800/task/26819/stat : 26819 (java) R 26798 26800 21231 0 -1 4202560 25 0 0 0 240 0 0 0 20 0 22 0 254516749 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048443913304 140048499244572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26820] ppid=26798 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/26800/task/26820/stat : 26820 (java) R 26798 26800 21231 0 -1 4202560 119 0 0 0 240 2 0 0 20 0 22 0 254516749 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048442858336 140048499441190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26821] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26821/stat : 26821 (java) S 26798 26800 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254516751 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048441808296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26822] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26822/stat : 26822 (java) S 26798 26800 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516751 10060460032 56046 33554432000 1073741824 1073778376 140736530757376 140048440755496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 3.71 3.59 3.60 5/219 26822
/proc/meminfo: memFree=25733584/32873844 swapFree=7104/7104
[pid=26800] ppid=26798 vsize=9824668 CPUtime=14.15 cores=1,3,5,7
/proc/26800/stat : 26800 (java) S 26798 26800 21231 0 -1 4202496 20380 0 1 0 1394 21 0 0 20 0 22 0 254516699 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140736530748512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26800/statm: 2456167 128900 2286 9 0 2446860 0
[pid=26800/tid=26802] ppid=26798 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/26800/task/26802/stat : 26802 (java) S 26798 26800 21231 0 -1 4202560 2473 0 1 0 43 2 0 0 20 0 22 0 254516700 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048628536312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26803] ppid=26798 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26800/task/26803/stat : 26803 (java) S 26798 26800 21231 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 254516702 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048617597992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26804] ppid=26798 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26800/task/26804/stat : 26804 (java) S 26798 26800 21231 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 254516702 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048470850472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26805] ppid=26798 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26800/task/26805/stat : 26805 (java) S 26798 26800 21231 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 22 0 254516702 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048469797672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26806] ppid=26798 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26800/task/26806/stat : 26806 (java) S 26798 26800 21231 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 22 0 254516702 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048468744872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26807] ppid=26798 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26800/task/26807/stat : 26807 (java) S 26798 26800 21231 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 22 0 254516702 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048467692072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26808] ppid=26798 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26800/task/26808/stat : 26808 (java) S 26798 26800 21231 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 254516702 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048466639272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26809] ppid=26798 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26800/task/26809/stat : 26809 (java) S 26798 26800 21231 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254516702 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048465586472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26810] ppid=26798 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26800/task/26810/stat : 26810 (java) S 26798 26800 21231 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 22 0 254516702 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048464533672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26811] ppid=26798 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/26800/task/26811/stat : 26811 (java) S 26798 26800 21231 0 -1 4202560 262 0 0 0 33 0 0 0 20 0 22 0 254516703 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048452336616 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26812] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26812/stat : 26812 (java) S 26798 26800 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254516703 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048451282680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26813] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26813/stat : 26813 (java) S 26798 26800 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516703 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048450229768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26814] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26814/stat : 26814 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516706 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048449178256 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26815] ppid=26798 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/26800/task/26815/stat : 26815 (java) S 26798 26800 21231 0 -1 4202560 10049 0 0 0 111 2 0 0 20 0 22 0 254516706 10060460032 128900 33554432000 1073741824 1073778376 140736530757376 140048448125368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/26800/statm: 2456167 919024 2287 9 0 2446860 0
[pid=26800/tid=26802] ppid=26798 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/26800/task/26802/stat : 26802 (java) S 26798 26800 21231 0 -1 4202560 2515 0 1 0 47 3 0 0 20 0 22 0 254516700 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048628536312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26803] ppid=26798 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/26800/task/26803/stat : 26803 (java) S 26798 26800 21231 0 -1 4202560 474 0 0 0 201 9 0 0 20 0 22 0 254516702 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048617597992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26804] ppid=26798 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/26800/task/26804/stat : 26804 (java) S 26798 26800 21231 0 -1 4202560 252 0 0 0 191 11 0 0 20 0 22 0 254516702 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048470850472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26805] ppid=26798 vsize=9824668 CPUtime=2.11 cores=1,3,5,7
/proc/26800/task/26805/stat : 26805 (java) S 26798 26800 21231 0 -1 4202560 377 0 0 0 201 10 0 0 20 0 22 0 254516702 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048469797672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26806] ppid=26798 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/26800/task/26806/stat : 26806 (java) S 26798 26800 21231 0 -1 4202560 444 0 0 0 212 10 0 0 20 0 22 0 254516702 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048468744872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26807] ppid=26798 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/26800/task/26807/stat : 26807 (java) S 26798 26800 21231 0 -1 4202560 291 0 0 0 215 11 0 0 20 0 22 0 254516702 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048467692072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26808] ppid=26798 vsize=9824668 CPUtime=2.16 cores=1,3,5,7
/proc/26800/task/26808/stat : 26808 (java) S 26798 26800 21231 0 -1 4202560 439 0 0 0 207 9 0 0 20 0 22 0 254516702 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048466639272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26809] ppid=26798 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/26800/task/26809/stat : 26809 (java) S 26798 26800 21231 0 -1 4202560 290 0 0 0 202 11 0 0 20 0 22 0 254516702 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048465586472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26810] ppid=26798 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/26800/task/26810/stat : 26810 (java) S 26798 26800 21231 0 -1 4202560 355 0 0 0 211 11 0 0 20 0 22 0 254516702 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048464533672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26811] ppid=26798 vsize=9824668 CPUtime=52.29 cores=1,3,5,7
/proc/26800/task/26811/stat : 26811 (java) S 26798 26800 21231 0 -1 4202560 3772 0 0 0 5209 20 0 0 20 0 22 0 254516703 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048452336616 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26812] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26812/stat : 26812 (java) S 26798 26800 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254516703 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048451282680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26813] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26813/stat : 26813 (java) S 26798 26800 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516703 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048450229768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26814] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26814/stat : 26814 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516706 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048449178256 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26815] ppid=26798 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/26800/task/26815/stat : 26815 (java) S 26798 26800 21231 0 -1 4202560 10059 0 0 0 120 2 0 0 20 0 22 0 254516706 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048448125368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26816] ppid=26798 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/26800/task/26816/stat : 26816 (java) S 26798 26800 21231 0 -1 4202560 10559 0 0 0 166 4 0 0 20 0 22 0 254516706 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048447072568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26817] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26817/stat : 26817 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516706 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048446019960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26818] ppid=26798 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/26800/task/26818/stat : 26818 (java) S 26798 26800 21231 0 -1 4202560 47 0 0 0 17 18 0 0 20 0 22 0 254516706 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048444967368 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26819] ppid=26798 vsize=9824668 CPUtime=762.69 cores=1,3,5,7
/proc/26800/task/26819/stat : 26819 (java) R 26798 26800 21231 0 -1 4202560 99 0 0 0 76256 13 0 0 20 0 22 0 254516749 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048443913184 140048499319734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26820] ppid=26798 vsize=9824668 CPUtime=762.63 cores=1,3,5,7
/proc/26800/task/26820/stat : 26820 (java) R 26798 26800 21231 0 -1 4202560 1230 0 0 0 76209 54 0 0 20 0 22 0 254516749 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048442858432 140048499033343 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26821] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26821/stat : 26821 (java) S 26798 26800 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254516751 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048441808296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26822] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26822/stat : 26822 (java) S 26798 26800 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516751 10060460032 919024 33554432000 1073741824 1073778376 140736530757376 140048440755496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1602.62
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.85 3.85 3.76 5/219 26891
/proc/meminfo: memFree=21990120/32873844 swapFree=7104/7104
[pid=26800] ppid=26798 vsize=9824668 CPUtime=1721.12 cores=1,3,5,7
/proc/26800/stat : 26800 (java) S 26798 26800 21231 0 -1 4202496 32447 0 1 0 171936 176 0 0 20 0 22 0 254516699 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140736530748512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26800/statm: 2456167 925190 2287 9 0 2446860 0
[pid=26800/tid=26802] ppid=26798 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/26800/task/26802/stat : 26802 (java) S 26798 26800 21231 0 -1 4202560 2516 0 1 0 47 3 0 0 20 0 22 0 254516700 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048628536312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26803] ppid=26798 vsize=9824668 CPUtime=2.11 cores=1,3,5,7
/proc/26800/task/26803/stat : 26803 (java) S 26798 26800 21231 0 -1 4202560 476 0 0 0 202 9 0 0 20 0 22 0 254516702 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048617597992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26804] ppid=26798 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/26800/task/26804/stat : 26804 (java) S 26798 26800 21231 0 -1 4202560 256 0 0 0 196 11 0 0 20 0 22 0 254516702 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048470850472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26805] ppid=26798 vsize=9824668 CPUtime=2.12 cores=1,3,5,7
/proc/26800/task/26805/stat : 26805 (java) S 26798 26800 21231 0 -1 4202560 377 0 0 0 202 10 0 0 20 0 22 0 254516702 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048469797672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26806] ppid=26798 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/26800/task/26806/stat : 26806 (java) S 26798 26800 21231 0 -1 4202560 448 0 0 0 215 10 0 0 20 0 22 0 254516702 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048468744872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26807] ppid=26798 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/26800/task/26807/stat : 26807 (java) S 26798 26800 21231 0 -1 4202560 300 0 0 0 217 11 0 0 20 0 22 0 254516702 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048467692072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26808] ppid=26798 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/26800/task/26808/stat : 26808 (java) S 26798 26800 21231 0 -1 4202560 442 0 0 0 208 9 0 0 20 0 22 0 254516702 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048466639272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26809] ppid=26798 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/26800/task/26809/stat : 26809 (java) S 26798 26800 21231 0 -1 4202560 292 0 0 0 203 11 0 0 20 0 22 0 254516702 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048465586472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26810] ppid=26798 vsize=9824668 CPUtime=2.27 cores=1,3,5,7
/proc/26800/task/26810/stat : 26810 (java) S 26798 26800 21231 0 -1 4202560 355 0 0 0 216 11 0 0 20 0 22 0 254516702 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048464533672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26811] ppid=26798 vsize=9824668 CPUtime=53.86 cores=1,3,5,7
/proc/26800/task/26811/stat : 26811 (java) S 26798 26800 21231 0 -1 4202560 3799 0 0 0 5366 20 0 0 20 0 22 0 254516703 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048452336616 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26812] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26812/stat : 26812 (java) S 26798 26800 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254516703 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048451282680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26813] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26813/stat : 26813 (java) S 26798 26800 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516703 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048450229768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26814] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26814/stat : 26814 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516706 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048449178256 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26815] ppid=26798 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/26800/task/26815/stat : 26815 (java) S 26798 26800 21231 0 -1 4202560 10059 0 0 0 120 2 0 0 20 0 22 0 254516706 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048448125368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26816] ppid=26798 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/26800/task/26816/stat : 26816 (java) S 26798 26800 21231 0 -1 4202560 10559 0 0 0 166 4 0 0 20 0 22 0 254516706 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048447072568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26817] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26817/stat : 26817 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516706 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048446019960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26818] ppid=26798 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/26800/task/26818/stat : 26818 (java) S 26798 26800 21231 0 -1 4202560 51 0 0 0 18 19 0 0 20 0 22 0 254516706 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048444967368 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26819] ppid=26798 vsize=9824668 CPUtime=820.89 cores=1,3,5,7
/proc/26800/task/26819/stat : 26819 (java) R 26798 26800 21231 0 -1 4202560 99 0 0 0 82075 14 0 0 20 0 22 0 254516749 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048443913184 140048499337282 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26820] ppid=26798 vsize=9824668 CPUtime=820.86 cores=1,3,5,7
/proc/26800/task/26820/stat : 26820 (java) R 26798 26800 21231 0 -1 4202560 1230 0 0 0 82031 55 0 0 20 0 22 0 254516749 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048442858432 140048499517344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26821] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26821/stat : 26821 (java) S 26798 26800 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254516751 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048441808296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26822] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26822/stat : 26822 (java) S 26798 26800 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516751 10060460032 925190 33554432000 1073741824 1073778376 140736530757376 140048440755496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1721.12
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.801 s]
/proc/loadavg: 3.93 3.87 3.77 5/220 26894
/proc/meminfo: memFree=21989368/32873844 swapFree=7104/7104
[pid=26800] ppid=26798 vsize=9824668 CPUtime=1800.19 cores=1,3,5,7
/proc/26800/stat : 26800 (java) S 26798 26800 21231 0 -1 4202496 32532 0 1 0 179841 178 0 0 20 0 22 0 254516699 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140736530748512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26800/statm: 2456167 925241 2287 9 0 2446860 0
[pid=26800/tid=26802] ppid=26798 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/26800/task/26802/stat : 26802 (java) S 26798 26800 21231 0 -1 4202560 2518 0 1 0 47 3 0 0 20 0 22 0 254516700 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048628536312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26803] ppid=26798 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/26800/task/26803/stat : 26803 (java) S 26798 26800 21231 0 -1 4202560 488 0 0 0 206 9 0 0 20 0 22 0 254516702 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048617597992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26804] ppid=26798 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/26800/task/26804/stat : 26804 (java) S 26798 26800 21231 0 -1 4202560 256 0 0 0 202 11 0 0 20 0 22 0 254516702 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048470850472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26805] ppid=26798 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/26800/task/26805/stat : 26805 (java) S 26798 26800 21231 0 -1 4202560 389 0 0 0 205 10 0 0 20 0 22 0 254516702 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048469797672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26806] ppid=26798 vsize=9824668 CPUtime=2.27 cores=1,3,5,7
/proc/26800/task/26806/stat : 26806 (java) S 26798 26800 21231 0 -1 4202560 451 0 0 0 217 10 0 0 20 0 22 0 254516702 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048468744872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26807] ppid=26798 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/26800/task/26807/stat : 26807 (java) S 26798 26800 21231 0 -1 4202560 302 0 0 0 220 11 0 0 20 0 22 0 254516702 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048467692072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26808] ppid=26798 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/26800/task/26808/stat : 26808 (java) S 26798 26800 21231 0 -1 4202560 448 0 0 0 211 9 0 0 20 0 22 0 254516702 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048466639272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26809] ppid=26798 vsize=9824668 CPUtime=2.23 cores=1,3,5,7
/proc/26800/task/26809/stat : 26809 (java) S 26798 26800 21231 0 -1 4202560 298 0 0 0 212 11 0 0 20 0 22 0 254516702 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048465586472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26810] ppid=26798 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/26800/task/26810/stat : 26810 (java) S 26798 26800 21231 0 -1 4202560 363 0 0 0 222 11 0 0 20 0 22 0 254516702 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048464533672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26811] ppid=26798 vsize=9824668 CPUtime=57.95 cores=1,3,5,7
/proc/26800/task/26811/stat : 26811 (java) S 26798 26800 21231 0 -1 4202560 3831 0 0 0 5774 21 0 0 20 0 22 0 254516703 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048452336616 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26812] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26812/stat : 26812 (java) S 26798 26800 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254516703 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048451282680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26813] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26813/stat : 26813 (java) S 26798 26800 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516703 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048450229768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26814] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26814/stat : 26814 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516706 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048449178256 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26815] ppid=26798 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/26800/task/26815/stat : 26815 (java) S 26798 26800 21231 0 -1 4202560 10059 0 0 0 120 2 0 0 20 0 22 0 254516706 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048448125368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26816] ppid=26798 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/26800/task/26816/stat : 26816 (java) S 26798 26800 21231 0 -1 4202560 10559 0 0 0 166 4 0 0 20 0 22 0 254516706 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048447072568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26800/tid=26817] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26817/stat : 26817 (java) S 26798 26800 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516706 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048446019960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26818] ppid=26798 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/26800/task/26818/stat : 26818 (java) S 26798 26800 21231 0 -1 4202560 53 0 0 0 18 20 0 0 20 0 22 0 254516706 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048444967368 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26800/tid=26819] ppid=26798 vsize=9824668 CPUtime=858.1 cores=1,3,5,7
/proc/26800/task/26819/stat : 26819 (java) R 26798 26800 21231 0 -1 4202560 99 0 0 0 85794 16 0 0 20 0 22 0 254516749 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048443913184 140048499319434 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26820] ppid=26798 vsize=9824668 CPUtime=858.07 cores=1,3,5,7
/proc/26800/task/26820/stat : 26820 (java) R 26798 26800 21231 0 -1 4202560 1230 0 0 0 85751 56 0 0 20 0 22 0 254516749 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048442858432 140048499517373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26800/tid=26821] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26821/stat : 26821 (java) S 26798 26800 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254516751 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048441808296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26800/tid=26822] ppid=26798 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26800/task/26822/stat : 26822 (java) S 26798 26800 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516751 10060460032 925241 33554432000 1073741824 1073778376 140736530757376 140048440755496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 26800 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=928281
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=211663
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 923.875
CPU time (s): 1800.19
CPU user time (s): 1798.41
CPU system time (s): 1.78
CPU usage (%): 194.852
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.93
system time used= 2.21166
maximum resident set size= 3701088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32565
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24773
involuntary context switches= 34211

runsolver used 3.58045 second user time and 8.88365 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-24 20:25:10
IDJOB=3689644
IDBENCH=90138
IDSOLVER=2268
FILE ID=node119/3689644-1337883910
RUNJOBID= node119-1337871880-21248
PBS_JOBID= 14620085
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 34d84c84a6977bf98000135522032f88
RANDOM SEED=1379379950

node119.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.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.88
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.943
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.943
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.93
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.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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.93
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.943
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.92
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.943
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		: 2666.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26129396 kB
Buffers:          213964 kB
Cached:          2811896 kB
SwapCached:            0 kB
Active:          3315804 kB
Inactive:        2658972 kB
Active(anon):    2951380 kB
Inactive(anon):        0 kB
Active(file):     364424 kB
Inactive(file):  2658972 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               896 kB
Writeback:             0 kB
AnonPages:       2956004 kB
Mapped:            21712 kB
Shmem:               200 kB
Slab:             626812 kB
SReclaimable:      69180 kB
SUnreclaim:       557632 kB
KernelStack:        1616 kB
PageTables:         9640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3478420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2895872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node119 at 2012-05-24 20:40:36