Trace number 3710023

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.61 1795.47

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K175.opb
MD5SUMc7b1775204389f0c59bc1b934de7e2c1
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 variables20825
Total number of constraints21177
Number of constraints which are clauses21002
Number of constraints which are cardinality constraints (but not clauses)175
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint175
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 176
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710023-1338217990.opb
0.09/0.12	c reading problem ... 
0.91/0.58	c ... done. Wall clock time 0.46s.
0.91/0.58	c declared #vars     20825
0.91/0.58	c #constraints  21177
0.91/0.58	c constraints type 
0.91/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18738
0.91/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 175
0.91/0.58	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.91/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2262
0.91/0.58	c 21177 constraints processed.
4.76/3.86	c cleaning 2438 clauses out of 4994 with flag 5000/5000
8.74/7.30	c cleaning 4083 clauses out of 8552 with flag 11000/11000
12.16/10.71	c cleaning 5529 clauses out of 11461 with flag 18000/18000
16.87/15.43	c cleaning 6859 clauses out of 13930 with flag 26000/26000
21.42/19.94	c cleaning 7711 clauses out of 16067 with flag 35000/35000
26.92/25.41	c cleaning 7845 clauses out of 18354 with flag 45000/45000
32.53/31.07	c cleaning 8699 clauses out of 21509 with flag 56000/56000
39.13/37.65	c cleaning 9385 clauses out of 24810 with flag 68000/68000
45.89/44.39	c cleaning 10544 clauses out of 28423 with flag 81000/81000
54.00/52.46	c cleaning 12237 clauses out of 31878 with flag 95000/95000
63.31/61.80	c cleaning 12336 clauses out of 34641 with flag 110000/110000
71.76/70.17	c cleaning 13749 clauses out of 38307 with flag 126004/126004
81.13/79.48	c cleaning 13803 clauses out of 41554 with flag 143002/143002
90.74/89.01	c cleaning 15120 clauses out of 45747 with flag 161000/161000
99.76/98.05	c cleaning 16160 clauses out of 49627 with flag 180000/180000
110.78/109.09	c cleaning 17225 clauses out of 53467 with flag 200000/200000
120.79/119.07	c cleaning 18134 clauses out of 57243 with flag 221001/221001
136.61/134.86	c cleaning 19682 clauses out of 61106 with flag 243000/243000
148.65/146.87	c cleaning 19494 clauses out of 64424 with flag 266000/266000
167.67/165.85	c cleaning 21463 clauses out of 68927 with flag 290000/290000
181.41/179.54	c cleaning 21840 clauses out of 72463 with flag 315000/315000
198.75/196.81	c cleaning 22349 clauses out of 76621 with flag 341000/341000
213.19/211.22	c cleaning 23763 clauses out of 81275 with flag 368003/368003
229.40/227.43	c cleaning 23823 clauses out of 85508 with flag 396002/396002
246.72/244.76	c cleaning 25722 clauses out of 90683 with flag 425000/425000
263.75/261.77	c cleaning 25799 clauses out of 94961 with flag 455000/455000
280.46/278.42	c cleaning 28065 clauses out of 100162 with flag 486000/486000
299.22/297.10	c cleaning 27576 clauses out of 104097 with flag 518000/518000
318.64/316.50	c cleaning 29395 clauses out of 109521 with flag 551000/551000
338.76/336.64	c cleaning 30108 clauses out of 114122 with flag 585000/585000
356.89/354.72	c cleaning 31550 clauses out of 119015 with flag 620001/620001
375.72/373.56	c cleaning 32616 clauses out of 123464 with flag 656001/656001
397.85/395.62	c cleaning 33296 clauses out of 127847 with flag 693000/693000
422.69/420.49	c cleaning 32916 clauses out of 132552 with flag 731001/731001
445.63/443.36	c cleaning 34228 clauses out of 138634 with flag 770000/770000
467.86/465.52	c cleaning 34901 clauses out of 144405 with flag 810000/810000
493.08/490.75	c cleaning 37086 clauses out of 150504 with flag 851000/851000
519.44/517.04	c cleaning 36668 clauses out of 155419 with flag 893001/893001
561.05/558.69	c cleaning 40188 clauses out of 161748 with flag 936000/936000
603.17/600.61	c cleaning 40785 clauses out of 165562 with flag 980002/980002
627.82/625.26	c cleaning 40692 clauses out of 169776 with flag 1025001/1025001
658.55/655.90	c cleaning 42652 clauses out of 175083 with flag 1071000/1071000
686.02/683.40	c cleaning 41920 clauses out of 179433 with flag 1118002/1118002
716.75/714.05	c cleaning 43776 clauses out of 185509 with flag 1166000/1166000
750.90/748.10	c cleaning 44643 clauses out of 190732 with flag 1215001/1215001
780.46/777.61	c cleaning 45822 clauses out of 196086 with flag 1265000/1265000
809.01/806.14	c cleaning 47134 clauses out of 201264 with flag 1316000/1316000
840.77/837.86	c cleaning 48034 clauses out of 206130 with flag 1368000/1368000
870.61/867.64	c cleaning 49498 clauses out of 211096 with flag 1421000/1421000
904.27/901.28	c cleaning 48970 clauses out of 215598 with flag 1475000/1475000
934.42/931.36	c cleaning 50852 clauses out of 221628 with flag 1530000/1530000
968.36/965.22	c cleaning 51964 clauses out of 226776 with flag 1586000/1586000
1003.79/1000.67	c cleaning 51900 clauses out of 231815 with flag 1643003/1643003
1040.95/1037.78	c cleaning 53736 clauses out of 237912 with flag 1701000/1701000
1081.41/1078.11	c cleaning 55173 clauses out of 243174 with flag 1760000/1760000
1120.39/1117.00	c cleaning 55200 clauses out of 248001 with flag 1820000/1820000
1157.82/1154.49	c cleaning 57390 clauses out of 253800 with flag 1881000/1881000
1198.30/1194.80	c cleaning 57490 clauses out of 258410 with flag 1943000/1943000
1245.76/1242.26	c cleaning 59831 clauses out of 263920 with flag 2006000/2006000
1292.84/1289.25	c cleaning 61111 clauses out of 268091 with flag 2070002/2070002
1331.53/1327.81	c cleaning 61327 clauses out of 271976 with flag 2135000/2135000
1372.33/1368.53	c cleaning 62010 clauses out of 276650 with flag 2201001/2201001
1442.55/1438.57	c cleaning 64143 clauses out of 281639 with flag 2268000/2268000
1491.62/1487.56	c cleaning 64116 clauses out of 285496 with flag 2336000/2336000
1538.28/1534.13	c cleaning 63456 clauses out of 290380 with flag 2405000/2405000
1585.03/1580.80	c cleaning 64583 clauses out of 296924 with flag 2475000/2475000
1631.99/1627.71	c cleaning 66671 clauses out of 303342 with flag 2546001/2546001
1700.99/1696.52	c cleaning 69393 clauses out of 308673 with flag 2618003/2618003
1751.43/1746.90	c cleaning 69048 clauses out of 312277 with flag 2691000/2691000
1800.02/1795.41	c starts		: 229
1800.02/1795.41	c conflicts		: 2757030
1800.02/1795.41	c decisions		: 18186313
1800.02/1795.41	c propagations		: 2899866443
1800.02/1795.41	c inspects		: 5764638387
1800.02/1795.41	c shortcuts		: 0
1800.02/1795.41	c learnt literals	: 41
1800.02/1795.41	c learnt binary clauses	: 209236
1800.02/1795.41	c learnt ternary clauses	: 235378
1800.02/1795.41	c learnt constraints	: 2756989
1800.02/1795.41	c ignored constraints	: 0
1800.02/1795.41	c root simplifications	: 270
1800.02/1795.41	c removed literals (reason simplification)	: 35433560
1800.02/1795.41	c reason swapping (by a shorter reason)	: 0
1800.02/1795.41	c Calls to reduceDB	: 69
1800.02/1795.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.41	c number of learned constraints concerned by reduction	: 0
1800.02/1795.41	c number of learning phase by resolution	: 0
1800.02/1795.41	c number of learning phase by cutting planes	: 0
1800.02/1795.41	c speed (assignments/second)	: 1615696.5398546588
1800.02/1795.41	c non guided choices	4620
1800.02/1795.46	c learnt constraints type 
1800.02/1795.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 209231
1800.02/1795.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100073
1800.02/1795.46	c constraints type 
1800.02/1795.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18738
1800.02/1795.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 175
1800.02/1795.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.02/1795.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2262
1800.02/1795.46	c 21177 constraints processed.
1800.02/1795.46	s UNKNOWN
1800.02/1795.46	c Total wall clock time (in seconds): 1795.342

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-3710023-1338217990/watcher-3710023-1338217990 -o /tmp/evaluation-result-3710023-1338217990/solver-3710023-1338217990 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710023-1338217990.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.10 2.08 2.02 3/194 25621
/proc/meminfo: memFree=28427652/32873648 swapFree=7372/7372
[pid=25621] ppid=25619 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25621/stat : 25621 (java) D 25619 25621 24478 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 287924971 9515008 182 33554432000 1073741824 1073778376 140736906251184 140736906242216 217410518709 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/25621/statm: 2323 182 140 9 0 71 0

[startup+0.0576759 s]
/proc/loadavg: 2.10 2.08 2.02 3/194 25621
/proc/meminfo: memFree=28427652/32873648 swapFree=7372/7372
[pid=25621] ppid=25619 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/25621/stat : 25621 (java) S 25619 25621 24478 0 -1 4202496 3133 0 1 0 2 0 0 0 20 0 13 0 287924971 9446973440 3831 33554432000 1073741824 1073778376 140735140292752 140735140283888 217413877821 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25621/statm: 2306390 3831 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100209 s]
/proc/loadavg: 2.10 2.08 2.02 3/194 25621
/proc/meminfo: memFree=28427652/32873648 swapFree=7372/7372
[pid=25621] ppid=25619 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/25621/stat : 25621 (java) S 25619 25621 24478 0 -1 4202496 4345 0 1 0 8 1 0 0 20 0 18 0 287924971 9787842560 5042 33554432000 1073741824 1073778376 140735140292752 140735140283888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25621/statm: 2389610 5042 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300169 s]
/proc/loadavg: 2.10 2.08 2.02 3/194 25621
/proc/meminfo: memFree=28427652/32873648 swapFree=7372/7372
[pid=25621] ppid=25619 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/25621/stat : 25621 (java) S 25619 25621 24478 0 -1 4202496 7222 0 1 0 53 1 0 0 20 0 18 0 287924971 9787842560 10788 33554432000 1073741824 1073778376 140735140292752 140735140283888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25621/statm: 2389610 10788 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700167 s]
/proc/loadavg: 2.10 2.08 2.02 3/194 25621
/proc/meminfo: memFree=28427652/32873648 swapFree=7372/7372
[pid=25621] ppid=25619 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/25621/stat : 25621 (java) S 25619 25621 24478 0 -1 4202496 9601 0 1 0 140 4 0 0 20 0 19 0 287924971 9856004096 37596 33554432000 1073741824 1073778376 140735140292752 140735140283888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25621/statm: 2406251 37630 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 2.10 2.08 2.02 4/213 25640
/proc/meminfo: memFree=28283924/32873648 swapFree=7372/7372
[pid=25621] ppid=25619 vsize=9625004 CPUtime=2.44 cores=0,2,4,6
/proc/25621/stat : 25621 (java) S 25619 25621 24478 0 -1 4202496 10213 0 1 0 240 4 0 0 20 0 19 0 287924971 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140735140283888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25621/statm: 2406251 38134 2262 9 0 2396937 0
[pid=25621/tid=25623] ppid=25619 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/25621/task/25623/stat : 25623 (java) R 25619 25621 24478 0 -1 4202560 2625 0 1 0 143 3 0 0 20 0 19 0 287924972 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098608894536 140098549444772 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25624] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25624/stat : 25624 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098547624360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25625] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25625/stat : 25625 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098546571816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25626] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25626/stat : 25626 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098450176168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25627] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25627/stat : 25627 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098449123624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25628] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25628/stat : 25628 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098448071592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25629] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25629/stat : 25629 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098447019048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25630] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25630/stat : 25630 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098445965992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25631] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25631/stat : 25631 (java) S 25619 25621 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098444913448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25632] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25632/stat : 25632 (java) S 25619 25621 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287924974 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098432715112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25633] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25633/stat : 25633 (java) S 25619 25621 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287924974 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098431661432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25634] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25634/stat : 25634 (java) S 25619 25621 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287924975 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098430608264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25635] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25635/stat : 25635 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098429557008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25636] ppid=25619 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/25621/task/25636/stat : 25636 (java) S 25619 25621 24478 0 -1 4202560 2949 0 0 0 48 0 0 0 20 0 19 0 287924977 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098428504888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25637] ppid=25619 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/25621/task/25637/stat : 25637 (java) S 25619 25621 24478 0 -1 4202560 3440 0 0 0 47 0 0 0 20 0 19 0 287924977 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098427452344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25638] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25638/stat : 25638 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098426399480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25639] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25639/stat : 25639 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098425347144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25640] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25640/stat : 25640 (java) S 25619 25621 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287925031 9856004096 38134 33554432000 1073741824 1073778376 140735140292752 140098424292392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9625004

[startup+3.10069 s]
/proc/loadavg: 2.09 2.07 2.02 3/213 25640
/proc/meminfo: memFree=28282924/32873648 swapFree=7372/7372
[pid=25621] ppid=25619 vsize=9625004 CPUtime=4.05 cores=0,2,4,6
/proc/25621/stat : 25621 (java) S 25619 25621 24478 0 -1 4202496 10215 0 1 0 401 4 0 0 20 0 19 0 287924971 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140735140283888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25621/statm: 2406251 38135 2262 9 0 2396937 0
[pid=25621/tid=25623] ppid=25619 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/25621/task/25623/stat : 25623 (java) R 25619 25621 24478 0 -1 4202560 2626 0 1 0 302 3 0 0 20 0 19 0 287924972 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098608894456 140098549330671 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25624] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25624/stat : 25624 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098547624360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25625] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25625/stat : 25625 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098546571816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25626] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25626/stat : 25626 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098450176168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25627] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25627/stat : 25627 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098449123624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25628] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25628/stat : 25628 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098448071592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25629] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25629/stat : 25629 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098447019048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25630] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25630/stat : 25630 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098445965992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25631] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25631/stat : 25631 (java) S 25619 25621 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098444913448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25632] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25632/stat : 25632 (java) S 25619 25621 24478 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287924974 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098432715112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25633] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25633/stat : 25633 (java) S 25619 25621 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287924974 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098431661432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25634] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25634/stat : 25634 (java) S 25619 25621 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287924975 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098430608264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25635] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25635/stat : 25635 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098429557008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25636] ppid=25619 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/25621/task/25636/stat : 25636 (java) S 25619 25621 24478 0 -1 4202560 2949 0 0 0 49 0 0 0 20 0 19 0 287924977 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098428504888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25637] ppid=25619 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/25621/task/25637/stat : 25637 (java) S 25619 25621 24478 0 -1 4202560 3440 0 0 0 47 0 0 0 20 0 19 0 287924977 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098427452344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25638] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25638/stat : 25638 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098426399480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25639] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25639/stat : 25639 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098425347144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25640] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25640/stat : 25640 (java) S 25619 25621 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287925031 9856004096 38135 33554432000 1073741824 1073778376 140735140292752 140098424292392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9625004

[startup+6.30063 s]
/proc/loadavg: 2.09 2.07 2.02 3/213 25640
/proc/meminfo: memFree=28256372/32873648 swapFree=7372/7372
[pid=25621] ppid=25619 vsize=9625004 CPUtime=7.72 cores=0,2,4,6
/proc/25621/stat : 25621 (java) S 25619 25621 24478 0 -1 4202496 16339 0 1 0 766 6 0 0 20 0 19 0 287924971 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140735140283888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25621/statm: 2406251 44607 2287 9 0 2396937 0
[pid=25621/tid=25623] ppid=25619 vsize=9625004 CPUtime=6.21 cores=0,2,4,6
/proc/25621/task/25623/stat : 25623 (java) R 25619 25621 24478 0 -1 4202560 2630 0 1 0 618 3 0 0 20 0 19 0 287924972 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098608894456 140098549312615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25624] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25624/stat : 25624 (java) S 25619 25621 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098547624360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25625] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25625/stat : 25625 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098546571816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25626] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25626/stat : 25626 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098450176168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25627] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25627/stat : 25627 (java) S 25619 25621 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098449123624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25628] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25628/stat : 25628 (java) S 25619 25621 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098448071592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25629] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25629/stat : 25629 (java) S 25619 25621 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098447019048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25630] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25630/stat : 25630 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098445965992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25631] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25631/stat : 25631 (java) S 25619 25621 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287924973 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098444913448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25632] ppid=25619 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/25621/task/25632/stat : 25632 (java) S 25619 25621 24478 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 287924974 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098432715112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25633] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25633/stat : 25633 (java) S 25619 25621 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287924974 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098431661432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25634] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25634/stat : 25634 (java) S 25619 25621 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287924975 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098430608264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25635] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25635/stat : 25635 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098429557008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25636] ppid=25619 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/25621/task/25636/stat : 25636 (java) S 25619 25621 24478 0 -1 4202560 9004 0 0 0 90 2 0 0 20 0 19 0 287924977 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098428504888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25637] ppid=25619 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/25621/task/25637/stat : 25637 (java) S 25619 25621 24478 0 -1 4202560 3445 0 0 0 49 0 0 0 20 0 19 0 287924977 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098427452344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25638] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25638/stat : 25638 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098426399480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25639] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25639/stat : 25639 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098425347144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25640] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25640/stat : 25640 (java) S 25619 25621 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287925031 9856004096 44607 33554432000 1073741824 1073778376 140735140292752 140098424292392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=25621/tid=25629] ppid=25619 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/25621/task/25629/stat : 25629 (java) S 25619 25621 24478 0 -1 4202560 87 0 0 0 42 4 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098447019048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25630] ppid=25619 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/25621/task/25630/stat : 25630 (java) S 25619 25621 24478 0 -1 4202560 59 0 0 0 42 2 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098445965992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25631] ppid=25619 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/25621/task/25631/stat : 25631 (java) S 25619 25621 24478 0 -1 4202560 341 0 0 0 50 5 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098444913448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25632] ppid=25619 vsize=9625004 CPUtime=3.84 cores=0,2,4,6
/proc/25621/task/25632/stat : 25632 (java) S 25619 25621 24478 0 -1 4202560 145 0 0 0 382 2 0 0 20 0 19 0 287924974 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098432715112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25633] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25633/stat : 25633 (java) S 25619 25621 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287924974 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098431661432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25634] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25634/stat : 25634 (java) S 25619 25621 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287924975 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098430608264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25635] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25635/stat : 25635 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098429557008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25636] ppid=25619 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/25621/task/25636/stat : 25636 (java) S 25619 25621 24478 0 -1 4202560 9004 0 0 0 91 2 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098428504888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25637] ppid=25619 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25621/task/25637/stat : 25637 (java) S 25619 25621 24478 0 -1 4202560 4047 0 0 0 67 0 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098427452344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25638] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25638/stat : 25638 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098426399480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25639] ppid=25619 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/25621/task/25639/stat : 25639 (java) S 25619 25621 24478 0 -1 4202560 97 0 0 0 18 17 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098425347144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25640] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25640/stat : 25640 (java) S 25619 25621 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287925031 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098424292392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.69
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/213 25716
/proc/meminfo: memFree=28031072/32873648 swapFree=7372/7372
[pid=25621] ppid=25619 vsize=9625004 CPUtime=1726.83 cores=0,2,4,6
/proc/25621/stat : 25621 (java) S 25619 25621 24478 0 -1 4202496 18362 0 1 0 172630 53 0 0 20 0 19 0 287924971 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140735140283888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25621/statm: 2406251 103623 2288 9 0 2396937 0
[pid=25621/tid=25623] ppid=25619 vsize=9625004 CPUtime=1716.96 cores=0,2,4,6
/proc/25621/task/25623/stat : 25623 (java) R 25619 25621 24478 0 -1 4202560 2698 0 1 0 171665 31 0 0 20 0 19 0 287924972 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098608894256 140098549295812 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25624] ppid=25619 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/25621/task/25624/stat : 25624 (java) S 25619 25621 24478 0 -1 4202560 66 0 0 0 36 3 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098547624360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25625] ppid=25619 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/25621/task/25625/stat : 25625 (java) S 25619 25621 24478 0 -1 4202560 200 0 0 0 51 4 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098546571816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25626] ppid=25619 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/25621/task/25626/stat : 25626 (java) S 25619 25621 24478 0 -1 4202560 164 0 0 0 47 4 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098450176168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25627] ppid=25619 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/25621/task/25627/stat : 25627 (java) S 25619 25621 24478 0 -1 4202560 55 0 0 0 48 3 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098449123624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25628] ppid=25619 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/25621/task/25628/stat : 25628 (java) S 25619 25621 24478 0 -1 4202560 207 0 0 0 55 4 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098448071592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25629] ppid=25619 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/25621/task/25629/stat : 25629 (java) S 25619 25621 24478 0 -1 4202560 87 0 0 0 44 4 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098447019048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25630] ppid=25619 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/25621/task/25630/stat : 25630 (java) S 25619 25621 24478 0 -1 4202560 59 0 0 0 45 2 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098445965992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25631] ppid=25619 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/25621/task/25631/stat : 25631 (java) S 25619 25621 24478 0 -1 4202560 341 0 0 0 53 5 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098444913448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25632] ppid=25619 vsize=9625004 CPUtime=3.97 cores=0,2,4,6
/proc/25621/task/25632/stat : 25632 (java) S 25619 25621 24478 0 -1 4202560 149 0 0 0 395 2 0 0 20 0 19 0 287924974 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098432715112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25633] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25633/stat : 25633 (java) S 25619 25621 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287924974 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098431661432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25634] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25634/stat : 25634 (java) S 25619 25621 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287924975 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098430608264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25635] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25635/stat : 25635 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098429557008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25636] ppid=25619 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/25621/task/25636/stat : 25636 (java) S 25619 25621 24478 0 -1 4202560 9004 0 0 0 91 2 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098428504888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25637] ppid=25619 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25621/task/25637/stat : 25637 (java) S 25619 25621 24478 0 -1 4202560 4047 0 0 0 67 0 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098427452344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25638] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25638/stat : 25638 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098426399480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25639] ppid=25619 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/25621/task/25639/stat : 25639 (java) S 25619 25621 24478 0 -1 4202560 99 0 0 0 19 18 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098425347144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25640] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25640/stat : 25640 (java) S 25619 25621 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287925031 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098424292392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.83
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 25716
/proc/meminfo: memFree=28020468/32873648 swapFree=7372/7372
[pid=25621] ppid=25619 vsize=9625004 CPUtime=1786.92 cores=0,2,4,6
/proc/25621/stat : 25621 (java) S 25619 25621 24478 0 -1 4202496 18369 0 1 0 178638 54 0 0 20 0 19 0 287924971 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140735140283888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25621/statm: 2406251 103623 2288 9 0 2396937 0
[pid=25621/tid=25623] ppid=25619 vsize=9625004 CPUtime=1776.84 cores=0,2,4,6
/proc/25621/task/25623/stat : 25623 (java) R 25619 25621 24478 0 -1 4202560 2699 0 1 0 177652 32 0 0 20 0 19 0 287924972 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098608894256 140098549302278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25624] ppid=25619 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/25621/task/25624/stat : 25624 (java) S 25619 25621 24478 0 -1 4202560 66 0 0 0 38 3 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098547624360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25625] ppid=25619 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/25621/task/25625/stat : 25625 (java) S 25619 25621 24478 0 -1 4202560 200 0 0 0 52 4 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098546571816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25626] ppid=25619 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/25621/task/25626/stat : 25626 (java) S 25619 25621 24478 0 -1 4202560 164 0 0 0 48 4 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098450176168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25627] ppid=25619 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/25621/task/25627/stat : 25627 (java) S 25619 25621 24478 0 -1 4202560 55 0 0 0 49 3 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098449123624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25628] ppid=25619 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/25621/task/25628/stat : 25628 (java) S 25619 25621 24478 0 -1 4202560 207 0 0 0 57 4 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098448071592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25629] ppid=25619 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/25621/task/25629/stat : 25629 (java) S 25619 25621 24478 0 -1 4202560 87 0 0 0 45 4 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098447019048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25630] ppid=25619 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/25621/task/25630/stat : 25630 (java) S 25619 25621 24478 0 -1 4202560 59 0 0 0 46 2 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098445965992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25631] ppid=25619 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/25621/task/25631/stat : 25631 (java) S 25619 25621 24478 0 -1 4202560 341 0 0 0 54 5 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098444913448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25632] ppid=25619 vsize=9625004 CPUtime=4.06 cores=0,2,4,6
/proc/25621/task/25632/stat : 25632 (java) S 25619 25621 24478 0 -1 4202560 151 0 0 0 404 2 0 0 20 0 19 0 287924974 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098432715112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25633] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25633/stat : 25633 (java) S 25619 25621 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287924974 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098431661432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25634] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25634/stat : 25634 (java) S 25619 25621 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287924975 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098430608264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25635] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25635/stat : 25635 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098429557008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25636] ppid=25619 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/25621/task/25636/stat : 25636 (java) S 25619 25621 24478 0 -1 4202560 9004 0 0 0 91 2 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098428504888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25637] ppid=25619 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25621/task/25637/stat : 25637 (java) S 25619 25621 24478 0 -1 4202560 4047 0 0 0 67 0 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098427452344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25638] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25638/stat : 25638 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098426399480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25639] ppid=25619 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/25621/task/25639/stat : 25639 (java) S 25619 25621 24478 0 -1 4202560 103 0 0 0 20 19 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098425347144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25640] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25640/stat : 25640 (java) S 25619 25621 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287925031 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098424292392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.92
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 25716
/proc/meminfo: memFree=28014324/32873648 swapFree=7372/7372
[pid=25621] ppid=25619 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/25621/stat : 25621 (java) S 25619 25621 24478 0 -1 4202496 18369 0 1 0 179948 54 0 0 20 0 19 0 287924971 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140735140283888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25621/statm: 2406251 103623 2288 9 0 2396937 0
[pid=25621/tid=25623] ppid=25619 vsize=9625004 CPUtime=1789.94 cores=0,2,4,6
/proc/25621/task/25623/stat : 25623 (java) R 25619 25621 24478 0 -1 4202560 2699 0 1 0 178962 32 0 0 20 0 19 0 287924972 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098608894256 140098549444772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25624] ppid=25619 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/25621/task/25624/stat : 25624 (java) S 25619 25621 24478 0 -1 4202560 66 0 0 0 38 3 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098547624360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25625] ppid=25619 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/25621/task/25625/stat : 25625 (java) S 25619 25621 24478 0 -1 4202560 200 0 0 0 52 4 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098546571816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25626] ppid=25619 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/25621/task/25626/stat : 25626 (java) S 25619 25621 24478 0 -1 4202560 164 0 0 0 48 4 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098450176168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25627] ppid=25619 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/25621/task/25627/stat : 25627 (java) S 25619 25621 24478 0 -1 4202560 55 0 0 0 49 3 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098449123624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25628] ppid=25619 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/25621/task/25628/stat : 25628 (java) S 25619 25621 24478 0 -1 4202560 207 0 0 0 57 4 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098448071592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25629] ppid=25619 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/25621/task/25629/stat : 25629 (java) S 25619 25621 24478 0 -1 4202560 87 0 0 0 45 4 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098447019048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25630] ppid=25619 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/25621/task/25630/stat : 25630 (java) S 25619 25621 24478 0 -1 4202560 59 0 0 0 46 2 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098445965992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25631] ppid=25619 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/25621/task/25631/stat : 25631 (java) S 25619 25621 24478 0 -1 4202560 341 0 0 0 54 5 0 0 20 0 19 0 287924973 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098444913448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25621/tid=25632] ppid=25619 vsize=9625004 CPUtime=4.06 cores=0,2,4,6
/proc/25621/task/25632/stat : 25632 (java) S 25619 25621 24478 0 -1 4202560 151 0 0 0 404 2 0 0 20 0 19 0 287924974 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098432715112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25633] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25633/stat : 25633 (java) S 25619 25621 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287924974 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098431661432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25634] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25634/stat : 25634 (java) S 25619 25621 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287924975 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098430608264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25635] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25635/stat : 25635 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098429557008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25636] ppid=25619 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/25621/task/25636/stat : 25636 (java) S 25619 25621 24478 0 -1 4202560 9004 0 0 0 91 2 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098428504888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25637] ppid=25619 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25621/task/25637/stat : 25637 (java) S 25619 25621 24478 0 -1 4202560 4047 0 0 0 67 0 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098427452344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25621/tid=25638] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25638/stat : 25638 (java) S 25619 25621 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098426399480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25621/tid=25639] ppid=25619 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/25621/task/25639/stat : 25639 (java) S 25619 25621 24478 0 -1 4202560 103 0 0 0 21 19 0 0 20 0 19 0 287924977 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098425347144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25621/tid=25640] ppid=25619 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25621/task/25640/stat : 25640 (java) S 25619 25621 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287925031 9856004096 103623 33554432000 1073741824 1073778376 140735140292752 140098424292392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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): 1795.47
CPU time (s): 1800.61
CPU user time (s): 1799.62
CPU system time (s): 0.991849
CPU usage (%): 100.286
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.991849
maximum resident set size= 414620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18404
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39893
involuntary context switches= 25345

runsolver used 5.84911 second user time and 14.4248 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 17:13:10
IDJOB=3710023
IDBENCH=90188
IDSOLVER=2289
FILE ID=node122/3710023-1338217990
RUNJOBID= node122-1338205330-24494
PBS_JOBID= 14624612
Free space on /tmp= 71680 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K175.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710023-1338217990/watcher-3710023-1338217990 -o /tmp/evaluation-result-3710023-1338217990/solver-3710023-1338217990 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710023-1338217990.opb

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

MD5SUM BENCH= c7b1775204389f0c59bc1b934de7e2c1
RANDOM SEED=454998867

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.533
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:        28427544 kB
Buffers:          328260 kB
Cached:          3118264 kB
SwapCached:            0 kB
Active:          1422024 kB
Inactive:        2219708 kB
Active(anon):     186704 kB
Inactive(anon):    11052 kB
Active(file):    1235320 kB
Inactive(file):  2208656 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2424 kB
Writeback:             0 kB
AnonPages:        204400 kB
Mapped:            21996 kB
Shmem:               200 kB
Slab:             663292 kB
SReclaimable:     107252 kB
SUnreclaim:       556040 kB
KernelStack:        1608 kB
PageTables:         4648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 71680 MiB
End job on node122 at 2012-05-28 17:43:07