Trace number 3742301

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.08 900.069

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K196.opb
MD5SUMbcce2e1d61aa4147a6a5a8b58d6d164e
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 variables23324
Total number of constraints23718
Number of constraints which are clauses23522
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint196
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 197
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.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c version 2.2.0.v20100531
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		1349517296
0.01/0.08	c Max memory 		1356595200
0.01/0.08	c Total memory 		1356595200
0.01/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@70eb7859
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3742301-1338786162.opb
0.09/0.11	c reading problem ... 
1.18/0.65	c ... done. Wall clock time 0.54s.
1.18/0.65	c #vars     23324
1.18/0.65	c #constraints  23718
1.18/0.65	c constraints type 
1.18/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20985
1.18/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 196
1.18/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2535
1.18/0.65	c constraints type 
1.18/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2535
1.18/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20985
1.18/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 196
8.91/3.72	c cleaning 2462 clauses out of 4993 with flag 5001/5001
15.97/7.05	c cleaning 4193 clauses out of 8525 with flag 11000/11000
23.60/10.82	c cleaning 5481 clauses out of 11325 with flag 18000/18000
34.64/16.32	c cleaning 6583 clauses out of 13841 with flag 26000/26000
45.07/21.58	c cleaning 7688 clauses out of 16255 with flag 35000/35000
58.42/28.28	c cleaning 8826 clauses out of 18568 with flag 45003/45003
71.80/34.94	c cleaning 9951 clauses out of 20740 with flag 56003/56003
87.84/42.93	c cleaning 11017 clauses out of 22781 with flag 68000/68000
103.17/50.62	c cleaning 12275 clauses out of 24764 with flag 81000/81000
120.40/59.30	c cleaning 12783 clauses out of 26485 with flag 95000/95000
139.54/68.81	c cleaning 13873 clauses out of 28700 with flag 110000/110000
160.12/79.17	c cleaning 14812 clauses out of 30826 with flag 126001/126001
182.89/90.58	c cleaning 15943 clauses out of 33015 with flag 143003/143003
205.19/101.63	c cleaning 17209 clauses out of 35066 with flag 161000/161000
228.46/113.21	c cleaning 18075 clauses out of 36856 with flag 180000/180000
254.89/126.41	c cleaning 18977 clauses out of 38781 with flag 200000/200000
283.30/140.69	c cleaning 20345 clauses out of 40798 with flag 221000/221000
314.54/156.22	c cleaning 20761 clauses out of 42452 with flag 243001/243001
351.35/174.67	c cleaning 21704 clauses out of 44683 with flag 266000/266000
383.98/190.99	c cleaning 22714 clauses out of 46970 with flag 290001/290001
419.56/208.73	c cleaning 23272 clauses out of 48251 with flag 314001/314001
453.83/225.82	c cleaning 22284 clauses out of 48974 with flag 338000/338000
487.52/242.67	c cleaning 22037 clauses out of 50692 with flag 362003/362003
522.88/260.38	c cleaning 22935 clauses out of 52654 with flag 386003/386003
561.58/279.77	c cleaning 21748 clauses out of 53718 with flag 410003/410003
599.37/298.65	c cleaning 22343 clauses out of 55965 with flag 434000/434000
636.98/317.45	c cleaning 22376 clauses out of 57617 with flag 458000/458000
672.12/335.07	c cleaning 22100 clauses out of 59240 with flag 482001/482001
708.90/353.53	c cleaning 22396 clauses out of 61139 with flag 506000/506000
742.85/370.54	c cleaning 22753 clauses out of 62744 with flag 530001/530001
786.23/392.24	c cleaning 22315 clauses out of 63990 with flag 554001/554001
805.88/402.15	c cleaning 0 clauses out of 5000 with flag 0/5000
823.19/410.84	c cleaning 22247 clauses out of 65673 with flag 578000/578000
859.32/428.95	c cleaning 22604 clauses out of 67425 with flag 602000/602000
889.99/444.28	c cleaning 22507 clauses out of 68819 with flag 626000/626000
921.82/460.18	c cleaning 22724 clauses out of 70312 with flag 650000/650000
957.88/478.22	c cleaning 22416 clauses out of 71587 with flag 674000/674000
990.53/494.54	c cleaning 21943 clauses out of 73171 with flag 698000/698000
1023.15/510.81	c cleaning 22655 clauses out of 75232 with flag 722004/722004
1058.65/528.64	c cleaning 22220 clauses out of 76573 with flag 746000/746000
1094.13/546.41	c cleaning 22136 clauses out of 78352 with flag 770000/770000
1127.40/563.06	c cleaning 22510 clauses out of 80217 with flag 794001/794001
1164.83/581.78	c cleaning 22864 clauses out of 81706 with flag 818000/818000
1197.87/598.24	c cleaning 22581 clauses out of 82840 with flag 842001/842001
1230.71/614.74	c cleaning 22375 clauses out of 84257 with flag 866000/866000
1267.56/633.10	c cleaning 22403 clauses out of 85882 with flag 890000/890000
1306.58/652.62	c cleaning 22285 clauses out of 87479 with flag 914000/914000
1344.07/671.47	c cleaning 22787 clauses out of 89195 with flag 938001/938001
1381.00/690.08	c cleaning 22297 clauses out of 90406 with flag 962000/962000
1420.49/709.84	c cleaning 22867 clauses out of 92109 with flag 986000/986000
1456.82/728.07	c cleaning 22319 clauses out of 93242 with flag 1010000/1010000
1493.37/746.31	c cleaning 22415 clauses out of 94923 with flag 1034000/1034000
1576.76/787.91	c cleaning 22862 clauses out of 96508 with flag 1058000/1058000
1607.29/803.25	c cleaning 22792 clauses out of 97646 with flag 1082000/1082000
1643.22/821.21	c cleaning 22686 clauses out of 98857 with flag 1106003/1106003
1682.88/841.10	c cleaning 22868 clauses out of 100168 with flag 1130000/1130000
1720.69/860.25	c cleaning 22822 clauses out of 101303 with flag 1154003/1154003
1765.82/882.85	c cleaning 22688 clauses out of 102478 with flag 1178000/1178000
1800.08/900.01	c starts		: 171
1800.08/900.01	c conflicts		: 1200255
1800.08/900.01	c decisions		: 67575100
1800.08/900.01	c propagations		: 1083875466
1800.08/900.01	c inspects		: 2070271712
1800.08/900.01	c learnt literals	: 106
1800.08/900.01	c learnt binary clauses	: 71163
1800.08/900.01	c learnt ternary clauses	: 71444
1800.08/900.01	c learnt clauses	: 1200148
1800.08/900.01	c ignored clauses	: 0
1800.08/900.01	c root simplifications	: 0
1800.08/900.01	c removed literals (reason simplification)	: 7426121
1800.08/900.01	c reason swapping (by a shorter reason)	: 0
1800.08/900.01	c Calls to reduceDB	: 57
1800.08/900.01	c number of reductions to clauses (during analyze)	: 0
1800.08/900.01	c number of learned constraints concerned by reduction	: 0
1800.08/900.01	c number of learning phase by resolution	: 0
1800.08/900.01	c number of learning phase by cutting planes	: 0
1800.08/900.01	c speed (assignments/second)	: 1205161.7381674321
1800.08/900.01	c non guided choices	130409
1800.08/900.05	c learnt constraints type 
1800.08/900.05	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 30892
1800.08/900.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 71163
1800.08/900.05	c constraints type 
1800.08/900.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20985
1800.08/900.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 196
1800.08/900.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2535
1800.08/900.05	c constraints type 
1800.08/900.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2535
1800.08/900.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20985
1800.08/900.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 196
1800.08/900.05	s UNKNOWN
1800.08/900.05	c Total wall clock time (in seconds): 899.94

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-3742301-1338786162/watcher-3742301-1338786162 -o /tmp/evaluation-result-3742301-1338786162/solver-3742301-1338786162 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742301-1338786162.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.82 3.85 3.66 4/197 15926
/proc/meminfo: memFree=24646992/32873648 swapFree=6852/6852
[pid=15926] ppid=15924 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15926/stat : 15926 (java6) D 15924 15926 15509 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344743424 9515008 182 33554432000 1073741824 1073778376 140734577871232 140734577862264 213866331829 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/15926/statm: 2323 182 140 9 0 71 0

[startup+0.035594 s]
/proc/loadavg: 3.82 3.85 3.66 4/197 15926
/proc/meminfo: memFree=24646992/32873648 swapFree=6852/6852
[pid=15926] ppid=15924 vsize=2233952 CPUtime=0.01 cores=1,3,5,7
/proc/15926/stat : 15926 (java) S 15924 15926 15509 0 -1 4202496 3609 0 1 0 0 1 0 0 20 0 11 0 344743424 2287566848 4819 33554432000 1073741824 1073778376 140735275211856 140735275202992 213869690941 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15926/statm: 558488 4819 1632 9 0 549189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2233952

[startup+0.100292 s]
/proc/loadavg: 3.82 3.85 3.66 4/197 15926
/proc/meminfo: memFree=24646992/32873648 swapFree=6852/6852
[pid=15926] ppid=15924 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/15926/stat : 15926 (java) S 15924 15926 15509 0 -1 4202496 4746 0 1 0 8 1 0 0 20 0 18 0 344743424 2764726272 6449 33554432000 1073741824 1073778376 140735275211856 140735275202992 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15926/statm: 674982 6449 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300288 s]
/proc/loadavg: 3.82 3.85 3.66 4/197 15926
/proc/meminfo: memFree=24646992/32873648 swapFree=6852/6852
[pid=15926] ppid=15924 vsize=2699928 CPUtime=0.57 cores=1,3,5,7
/proc/15926/stat : 15926 (java) S 15924 15926 15509 0 -1 4202496 7917 0 1 0 55 2 0 0 20 0 18 0 344743424 2764726272 13706 33554432000 1073741824 1073778376 140735275211856 140735275202992 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15926/statm: 674982 13706 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 2699928

[startup+0.700187 s]
/proc/loadavg: 3.82 3.85 3.66 4/197 15926
/proc/meminfo: memFree=24646992/32873648 swapFree=6852/6852
[pid=15926] ppid=15924 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/15926/stat : 15926 (java) S 15924 15926 15509 0 -1 4202496 11916 0 1 0 135 6 0 0 20 0 22 0 344743424 3037372416 50431 33554432000 1073741824 1073778376 140735275211856 140735275202992 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15926/statm: 741546 50431 2248 9 0 732240 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 2966184

[startup+1.50071 s]
/proc/loadavg: 3.67 3.82 3.65 7/219 15948
/proc/meminfo: memFree=24439408/32873648 swapFree=6852/6852
[pid=15926] ppid=15924 vsize=2966184 CPUtime=4.28 cores=1,3,5,7
/proc/15926/stat : 15926 (java) S 15924 15926 15509 0 -1 4202496 21956 0 1 0 418 10 0 0 20 0 22 0 344743424 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140735275202992 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15926/statm: 741546 71989 2256 9 0 732240 0
[pid=15926/tid=15928] ppid=15924 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/15926/task/15928/stat : 15928 (java) S 15924 15926 15509 0 -1 4202560 2868 0 1 0 58 4 0 0 20 0 22 0 344743425 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566338512024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15929] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15929/stat : 15929 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566322792744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15930] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15930/stat : 15930 (java) S 15924 15926 15509 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566321739944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15931] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15931/stat : 15931 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566320687656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15932] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15932/stat : 15932 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566319634856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15933] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15933/stat : 15933 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566318582568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15934] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15934/stat : 15934 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566317529768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15935] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15935/stat : 15935 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566316477480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15936] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15936/stat : 15936 (java) S 15924 15926 15509 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566315424680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15937] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15937/stat : 15937 (java) S 15924 15926 15509 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566303013096 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15938] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15938/stat : 15938 (java) S 15924 15926 15509 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566301959160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15939] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15939/stat : 15939 (java) S 15924 15926 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566300906760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15940] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15940/stat : 15940 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743430 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566299855248 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15941] ppid=15924 vsize=2966184 CPUtime=0.94 cores=1,3,5,7
/proc/15926/task/15941/stat : 15941 (java) S 15924 15926 15509 0 -1 4202560 10707 0 0 0 91 3 0 0 20 0 22 0 344743430 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566298802872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15942] ppid=15924 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/15926/task/15942/stat : 15942 (java) S 15924 15926 15509 0 -1 4202560 7052 0 0 0 98 2 0 0 20 0 22 0 344743430 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566297750072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15943] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15943/stat : 15943 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743430 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566296697976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15944] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15944/stat : 15944 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743430 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566295645384 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15945] ppid=15924 vsize=2966184 CPUtime=0.83 cores=1,3,5,7
/proc/15926/task/15945/stat : 15945 (java) R 15924 15926 15509 0 -1 4202560 28 0 0 0 83 0 0 0 20 0 22 0 344743489 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566176194776 140566177094856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15946] ppid=15924 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/15926/task/15946/stat : 15946 (java) R 15924 15926 15509 0 -1 4202560 99 0 0 0 80 1 0 0 20 0 22 0 344743489 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566175141848 140566176813284 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15947] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15947/stat : 15947 (java) S 15924 15926 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344743491 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566174090408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15948] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15948/stat : 15948 (java) S 15924 15926 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344743491 3037372416 71989 33554432000 1073741824 1073778376 140735275211856 140566173037608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 2966184

[startup+3.10072 s]
/proc/loadavg: 3.67 3.82 3.65 5/219 15948
/proc/meminfo: memFree=24288428/32873648 swapFree=6852/6852
[pid=15926] ppid=15924 vsize=2966184 CPUtime=7.67 cores=1,3,5,7
/proc/15926/stat : 15926 (java) S 15924 15926 15509 0 -1 4202496 23114 0 1 0 754 13 0 0 20 0 22 0 344743424 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140735275202992 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15926/statm: 741546 106343 2269 9 0 732240 0
[pid=15926/tid=15928] ppid=15924 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/15926/task/15928/stat : 15928 (java) S 15924 15926 15509 0 -1 4202560 2868 0 1 0 58 4 0 0 20 0 22 0 344743425 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566338512024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15929] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15929/stat : 15929 (java) S 15924 15926 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566322792744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15930] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15930/stat : 15930 (java) S 15924 15926 15509 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566321739944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15931] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15931/stat : 15931 (java) S 15924 15926 15509 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566320687656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15932] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15932/stat : 15932 (java) S 15924 15926 15509 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566319634856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15933] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15933/stat : 15933 (java) S 15924 15926 15509 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566318582568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15934] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15934/stat : 15934 (java) S 15924 15926 15509 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566317529768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15935] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15935/stat : 15935 (java) S 15924 15926 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566316477480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15936] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15936/stat : 15936 (java) S 15924 15926 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566315424680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15937] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15937/stat : 15937 (java) S 15924 15926 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566303013096 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15938] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15938/stat : 15938 (java) S 15924 15926 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566301959160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15939] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15939/stat : 15939 (java) S 15924 15926 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566300906760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15940] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15940/stat : 15940 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743430 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566299855248 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15941] ppid=15924 vsize=2966184 CPUtime=0.94 cores=1,3,5,7
/proc/15926/task/15941/stat : 15941 (java) S 15924 15926 15509 0 -1 4202560 10707 0 0 0 91 3 0 0 20 0 22 0 344743430 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566298802872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15942] ppid=15924 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/15926/task/15942/stat : 15942 (java) S 15924 15926 15509 0 -1 4202560 8091 0 0 0 116 2 0 0 20 0 22 0 344743430 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566297750072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15943] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15943/stat : 15943 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743430 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566296697976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15944] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15944/stat : 15944 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743430 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566295645384 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15945] ppid=15924 vsize=2966184 CPUtime=2.4 cores=1,3,5,7
/proc/15926/task/15945/stat : 15945 (java) R 15924 15926 15509 0 -1 4202560 29 0 0 0 240 0 0 0 20 0 22 0 344743489 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566176193072 140566177007046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15946] ppid=15924 vsize=2966184 CPUtime=2.37 cores=1,3,5,7
/proc/15926/task/15946/stat : 15946 (java) R 15924 15926 15509 0 -1 4202560 158 0 0 0 234 3 0 0 20 0 22 0 344743489 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566175141752 140566176324850 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15947] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15947/stat : 15947 (java) S 15924 15926 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344743491 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566174090408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15948] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15948/stat : 15948 (java) S 15924 15926 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344743491 3037372416 106343 33554432000 1073741824 1073778376 140735275211856 140566173037608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 2966184

[startup+6.30085 s]
/proc/loadavg: 3.70 3.82 3.65 5/219 15948
/proc/meminfo: memFree=24189328/32873648 swapFree=6852/6852
[pid=15926] ppid=15924 vsize=2966184 CPUtime=14.55 cores=1,3,5,7
/proc/15926/stat : 15926 (java) S 15924 15926 15509 0 -1 4202496 24622 0 1 0 1438 17 0 0 20 0 22 0 344743424 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140735275202992 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15926/statm: 741546 115955 2283 9 0 732240 0
[pid=15926/tid=15928] ppid=15924 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/15926/task/15928/stat : 15928 (java) S 15924 15926 15509 0 -1 4202560 2868 0 1 0 58 4 0 0 20 0 22 0 344743425 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566338512024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15929] ppid=15924 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/15926/task/15929/stat : 15929 (java) S 15924 15926 15509 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 344743426 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566322792744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15930] ppid=15924 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/15926/task/15930/stat : 15930 (java) S 15924 15926 15509 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344743426 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566321739944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15931] ppid=15924 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/15926/task/15931/stat : 15931 (java) S 15924 15926 15509 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 344743426 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566320687656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15932] ppid=15924 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/15926/task/15932/stat : 15932 (java) S 15924 15926 15509 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 344743426 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566319634856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15933] ppid=15924 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/15926/task/15933/stat : 15933 (java) S 15924 15926 15509 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344743426 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566318582568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15934] ppid=15924 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/15926/task/15934/stat : 15934 (java) S 15924 15926 15509 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 344743426 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566317529768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15935] ppid=15924 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/15926/task/15935/stat : 15935 (java) S 15924 15926 15509 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 344743426 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566316477480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15936] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15936/stat : 15936 (java) S 15924 15926 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344743426 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566315424680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15937] ppid=15924 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/15926/task/15937/stat : 15937 (java) S 15924 15926 15509 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 22 0 344743427 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566303013096 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15938] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15938/stat : 15938 (java) S 15924 15926 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566301959160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15939] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15939/stat : 15939 (java) S 15924 15926 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566300906760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15940] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15940/stat : 15940 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743430 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566299855248 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15941] ppid=15924 vsize=2966184 CPUtime=1.36 cores=1,3,5,7
/proc/15926/task/15941/stat : 15941 (java) S 15924 15926 15509 0 -1 4202560 12116 0 0 0 132 4 0 0 20 0 22 0 344743430 3037372416 115955 33554432000 1073741824 1073778376 140735275211856 140566298802872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/15926/statm: 741546 216091 2284 9 0 732240 0
[pid=15926/tid=15928] ppid=15924 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/15926/task/15928/stat : 15928 (java) S 15924 15926 15509 0 -1 4202560 2883 0 1 0 59 5 0 0 20 0 22 0 344743425 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566338512024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15929] ppid=15924 vsize=2966184 CPUtime=3.56 cores=1,3,5,7
/proc/15926/task/15929/stat : 15929 (java) S 15924 15926 15509 0 -1 4202560 203 0 0 0 349 7 0 0 20 0 22 0 344743426 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566322792744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15930] ppid=15924 vsize=2966184 CPUtime=3.52 cores=1,3,5,7
/proc/15926/task/15930/stat : 15930 (java) S 15924 15926 15509 0 -1 4202560 184 0 0 0 346 6 0 0 20 0 22 0 344743426 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566321739944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15931] ppid=15924 vsize=2966184 CPUtime=3.63 cores=1,3,5,7
/proc/15926/task/15931/stat : 15931 (java) S 15924 15926 15509 0 -1 4202560 181 0 0 0 358 5 0 0 20 0 22 0 344743426 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566320687656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15932] ppid=15924 vsize=2966184 CPUtime=3.85 cores=1,3,5,7
/proc/15926/task/15932/stat : 15932 (java) S 15924 15926 15509 0 -1 4202560 197 0 0 0 379 6 0 0 20 0 22 0 344743426 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566319634856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15933] ppid=15924 vsize=2966184 CPUtime=3.53 cores=1,3,5,7
/proc/15926/task/15933/stat : 15933 (java) S 15924 15926 15509 0 -1 4202560 188 0 0 0 347 6 0 0 20 0 22 0 344743426 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566318582568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15934] ppid=15924 vsize=2966184 CPUtime=3.36 cores=1,3,5,7
/proc/15926/task/15934/stat : 15934 (java) S 15924 15926 15509 0 -1 4202560 158 0 0 0 330 6 0 0 20 0 22 0 344743426 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566317529768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15935] ppid=15924 vsize=2966184 CPUtime=3.52 cores=1,3,5,7
/proc/15926/task/15935/stat : 15935 (java) S 15924 15926 15509 0 -1 4202560 177 0 0 0 345 7 0 0 20 0 22 0 344743426 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566316477480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15936] ppid=15924 vsize=2966184 CPUtime=3.4 cores=1,3,5,7
/proc/15926/task/15936/stat : 15936 (java) S 15924 15926 15509 0 -1 4202560 158 0 0 0 334 6 0 0 20 0 22 0 344743426 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566315424680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15937] ppid=15924 vsize=2966184 CPUtime=13.71 cores=1,3,5,7
/proc/15926/task/15937/stat : 15937 (java) S 15924 15926 15509 0 -1 4202560 241 0 0 0 1342 29 0 0 20 0 22 0 344743427 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566303013096 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15938] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15938/stat : 15938 (java) S 15924 15926 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566301959160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15939] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15939/stat : 15939 (java) S 15924 15926 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566300906760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15940] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15940/stat : 15940 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743430 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566299855248 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15941] ppid=15924 vsize=2966184 CPUtime=1.56 cores=1,3,5,7
/proc/15926/task/15941/stat : 15941 (java) S 15924 15926 15509 0 -1 4202560 12127 0 0 0 152 4 0 0 20 0 22 0 344743430 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566298802872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15942] ppid=15924 vsize=2966184 CPUtime=1.56 cores=1,3,5,7
/proc/15926/task/15942/stat : 15942 (java) S 15924 15926 15509 0 -1 4202560 9136 0 0 0 153 3 0 0 20 0 22 0 344743430 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566297750072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15943] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15943/stat : 15943 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743430 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566296697976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15944] ppid=15924 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/15926/task/15944/stat : 15944 (java) S 15924 15926 15509 0 -1 4202560 46 0 0 0 12 21 0 0 20 0 22 0 344743430 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566295645384 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15945] ppid=15924 vsize=2966184 CPUtime=797.47 cores=1,3,5,7
/proc/15926/task/15945/stat : 15945 (java) R 15924 15926 15509 0 -1 4202560 364 0 0 0 79733 14 0 0 20 0 22 0 344743489 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566176194768 140566176886804 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15946] ppid=15924 vsize=2966184 CPUtime=797.55 cores=1,3,5,7
/proc/15926/task/15946/stat : 15946 (java) R 15924 15926 15509 0 -1 4202560 392 0 0 0 79737 18 0 0 20 0 22 0 344743489 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566175140240 140566177194128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15947] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15947/stat : 15947 (java) S 15924 15926 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344743491 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566174090408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15948] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15948/stat : 15948 (java) S 15924 15926 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344743491 3037372416 216091 33554432000 1073741824 1073778376 140735275211856 140566173037608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1645.09
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.81 3.88 3.77 5/219 16016
/proc/meminfo: memFree=23798288/32873648 swapFree=6852/6852
[pid=15926] ppid=15924 vsize=2966184 CPUtime=1764.82 cores=1,3,5,7
/proc/15926/stat : 15926 (java) S 15924 15926 15509 0 -1 4202496 27897 0 1 0 176364 118 0 0 20 0 22 0 344743424 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140735275202992 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15926/statm: 741546 216131 2284 9 0 732240 0
[pid=15926/tid=15928] ppid=15924 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/15926/task/15928/stat : 15928 (java) S 15924 15926 15509 0 -1 4202560 2884 0 1 0 59 5 0 0 20 0 22 0 344743425 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566338512024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15929] ppid=15924 vsize=2966184 CPUtime=3.8 cores=1,3,5,7
/proc/15926/task/15929/stat : 15929 (java) S 15924 15926 15509 0 -1 4202560 210 0 0 0 373 7 0 0 20 0 22 0 344743426 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566322792744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15930] ppid=15924 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/15926/task/15930/stat : 15930 (java) S 15924 15926 15509 0 -1 4202560 187 0 0 0 362 6 0 0 20 0 22 0 344743426 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566321739944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15931] ppid=15924 vsize=2966184 CPUtime=3.86 cores=1,3,5,7
/proc/15926/task/15931/stat : 15931 (java) S 15924 15926 15509 0 -1 4202560 188 0 0 0 381 5 0 0 20 0 22 0 344743426 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566320687656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15932] ppid=15924 vsize=2966184 CPUtime=4.06 cores=1,3,5,7
/proc/15926/task/15932/stat : 15932 (java) S 15924 15926 15509 0 -1 4202560 197 0 0 0 400 6 0 0 20 0 22 0 344743426 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566319634856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15933] ppid=15924 vsize=2966184 CPUtime=3.71 cores=1,3,5,7
/proc/15926/task/15933/stat : 15933 (java) S 15924 15926 15509 0 -1 4202560 189 0 0 0 365 6 0 0 20 0 22 0 344743426 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566318582568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15934] ppid=15924 vsize=2966184 CPUtime=3.59 cores=1,3,5,7
/proc/15926/task/15934/stat : 15934 (java) S 15924 15926 15509 0 -1 4202560 160 0 0 0 353 6 0 0 20 0 22 0 344743426 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566317529768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15935] ppid=15924 vsize=2966184 CPUtime=3.76 cores=1,3,5,7
/proc/15926/task/15935/stat : 15935 (java) S 15924 15926 15509 0 -1 4202560 188 0 0 0 369 7 0 0 20 0 22 0 344743426 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566316477480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15936] ppid=15924 vsize=2966184 CPUtime=3.59 cores=1,3,5,7
/proc/15926/task/15936/stat : 15936 (java) S 15924 15926 15509 0 -1 4202560 167 0 0 0 353 6 0 0 20 0 22 0 344743426 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566315424680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15937] ppid=15924 vsize=2966184 CPUtime=14.72 cores=1,3,5,7
/proc/15926/task/15937/stat : 15937 (java) S 15924 15926 15509 0 -1 4202560 245 0 0 0 1442 30 0 0 20 0 22 0 344743427 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566303013096 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15938] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15938/stat : 15938 (java) S 15924 15926 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566301959160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15939] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15939/stat : 15939 (java) S 15924 15926 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566300906760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15940] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15940/stat : 15940 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743430 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566299855248 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15941] ppid=15924 vsize=2966184 CPUtime=1.56 cores=1,3,5,7
/proc/15926/task/15941/stat : 15941 (java) S 15924 15926 15509 0 -1 4202560 12127 0 0 0 152 4 0 0 20 0 22 0 344743430 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566298802872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15942] ppid=15924 vsize=2966184 CPUtime=1.56 cores=1,3,5,7
/proc/15926/task/15942/stat : 15942 (java) S 15924 15926 15509 0 -1 4202560 9136 0 0 0 153 3 0 0 20 0 22 0 344743430 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566297750072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15943] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15943/stat : 15943 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743430 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566296697976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15944] ppid=15924 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/15926/task/15944/stat : 15944 (java) S 15924 15926 15509 0 -1 4202560 50 0 0 0 13 22 0 0 20 0 22 0 344743430 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566295645384 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15945] ppid=15924 vsize=2966184 CPUtime=855.82 cores=1,3,5,7
/proc/15926/task/15945/stat : 15945 (java) R 15924 15926 15509 0 -1 4202560 380 0 0 0 85567 15 0 0 20 0 22 0 344743489 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566176193840 140566177110377 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15946] ppid=15924 vsize=2966184 CPUtime=855.91 cores=1,3,5,7
/proc/15926/task/15946/stat : 15946 (java) R 15924 15926 15509 0 -1 4202560 401 0 0 0 85572 19 0 0 20 0 22 0 344743489 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566175140040 140566177003871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15947] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15947/stat : 15947 (java) S 15924 15926 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344743491 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566174090408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15948] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15948/stat : 15948 (java) S 15924 15926 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344743491 3037372416 216131 33554432000 1073741824 1073778376 140735275211856 140566173037608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1764.82
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.001 s]
/proc/loadavg: 3.85 3.88 3.78 5/219 16016
/proc/meminfo: memFree=23794568/32873648 swapFree=6852/6852
[pid=15926] ppid=15924 vsize=2966184 CPUtime=1800.08 cores=1,3,5,7
/proc/15926/stat : 15926 (java) S 15924 15926 15509 0 -1 4202496 27920 0 1 0 179889 119 0 0 20 0 22 0 344743424 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140735275202992 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15926/statm: 741546 217164 2284 9 0 732240 0
[pid=15926/tid=15928] ppid=15924 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/15926/task/15928/stat : 15928 (java) S 15924 15926 15509 0 -1 4202560 2884 0 1 0 59 5 0 0 20 0 22 0 344743425 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566338512024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15929] ppid=15924 vsize=2966184 CPUtime=3.86 cores=1,3,5,7
/proc/15926/task/15929/stat : 15929 (java) S 15924 15926 15509 0 -1 4202560 212 0 0 0 379 7 0 0 20 0 22 0 344743426 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566322792744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15930] ppid=15924 vsize=2966184 CPUtime=3.75 cores=1,3,5,7
/proc/15926/task/15930/stat : 15930 (java) S 15924 15926 15509 0 -1 4202560 189 0 0 0 368 7 0 0 20 0 22 0 344743426 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566321739944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15931] ppid=15924 vsize=2966184 CPUtime=3.93 cores=1,3,5,7
/proc/15926/task/15931/stat : 15931 (java) S 15924 15926 15509 0 -1 4202560 190 0 0 0 388 5 0 0 20 0 22 0 344743426 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566320687656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15932] ppid=15924 vsize=2966184 CPUtime=4.14 cores=1,3,5,7
/proc/15926/task/15932/stat : 15932 (java) S 15924 15926 15509 0 -1 4202560 198 0 0 0 408 6 0 0 20 0 22 0 344743426 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566319634856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15933] ppid=15924 vsize=2966184 CPUtime=3.79 cores=1,3,5,7
/proc/15926/task/15933/stat : 15933 (java) S 15924 15926 15509 0 -1 4202560 191 0 0 0 373 6 0 0 20 0 22 0 344743426 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566318582568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15934] ppid=15924 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/15926/task/15934/stat : 15934 (java) S 15924 15926 15509 0 -1 4202560 164 0 0 0 362 6 0 0 20 0 22 0 344743426 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566317529768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15935] ppid=15924 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/15926/task/15935/stat : 15935 (java) S 15924 15926 15509 0 -1 4202560 190 0 0 0 375 7 0 0 20 0 22 0 344743426 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566316477480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15936] ppid=15924 vsize=2966184 CPUtime=3.73 cores=1,3,5,7
/proc/15926/task/15936/stat : 15936 (java) S 15924 15926 15509 0 -1 4202560 168 0 0 0 367 6 0 0 20 0 22 0 344743426 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566315424680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15937] ppid=15924 vsize=2966184 CPUtime=15.13 cores=1,3,5,7
/proc/15926/task/15937/stat : 15937 (java) S 15924 15926 15509 0 -1 4202560 245 0 0 0 1482 31 0 0 20 0 22 0 344743427 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566303013096 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15938] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15938/stat : 15938 (java) S 15924 15926 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566301959160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15939] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15939/stat : 15939 (java) S 15924 15926 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344743427 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566300906760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15940] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15940/stat : 15940 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743430 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566299855248 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15941] ppid=15924 vsize=2966184 CPUtime=1.56 cores=1,3,5,7
/proc/15926/task/15941/stat : 15941 (java) S 15924 15926 15509 0 -1 4202560 12127 0 0 0 152 4 0 0 20 0 22 0 344743430 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566298802872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15926/tid=15942] ppid=15924 vsize=2966184 CPUtime=1.56 cores=1,3,5,7
/proc/15926/task/15942/stat : 15942 (java) S 15924 15926 15509 0 -1 4202560 9136 0 0 0 153 3 0 0 20 0 22 0 344743430 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566297750072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15943] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15943/stat : 15943 (java) S 15924 15926 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344743430 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566296697976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15944] ppid=15924 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/15926/task/15944/stat : 15944 (java) S 15924 15926 15509 0 -1 4202560 50 0 0 0 13 23 0 0 20 0 22 0 344743430 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566295645384 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15945] ppid=15924 vsize=2966184 CPUtime=872.89 cores=1,3,5,7
/proc/15926/task/15945/stat : 15945 (java) R 15924 15926 15509 0 -1 4202560 385 0 0 0 87274 15 0 0 20 0 22 0 344743489 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566176193040 140566176954777 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15926/tid=15946] ppid=15924 vsize=2966184 CPUtime=872.98 cores=1,3,5,7
/proc/15926/task/15946/stat : 15946 (java) R 15924 15926 15509 0 -1 4202560 403 0 0 0 87279 19 0 0 20 0 22 0 344743489 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566175141024 140566177194319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15926/tid=15947] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15947/stat : 15947 (java) S 15924 15926 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344743491 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566174090408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15926/tid=15948] ppid=15924 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15926/task/15948/stat : 15948 (java) S 15924 15926 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344743491 3037372416 217164 33554432000 1073741824 1073778376 140735275211856 140566173037608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15926 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=617176
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=663747
# CPU time returned by wait4() is 1796.28
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.069
CPU time (s): 1800.08
CPU user time (s): 1798.89
CPU system time (s): 1.19
CPU usage (%): 199.993
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 1.66375
maximum resident set size= 868780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27953
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38535
involuntary context switches= 65697

runsolver used 3.36049 second user time and 8.06477 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 07:02:42
IDJOB=3742301
IDBENCH=90154
IDSOLVER=2324
FILE ID=node112/3742301-1338786162
RUNJOBID= node112-1338783624-15526
PBS_JOBID= 14636841
Free space on /tmp= 71228 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_K196.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742301-1338786162/watcher-3742301-1338786162 -o /tmp/evaluation-result-3742301-1338786162/solver-3742301-1338786162 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742301-1338786162.opb

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

MD5SUM BENCH= bcce2e1d61aa4147a6a5a8b58d6d164e
RANDOM SEED=1467813310

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24647528 kB
Buffers:          557328 kB
Cached:          5976232 kB
SwapCached:            0 kB
Active:          2588780 kB
Inactive:        4768012 kB
Active(anon):     811964 kB
Inactive(anon):    10920 kB
Active(file):    1776816 kB
Inactive(file):  4757092 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1616 kB
Writeback:             0 kB
AnonPages:        826840 kB
Mapped:            22544 kB
Shmem:               200 kB
Slab:             731472 kB
SReclaimable:     175248 kB
SUnreclaim:       556224 kB
KernelStack:        1624 kB
PageTables:         5748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    751616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71224 MiB
End job on node112 at 2012-06-04 07:17:44