Trace number 3689493

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 NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800 1796.26

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-807456.opb
MD5SUM21cf0355c32a3177f2f6fa914b5dacc6
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1635
Total number of constraints840
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)840
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 1635
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1635
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1635
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689493-1337891079.opb
0.08/0.12	c reading problem ... 
0.26/0.28	c ... done. Wall clock time 0.151s.
0.26/0.28	c declared #vars     1635
0.26/0.28	c #constraints  1676
0.26/0.28	c constraints type 
0.26/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 800
0.26/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
0.26/0.28	c ignored satisfied constraints => 4
0.26/0.28	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.26/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.26/0.28	c 1680 constraints processed.
0.26/0.28	c objective function length is 1635 literals
1.36/0.99	c cleaning 2495 clauses out of 4995 with flag 5000/5000
2.25/1.74	c cleaning 4244 clauses out of 8499 with flag 11000/11000
3.26/2.70	c cleaning 5624 clauses out of 11257 with flag 18002/18002
4.37/3.89	c cleaning 6813 clauses out of 13631 with flag 26001/26001
6.06/5.45	c cleaning 7905 clauses out of 15816 with flag 35000/35000
7.86/7.22	c cleaning 8949 clauses out of 17910 with flag 45000/45000
9.87/9.25	c cleaning 9979 clauses out of 19963 with flag 56002/56002
12.27/11.60	c cleaning 10986 clauses out of 21982 with flag 68000/68000
14.99/14.34	c cleaning 11989 clauses out of 23996 with flag 81000/81000
17.69/17.03	c cleaning 13003 clauses out of 26011 with flag 95004/95004
20.82/20.11	c cleaning 13996 clauses out of 28005 with flag 110001/110001
24.26/23.52	c cleaning 14997 clauses out of 30008 with flag 126000/126000
27.98/27.29	c cleaning 16003 clauses out of 32010 with flag 143000/143000
32.29/31.52	c cleaning 16993 clauses out of 34008 with flag 161001/161001
36.92/36.14	c cleaning 18000 clauses out of 36016 with flag 180002/180002
41.82/41.03	c cleaning 19003 clauses out of 38016 with flag 200002/200002
47.13/46.31	c cleaning 20002 clauses out of 40013 with flag 221002/221002
53.05/52.28	c cleaning 20998 clauses out of 42009 with flag 243000/243000
59.19/58.36	c cleaning 21997 clauses out of 44011 with flag 266000/266000
65.81/64.92	c cleaning 23005 clauses out of 46015 with flag 290001/290001
72.94/72.04	c cleaning 23994 clauses out of 48009 with flag 315000/315000
80.85/79.97	c cleaning 24997 clauses out of 50018 with flag 341003/341003
89.26/88.34	c cleaning 25994 clauses out of 52018 with flag 368000/368000
98.50/97.53	c cleaning 27003 clauses out of 54024 with flag 396000/396000
107.41/106.41	c cleaning 28001 clauses out of 56022 with flag 425001/425001
117.34/116.32	c cleaning 29005 clauses out of 58020 with flag 455001/455001
128.57/127.50	c cleaning 30000 clauses out of 60014 with flag 486000/486000
139.80/138.77	c cleaning 30988 clauses out of 62015 with flag 518001/518001
151.03/149.92	c cleaning 31995 clauses out of 64026 with flag 551000/551000
162.87/161.70	c cleaning 33009 clauses out of 66033 with flag 585002/585002
174.89/173.77	c cleaning 34004 clauses out of 68023 with flag 620001/620001
189.21/188.03	c cleaning 35003 clauses out of 70018 with flag 656000/656000
203.33/202.16	c cleaning 36001 clauses out of 72017 with flag 693002/693002
218.48/217.25	c cleaning 36990 clauses out of 74014 with flag 731000/731000
234.12/232.80	c cleaning 38002 clauses out of 76024 with flag 770000/770000
250.26/248.90	c cleaning 38999 clauses out of 78024 with flag 810002/810002
267.80/266.47	c cleaning 40008 clauses out of 80024 with flag 851001/851001
286.26/284.83	c cleaning 40999 clauses out of 82015 with flag 893000/893000
303.58/302.13	c cleaning 42000 clauses out of 84018 with flag 936002/936002
322.53/321.07	c cleaning 42997 clauses out of 86017 with flag 980001/980001
343.06/341.56	c cleaning 44003 clauses out of 88020 with flag 1025001/1025001
364.68/363.12	c cleaning 44995 clauses out of 90016 with flag 1071000/1071000
386.52/384.95	c cleaning 46005 clauses out of 92023 with flag 1118002/1118002
410.39/408.71	c cleaning 46995 clauses out of 94017 with flag 1166001/1166001
432.85/431.11	c cleaning 48007 clauses out of 96023 with flag 1215002/1215002
460.81/459.03	c cleaning 48997 clauses out of 98018 with flag 1265004/1265004
488.16/486.30	c cleaning 50000 clauses out of 100019 with flag 1316002/1316002
516.26/514.31	c cleaning 51004 clauses out of 102019 with flag 1368002/1368002
546.42/544.44	c cleaning 51993 clauses out of 104015 with flag 1421002/1421002
579.10/577.06	c cleaning 52997 clauses out of 106022 with flag 1475002/1475002
611.94/609.82	c cleaning 54000 clauses out of 108024 with flag 1530001/1530001
645.49/643.30	c cleaning 54994 clauses out of 110023 with flag 1586000/1586000
677.74/675.59	c cleaning 56004 clauses out of 112029 with flag 1643000/1643000
714.00/711.70	c cleaning 57003 clauses out of 114029 with flag 1701004/1701004
749.74/747.45	c cleaning 58004 clauses out of 116023 with flag 1760001/1760001
786.16/783.86	c cleaning 58994 clauses out of 118018 with flag 1820000/1820000
824.81/822.47	c cleaning 60000 clauses out of 120024 with flag 1881000/1881000
864.16/861.79	c cleaning 60994 clauses out of 122024 with flag 1943000/1943000
906.10/903.69	c cleaning 62010 clauses out of 124030 with flag 2006000/2006000
949.38/946.81	c cleaning 63003 clauses out of 126020 with flag 2070000/2070000
992.75/990.17	c cleaning 64001 clauses out of 128018 with flag 2135001/2135001
1039.12/1036.40	c cleaning 65002 clauses out of 130018 with flag 2201002/2201002
1088.52/1085.78	c cleaning 65998 clauses out of 132015 with flag 2268001/2268001
1139.22/1136.38	c cleaning 66995 clauses out of 134017 with flag 2336001/2336001
1191.47/1188.58	c cleaning 67997 clauses out of 136021 with flag 2405000/2405000
1237.47/1234.47	c cleaning 68999 clauses out of 138026 with flag 2475002/2475002
1289.84/1286.73	c cleaning 70002 clauses out of 140025 with flag 2546000/2546000
1345.94/1342.71	c cleaning 70994 clauses out of 142023 with flag 2618000/2618000
1397.45/1394.14	c cleaning 71993 clauses out of 144029 with flag 2691000/2691000
1453.32/1449.94	c cleaning 73005 clauses out of 146039 with flag 2765003/2765003
1511.07/1507.65	c cleaning 73984 clauses out of 148034 with flag 2840003/2840003
1571.25/1567.71	c cleaning 74990 clauses out of 150047 with flag 2916000/2916000
1630.92/1627.36	c cleaning 76024 clauses out of 152059 with flag 2993002/2993002
1693.95/1690.30	c cleaning 77009 clauses out of 154034 with flag 3071001/3071001
1759.73/1756.04	c cleaning 77998 clauses out of 156024 with flag 3150000/3150000
1800.00/1796.22	c starts		: 249
1800.00/1796.22	c conflicts		: 3205752
1800.00/1796.22	c decisions		: 4080836
1800.00/1796.22	c propagations		: 690932636
1800.00/1796.22	c inspects		: 21761798395
1800.00/1796.22	c shortcuts		: 0
1800.00/1796.22	c learnt literals	: 11
1800.00/1796.22	c learnt binary clauses	: 141
1800.00/1796.22	c learnt ternary clauses	: 377
1800.00/1796.22	c learnt constraints	: 3205741
1800.00/1796.22	c ignored constraints	: 0
1800.00/1796.22	c root simplifications	: 0
1800.00/1796.22	c removed literals (reason simplification)	: 0
1800.00/1796.22	c reason swapping (by a shorter reason)	: 0
1800.00/1796.22	c Calls to reduceDB	: 75
1800.00/1796.22	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.22	c number of learned constraints concerned by reduction	: 0
1800.00/1796.22	c number of learning phase by resolution	: 0
1800.00/1796.22	c number of learning phase by cutting planes	: 0
1800.00/1796.22	c speed (assignments/second)	: 384722.0560746623
1800.00/1796.22	c non guided choices	0
1800.00/1796.25	c learnt constraints type 
1800.00/1796.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 141
1800.00/1796.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133665
1800.00/1796.25	c constraints type 
1800.00/1796.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 800
1800.00/1796.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
1800.00/1796.25	c ignored satisfied constraints => 4
1800.00/1796.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
1800.00/1796.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
1800.00/1796.25	c 1680 constraints processed.
1800.00/1796.25	s UNKNOWN
1800.00/1796.25	c Total wall clock time (in seconds): 1796.127

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-3689493-1337891079/watcher-3689493-1337891079 -o /tmp/evaluation-result-3689493-1337891079/solver-3689493-1337891079 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689493-1337891079.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: 2.04 2.02 2.00 3/194 25557
/proc/meminfo: memFree=27369552/32873844 swapFree=7108/7108
[pid=25557] ppid=25555 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25557/stat : 25557 (java) D 25555 25557 23066 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 255232939 9515008 176 33554432000 1073741824 1073778376 140735352696032 140735352678760 227141305232 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25557/statm: 2323 176 133 9 0 71 0

[startup+0.0467231 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 25557
/proc/meminfo: memFree=27369552/32873844 swapFree=7108/7108
[pid=25557] ppid=25555 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/25557/stat : 25557 (java) S 25555 25557 23066 0 -1 4202496 2999 0 1 0 2 1 0 0 20 0 13 0 255232939 9446973440 3696 33554432000 1073741824 1073778376 140736927769696 140736927760832 227144663101 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25557/statm: 2306390 3696 1682 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100337 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 25557
/proc/meminfo: memFree=27369552/32873844 swapFree=7108/7108
[pid=25557] ppid=25555 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25557/stat : 25557 (java) S 25555 25557 23066 0 -1 4202496 3999 0 1 0 7 1 0 0 20 0 18 0 255232939 9787813888 5200 33554432000 1073741824 1073778376 140736927769696 140736927760832 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25557/statm: 2389603 5201 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300298 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 25557
/proc/meminfo: memFree=27369552/32873844 swapFree=7108/7108
[pid=25557] ppid=25555 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/25557/stat : 25557 (java) S 25555 25557 23066 0 -1 4202496 5779 0 1 0 47 2 0 0 20 0 19 0 255232939 9855975424 10643 33554432000 1073741824 1073778376 140736927769696 140736927760832 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25557/statm: 2406244 10643 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9624976

[startup+0.700269 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 25557
/proc/meminfo: memFree=27369552/32873844 swapFree=7108/7108
[pid=25557] ppid=25555 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/25557/stat : 25557 (java) S 25555 25557 23066 0 -1 4202496 6842 0 1 0 111 2 0 0 20 0 19 0 255232939 9855975424 11422 33554432000 1073741824 1073778376 140736927769696 140736927760832 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25557/statm: 2406244 11422 2232 9 0 2396937 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9624976

[startup+1.50067 s]
/proc/loadavg: 2.04 2.02 2.00 6/213 25576
/proc/meminfo: memFree=27329484/32873844 swapFree=7108/7108
[pid=25557] ppid=25555 vsize=9624976 CPUtime=2.02 cores=1,3,5,7
/proc/25557/stat : 25557 (java) S 25555 25557 23066 0 -1 4202496 7595 0 1 0 200 2 0 0 20 0 19 0 255232939 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140736927760832 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25557/statm: 2406244 13039 2267 9 0 2396937 0
[pid=25557/tid=25559] ppid=25555 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/25557/task/25559/stat : 25559 (java) R 25555 25557 23066 0 -1 4202560 2467 0 1 0 143 1 0 0 20 0 19 0 255232940 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197559894392 140197413618999 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25560] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25560/stat : 25560 (java) S 25555 25557 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197532346792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25557/tid=25561] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25561/stat : 25561 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197402028584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25562] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25562/stat : 25562 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197400975528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25557/tid=25563] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25563/stat : 25563 (java) S 25555 25557 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197399922984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25564] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25564/stat : 25564 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197398870952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25565] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25565/stat : 25565 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197397818408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25566] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25566/stat : 25566 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197060668072 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25567] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25567/stat : 25567 (java) S 25555 25557 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197059615528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25568] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25568/stat : 25568 (java) S 25555 25557 23066 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 19 0 255232943 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197047417192 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25569] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25569/stat : 25569 (java) S 25555 25557 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255232943 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197046363512 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25570] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25570/stat : 25570 (java) S 25555 25557 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255232943 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197045310344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25571] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25571/stat : 25571 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197044259088 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25572] ppid=25555 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/25557/task/25572/stat : 25572 (java) S 25555 25557 23066 0 -1 4202560 1796 0 0 0 22 0 0 0 20 0 19 0 255232946 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197043206968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25573] ppid=25555 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25557/task/25573/stat : 25573 (java) S 25555 25557 23066 0 -1 4202560 2091 0 0 0 29 0 0 0 20 0 19 0 255232946 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197042154424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25574] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25574/stat : 25574 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197041101560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25575] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25575/stat : 25575 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197040049224 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25576] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25576/stat : 25576 (java) S 25555 25557 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255232968 9855975424 13039 33554432000 1073741824 1073778376 140736927769696 140197038994472 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 25576
/proc/meminfo: memFree=27320912/32873844 swapFree=7108/7108
[pid=25557] ppid=25555 vsize=9624976 CPUtime=3.67 cores=1,3,5,7
/proc/25557/stat : 25557 (java) S 25555 25557 23066 0 -1 4202496 7613 0 1 0 364 3 0 0 20 0 19 0 255232939 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140736927760832 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25557/statm: 2406244 14584 2267 9 0 2396937 0
[pid=25557/tid=25559] ppid=25555 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/25557/task/25559/stat : 25559 (java) R 25555 25557 23066 0 -1 4202560 2468 0 1 0 300 1 0 0 20 0 19 0 255232940 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197559894520 140197413537503 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25560] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25560/stat : 25560 (java) S 25555 25557 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197532346792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25561] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25561/stat : 25561 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197402028584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25562] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25562/stat : 25562 (java) S 25555 25557 23066 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197400975528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25557/tid=25563] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25563/stat : 25563 (java) S 25555 25557 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197399922984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25564] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25564/stat : 25564 (java) S 25555 25557 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197398870952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25565] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25565/stat : 25565 (java) S 25555 25557 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197397818408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25566] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25566/stat : 25566 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197060668072 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25567] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25567/stat : 25567 (java) S 25555 25557 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197059615528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25568] ppid=25555 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/25557/task/25568/stat : 25568 (java) S 25555 25557 23066 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 255232943 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197047417192 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25557/tid=25569] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25569/stat : 25569 (java) S 25555 25557 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255232943 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197046363512 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25570] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25570/stat : 25570 (java) S 25555 25557 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255232943 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197045310344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25571] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25571/stat : 25571 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197044259088 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25572] ppid=25555 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/25557/task/25572/stat : 25572 (java) S 25555 25557 23066 0 -1 4202560 1796 0 0 0 24 0 0 0 20 0 19 0 255232946 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197043206968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25573] ppid=25555 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/25557/task/25573/stat : 25573 (java) S 25555 25557 23066 0 -1 4202560 2092 0 0 0 31 0 0 0 20 0 19 0 255232946 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197042154424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25574] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25574/stat : 25574 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197041101560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25575] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25575/stat : 25575 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197040049224 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25576] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25576/stat : 25576 (java) S 25555 25557 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255232968 9855975424 14584 33554432000 1073741824 1073778376 140736927769696 140197038994472 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 25576
/proc/meminfo: memFree=27316568/32873844 swapFree=7108/7108
[pid=25557] ppid=25555 vsize=9624976 CPUtime=6.96 cores=1,3,5,7
/proc/25557/stat : 25557 (java) S 25555 25557 23066 0 -1 4202496 8204 0 1 0 692 4 0 0 20 0 19 0 255232939 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140736927760832 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25557/statm: 2406244 15058 2267 9 0 2396937 0
[pid=25557/tid=25559] ppid=25555 vsize=9624976 CPUtime=6.16 cores=1,3,5,7
/proc/25557/task/25559/stat : 25559 (java) R 25555 25557 23066 0 -1 4202560 2470 0 1 0 615 1 0 0 20 0 19 0 255232940 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197559894520 140197413569180 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25560] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25560/stat : 25560 (java) S 25555 25557 23066 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197532346792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25561] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25561/stat : 25561 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197402028584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25562] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25562/stat : 25562 (java) S 25555 25557 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197400975528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25563] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25563/stat : 25563 (java) S 25555 25557 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197399922984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25557/tid=25564] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25564/stat : 25564 (java) S 25555 25557 23066 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197398870952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25565] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25565/stat : 25565 (java) S 25555 25557 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197397818408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25566] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25566/stat : 25566 (java) S 25555 25557 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197060668072 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25557/tid=25567] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25567/stat : 25567 (java) S 25555 25557 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255232941 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197059615528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25568] ppid=25555 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/25557/task/25568/stat : 25568 (java) S 25555 25557 23066 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 19 0 255232943 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197047417192 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25569] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25569/stat : 25569 (java) S 25555 25557 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255232943 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197046363512 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25570] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25570/stat : 25570 (java) S 25555 25557 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255232943 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197045310344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25571] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25571/stat : 25571 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197044259088 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25572] ppid=25555 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/25557/task/25572/stat : 25572 (java) S 25555 25557 23066 0 -1 4202560 1797 0 0 0 24 0 0 0 20 0 19 0 255232946 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197043206968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25573] ppid=25555 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/25557/task/25573/stat : 25573 (java) S 25555 25557 23066 0 -1 4202560 2675 0 0 0 36 0 0 0 20 0 19 0 255232946 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197042154424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25557/tid=25574] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25574/stat : 25574 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197041101560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25575] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25575/stat : 25575 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197040049224 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25576] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25576/stat : 25576 (java) S 25555 25557 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255232968 9855975424 15058 33554432000 1073741824 1073778376 140736927769696 140197038994472 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=25557/tid=25572] ppid=25555 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/25557/task/25572/stat : 25572 (java) S 25555 25557 23066 0 -1 4202560 1797 0 0 0 24 0 0 0 20 0 19 0 255232946 9855975424 37383 33554432000 1073741824 1073778376 140736927769696 140197043206968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25573] ppid=25555 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25557/task/25573/stat : 25573 (java) S 25555 25557 23066 0 -1 4202560 2680 0 0 0 38 0 0 0 20 0 19 0 255232946 9855975424 37383 33554432000 1073741824 1073778376 140736927769696 140197042154424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25574] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25574/stat : 25574 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 37383 33554432000 1073741824 1073778376 140736927769696 140197041101560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25575] ppid=25555 vsize=9624976 CPUtime=0.89 cores=1,3,5,7
/proc/25557/task/25575/stat : 25575 (java) S 25555 25557 23066 0 -1 4202560 94 0 0 0 51 38 0 0 20 0 19 0 255232946 9855975424 37383 33554432000 1073741824 1073778376 140736927769696 140197040049224 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25576] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25576/stat : 25576 (java) S 25555 25557 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255232968 9855975424 37383 33554432000 1073741824 1073778376 140736927769696 140197038994472 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1665.95
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 25652
/proc/meminfo: memFree=27168924/32873844 swapFree=7108/7108
[pid=25557] ppid=25555 vsize=9624976 CPUtime=1726 cores=1,3,5,7
/proc/25557/stat : 25557 (java) S 25555 25557 23066 0 -1 4202496 9287 0 1 0 172524 76 0 0 20 0 19 0 255232939 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140736927760832 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25557/statm: 2406244 37386 2269 9 0 2396937 0
[pid=25557/tid=25559] ppid=25555 vsize=9624976 CPUtime=1714.81 cores=1,3,5,7
/proc/25557/task/25559/stat : 25559 (java) R 25555 25557 23066 0 -1 4202560 2552 0 1 0 171453 28 0 0 20 0 19 0 255232940 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197559894304 140197413225999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25560] ppid=25555 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/25557/task/25560/stat : 25560 (java) S 25555 25557 23066 0 -1 4202560 46 0 0 0 30 0 0 0 20 0 19 0 255232941 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197532346792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25561] ppid=25555 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25557/task/25561/stat : 25561 (java) S 25555 25557 23066 0 -1 4202560 83 0 0 0 28 0 0 0 20 0 19 0 255232941 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197402028584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25562] ppid=25555 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/25557/task/25562/stat : 25562 (java) S 25555 25557 23066 0 -1 4202560 203 0 0 0 34 0 0 0 20 0 19 0 255232941 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197400975528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25557/tid=25563] ppid=25555 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25557/task/25563/stat : 25563 (java) S 25555 25557 23066 0 -1 4202560 78 0 0 0 28 0 0 0 20 0 19 0 255232941 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197399922984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25564] ppid=25555 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25557/task/25564/stat : 25564 (java) S 25555 25557 23066 0 -1 4202560 121 0 0 0 30 2 0 0 20 0 19 0 255232941 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197398870952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25565] ppid=25555 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25557/task/25565/stat : 25565 (java) S 25555 25557 23066 0 -1 4202560 132 0 0 0 30 2 0 0 20 0 19 0 255232941 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197397818408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25566] ppid=25555 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/25557/task/25566/stat : 25566 (java) S 25555 25557 23066 0 -1 4202560 122 0 0 0 31 2 0 0 20 0 19 0 255232941 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197060668072 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25567] ppid=25555 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25557/task/25567/stat : 25567 (java) S 25555 25557 23066 0 -1 4202560 71 0 0 0 28 0 0 0 20 0 19 0 255232941 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197059615528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25568] ppid=25555 vsize=9624976 CPUtime=2.32 cores=1,3,5,7
/proc/25557/task/25568/stat : 25568 (java) S 25555 25557 23066 0 -1 4202560 117 0 0 0 229 3 0 0 20 0 19 0 255232943 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197047417192 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25569] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25569/stat : 25569 (java) S 25555 25557 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255232943 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197046363512 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25570] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25570/stat : 25570 (java) S 25555 25557 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255232943 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197045310344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25571] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25571/stat : 25571 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197044259088 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25572] ppid=25555 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/25557/task/25572/stat : 25572 (java) S 25555 25557 23066 0 -1 4202560 1797 0 0 0 24 0 0 0 20 0 19 0 255232946 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197043206968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25573] ppid=25555 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25557/task/25573/stat : 25573 (java) S 25555 25557 23066 0 -1 4202560 2680 0 0 0 38 0 0 0 20 0 19 0 255232946 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197042154424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25574] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25574/stat : 25574 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197041101560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25575] ppid=25555 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/25557/task/25575/stat : 25575 (java) S 25555 25557 23066 0 -1 4202560 98 0 0 0 53 39 0 0 20 0 19 0 255232946 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197040049224 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25576] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25576/stat : 25576 (java) S 25555 25557 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255232968 9855975424 37386 33554432000 1073741824 1073778376 140736927769696 140197038994472 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.55 2.14 2.04 3/213 25652
/proc/meminfo: memFree=27086384/32873844 swapFree=7108/7108
[pid=25557] ppid=25555 vsize=9624976 CPUtime=1786.07 cores=1,3,5,7
/proc/25557/stat : 25557 (java) S 25555 25557 23066 0 -1 4202496 9296 0 1 0 178527 80 0 0 20 0 19 0 255232939 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140736927760832 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25557/statm: 2406244 37388 2269 9 0 2396937 0
[pid=25557/tid=25559] ppid=25555 vsize=9624976 CPUtime=1774.6 cores=1,3,5,7
/proc/25557/task/25559/stat : 25559 (java) R 25555 25557 23066 0 -1 4202560 2553 0 1 0 177432 28 0 0 20 0 19 0 255232940 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197559894304 140197413545530 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25560] ppid=25555 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/25557/task/25560/stat : 25560 (java) S 25555 25557 23066 0 -1 4202560 46 0 0 0 30 0 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197532346792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25561] ppid=25555 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25557/task/25561/stat : 25561 (java) S 25555 25557 23066 0 -1 4202560 83 0 0 0 29 0 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197402028584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25562] ppid=25555 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/25557/task/25562/stat : 25562 (java) S 25555 25557 23066 0 -1 4202560 203 0 0 0 34 0 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197400975528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25557/tid=25563] ppid=25555 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25557/task/25563/stat : 25563 (java) S 25555 25557 23066 0 -1 4202560 78 0 0 0 28 0 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197399922984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25564] ppid=25555 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25557/task/25564/stat : 25564 (java) S 25555 25557 23066 0 -1 4202560 121 0 0 0 30 2 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197398870952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25565] ppid=25555 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25557/task/25565/stat : 25565 (java) S 25555 25557 23066 0 -1 4202560 134 0 0 0 30 2 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197397818408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25566] ppid=25555 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/25557/task/25566/stat : 25566 (java) S 25555 25557 23066 0 -1 4202560 122 0 0 0 31 2 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197060668072 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25567] ppid=25555 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25557/task/25567/stat : 25567 (java) S 25555 25557 23066 0 -1 4202560 71 0 0 0 29 0 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197059615528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25568] ppid=25555 vsize=9624976 CPUtime=2.37 cores=1,3,5,7
/proc/25557/task/25568/stat : 25568 (java) S 25555 25557 23066 0 -1 4202560 119 0 0 0 234 3 0 0 20 0 19 0 255232943 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197047417192 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25569] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25569/stat : 25569 (java) S 25555 25557 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255232943 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197046363512 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25570] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25570/stat : 25570 (java) S 25555 25557 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255232943 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197045310344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25571] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25571/stat : 25571 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197044259088 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25572] ppid=25555 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/25557/task/25572/stat : 25572 (java) S 25555 25557 23066 0 -1 4202560 1797 0 0 0 24 0 0 0 20 0 19 0 255232946 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197043206968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25573] ppid=25555 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25557/task/25573/stat : 25573 (java) S 25555 25557 23066 0 -1 4202560 2680 0 0 0 38 0 0 0 20 0 19 0 255232946 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197042154424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25574] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25574/stat : 25574 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197041101560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25575] ppid=25555 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/25557/task/25575/stat : 25575 (java) S 25555 25557 23066 0 -1 4202560 102 0 0 0 54 42 0 0 20 0 19 0 255232946 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197040049224 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25576] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25576/stat : 25576 (java) S 25555 25557 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255232968 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197038994472 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.07
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.47 2.14 2.04 3/213 25652
/proc/meminfo: memFree=26995032/32873844 swapFree=7108/7108
[pid=25557] ppid=25555 vsize=9624976 CPUtime=1800 cores=1,3,5,7
/proc/25557/stat : 25557 (java) S 25555 25557 23066 0 -1 4202496 9296 0 1 0 179919 81 0 0 20 0 19 0 255232939 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140736927760832 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25557/statm: 2406244 37388 2269 9 0 2396937 0
[pid=25557/tid=25559] ppid=25555 vsize=9624976 CPUtime=1788.48 cores=1,3,5,7
/proc/25557/task/25559/stat : 25559 (java) R 25555 25557 23066 0 -1 4202560 2553 0 1 0 178819 29 0 0 20 0 19 0 255232940 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197559894304 140197413545530 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25560] ppid=25555 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/25557/task/25560/stat : 25560 (java) S 25555 25557 23066 0 -1 4202560 46 0 0 0 30 0 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197532346792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25561] ppid=25555 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25557/task/25561/stat : 25561 (java) S 25555 25557 23066 0 -1 4202560 83 0 0 0 29 0 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197402028584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25562] ppid=25555 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/25557/task/25562/stat : 25562 (java) S 25555 25557 23066 0 -1 4202560 203 0 0 0 34 0 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197400975528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25557/tid=25563] ppid=25555 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25557/task/25563/stat : 25563 (java) S 25555 25557 23066 0 -1 4202560 78 0 0 0 28 0 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197399922984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25564] ppid=25555 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25557/task/25564/stat : 25564 (java) S 25555 25557 23066 0 -1 4202560 121 0 0 0 30 2 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197398870952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25565] ppid=25555 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25557/task/25565/stat : 25565 (java) S 25555 25557 23066 0 -1 4202560 134 0 0 0 30 2 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197397818408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25566] ppid=25555 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/25557/task/25566/stat : 25566 (java) S 25555 25557 23066 0 -1 4202560 122 0 0 0 31 2 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197060668072 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25567] ppid=25555 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25557/task/25567/stat : 25567 (java) S 25555 25557 23066 0 -1 4202560 71 0 0 0 29 0 0 0 20 0 19 0 255232941 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197059615528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25568] ppid=25555 vsize=9624976 CPUtime=2.37 cores=1,3,5,7
/proc/25557/task/25568/stat : 25568 (java) S 25555 25557 23066 0 -1 4202560 119 0 0 0 234 3 0 0 20 0 19 0 255232943 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197047417192 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25569] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25569/stat : 25569 (java) S 25555 25557 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255232943 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197046363512 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25570] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25570/stat : 25570 (java) S 25555 25557 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255232943 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197045310344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25571] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25571/stat : 25571 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197044259088 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25572] ppid=25555 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/25557/task/25572/stat : 25572 (java) S 25555 25557 23066 0 -1 4202560 1797 0 0 0 24 0 0 0 20 0 19 0 255232946 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197043206968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25557/tid=25573] ppid=25555 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25557/task/25573/stat : 25573 (java) S 25555 25557 23066 0 -1 4202560 2680 0 0 0 38 0 0 0 20 0 19 0 255232946 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197042154424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25574] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25574/stat : 25574 (java) S 25555 25557 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255232946 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197041101560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25557/tid=25575] ppid=25555 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/25557/task/25575/stat : 25575 (java) S 25555 25557 23066 0 -1 4202560 102 0 0 0 55 42 0 0 20 0 19 0 255232946 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197040049224 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25557/tid=25576] ppid=25555 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25557/task/25576/stat : 25576 (java) S 25555 25557 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255232968 9855975424 37388 33554432000 1073741824 1073778376 140736927769696 140197038994472 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9624976

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 25557 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=339218
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=945856
# CPU time returned by wait4() is 1795.29
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.26
CPU time (s): 1800
CPU user time (s): 1799.19
CPU system time (s): 0.81
CPU usage (%): 100.208
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 0.945856
maximum resident set size= 149716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9342
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39914
involuntary context switches= 6181

runsolver used 5.67914 second user time and 17.1854 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-24 22:24:39
IDJOB=3689493
IDBENCH=89856
IDSOLVER=2269
FILE ID=node138/3689493-1337891079
RUNJOBID= node138-1337871881-23083
PBS_JOBID= 14620066
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-807456.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689493-1337891079/watcher-3689493-1337891079 -o /tmp/evaluation-result-3689493-1337891079/solver-3689493-1337891079 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689493-1337891079.opb

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

MD5SUM BENCH= 21cf0355c32a3177f2f6fa914b5dacc6
RANDOM SEED=319892987

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27369824 kB
Buffers:          229996 kB
Cached:          4128628 kB
SwapCached:            0 kB
Active:           935744 kB
Inactive:        3789548 kB
Active(anon):     368980 kB
Inactive(anon):        0 kB
Active(file):     566764 kB
Inactive(file):  3789548 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               148 kB
Writeback:             0 kB
AnonPages:        375404 kB
Mapped:            22532 kB
Shmem:               200 kB
Slab:             637744 kB
SReclaimable:      80260 kB
SUnreclaim:       557484 kB
KernelStack:        1608 kB
PageTables:         4516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     829164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node138 at 2012-05-24 22:54:37