Trace number 3742418

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.96 900.873

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K177.opb
MD5SUM8e674dc671e8e6c3e0a48d5fff5f7edd
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 variables21063
Total number of constraints21419
Number of constraints which are clauses21242
Number of constraints which are cardinality constraints (but not clauses)177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint177
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 178
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.2.0.v20100531
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		1349517296
0.06/0.10	c Max memory 		1356595200
0.06/0.10	c Total memory 		1356595200
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3742418-1338786753.opb
0.06/0.13	c reading problem ... 
1.18/0.68	c ... done. Wall clock time 0.542s.
1.18/0.68	c #vars     21063
1.18/0.68	c #constraints  21419
1.18/0.68	c constraints type 
1.18/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18952
1.18/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 177
1.18/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2288
1.18/0.68	c constraints type 
1.18/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2288
1.18/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18952
1.18/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 177
8.68/3.63	c cleaning 2480 clauses out of 4994 with flag 5000/5000
15.45/6.93	c cleaning 4183 clauses out of 8510 with flag 11000/11000
23.63/11.04	c cleaning 5484 clauses out of 11326 with flag 18001/18001
33.51/15.93	c cleaning 6787 clauses out of 13833 with flag 26000/26000
44.76/21.58	c cleaning 7741 clauses out of 16034 with flag 35001/35001
57.59/27.94	c cleaning 8848 clauses out of 18283 with flag 45000/45000
71.23/34.73	c cleaning 9872 clauses out of 20433 with flag 56000/56000
86.89/42.52	c cleaning 10991 clauses out of 22560 with flag 68004/68004
105.62/51.93	c cleaning 12172 clauses out of 24562 with flag 81001/81001
124.61/61.42	c cleaning 12920 clauses out of 26386 with flag 95000/95000
145.61/71.94	c cleaning 13995 clauses out of 28466 with flag 110000/110000
167.42/82.82	c cleaning 14731 clauses out of 30467 with flag 126000/126000
190.97/94.68	c cleaning 15913 clauses out of 32734 with flag 143000/143000
215.95/107.14	c cleaning 17314 clauses out of 34818 with flag 161000/161000
254.62/126.50	c cleaning 17903 clauses out of 36501 with flag 180000/180000
283.49/140.82	c cleaning 18750 clauses out of 38598 with flag 200000/200000
316.21/157.24	c cleaning 19878 clauses out of 40844 with flag 221000/221000
347.78/173.01	c cleaning 20853 clauses out of 42967 with flag 243001/243001
379.79/189.10	c cleaning 21355 clauses out of 44110 with flag 265000/265000
413.85/206.02	c cleaning 21794 clauses out of 44755 with flag 287001/287001
443.69/221.06	c cleaning 21603 clauses out of 44963 with flag 309004/309004
480.69/239.50	c cleaning 20708 clauses out of 45356 with flag 331001/331001
511.64/255.05	c cleaning 20709 clauses out of 46646 with flag 353000/353000
548.15/273.35	c cleaning 20280 clauses out of 47937 with flag 375001/375001
600.94/299.70	c cleaning 20826 clauses out of 49652 with flag 397000/397000
634.67/316.63	c cleaning 20276 clauses out of 50820 with flag 419000/419000
670.57/334.63	c cleaning 20397 clauses out of 52543 with flag 441000/441000
726.60/362.66	c cleaning 20550 clauses out of 54146 with flag 463000/463000
761.24/380.06	c cleaning 20662 clauses out of 55596 with flag 485000/485000
791.15/395.05	c cleaning 20740 clauses out of 56936 with flag 507002/507002
823.47/411.23	c cleaning 20414 clauses out of 58196 with flag 529002/529002
856.83/427.99	c cleaning 20518 clauses out of 59778 with flag 551000/551000
888.30/443.78	c cleaning 21045 clauses out of 61259 with flag 573000/573000
924.50/461.90	c cleaning 20304 clauses out of 62214 with flag 595000/595000
957.73/478.45	c cleaning 21137 clauses out of 63909 with flag 617000/617000
988.64/493.97	c cleaning 20432 clauses out of 64772 with flag 639000/639000
1001.79/500.72	c cleaning 0 clauses out of 5001 with flag 0/5001
1048.43/523.91	c cleaning 20917 clauses out of 66340 with flag 661000/661000
1086.26/542.92	c cleaning 20943 clauses out of 67423 with flag 683000/683000
1128.38/564.00	c cleaning 20803 clauses out of 68478 with flag 705000/705000
1165.07/582.51	c cleaning 20814 clauses out of 69676 with flag 727001/727001
1204.19/602.17	c cleaning 20519 clauses out of 70865 with flag 749004/749004
1238.46/619.39	c cleaning 20992 clauses out of 72342 with flag 771001/771001
1276.01/638.20	c cleaning 20341 clauses out of 73347 with flag 793000/793000
1309.64/655.23	c cleaning 20497 clauses out of 75008 with flag 815002/815002
1351.10/676.06	c cleaning 20668 clauses out of 76513 with flag 837004/837004
1433.14/717.00	c cleaning 21380 clauses out of 77842 with flag 859001/859001
1499.99/750.41	c cleaning 21146 clauses out of 78463 with flag 881002/881002
1546.30/773.78	c cleaning 20467 clauses out of 79315 with flag 903000/903000
1578.74/790.04	c cleaning 20386 clauses out of 80850 with flag 925002/925002
1647.66/824.37	c cleaning 21302 clauses out of 82462 with flag 947000/947000
1685.74/843.44	c cleaning 20633 clauses out of 83160 with flag 969000/969000
1748.94/875.17	c cleaning 21409 clauses out of 84527 with flag 991000/991000
1800.16/900.82	c starts		: 171
1800.16/900.82	c conflicts		: 1002350
1800.16/900.82	c decisions		: 41759772
1800.16/900.82	c propagations		: 826780940
1800.16/900.82	c inspects		: 1584179999
1800.16/900.82	c learnt literals	: 100
1800.16/900.82	c learnt binary clauses	: 55233
1800.16/900.82	c learnt ternary clauses	: 58986
1800.16/900.82	c learnt clauses	: 1002250
1800.16/900.82	c ignored clauses	: 0
1800.16/900.82	c root simplifications	: 0
1800.16/900.82	c removed literals (reason simplification)	: 8335976
1800.16/900.82	c reason swapping (by a shorter reason)	: 0
1800.16/900.82	c Calls to reduceDB	: 52
1800.16/900.82	c number of reductions to clauses (during analyze)	: 0
1800.16/900.82	c number of learned constraints concerned by reduction	: 0
1800.16/900.82	c number of learning phase by resolution	: 0
1800.16/900.82	c number of learning phase by cutting planes	: 0
1800.16/900.82	c speed (assignments/second)	: 918502.772901993
1800.16/900.82	c non guided choices	64992
1800.16/900.85	c learnt constraints type 
1800.16/900.85	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19249
1800.16/900.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55234
1800.16/900.85	c constraints type 
1800.16/900.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18952
1800.16/900.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 177
1800.16/900.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2288
1800.16/900.85	c constraints type 
1800.16/900.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2288
1800.16/900.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18952
1800.16/900.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 177
1800.16/900.85	s UNKNOWN
1800.16/900.85	c Total wall clock time (in seconds): 900.72

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-3742418-1338786753/watcher-3742418-1338786753 -o /tmp/evaluation-result-3742418-1338786753/solver-3742418-1338786753 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742418-1338786753.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.77 3.90 3.85 4/199 24891
/proc/meminfo: memFree=27823436/32873844 swapFree=7380/7380
[pid=24891] ppid=24889 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/24891/stat : 24891 (java6) D 24889 24891 24174 0 -1 4202496 95 0 0 0 0 0 0 0 20 0 1 0 344800112 2560000 47 33554432000 1073741824 1073778376 140736302099792 140736302096920 215134334247 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/24891/statm: 625 47 37 9 0 29 0

[startup+0.0361831 s]
/proc/loadavg: 3.77 3.90 3.85 4/199 24891
/proc/meminfo: memFree=27823436/32873844 swapFree=7380/7380
[pid=24891] ppid=24889 vsize=2156296 CPUtime=0.01 cores=1,3,5,7
/proc/24891/stat : 24891 (java) S 24889 24891 24174 0 -1 4202496 2848 0 1 0 0 1 0 0 20 0 10 0 344800112 2208047104 3038 33554432000 1073741824 1073778376 140733301184112 140733301175248 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24891/statm: 539074 3052 1023 9 0 530183 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2156296

[startup+0.100297 s]
/proc/loadavg: 3.77 3.90 3.85 4/199 24891
/proc/meminfo: memFree=27823436/32873844 swapFree=7380/7380
[pid=24891] ppid=24889 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/24891/stat : 24891 (java) S 24889 24891 24174 0 -1 4202496 3898 0 1 0 5 1 0 0 20 0 18 0 344800112 2764726272 5616 33554432000 1073741824 1073778376 140733301184112 140733301175248 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24891/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300275 s]
/proc/loadavg: 3.77 3.90 3.85 4/199 24891
/proc/meminfo: memFree=27823436/32873844 swapFree=7380/7380
[pid=24891] ppid=24889 vsize=2699928 CPUtime=0.51 cores=1,3,5,7
/proc/24891/stat : 24891 (java) S 24889 24891 24174 0 -1 4202496 7675 0 1 0 49 2 0 0 20 0 18 0 344800112 2764726272 11080 33554432000 1073741824 1073778376 140733301184112 140733301175248 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24891/statm: 674982 11080 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700165 s]
/proc/loadavg: 3.77 3.90 3.85 4/199 24891
/proc/meminfo: memFree=27823436/32873844 swapFree=7380/7380
[pid=24891] ppid=24889 vsize=2833056 CPUtime=1.36 cores=1,3,5,7
/proc/24891/stat : 24891 (java) S 24889 24891 24174 0 -1 4202496 13281 0 1 0 131 5 0 0 20 0 20 0 344800112 2901049344 45356 33554432000 1073741824 1073778376 140733301184112 140733301175248 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24891/statm: 708264 45356 2245 9 0 698958 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 2833056

[startup+1.50076 s]
/proc/loadavg: 3.77 3.90 3.85 7/221 24913
/proc/meminfo: memFree=27639284/32873844 swapFree=7380/7380
[pid=24891] ppid=24889 vsize=2966184 CPUtime=4.21 cores=1,3,5,7
/proc/24891/stat : 24891 (java) S 24889 24891 24174 0 -1 4202496 21905 0 1 0 411 10 0 0 20 0 22 0 344800112 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 140733301175248 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24891/statm: 741546 77902 2256 9 0 732240 0
[pid=24891/tid=24893] ppid=24889 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/24891/task/24893/stat : 24893 (java) S 24889 24891 24174 0 -1 4202560 2863 0 1 0 60 3 0 0 20 0 22 0 344800114 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746931360920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24894] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24894/stat : 24894 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746915642024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24895] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24895/stat : 24895 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746914589480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24896] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24896/stat : 24896 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746913536936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24897] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24897/stat : 24897 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746912484392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24898] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24898/stat : 24898 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746911430824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24899] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24899/stat : 24899 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746910378280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24900] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24900/stat : 24900 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746909325736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24901] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24901/stat : 24901 (java) S 24889 24891 24174 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746908273192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24902] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24902/stat : 24902 (java) S 24889 24891 24174 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746895862376 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24903] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24903/stat : 24903 (java) S 24889 24891 24174 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746776966776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24904] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24904/stat : 24904 (java) S 24889 24891 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746775914120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24905] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24905/stat : 24905 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800120 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746774862864 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24906] ppid=24889 vsize=2966184 CPUtime=1.07 cores=1,3,5,7
/proc/24891/task/24906/stat : 24906 (java) R 24889 24891 24174 0 -1 4202560 12175 0 0 0 104 3 0 0 20 0 22 0 344800120 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746773786568 139746935448681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24907] ppid=24889 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/24891/task/24907/stat : 24907 (java) S 24889 24891 24174 0 -1 4202560 5515 0 0 0 83 2 0 0 20 0 22 0 344800120 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746772756664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24908] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24908/stat : 24908 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800120 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746771704312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24909] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24909/stat : 24909 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800120 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746770651976 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24910] ppid=24889 vsize=2966184 CPUtime=0.8 cores=1,3,5,7
/proc/24891/task/24910/stat : 24910 (java) R 24889 24891 24174 0 -1 4202560 24 0 0 0 80 0 0 0 20 0 22 0 344800180 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746769597144 139746777716141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24911] ppid=24889 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/24891/task/24911/stat : 24911 (java) R 24889 24891 24174 0 -1 4202560 121 0 0 0 77 2 0 0 20 0 22 0 344800180 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746768544264 139746778115938 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24912] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24912/stat : 24912 (java) S 24889 24891 24174 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344800182 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746767492648 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24913] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24913/stat : 24913 (java) S 24889 24891 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344800182 3037372416 77902 33554432000 1073741824 1073778376 140733301184112 139746766440104 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 2966184

[startup+3.10089 s]
/proc/loadavg: 3.77 3.90 3.85 5/221 24913
/proc/meminfo: memFree=27418276/32873844 swapFree=7380/7380
[pid=24891] ppid=24889 vsize=2966184 CPUtime=7.61 cores=1,3,5,7
/proc/24891/stat : 24891 (java) S 24889 24891 24174 0 -1 4202496 22014 0 1 0 746 15 0 0 20 0 22 0 344800112 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 140733301175248 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24891/statm: 741546 104213 2269 9 0 732240 0
[pid=24891/tid=24893] ppid=24889 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/24891/task/24893/stat : 24893 (java) S 24889 24891 24174 0 -1 4202560 2863 0 1 0 60 3 0 0 20 0 22 0 344800114 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746931360920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24894] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24894/stat : 24894 (java) S 24889 24891 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746915642024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24895] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24895/stat : 24895 (java) S 24889 24891 24174 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746914589480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24896] ppid=24889 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/24891/task/24896/stat : 24896 (java) S 24889 24891 24174 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 344800115 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746913536936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24897] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24897/stat : 24897 (java) S 24889 24891 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746912484392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24898] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24898/stat : 24898 (java) S 24889 24891 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746911430824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24899] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24899/stat : 24899 (java) S 24889 24891 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746910378280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24900] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24900/stat : 24900 (java) S 24889 24891 24174 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746909325736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24901] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24901/stat : 24901 (java) S 24889 24891 24174 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344800115 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746908273192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24902] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24902/stat : 24902 (java) S 24889 24891 24174 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746895862376 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24903] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24903/stat : 24903 (java) S 24889 24891 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746776966776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24904] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24904/stat : 24904 (java) S 24889 24891 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746775914120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24905] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24905/stat : 24905 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800120 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746774862864 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24906] ppid=24889 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/24891/task/24906/stat : 24906 (java) S 24889 24891 24174 0 -1 4202560 12175 0 0 0 115 3 0 0 20 0 22 0 344800120 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746773809208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24907] ppid=24889 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/24891/task/24907/stat : 24907 (java) S 24889 24891 24174 0 -1 4202560 5521 0 0 0 89 2 0 0 20 0 22 0 344800120 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746772756664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24908] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24908/stat : 24908 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800120 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746771704312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24909] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24909/stat : 24909 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800120 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746770651976 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24910] ppid=24889 vsize=2966184 CPUtime=2.37 cores=1,3,5,7
/proc/24891/task/24910/stat : 24910 (java) R 24889 24891 24174 0 -1 4202560 25 0 0 0 237 0 0 0 20 0 22 0 344800180 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746769594952 139746777660259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24911] ppid=24889 vsize=2966184 CPUtime=2.36 cores=1,3,5,7
/proc/24891/task/24911/stat : 24911 (java) R 24889 24891 24174 0 -1 4202560 168 0 0 0 231 5 0 0 20 0 22 0 344800180 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746768542744 139746778061518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24912] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24912/stat : 24912 (java) S 24889 24891 24174 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344800182 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746767492648 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24913] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24913/stat : 24913 (java) S 24889 24891 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344800182 3037372416 104213 33554432000 1073741824 1073778376 140733301184112 139746766440104 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 2966184

[startup+6.30076 s]
/proc/loadavg: 3.79 3.90 3.85 5/221 24913
/proc/meminfo: memFree=27374148/32873844 swapFree=7380/7380
[pid=24891] ppid=24889 vsize=2966184 CPUtime=14.25 cores=1,3,5,7
/proc/24891/stat : 24891 (java) S 24889 24891 24174 0 -1 4202496 22119 0 1 0 1406 19 0 0 20 0 22 0 344800112 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 140733301175248 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24891/statm: 741546 114000 2283 9 0 732240 0
[pid=24891/tid=24893] ppid=24889 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/24891/task/24893/stat : 24893 (java) S 24889 24891 24174 0 -1 4202560 2863 0 1 0 60 3 0 0 20 0 22 0 344800114 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746931360920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24894] ppid=24889 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/24891/task/24894/stat : 24894 (java) S 24889 24891 24174 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 344800115 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746915642024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24895] ppid=24889 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/24891/task/24895/stat : 24895 (java) S 24889 24891 24174 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 344800115 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746914589480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24896] ppid=24889 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/24891/task/24896/stat : 24896 (java) S 24889 24891 24174 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 344800115 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746913536936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24897] ppid=24889 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/24891/task/24897/stat : 24897 (java) S 24889 24891 24174 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 344800115 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746912484392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24898] ppid=24889 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/24891/task/24898/stat : 24898 (java) S 24889 24891 24174 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344800115 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746911430824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24899] ppid=24889 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/24891/task/24899/stat : 24899 (java) S 24889 24891 24174 0 -1 4202560 21 0 0 0 4 1 0 0 20 0 22 0 344800115 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746910378280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24900] ppid=24889 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/24891/task/24900/stat : 24900 (java) S 24889 24891 24174 0 -1 4202560 19 0 0 0 4 1 0 0 20 0 22 0 344800115 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746909325736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24901] ppid=24889 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/24891/task/24901/stat : 24901 (java) S 24889 24891 24174 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 344800115 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746908273192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24902] ppid=24889 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/24891/task/24902/stat : 24902 (java) S 24889 24891 24174 0 -1 4202560 38 0 0 0 5 0 0 0 20 0 22 0 344800117 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746895862376 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24903] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24903/stat : 24903 (java) S 24889 24891 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746776966776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24904] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24904/stat : 24904 (java) S 24889 24891 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746775914120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24905] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24905/stat : 24905 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800120 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746774862864 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24906] ppid=24889 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/24891/task/24906/stat : 24906 (java) S 24889 24891 24174 0 -1 4202560 12180 0 0 0 132 3 0 0 20 0 22 0 344800120 3037372416 114000 33554432000 1073741824 1073778376 140733301184112 139746773809208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=24891/tid=24911] ppid=24889 vsize=2966184 CPUtime=740.47 cores=1,3,5,7
/proc/24891/task/24911/stat : 24911 (java) R 24889 24891 24174 0 -1 4202560 360 0 0 0 74029 18 0 0 20 0 22 0 344800180 3037372416 211512 33554432000 1073741824 1073778376 140733301184112 139746768542624 139746778060977 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24912] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24912/stat : 24912 (java) S 24889 24891 24174 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344800182 3037372416 211512 33554432000 1073741824 1073778376 140733301184112 139746767492648 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24913] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24913/stat : 24913 (java) S 24889 24891 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344800182 3037372416 211512 33554432000 1073741824 1073778376 140733301184112 139746766440104 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1523.32
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.05 3.99 3.91 5/221 24981
/proc/meminfo: memFree=26904512/32873844 swapFree=7380/7380
[pid=24891] ppid=24889 vsize=2966184 CPUtime=1643.62 cores=1,3,5,7
/proc/24891/stat : 24891 (java) S 24889 24891 24174 0 -1 4202496 27156 0 1 0 164230 132 0 0 20 0 22 0 344800112 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 140733301175248 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24891/statm: 741546 217696 2283 9 0 732240 0
[pid=24891/tid=24893] ppid=24889 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/24891/task/24893/stat : 24893 (java) S 24889 24891 24174 0 -1 4202560 2877 0 1 0 61 5 0 0 20 0 22 0 344800114 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746931360920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24894] ppid=24889 vsize=2966184 CPUtime=3.52 cores=1,3,5,7
/proc/24891/task/24894/stat : 24894 (java) S 24889 24891 24174 0 -1 4202560 191 0 0 0 344 8 0 0 20 0 22 0 344800115 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746915642024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24895] ppid=24889 vsize=2966184 CPUtime=3.47 cores=1,3,5,7
/proc/24891/task/24895/stat : 24895 (java) S 24889 24891 24174 0 -1 4202560 177 0 0 0 338 9 0 0 20 0 22 0 344800115 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746914589480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24896] ppid=24889 vsize=2966184 CPUtime=3.41 cores=1,3,5,7
/proc/24891/task/24896/stat : 24896 (java) S 24889 24891 24174 0 -1 4202560 176 0 0 0 334 7 0 0 20 0 22 0 344800115 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746913536936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24897] ppid=24889 vsize=2966184 CPUtime=3.33 cores=1,3,5,7
/proc/24891/task/24897/stat : 24897 (java) S 24889 24891 24174 0 -1 4202560 178 0 0 0 325 8 0 0 20 0 22 0 344800115 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746912484392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24898] ppid=24889 vsize=2966184 CPUtime=3.43 cores=1,3,5,7
/proc/24891/task/24898/stat : 24898 (java) S 24889 24891 24174 0 -1 4202560 153 0 0 0 335 8 0 0 20 0 22 0 344800115 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746911430824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24899] ppid=24889 vsize=2966184 CPUtime=3.4 cores=1,3,5,7
/proc/24891/task/24899/stat : 24899 (java) S 24889 24891 24174 0 -1 4202560 157 0 0 0 334 6 0 0 20 0 22 0 344800115 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746910378280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24900] ppid=24889 vsize=2966184 CPUtime=3.55 cores=1,3,5,7
/proc/24891/task/24900/stat : 24900 (java) S 24889 24891 24174 0 -1 4202560 206 0 0 0 345 10 0 0 20 0 22 0 344800115 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746909325736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24901] ppid=24889 vsize=2966184 CPUtime=3.48 cores=1,3,5,7
/proc/24891/task/24901/stat : 24901 (java) S 24889 24891 24174 0 -1 4202560 173 0 0 0 341 7 0 0 20 0 22 0 344800115 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746908273192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24902] ppid=24889 vsize=2966184 CPUtime=14.87 cores=1,3,5,7
/proc/24891/task/24902/stat : 24902 (java) S 24889 24891 24174 0 -1 4202560 119 0 0 0 1460 27 0 0 20 0 22 0 344800117 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746895862376 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24903] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24903/stat : 24903 (java) S 24889 24891 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746776966776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24904] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24904/stat : 24904 (java) S 24889 24891 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746775914120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24905] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24905/stat : 24905 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800120 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746774862864 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24906] ppid=24889 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/24891/task/24906/stat : 24906 (java) S 24889 24891 24174 0 -1 4202560 12200 0 0 0 161 3 0 0 20 0 22 0 344800120 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746773809208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24907] ppid=24889 vsize=2966184 CPUtime=1.24 cores=1,3,5,7
/proc/24891/task/24907/stat : 24907 (java) S 24889 24891 24174 0 -1 4202560 8658 0 0 0 122 2 0 0 20 0 22 0 344800120 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746772756664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24908] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24908/stat : 24908 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800120 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746771704312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24909] ppid=24889 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/24891/task/24909/stat : 24909 (java) S 24889 24891 24174 0 -1 4202560 49 0 0 0 18 21 0 0 20 0 22 0 344800120 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746770651976 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24910] ppid=24889 vsize=2966184 CPUtime=798.74 cores=1,3,5,7
/proc/24891/task/24910/stat : 24910 (java) R 24889 24891 24174 0 -1 4202560 279 0 0 0 79860 14 0 0 20 0 22 0 344800180 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746769596200 139746778055512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24911] ppid=24889 vsize=2966184 CPUtime=798.8 cores=1,3,5,7
/proc/24891/task/24911/stat : 24911 (java) R 24889 24891 24174 0 -1 4202560 369 0 0 0 79861 19 0 0 20 0 22 0 344800180 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746768542272 139746778120324 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24912] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24912/stat : 24912 (java) S 24889 24891 24174 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344800182 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746767492648 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24913] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24913/stat : 24913 (java) S 24889 24891 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344800182 3037372416 217696 33554432000 1073741824 1073778376 140733301184112 139746766440104 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1643.62
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.97 3.97 3.91 5/221 24981
/proc/meminfo: memFree=26870808/32873844 swapFree=7380/7380
[pid=24891] ppid=24889 vsize=2966184 CPUtime=1762.94 cores=1,3,5,7
/proc/24891/stat : 24891 (java) S 24889 24891 24174 0 -1 4202496 27271 0 1 0 176158 136 0 0 20 0 22 0 344800112 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 140733301175248 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24891/statm: 741546 218786 2284 9 0 732240 0
[pid=24891/tid=24893] ppid=24889 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/24891/task/24893/stat : 24893 (java) S 24889 24891 24174 0 -1 4202560 2877 0 1 0 62 5 0 0 20 0 22 0 344800114 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746931360920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24894] ppid=24889 vsize=2966184 CPUtime=3.79 cores=1,3,5,7
/proc/24891/task/24894/stat : 24894 (java) S 24889 24891 24174 0 -1 4202560 200 0 0 0 371 8 0 0 20 0 22 0 344800115 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746915642024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24895] ppid=24889 vsize=2966184 CPUtime=3.8 cores=1,3,5,7
/proc/24891/task/24895/stat : 24895 (java) S 24889 24891 24174 0 -1 4202560 188 0 0 0 371 9 0 0 20 0 22 0 344800115 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746914589480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24896] ppid=24889 vsize=2966184 CPUtime=3.77 cores=1,3,5,7
/proc/24891/task/24896/stat : 24896 (java) S 24889 24891 24174 0 -1 4202560 189 0 0 0 370 7 0 0 20 0 22 0 344800115 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746913536936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24897] ppid=24889 vsize=2966184 CPUtime=3.62 cores=1,3,5,7
/proc/24891/task/24897/stat : 24897 (java) S 24889 24891 24174 0 -1 4202560 185 0 0 0 354 8 0 0 20 0 22 0 344800115 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746912484392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24898] ppid=24889 vsize=2966184 CPUtime=3.69 cores=1,3,5,7
/proc/24891/task/24898/stat : 24898 (java) S 24889 24891 24174 0 -1 4202560 159 0 0 0 360 9 0 0 20 0 22 0 344800115 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746911430824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24899] ppid=24889 vsize=2966184 CPUtime=3.72 cores=1,3,5,7
/proc/24891/task/24899/stat : 24899 (java) S 24889 24891 24174 0 -1 4202560 165 0 0 0 366 6 0 0 20 0 22 0 344800115 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746910378280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24900] ppid=24889 vsize=2966184 CPUtime=3.89 cores=1,3,5,7
/proc/24891/task/24900/stat : 24900 (java) S 24889 24891 24174 0 -1 4202560 214 0 0 0 379 10 0 0 20 0 22 0 344800115 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746909325736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24901] ppid=24889 vsize=2966184 CPUtime=3.77 cores=1,3,5,7
/proc/24891/task/24901/stat : 24901 (java) S 24889 24891 24174 0 -1 4202560 181 0 0 0 369 8 0 0 20 0 22 0 344800115 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746908273192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24902] ppid=24889 vsize=2966184 CPUtime=16.58 cores=1,3,5,7
/proc/24891/task/24902/stat : 24902 (java) S 24889 24891 24174 0 -1 4202560 121 0 0 0 1630 28 0 0 20 0 22 0 344800117 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746895862376 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24903] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24903/stat : 24903 (java) S 24889 24891 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746776966776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24904] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24904/stat : 24904 (java) S 24889 24891 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746775914120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24905] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24905/stat : 24905 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800120 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746774862864 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24906] ppid=24889 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/24891/task/24906/stat : 24906 (java) S 24889 24891 24174 0 -1 4202560 12200 0 0 0 161 3 0 0 20 0 22 0 344800120 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746773809208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24907] ppid=24889 vsize=2966184 CPUtime=1.25 cores=1,3,5,7
/proc/24891/task/24907/stat : 24907 (java) S 24889 24891 24174 0 -1 4202560 8661 0 0 0 123 2 0 0 20 0 22 0 344800120 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746772756664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24908] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24908/stat : 24908 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800120 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746771704312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24909] ppid=24889 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/24891/task/24909/stat : 24909 (java) S 24889 24891 24174 0 -1 4202560 51 0 0 0 19 23 0 0 20 0 22 0 344800120 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746770651976 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24910] ppid=24889 vsize=2966184 CPUtime=856.32 cores=1,3,5,7
/proc/24891/task/24910/stat : 24910 (java) R 24889 24891 24174 0 -1 4202560 306 0 0 0 85617 15 0 0 20 0 22 0 344800180 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746769595056 139746777755846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24911] ppid=24889 vsize=2966184 CPUtime=856.38 cores=1,3,5,7
/proc/24891/task/24911/stat : 24911 (java) R 24889 24891 24174 0 -1 4202560 380 0 0 0 85618 20 0 0 20 0 22 0 344800180 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746768543456 139746777926228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24912] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24912/stat : 24912 (java) S 24889 24891 24174 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344800182 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746767492648 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24913] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24913/stat : 24913 (java) S 24889 24891 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344800182 3037372416 218786 33554432000 1073741824 1073778376 140733301184112 139746766440104 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1762.94
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.801 s]
/proc/loadavg: 3.98 3.97 3.91 5/221 24981
/proc/meminfo: memFree=26832372/32873844 swapFree=7380/7380
[pid=24891] ppid=24889 vsize=2966184 CPUtime=1800.16 cores=1,3,5,7
/proc/24891/stat : 24891 (java) S 24889 24891 24174 0 -1 4202496 27293 0 1 0 179879 137 0 0 20 0 22 0 344800112 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 140733301175248 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24891/statm: 741546 219650 2284 9 0 732240 0
[pid=24891/tid=24893] ppid=24889 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/24891/task/24893/stat : 24893 (java) S 24889 24891 24174 0 -1 4202560 2877 0 1 0 62 5 0 0 20 0 22 0 344800114 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746931360920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24894] ppid=24889 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/24891/task/24894/stat : 24894 (java) S 24889 24891 24174 0 -1 4202560 202 0 0 0 376 8 0 0 20 0 22 0 344800115 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746915642024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24895] ppid=24889 vsize=2966184 CPUtime=3.85 cores=1,3,5,7
/proc/24891/task/24895/stat : 24895 (java) S 24889 24891 24174 0 -1 4202560 189 0 0 0 376 9 0 0 20 0 22 0 344800115 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746914589480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24896] ppid=24889 vsize=2966184 CPUtime=3.81 cores=1,3,5,7
/proc/24891/task/24896/stat : 24896 (java) S 24889 24891 24174 0 -1 4202560 189 0 0 0 374 7 0 0 20 0 22 0 344800115 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746913536936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24897] ppid=24889 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/24891/task/24897/stat : 24897 (java) S 24889 24891 24174 0 -1 4202560 186 0 0 0 360 8 0 0 20 0 22 0 344800115 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746912484392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24898] ppid=24889 vsize=2966184 CPUtime=3.73 cores=1,3,5,7
/proc/24891/task/24898/stat : 24898 (java) S 24889 24891 24174 0 -1 4202560 159 0 0 0 364 9 0 0 20 0 22 0 344800115 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746911430824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24899] ppid=24889 vsize=2966184 CPUtime=3.78 cores=1,3,5,7
/proc/24891/task/24899/stat : 24899 (java) S 24889 24891 24174 0 -1 4202560 173 0 0 0 372 6 0 0 20 0 22 0 344800115 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746910378280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24900] ppid=24889 vsize=2966184 CPUtime=3.93 cores=1,3,5,7
/proc/24891/task/24900/stat : 24900 (java) S 24889 24891 24174 0 -1 4202560 216 0 0 0 383 10 0 0 20 0 22 0 344800115 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746909325736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24901] ppid=24889 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/24891/task/24901/stat : 24901 (java) S 24889 24891 24174 0 -1 4202560 181 0 0 0 376 8 0 0 20 0 22 0 344800115 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746908273192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24902] ppid=24889 vsize=2966184 CPUtime=16.58 cores=1,3,5,7
/proc/24891/task/24902/stat : 24902 (java) S 24889 24891 24174 0 -1 4202560 123 0 0 0 1630 28 0 0 20 0 22 0 344800117 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746895862376 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24903] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24903/stat : 24903 (java) S 24889 24891 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746776966776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24904] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24904/stat : 24904 (java) S 24889 24891 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344800117 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746775914120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24905] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24905/stat : 24905 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800120 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746774862864 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24906] ppid=24889 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/24891/task/24906/stat : 24906 (java) S 24889 24891 24174 0 -1 4202560 12200 0 0 0 161 3 0 0 20 0 22 0 344800120 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746773809208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24907] ppid=24889 vsize=2966184 CPUtime=1.25 cores=1,3,5,7
/proc/24891/task/24907/stat : 24907 (java) S 24889 24891 24174 0 -1 4202560 8661 0 0 0 123 2 0 0 20 0 22 0 344800120 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746772756664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24891/tid=24908] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24908/stat : 24908 (java) S 24889 24891 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800120 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746771704312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24891/tid=24909] ppid=24889 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/24891/task/24909/stat : 24909 (java) S 24889 24891 24174 0 -1 4202560 53 0 0 0 20 23 0 0 20 0 22 0 344800120 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746770651976 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24910] ppid=24889 vsize=2966184 CPUtime=874.72 cores=1,3,5,7
/proc/24891/task/24910/stat : 24910 (java) R 24889 24891 24174 0 -1 4202560 307 0 0 0 87457 15 0 0 20 0 22 0 344800180 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746769596080 139746777917132 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24911] ppid=24889 vsize=2966184 CPUtime=874.77 cores=1,3,5,7
/proc/24891/task/24911/stat : 24911 (java) R 24889 24891 24174 0 -1 4202560 383 0 0 0 87457 20 0 0 20 0 22 0 344800180 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746768542672 139746778061736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24891/tid=24912] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24912/stat : 24912 (java) S 24889 24891 24174 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344800182 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746767492648 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24891/tid=24913] ppid=24889 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24891/task/24913/stat : 24913 (java) S 24889 24891 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344800182 3037372416 219650 33554432000 1073741824 1073778376 140733301184112 139746766440104 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 2966184

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): 900.873
CPU time (s): 1800.96
CPU user time (s): 1799.19
CPU system time (s): 1.77573
CPU usage (%): 199.913
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.77573
maximum resident set size= 878728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27327
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35100
involuntary context switches= 63773

runsolver used 3.39948 second user time and 9.06762 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 07:12:33
IDJOB=3742418
IDBENCH=90182
IDSOLVER=2324
FILE ID=node133/3742418-1338786753
RUNJOBID= node133-1338782189-24191
PBS_JOBID= 14636833
Free space on /tmp= 70484 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K177.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742418-1338786753/watcher-3742418-1338786753 -o /tmp/evaluation-result-3742418-1338786753/solver-3742418-1338786753 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742418-1338786753.opb

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

MD5SUM BENCH= 8e674dc671e8e6c3e0a48d5fff5f7edd
RANDOM SEED=615586383

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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.540
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:        27823592 kB
Buffers:          500608 kB
Cached:          2847792 kB
SwapCached:          676 kB
Active:          2312504 kB
Inactive:        1835180 kB
Active(anon):     790740 kB
Inactive(anon):    10220 kB
Active(file):    1521764 kB
Inactive(file):  1824960 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:              1660 kB
Writeback:             0 kB
AnonPages:        805464 kB
Mapped:            18584 kB
Shmem:                 0 kB
Slab:             759996 kB
SReclaimable:     201812 kB
SUnreclaim:       558184 kB
KernelStack:        1648 kB
PageTables:         5820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    751616 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= 70480 MiB
End job on node133 at 2012-06-04 07:27:36