Trace number 3689545

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.01 1793.75

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1685374.opb
MD5SUM50acc4afebeb32cddb95c5011f072af8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13
Best CPU time to get the best result obtained on this benchmark276.793
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints43295
Number of constraints which are clauses9074
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints34021
Minimum length of a constraint3
Maximum length of a constraint97
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1000000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2000000032
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- 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-3689545-1337891624.opb
0.08/0.12	c reading problem ... 
1.91/1.22	c ... done. Wall clock time 1.093s.
1.91/1.22	c declared #vars     10000
1.91/1.22	c #constraints  43395
1.91/1.22	c constraints type 
1.91/1.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9170
1.91/1.22	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
1.91/1.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 34021
1.91/1.22	c ignored satisfied constraints => 100
1.91/1.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
1.91/1.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 100
1.91/1.22	c 43495 constraints processed.
1.91/1.22	c objective function length is 100 literals
6.44/5.39	c cleaning 2462 clauses out of 5004 with flag 5005/5005
10.87/9.62	c cleaning 4266 clauses out of 8537 with flag 11000/11000
14.89/13.62	c cleaning 5631 clauses out of 11270 with flag 18000/18000
20.70/19.42	c cleaning 6818 clauses out of 13639 with flag 26000/26000
27.10/25.76	c cleaning 7910 clauses out of 15821 with flag 35000/35000
35.03/33.64	c cleaning 8917 clauses out of 17911 with flag 45000/45000
44.00/42.56	c cleaning 9993 clauses out of 19995 with flag 56001/56001
55.03/53.53	c cleaning 10998 clauses out of 22001 with flag 68000/68000
66.69/65.17	c cleaning 11995 clauses out of 24005 with flag 81002/81002
80.24/78.61	c cleaning 12922 clauses out of 26008 with flag 95000/95000
95.58/94.00	c cleaning 14022 clauses out of 28086 with flag 110000/110000
110.13/108.49	c cleaning 15025 clauses out of 30068 with flag 126004/126004
125.39/123.69	c cleaning 15988 clauses out of 32040 with flag 143001/143001
148.62/146.82	c cleaning 17016 clauses out of 34052 with flag 161001/161001
171.18/169.37	c cleaning 17996 clauses out of 36036 with flag 180001/180001
194.52/192.68	c cleaning 19019 clauses out of 38045 with flag 200006/200006
216.92/214.90	c cleaning 19995 clauses out of 40021 with flag 221001/221001
238.29/236.30	c cleaning 20954 clauses out of 42026 with flag 243001/243001
264.97/262.86	c cleaning 22033 clauses out of 44082 with flag 266011/266011
292.53/290.31	c cleaning 23003 clauses out of 46041 with flag 290003/290003
319.94/317.66	c cleaning 23988 clauses out of 48040 with flag 315005/315005
349.21/346.80	c cleaning 25015 clauses out of 50048 with flag 341001/341001
379.00/376.50	c cleaning 26000 clauses out of 52033 with flag 368001/368001
404.98/402.42	c cleaning 27012 clauses out of 54033 with flag 396001/396001
435.24/432.69	c cleaning 27987 clauses out of 56020 with flag 425000/425000
466.81/464.12	c cleaning 29002 clauses out of 58033 with flag 455000/455000
497.26/494.50	c cleaning 29876 clauses out of 60031 with flag 486000/486000
527.53/524.75	c cleaning 31065 clauses out of 62157 with flag 518002/518002
564.42/561.56	c cleaning 32017 clauses out of 64091 with flag 551001/551001
597.53/594.58	c cleaning 32980 clauses out of 66074 with flag 585001/585001
640.51/637.45	c cleaning 34019 clauses out of 68093 with flag 620000/620000
682.92/679.63	c cleaning 35035 clauses out of 70088 with flag 656014/656014
723.36/719.84	c cleaning 36013 clauses out of 72042 with flag 693003/693003
760.00/756.31	c cleaning 36967 clauses out of 74028 with flag 731002/731002
798.92/795.13	c cleaning 38005 clauses out of 76059 with flag 770000/770000
839.15/835.24	c cleaning 39027 clauses out of 78062 with flag 810008/810008
886.71/882.68	c cleaning 40012 clauses out of 80037 with flag 851010/851010
929.08/924.82	c cleaning 41005 clauses out of 82019 with flag 893004/893004
964.94/960.61	c cleaning 41920 clauses out of 84012 with flag 936002/936002
1004.16/999.79	c cleaning 42952 clauses out of 86090 with flag 980000/980000
1047.27/1042.79	c cleaning 44045 clauses out of 88149 with flag 1025011/1025011
1096.82/1092.10	c cleaning 45026 clauses out of 90094 with flag 1071001/1071001
1147.28/1142.47	c cleaning 46002 clauses out of 92067 with flag 1118000/1118000
1204.72/1199.77	c cleaning 46919 clauses out of 94065 with flag 1166000/1166000
1271.36/1266.23	c cleaning 48009 clauses out of 96152 with flag 1215006/1215006
1337.07/1331.85	c cleaning 49053 clauses out of 98140 with flag 1265003/1265003
1410.91/1405.58	c cleaning 50013 clauses out of 100092 with flag 1316008/1316008
1472.37/1466.88	c cleaning 50960 clauses out of 102074 with flag 1368003/1368003
1529.42/1523.74	c cleaning 51985 clauses out of 104111 with flag 1421000/1421000
1597.78/1591.96	c cleaning 52938 clauses out of 106128 with flag 1475002/1475002
1670.92/1664.99	c cleaning 54038 clauses out of 108191 with flag 1530003/1530003
1740.89/1734.80	c cleaning 55043 clauses out of 110150 with flag 1586000/1586000
1800.01/1793.71	c starts		: 209
1800.01/1793.71	c conflicts		: 1627161
1800.01/1793.71	c decisions		: 6135889
1800.01/1793.71	c propagations		: 1943692477
1800.01/1793.71	c inspects		: 21317847371
1800.01/1793.71	c shortcuts		: 0
1800.01/1793.71	c learnt literals	: 2
1800.01/1793.71	c learnt binary clauses	: 400
1800.01/1793.71	c learnt ternary clauses	: 1355
1800.01/1793.71	c learnt constraints	: 1627158
1800.01/1793.71	c ignored constraints	: 0
1800.01/1793.71	c root simplifications	: 0
1800.01/1793.71	c removed literals (reason simplification)	: 0
1800.01/1793.71	c reason swapping (by a shorter reason)	: 0
1800.01/1793.71	c Calls to reduceDB	: 52
1800.01/1793.71	c number of reductions to clauses (during analyze)	: 0
1800.01/1793.71	c number of learned constraints concerned by reduction	: 0
1800.01/1793.71	c number of learning phase by resolution	: 0
1800.01/1793.71	c number of learning phase by cutting planes	: 0
1800.01/1793.71	c speed (assignments/second)	: 1084359.9713023137
1800.01/1793.71	c non guided choices	28
1800.01/1793.74	c learnt constraints type 
1800.01/1793.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 400
1800.01/1793.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95874
1800.01/1793.74	c constraints type 
1800.01/1793.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9170
1800.01/1793.74	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
1800.01/1793.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 34021
1800.01/1793.74	c ignored satisfied constraints => 100
1800.01/1793.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
1800.01/1793.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 100
1800.01/1793.74	c 43495 constraints processed.
1800.01/1793.74	s UNKNOWN
1800.01/1793.74	c Total wall clock time (in seconds): 1793.618

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-3689545-1337891624/watcher-3689545-1337891624 -o /tmp/evaluation-result-3689545-1337891624/solver-3689545-1337891624 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689545-1337891624.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: 1.91 1.98 1.99 3/196 25241
/proc/meminfo: memFree=29254916/32873844 swapFree=7124/7124
[pid=25241] ppid=25239 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25241/stat : 25241 (java) D 25239 25241 22462 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 255287828 9515008 183 33554432000 1073741824 1073778376 140733209562480 140733209553512 273905696437 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/25241/statm: 2323 183 140 9 0 71 0

[startup+0.043929 s]
/proc/loadavg: 1.91 1.98 1.99 3/196 25241
/proc/meminfo: memFree=29254916/32873844 swapFree=7124/7124
[pid=25241] ppid=25239 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/25241/stat : 25241 (java) S 25239 25241 22462 0 -1 4202496 3031 0 1 0 2 0 0 0 20 0 13 0 255287828 9446973440 3217 33554432000 1073741824 1073778376 140735872689776 140735872680912 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25241/statm: 2306390 3217 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.10032 s]
/proc/loadavg: 1.91 1.98 1.99 3/196 25241
/proc/meminfo: memFree=29254916/32873844 swapFree=7124/7124
[pid=25241] ppid=25239 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25241/stat : 25241 (java) S 25239 25241 22462 0 -1 4202496 4095 0 1 0 7 1 0 0 20 0 18 0 255287828 9787813888 4778 33554432000 1073741824 1073778376 140735872689776 140735872680912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25241/statm: 2389603 4812 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300281 s]
/proc/loadavg: 1.91 1.98 1.99 3/196 25241
/proc/meminfo: memFree=29254916/32873844 swapFree=7124/7124
[pid=25241] ppid=25239 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/25241/stat : 25241 (java) S 25239 25241 22462 0 -1 4202496 8948 0 1 0 51 2 0 0 20 0 18 0 255287828 9787813888 11523 33554432000 1073741824 1073778376 140735872689776 140735872680912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25241/statm: 2389603 11523 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700325 s]
/proc/loadavg: 1.91 1.98 1.99 3/196 25241
/proc/meminfo: memFree=29254916/32873844 swapFree=7124/7124
[pid=25241] ppid=25239 vsize=9558412 CPUtime=1.33 cores=1,3,5,7
/proc/25241/stat : 25241 (java) S 25239 25241 22462 0 -1 4202496 9777 0 1 0 124 9 0 0 20 0 18 0 255287828 9787813888 96524 33554432000 1073741824 1073778376 140735872689776 140735872680912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25241/statm: 2389603 96524 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558412

[startup+1.50076 s]
/proc/loadavg: 1.91 1.98 1.99 3/214 25259
/proc/meminfo: memFree=28549832/32873844 swapFree=7124/7124
[pid=25241] ppid=25239 vsize=9624976 CPUtime=2.59 cores=1,3,5,7
/proc/25241/stat : 25241 (java) S 25239 25241 22462 0 -1 4202496 11065 0 1 0 235 24 0 0 20 0 19 0 255287828 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 140735872680912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25241/statm: 2406244 263798 2263 9 0 2396937 0
[pid=25241/tid=25243] ppid=25239 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/25241/task/25243/stat : 25243 (java) R 25239 25241 22462 0 -1 4202560 2998 0 1 0 122 19 0 0 20 0 19 0 255287829 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690599813544 139690472355962 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25244] ppid=25239 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25241/task/25244/stat : 25244 (java) S 25239 25241 22462 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255287830 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690443762600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25245] ppid=25239 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/25241/task/25245/stat : 25245 (java) S 25239 25241 22462 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 255287830 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690442710056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25246] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25246/stat : 25246 (java) S 25239 25241 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690441657000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25247] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25247/stat : 25247 (java) S 25239 25241 22462 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690440604456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25248] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25248/stat : 25248 (java) S 25239 25241 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690439551400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25249] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25249/stat : 25249 (java) S 25239 25241 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690438498856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25250] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25250/stat : 25250 (java) S 25239 25241 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690437445800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25251] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25251/stat : 25251 (java) S 25239 25241 22462 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690436393256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25252] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25252/stat : 25252 (java) S 25239 25241 22462 0 -1 4202560 431 0 0 0 0 0 0 0 20 0 19 0 255287831 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690423982952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25253] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25253/stat : 25253 (java) S 25239 25241 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255287832 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690422929272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25254] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25254/stat : 25254 (java) S 25239 25241 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255287832 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690421876104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25255] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25255/stat : 25255 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287834 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690420824848 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25256] ppid=25239 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/25241/task/25256/stat : 25256 (java) S 25239 25241 22462 0 -1 4202560 2385 0 0 0 51 0 0 0 20 0 19 0 255287835 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690419771704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25257] ppid=25239 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/25241/task/25257/stat : 25257 (java) S 25239 25241 22462 0 -1 4202560 3973 0 0 0 47 0 0 0 20 0 19 0 255287835 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690418719160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25258] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25258/stat : 25258 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287835 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690417666296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25259] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25259/stat : 25259 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287835 9855975424 263798 33554432000 1073741824 1073778376 140735872689776 139690416613960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9624976

[startup+3.10081 s]
/proc/loadavg: 1.91 1.98 1.99 3/215 25260
/proc/meminfo: memFree=28204148/32873844 swapFree=7124/7124
[pid=25241] ppid=25239 vsize=9624976 CPUtime=4.24 cores=1,3,5,7
/proc/25241/stat : 25241 (java) S 25239 25241 22462 0 -1 4202496 11170 0 1 0 400 24 0 0 20 0 19 0 255287828 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 140735872680912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25241/statm: 2406244 264834 2266 9 0 2396937 0
[pid=25241/tid=25243] ppid=25239 vsize=9624976 CPUtime=3 cores=1,3,5,7
/proc/25241/task/25243/stat : 25243 (java) R 25239 25241 22462 0 -1 4202560 3002 0 1 0 281 19 0 0 20 0 19 0 255287829 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690599811520 139690472227354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25244] ppid=25239 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25241/task/25244/stat : 25244 (java) S 25239 25241 22462 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255287830 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690443762600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25245] ppid=25239 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/25241/task/25245/stat : 25245 (java) S 25239 25241 22462 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 255287830 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690442710056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25246] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25246/stat : 25246 (java) S 25239 25241 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690441657000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25247] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25247/stat : 25247 (java) S 25239 25241 22462 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690440604456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25248] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25248/stat : 25248 (java) S 25239 25241 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690439551400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25249] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25249/stat : 25249 (java) S 25239 25241 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690438498856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25250] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25250/stat : 25250 (java) S 25239 25241 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690437445800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25251] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25251/stat : 25251 (java) S 25239 25241 22462 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690436393256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25252] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25252/stat : 25252 (java) S 25239 25241 22462 0 -1 4202560 432 0 0 0 0 0 0 0 20 0 19 0 255287831 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690423982952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25253] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25253/stat : 25253 (java) S 25239 25241 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255287832 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690422929272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25254] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25254/stat : 25254 (java) S 25239 25241 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255287832 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690421876104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25255] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25255/stat : 25255 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287834 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690420824848 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25256] ppid=25239 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/25241/task/25256/stat : 25256 (java) S 25239 25241 22462 0 -1 4202560 2485 0 0 0 55 0 0 0 20 0 19 0 255287835 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690419771704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25257] ppid=25239 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/25241/task/25257/stat : 25257 (java) S 25239 25241 22462 0 -1 4202560 3973 0 0 0 47 0 0 0 20 0 19 0 255287835 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690418719160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25258] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25258/stat : 25258 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287835 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690417666296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25259] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25259/stat : 25259 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287835 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690416613960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25260] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25260/stat : 25260 (java) S 25239 25241 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255287951 9855975424 264834 33554432000 1073741824 1073778376 140735872689776 139690415560232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9624976

[startup+6.30074 s]
/proc/loadavg: 1.91 1.98 1.99 11/215 25260
/proc/meminfo: memFree=28177532/32873844 swapFree=7124/7124
[pid=25241] ppid=25239 vsize=9624976 CPUtime=7.54 cores=1,3,5,7
/proc/25241/stat : 25241 (java) S 25239 25241 22462 0 -1 4202496 11446 0 1 0 728 26 0 0 20 0 19 0 255287828 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 140735872680912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25241/statm: 2406244 270167 2278 9 0 2396937 0
[pid=25241/tid=25243] ppid=25239 vsize=9624976 CPUtime=6.14 cores=1,3,5,7
/proc/25241/task/25243/stat : 25243 (java) R 25239 25241 22462 0 -1 4202560 3006 0 1 0 595 19 0 0 20 0 19 0 255287829 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690599813408 139690472355962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25244] ppid=25239 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25241/task/25244/stat : 25244 (java) S 25239 25241 22462 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255287830 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690443762600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25245] ppid=25239 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/25241/task/25245/stat : 25245 (java) S 25239 25241 22462 0 -1 4202560 17 0 0 0 2 2 0 0 20 0 19 0 255287830 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690442710056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25246] ppid=25239 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25241/task/25246/stat : 25246 (java) S 25239 25241 22462 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255287830 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690441657000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25247] ppid=25239 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/25241/task/25247/stat : 25247 (java) S 25239 25241 22462 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 255287830 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690440604456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25248] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25248/stat : 25248 (java) S 25239 25241 22462 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690439551400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25249] ppid=25239 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25241/task/25249/stat : 25249 (java) S 25239 25241 22462 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 255287830 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690438498856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25250] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25250/stat : 25250 (java) S 25239 25241 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255287830 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690437445800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25251] ppid=25239 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/25241/task/25251/stat : 25251 (java) S 25239 25241 22462 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 255287830 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690436393256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25252] ppid=25239 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/25241/task/25252/stat : 25252 (java) S 25239 25241 22462 0 -1 4202560 629 0 0 0 2 0 0 0 20 0 19 0 255287831 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690423982952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25253] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25253/stat : 25253 (java) S 25239 25241 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255287832 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690422929272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25254] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25254/stat : 25254 (java) S 25239 25241 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255287832 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690421876104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25255] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25255/stat : 25255 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287834 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690420824848 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25256] ppid=25239 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/25241/task/25256/stat : 25256 (java) S 25239 25241 22462 0 -1 4202560 2495 0 0 0 59 0 0 0 20 0 19 0 255287835 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690419771704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25257] ppid=25239 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/25241/task/25257/stat : 25257 (java) S 25239 25241 22462 0 -1 4202560 3976 0 0 0 48 0 0 0 20 0 19 0 255287835 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690418719160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25258] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25258/stat : 25258 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287835 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690417666296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25259] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25259/stat : 25259 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287835 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690416613960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25260] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25260/stat : 25260 (java) S 25239 25241 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255287951 9855975424 270167 33554432000 1073741824 1073778376 140735872689776 139690415560232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 25260
/proc/meminfo: memFree=28170352/32873844 swapFree=7124/7124

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

[pid=25241/tid=25256] ppid=25239 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/25241/task/25256/stat : 25256 (java) S 25239 25241 22462 0 -1 4202560 2997 0 0 0 67 0 0 0 20 0 19 0 255287835 9855975424 364844 33554432000 1073741824 1073778376 140735872689776 139690419771704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25257] ppid=25239 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/25241/task/25257/stat : 25257 (java) S 25239 25241 22462 0 -1 4202560 3980 0 0 0 51 0 0 0 20 0 19 0 255287835 9855975424 364844 33554432000 1073741824 1073778376 140735872689776 139690418719160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25258] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25258/stat : 25258 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287835 9855975424 364844 33554432000 1073741824 1073778376 140735872689776 139690417666296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25259] ppid=25239 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/25241/task/25259/stat : 25259 (java) S 25239 25241 22462 0 -1 4202560 100 0 0 0 54 37 0 0 20 0 19 0 255287835 9855975424 364844 33554432000 1073741824 1073778376 140735872689776 139690416613960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25260] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25260/stat : 25260 (java) S 25239 25241 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255287951 9855975424 364844 33554432000 1073741824 1073778376 140735872689776 139690415560232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1728.48
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.97 2.07 2.04 3/215 25356
/proc/meminfo: memFree=27328828/32873844 swapFree=7124/7124
[pid=25241] ppid=25239 vsize=9624976 CPUtime=1788.6 cores=1,3,5,7
/proc/25241/stat : 25241 (java) S 25239 25241 22462 0 -1 4202496 16531 0 1 0 178745 115 0 0 20 0 19 0 255287828 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 140735872680912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25241/statm: 2406244 364578 2278 9 0 2396937 0
[pid=25241/tid=25243] ppid=25239 vsize=9624976 CPUtime=1772.5 cores=1,3,5,7
/proc/25241/task/25243/stat : 25243 (java) R 25239 25241 22462 0 -1 4202560 3056 0 1 0 177205 45 0 0 20 0 19 0 255287829 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690599813408 139690472226941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25244] ppid=25239 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/25241/task/25244/stat : 25244 (java) S 25239 25241 22462 0 -1 4202560 598 0 0 0 75 10 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690443762600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25245] ppid=25239 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/25241/task/25245/stat : 25245 (java) S 25239 25241 22462 0 -1 4202560 517 0 0 0 79 8 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690442710056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25246] ppid=25239 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/25241/task/25246/stat : 25246 (java) S 25239 25241 22462 0 -1 4202560 918 0 0 0 66 12 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690441657000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25247] ppid=25239 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/25241/task/25247/stat : 25247 (java) S 25239 25241 22462 0 -1 4202560 600 0 0 0 65 5 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690440604456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25248] ppid=25239 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/25241/task/25248/stat : 25248 (java) S 25239 25241 22462 0 -1 4202560 307 0 0 0 69 6 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690439551400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25249] ppid=25239 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/25241/task/25249/stat : 25249 (java) S 25239 25241 22462 0 -1 4202560 280 0 0 0 72 7 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690438498856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25250] ppid=25239 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/25241/task/25250/stat : 25250 (java) S 25239 25241 22462 0 -1 4202560 575 0 0 0 78 7 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690437445800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25251] ppid=25239 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/25241/task/25251/stat : 25251 (java) S 25239 25241 22462 0 -1 4202560 471 0 0 0 61 7 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690436393256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25252] ppid=25239 vsize=9624976 CPUtime=3.36 cores=1,3,5,7
/proc/25241/task/25252/stat : 25252 (java) S 25239 25241 22462 0 -1 4202560 944 0 0 0 333 3 0 0 20 0 19 0 255287831 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690423982952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25253] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25253/stat : 25253 (java) S 25239 25241 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255287832 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690422929272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25254] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25254/stat : 25254 (java) S 25239 25241 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255287832 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690421876104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25255] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25255/stat : 25255 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287834 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690420824848 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25256] ppid=25239 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/25241/task/25256/stat : 25256 (java) S 25239 25241 22462 0 -1 4202560 2997 0 0 0 67 0 0 0 20 0 19 0 255287835 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690419771704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25257] ppid=25239 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/25241/task/25257/stat : 25257 (java) S 25239 25241 22462 0 -1 4202560 3980 0 0 0 51 0 0 0 20 0 19 0 255287835 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690418719160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25258] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25258/stat : 25258 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287835 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690417666296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25259] ppid=25239 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/25241/task/25259/stat : 25259 (java) S 25239 25241 22462 0 -1 4202560 102 0 0 0 56 38 0 0 20 0 19 0 255287835 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690416613960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25260] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25260/stat : 25260 (java) S 25239 25241 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255287951 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690415560232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.6
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 1.97 2.06 2.04 3/215 25356
/proc/meminfo: memFree=27329500/32873844 swapFree=7124/7124
[pid=25241] ppid=25239 vsize=9624976 CPUtime=1800.01 cores=1,3,5,7
/proc/25241/stat : 25241 (java) S 25239 25241 22462 0 -1 4202496 16533 0 1 0 179886 115 0 0 20 0 19 0 255287828 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 140735872680912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25241/statm: 2406244 364578 2278 9 0 2396937 0
[pid=25241/tid=25243] ppid=25239 vsize=9624976 CPUtime=1783.87 cores=1,3,5,7
/proc/25241/task/25243/stat : 25243 (java) R 25239 25241 22462 0 -1 4202560 3056 0 1 0 178341 46 0 0 20 0 19 0 255287829 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690599813408 139690472355957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25244] ppid=25239 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/25241/task/25244/stat : 25244 (java) S 25239 25241 22462 0 -1 4202560 598 0 0 0 75 10 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690443762600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25245] ppid=25239 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/25241/task/25245/stat : 25245 (java) S 25239 25241 22462 0 -1 4202560 517 0 0 0 79 8 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690442710056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25246] ppid=25239 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/25241/task/25246/stat : 25246 (java) S 25239 25241 22462 0 -1 4202560 918 0 0 0 66 12 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690441657000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25247] ppid=25239 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/25241/task/25247/stat : 25247 (java) S 25239 25241 22462 0 -1 4202560 600 0 0 0 65 5 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690440604456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25248] ppid=25239 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/25241/task/25248/stat : 25248 (java) S 25239 25241 22462 0 -1 4202560 307 0 0 0 69 6 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690439551400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25249] ppid=25239 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/25241/task/25249/stat : 25249 (java) S 25239 25241 22462 0 -1 4202560 280 0 0 0 72 7 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690438498856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25250] ppid=25239 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/25241/task/25250/stat : 25250 (java) S 25239 25241 22462 0 -1 4202560 575 0 0 0 78 7 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690437445800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25251] ppid=25239 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/25241/task/25251/stat : 25251 (java) S 25239 25241 22462 0 -1 4202560 471 0 0 0 61 7 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690436393256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25252] ppid=25239 vsize=9624976 CPUtime=3.36 cores=1,3,5,7
/proc/25241/task/25252/stat : 25252 (java) S 25239 25241 22462 0 -1 4202560 944 0 0 0 333 3 0 0 20 0 19 0 255287831 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690423982952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25253] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25253/stat : 25253 (java) S 25239 25241 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255287832 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690422929272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25254] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25254/stat : 25254 (java) S 25239 25241 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255287832 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690421876104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25255] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25255/stat : 25255 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287834 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690420824848 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25256] ppid=25239 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/25241/task/25256/stat : 25256 (java) S 25239 25241 22462 0 -1 4202560 2997 0 0 0 67 0 0 0 20 0 19 0 255287835 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690419771704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25257] ppid=25239 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/25241/task/25257/stat : 25257 (java) S 25239 25241 22462 0 -1 4202560 3980 0 0 0 51 0 0 0 20 0 19 0 255287835 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690418719160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25258] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25258/stat : 25258 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287835 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690417666296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25259] ppid=25239 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/25241/task/25259/stat : 25259 (java) S 25239 25241 22462 0 -1 4202560 104 0 0 0 57 38 0 0 20 0 19 0 255287835 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690416613960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25260] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25260/stat : 25260 (java) S 25239 25241 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255287951 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690415560232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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

[startup+1793.7 s]
/proc/loadavg: 1.97 2.06 2.04 3/215 25356
/proc/meminfo: memFree=27329500/32873844 swapFree=7124/7124
[pid=25241] ppid=25239 vsize=9624976 CPUtime=1800.01 cores=1,3,5,7
/proc/25241/stat : 25241 (java) S 25239 25241 22462 0 -1 4202496 16533 0 1 0 179886 115 0 0 20 0 19 0 255287828 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 140735872680912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25241/statm: 2406244 364578 2278 9 0 2396937 0
[pid=25241/tid=25243] ppid=25239 vsize=9624976 CPUtime=1783.87 cores=1,3,5,7
/proc/25241/task/25243/stat : 25243 (java) R 25239 25241 22462 0 -1 4202560 3056 0 1 0 178341 46 0 0 20 0 19 0 255287829 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690599813408 139690472355957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25244] ppid=25239 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/25241/task/25244/stat : 25244 (java) S 25239 25241 22462 0 -1 4202560 598 0 0 0 75 10 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690443762600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25245] ppid=25239 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/25241/task/25245/stat : 25245 (java) S 25239 25241 22462 0 -1 4202560 517 0 0 0 79 8 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690442710056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25246] ppid=25239 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/25241/task/25246/stat : 25246 (java) S 25239 25241 22462 0 -1 4202560 918 0 0 0 66 12 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690441657000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25247] ppid=25239 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/25241/task/25247/stat : 25247 (java) S 25239 25241 22462 0 -1 4202560 600 0 0 0 65 5 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690440604456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25248] ppid=25239 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/25241/task/25248/stat : 25248 (java) S 25239 25241 22462 0 -1 4202560 307 0 0 0 69 6 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690439551400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25249] ppid=25239 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/25241/task/25249/stat : 25249 (java) S 25239 25241 22462 0 -1 4202560 280 0 0 0 72 7 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690438498856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25250] ppid=25239 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/25241/task/25250/stat : 25250 (java) S 25239 25241 22462 0 -1 4202560 575 0 0 0 78 7 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690437445800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25251] ppid=25239 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/25241/task/25251/stat : 25251 (java) S 25239 25241 22462 0 -1 4202560 471 0 0 0 61 7 0 0 20 0 19 0 255287830 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690436393256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25241/tid=25252] ppid=25239 vsize=9624976 CPUtime=3.36 cores=1,3,5,7
/proc/25241/task/25252/stat : 25252 (java) S 25239 25241 22462 0 -1 4202560 944 0 0 0 333 3 0 0 20 0 19 0 255287831 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690423982952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25253] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25253/stat : 25253 (java) S 25239 25241 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255287832 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690422929272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25254] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25254/stat : 25254 (java) S 25239 25241 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255287832 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690421876104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25255] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25255/stat : 25255 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287834 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690420824848 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25241/tid=25256] ppid=25239 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/25241/task/25256/stat : 25256 (java) S 25239 25241 22462 0 -1 4202560 2997 0 0 0 67 0 0 0 20 0 19 0 255287835 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690419771704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25257] ppid=25239 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/25241/task/25257/stat : 25257 (java) S 25239 25241 22462 0 -1 4202560 3980 0 0 0 51 0 0 0 20 0 19 0 255287835 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690418719160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25258] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25258/stat : 25258 (java) S 25239 25241 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287835 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690417666296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25241/tid=25259] ppid=25239 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/25241/task/25259/stat : 25259 (java) S 25239 25241 22462 0 -1 4202560 104 0 0 0 57 38 0 0 20 0 19 0 255287835 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690416613960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25241/tid=25260] ppid=25239 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25241/task/25260/stat : 25260 (java) S 25239 25241 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255287951 9855975424 364578 33554432000 1073741824 1073778376 140735872689776 139690415560232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1793.75
CPU time (s): 1800.01
CPU user time (s): 1798.86
CPU system time (s): 1.15
CPU usage (%): 100.349
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 1.63175
maximum resident set size= 1459420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16620
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39458
involuntary context switches= 9035

runsolver used 6.15006 second user time and 17.4024 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-24 22:33:44
IDJOB=3689545
IDBENCH=89891
IDSOLVER=2269
FILE ID=node134/3689545-1337891624
RUNJOBID= node134-1337871881-22479
PBS_JOBID= 14620070
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= 50acc4afebeb32cddb95c5011f072af8
RANDOM SEED=103289492

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29254544 kB
Buffers:          226788 kB
Cached:          2452496 kB
SwapCached:            0 kB
Active:           649336 kB
Inactive:        2203132 kB
Active(anon):     169192 kB
Inactive(anon):     5996 kB
Active(file):     480144 kB
Inactive(file):  2197136 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2192 kB
Writeback:             0 kB
AnonPages:        179552 kB
Mapped:            22632 kB
Shmem:               212 kB
Slab:             628300 kB
SReclaimable:      70284 kB
SUnreclaim:       558016 kB
KernelStack:        1616 kB
PageTables:         4196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     700044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 71716 MiB
End job on node134 at 2012-05-24 23:03:40