Trace number 3709953

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.1 1797.95

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820146.opb
MD5SUM04a6efcac49375b9407fbc5f15fae5c7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709953-1338197893.opb
0.09/0.12	c reading problem ... 
0.24/0.22	c ... done. Wall clock time 0.103s.
0.24/0.22	c declared #vars     600
0.24/0.22	c #constraints  845
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 675
0.24/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
0.24/0.22	c 845 constraints processed.
0.87/0.55	c cleaning 2493 clauses out of 5003 with flag 5003/5003
1.12/0.78	c cleaning 4254 clauses out of 8507 with flag 11000/11000
1.65/1.29	c cleaning 5620 clauses out of 11253 with flag 18000/18000
2.26/1.84	c cleaning 6809 clauses out of 13634 with flag 26001/26001
2.97/2.56	c cleaning 7902 clauses out of 15826 with flag 35002/35002
4.08/3.65	c cleaning 8955 clauses out of 17922 with flag 45000/45000
5.38/4.97	c cleaning 9979 clauses out of 19967 with flag 56000/56000
7.18/6.71	c cleaning 10991 clauses out of 21988 with flag 68000/68000
8.68/8.28	c cleaning 11994 clauses out of 23997 with flag 81000/81000
10.79/10.30	c cleaning 12986 clauses out of 26004 with flag 95001/95001
12.70/12.23	c cleaning 13968 clauses out of 28017 with flag 110000/110000
15.40/14.91	c cleaning 15022 clauses out of 30049 with flag 126000/126000
17.71/17.29	c cleaning 15986 clauses out of 32027 with flag 143000/143000
19.91/19.47	c cleaning 16987 clauses out of 34041 with flag 161000/161000
22.61/22.15	c cleaning 18022 clauses out of 36057 with flag 180003/180003
25.52/25.02	c cleaning 19004 clauses out of 38032 with flag 200000/200000
28.98/28.48	c cleaning 19997 clauses out of 40028 with flag 221000/221000
32.49/31.94	c cleaning 20995 clauses out of 42031 with flag 243000/243000
36.39/35.85	c cleaning 22010 clauses out of 44038 with flag 266002/266002
40.29/39.78	c cleaning 22997 clauses out of 46026 with flag 290000/290000
44.29/43.79	c cleaning 24009 clauses out of 48030 with flag 315001/315001
49.60/49.07	c cleaning 25007 clauses out of 50024 with flag 341004/341004
54.73/54.14	c cleaning 25993 clauses out of 52015 with flag 368002/368002
60.46/59.80	c cleaning 27004 clauses out of 54021 with flag 396001/396001
65.38/64.71	c cleaning 28004 clauses out of 56016 with flag 425000/425000
71.00/70.33	c cleaning 29002 clauses out of 58012 with flag 455000/455000
77.89/77.24	c cleaning 29998 clauses out of 60012 with flag 486002/486002
85.59/84.93	c cleaning 30989 clauses out of 62012 with flag 518000/518000
93.51/92.87	c cleaning 32002 clauses out of 64023 with flag 551000/551000
101.93/101.24	c cleaning 33001 clauses out of 66022 with flag 585001/585001
109.44/108.70	c cleaning 34005 clauses out of 68021 with flag 620001/620001
116.65/115.90	c cleaning 34996 clauses out of 70017 with flag 656002/656002
124.16/123.41	c cleaning 36000 clauses out of 72019 with flag 693000/693000
132.98/132.27	c cleaning 36997 clauses out of 74019 with flag 731000/731000
144.99/144.29	c cleaning 38005 clauses out of 76024 with flag 770002/770002
154.50/153.78	c cleaning 38994 clauses out of 78017 with flag 810000/810000
164.73/163.93	c cleaning 40006 clauses out of 80023 with flag 851000/851000
174.44/173.63	c cleaning 40999 clauses out of 82017 with flag 893000/893000
184.26/183.48	c cleaning 42001 clauses out of 84018 with flag 936000/936000
196.86/196.06	c cleaning 42997 clauses out of 86018 with flag 980001/980001
209.18/208.38	c cleaning 44006 clauses out of 88022 with flag 1025002/1025002
221.50/220.64	c cleaning 44992 clauses out of 90015 with flag 1071001/1071001
233.72/232.86	c cleaning 45986 clauses out of 92022 with flag 1118000/1118000
248.13/247.20	c cleaning 47003 clauses out of 94036 with flag 1166000/1166000
264.26/263.36	c cleaning 47995 clauses out of 96033 with flag 1215000/1215000
281.49/280.58	c cleaning 49000 clauses out of 98038 with flag 1265000/1265000
300.01/299.01	c cleaning 50014 clauses out of 100038 with flag 1316000/1316000
313.94/312.99	c cleaning 50999 clauses out of 102025 with flag 1368001/1368001
329.15/328.11	c cleaning 52000 clauses out of 104026 with flag 1421001/1421001
345.87/344.82	c cleaning 53000 clauses out of 106025 with flag 1475000/1475000
363.49/362.41	c cleaning 54005 clauses out of 108025 with flag 1530000/1530000
381.02/379.90	c cleaning 54995 clauses out of 110020 with flag 1586000/1586000
400.45/399.39	c cleaning 56000 clauses out of 112026 with flag 1643001/1643001
422.87/421.78	c cleaning 56998 clauses out of 114026 with flag 1701001/1701001
445.09/443.91	c cleaning 58004 clauses out of 116028 with flag 1760001/1760001
467.40/466.20	c cleaning 59003 clauses out of 118024 with flag 1820001/1820001
491.14/489.93	c cleaning 59985 clauses out of 120020 with flag 1881000/1881000
515.07/513.86	c cleaning 60999 clauses out of 122035 with flag 1943000/1943000
536.92/535.65	c cleaning 62005 clauses out of 124037 with flag 2006001/2006001
557.84/556.51	c cleaning 63007 clauses out of 126033 with flag 2070002/2070002
583.05/581.77	c cleaning 64004 clauses out of 128025 with flag 2135001/2135001
612.08/610.72	c cleaning 65005 clauses out of 130020 with flag 2201000/2201000
639.79/638.40	c cleaning 66000 clauses out of 132015 with flag 2268000/2268000
667.44/666.06	c cleaning 66998 clauses out of 134015 with flag 2336000/2336000
698.14/696.75	c cleaning 67996 clauses out of 136017 with flag 2405000/2405000
727.17/725.71	c cleaning 68996 clauses out of 138022 with flag 2475001/2475001
762.70/761.29	c cleaning 69991 clauses out of 140025 with flag 2546000/2546000
800.63/799.12	c cleaning 70998 clauses out of 142035 with flag 2618001/2618001
832.47/830.94	c cleaning 72007 clauses out of 144037 with flag 2691001/2691001
867.21/865.62	c cleaning 73008 clauses out of 146031 with flag 2765002/2765002
905.03/903.47	c cleaning 74002 clauses out of 148022 with flag 2840001/2840001
942.37/940.74	c cleaning 75001 clauses out of 150020 with flag 2916001/2916001
979.60/977.98	c cleaning 75996 clauses out of 152018 with flag 2993000/2993000
1015.02/1013.39	c cleaning 77006 clauses out of 154023 with flag 3071001/3071001
1049.55/1047.89	c cleaning 77981 clauses out of 156017 with flag 3150001/3150001
1083.57/1081.81	c cleaning 78993 clauses out of 158036 with flag 3230001/3230001
1123.21/1121.45	c cleaning 80015 clauses out of 160044 with flag 3311002/3311002
1166.44/1164.63	c cleaning 81004 clauses out of 162028 with flag 3393001/3393001
1201.96/1200.13	c cleaning 81994 clauses out of 164025 with flag 3476002/3476002
1245.18/1243.39	c cleaning 82998 clauses out of 166031 with flag 3560002/3560002
1289.42/1287.57	c cleaning 84001 clauses out of 168032 with flag 3645001/3645001
1331.48/1329.50	c cleaning 84994 clauses out of 170031 with flag 3731001/3731001
1376.72/1374.78	c cleaning 86011 clauses out of 172037 with flag 3818001/3818001
1424.75/1422.75	c cleaning 87000 clauses out of 174025 with flag 3906000/3906000
1473.17/1471.18	c cleaning 88007 clauses out of 176026 with flag 3995001/3995001
1543.08/1541.04	c cleaning 89004 clauses out of 178018 with flag 4085000/4085000
1618.28/1616.24	c cleaning 90000 clauses out of 180015 with flag 4176001/4176001
1691.80/1689.77	c cleaning 90995 clauses out of 182014 with flag 4268000/4268000
1768.53/1766.46	c cleaning 91993 clauses out of 184019 with flag 4361000/4361000
1800.10/1797.91	c starts		: 253
1800.10/1797.91	c conflicts		: 4410844
1800.10/1797.91	c decisions		: 5423734
1800.10/1797.91	c propagations		: 341334916
1800.10/1797.91	c inspects		: 29595845570
1800.10/1797.91	c shortcuts		: 0
1800.10/1797.91	c learnt literals	: 0
1800.10/1797.91	c learnt binary clauses	: 0
1800.10/1797.91	c learnt ternary clauses	: 0
1800.10/1797.91	c learnt constraints	: 4410844
1800.10/1797.91	c ignored constraints	: 0
1800.10/1797.91	c root simplifications	: 253
1800.10/1797.91	c removed literals (reason simplification)	: 18982157
1800.10/1797.91	c reason swapping (by a shorter reason)	: 0
1800.10/1797.91	c Calls to reduceDB	: 89
1800.10/1797.91	c number of reductions to clauses (during analyze)	: 0
1800.10/1797.91	c number of learned constraints concerned by reduction	: 0
1800.10/1797.91	c number of learning phase by resolution	: 0
1800.10/1797.91	c number of learning phase by cutting planes	: 0
1800.10/1797.91	c speed (assignments/second)	: 189874.72721861728
1800.10/1797.91	c non guided choices	763
1800.10/1797.94	c learnt constraints type 
1800.10/1797.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 141884
1800.10/1797.94	c constraints type 
1800.10/1797.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 675
1800.10/1797.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
1800.10/1797.94	c 845 constraints processed.
1800.10/1797.94	s UNKNOWN
1800.10/1797.94	c Total wall clock time (in seconds): 1797.821

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-3709953-1338197893/watcher-3709953-1338197893 -o /tmp/evaluation-result-3709953-1338197893/solver-3709953-1338197893 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709953-1338197893.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.13 2.05 1.97 3/193 14207
/proc/meminfo: memFree=25900092/32873660 swapFree=7120/7120
[pid=14207] ppid=14205 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14207/stat : 14207 (java) D 14205 14207 13800 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 285915011 9515008 182 33554432000 1073741824 1073778376 140735656528336 140735656519368 270330052277 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/14207/statm: 2323 182 140 9 0 71 0

[startup+0.0729021 s]
/proc/loadavg: 2.13 2.05 1.97 3/193 14207
/proc/meminfo: memFree=25900092/32873660 swapFree=7120/7120
[pid=14207] ppid=14205 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14205 14207 13800 0 -1 4202496 3315 0 1 0 4 1 0 0 20 0 18 0 285915011 9787842560 4524 33554432000 1073741824 1073778376 140733826415376 140733826406512 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14207/statm: 2389610 4525 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100256 s]
/proc/loadavg: 2.13 2.05 1.97 3/193 14207
/proc/meminfo: memFree=25900092/32873660 swapFree=7120/7120
[pid=14207] ppid=14205 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14205 14207 13800 0 -1 4202496 4287 0 1 0 8 1 0 0 20 0 18 0 285915011 9787842560 5490 33554432000 1073741824 1073778376 140733826415376 140733826406512 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14207/statm: 2389610 5491 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300178 s]
/proc/loadavg: 2.13 2.05 1.97 3/193 14207
/proc/meminfo: memFree=25900092/32873660 swapFree=7120/7120
[pid=14207] ppid=14205 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14205 14207 13800 0 -1 4202496 6943 0 1 0 48 2 0 0 20 0 19 0 285915011 9856004096 9176 33554432000 1073741824 1073778376 140733826415376 140733826406512 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14207/statm: 2406251 9176 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625004

[startup+0.700177 s]
/proc/loadavg: 2.13 2.05 1.97 3/193 14207
/proc/meminfo: memFree=25900092/32873660 swapFree=7120/7120
[pid=14207] ppid=14205 vsize=9625004 CPUtime=1.12 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14205 14207 13800 0 -1 4202496 7234 0 1 0 109 3 0 0 20 0 19 0 285915011 9856004096 10793 33554432000 1073741824 1073778376 140733826415376 140733826406512 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14207/statm: 2406251 10793 2276 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625004

[startup+1.50063 s]
/proc/loadavg: 2.13 2.05 1.97 3/212 14226
/proc/meminfo: memFree=25863632/32873660 swapFree=7120/7120
[pid=14207] ppid=14205 vsize=9625004 CPUtime=1.96 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14205 14207 13800 0 -1 4202496 7244 0 1 0 193 3 0 0 20 0 19 0 285915011 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 140733826406512 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14207/statm: 2406251 11312 2276 9 0 2396937 0
[pid=14207/tid=14209] ppid=14205 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/14207/task/14209/stat : 14209 (java) R 14205 14207 13800 0 -1 4202560 2513 0 1 0 142 1 0 0 20 0 19 0 285915012 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868943933864 139868781360869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14210] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14210/stat : 14210 (java) S 14205 14207 13800 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868905425064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14211] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14211/stat : 14211 (java) S 14205 14207 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868904372520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14212] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14212/stat : 14212 (java) S 14205 14207 13800 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868903319976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14213] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14213/stat : 14213 (java) S 14205 14207 13800 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868902267432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14214] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14214/stat : 14214 (java) S 14205 14207 13800 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868901214888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14215] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14215/stat : 14215 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868900162344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14216] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14216/stat : 14216 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868780882856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14217] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14217/stat : 14217 (java) S 14205 14207 13800 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868779830312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14218] ppid=14205 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/14207/task/14218/stat : 14218 (java) S 14205 14207 13800 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 285915014 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868767631464 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14219] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14219/stat : 14219 (java) S 14205 14207 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285915015 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868766577784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14220] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14220/stat : 14220 (java) S 14205 14207 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285915015 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868765525128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14221] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14221/stat : 14221 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868025907728 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14222] ppid=14205 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/14207/task/14222/stat : 14222 (java) S 14205 14207 13800 0 -1 4202560 1621 0 0 0 20 0 0 0 20 0 19 0 285915017 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868024855096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14223] ppid=14205 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/14207/task/14223/stat : 14223 (java) S 14205 14207 13800 0 -1 4202560 1863 0 0 0 24 0 0 0 20 0 19 0 285915017 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868023802552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14224] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14224/stat : 14224 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868022750200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14225] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14225/stat : 14225 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868021697864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14226] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14205 14207 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285915034 9856004096 11312 33554432000 1073741824 1073778376 140733826415376 139868020642600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625004

[startup+3.10054 s]
/proc/loadavg: 2.12 2.04 1.97 3/212 14226
/proc/meminfo: memFree=25863136/32873660 swapFree=7120/7120
[pid=14207] ppid=14205 vsize=9625004 CPUtime=3.58 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14205 14207 13800 0 -1 4202496 7263 0 1 0 355 3 0 0 20 0 19 0 285915011 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 140733826406512 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14207/statm: 2406251 11840 2276 9 0 2396937 0
[pid=14207/tid=14209] ppid=14205 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/14207/task/14209/stat : 14209 (java) R 14205 14207 13800 0 -1 4202560 2514 0 1 0 299 1 0 0 20 0 19 0 285915012 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868943933744 139868781377052 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14210] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14210/stat : 14210 (java) S 14205 14207 13800 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868905425064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14211] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14211/stat : 14211 (java) S 14205 14207 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868904372520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14212] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14212/stat : 14212 (java) S 14205 14207 13800 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868903319976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14213] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14213/stat : 14213 (java) S 14205 14207 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868902267432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14214] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14214/stat : 14214 (java) S 14205 14207 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868901214888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14215] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14215/stat : 14215 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868900162344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14216] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14216/stat : 14216 (java) S 14205 14207 13800 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868780882856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14217] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14217/stat : 14217 (java) S 14205 14207 13800 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868779830312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14218] ppid=14205 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/14207/task/14218/stat : 14218 (java) S 14205 14207 13800 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 285915014 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868767631464 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14219] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14219/stat : 14219 (java) S 14205 14207 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285915015 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868766577784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14220] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14220/stat : 14220 (java) S 14205 14207 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285915015 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868765525128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14221] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14221/stat : 14221 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868025907728 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14222] ppid=14205 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/14207/task/14222/stat : 14222 (java) S 14205 14207 13800 0 -1 4202560 1621 0 0 0 20 0 0 0 20 0 19 0 285915017 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868024855096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14223] ppid=14205 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/14207/task/14223/stat : 14223 (java) S 14205 14207 13800 0 -1 4202560 1864 0 0 0 25 0 0 0 20 0 19 0 285915017 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868023802552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14224] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14224/stat : 14224 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868022750200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14225] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14225/stat : 14225 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868021697864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14226] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14205 14207 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285915034 9856004096 11840 33554432000 1073741824 1073778376 140733826415376 139868020642600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9625004

[startup+6.30054 s]
/proc/loadavg: 2.12 2.04 1.97 3/213 14227
/proc/meminfo: memFree=25858660/32873660 swapFree=7120/7120
[pid=14207] ppid=14205 vsize=9625004 CPUtime=6.78 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14205 14207 13800 0 -1 4202496 7274 0 1 0 675 3 0 0 20 0 19 0 285915011 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 140733826406512 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14207/statm: 2406251 12193 2276 9 0 2396937 0
[pid=14207/tid=14209] ppid=14205 vsize=9625004 CPUtime=6.17 cores=1,3,5,7
/proc/14207/task/14209/stat : 14209 (java) R 14205 14207 13800 0 -1 4202560 2517 0 1 0 616 1 0 0 20 0 19 0 285915012 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868943933744 139868781356293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14210] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14210/stat : 14210 (java) S 14205 14207 13800 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868905425064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14211] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14211/stat : 14211 (java) S 14205 14207 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868904372520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14212] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14212/stat : 14212 (java) S 14205 14207 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868903319976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14213] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14213/stat : 14213 (java) S 14205 14207 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868902267432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14214] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14214/stat : 14214 (java) S 14205 14207 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868901214888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14215] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14215/stat : 14215 (java) S 14205 14207 13800 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868900162344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14216] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14216/stat : 14216 (java) S 14205 14207 13800 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868780882856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14217] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14217/stat : 14217 (java) S 14205 14207 13800 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 285915013 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868779830312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14218] ppid=14205 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/14207/task/14218/stat : 14218 (java) S 14205 14207 13800 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 285915014 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868767631464 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14219] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14219/stat : 14219 (java) S 14205 14207 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285915015 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868766577784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14220] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14220/stat : 14220 (java) S 14205 14207 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285915015 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868765525128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14221] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14221/stat : 14221 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868025907728 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14222] ppid=14205 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/14207/task/14222/stat : 14222 (java) S 14205 14207 13800 0 -1 4202560 1621 0 0 0 20 0 0 0 20 0 19 0 285915017 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868024855096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14223] ppid=14205 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/14207/task/14223/stat : 14223 (java) S 14205 14207 13800 0 -1 4202560 1864 0 0 0 25 0 0 0 20 0 19 0 285915017 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868023802552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14224] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14224/stat : 14224 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868022750200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14225] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14225/stat : 14225 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868021697864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14226] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14205 14207 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285915034 9856004096 12193 33554432000 1073741824 1073778376 140733826415376 139868020642600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=14207/tid=14222] ppid=14205 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/14207/task/14222/stat : 14222 (java) S 14205 14207 13800 0 -1 4202560 1621 0 0 0 20 0 0 0 20 0 19 0 285915017 9856004096 32777 33554432000 1073741824 1073778376 140733826415376 139868024855096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14223] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14223/stat : 14223 (java) S 14205 14207 13800 0 -1 4202560 2032 0 0 0 28 0 0 0 20 0 19 0 285915017 9856004096 32777 33554432000 1073741824 1073778376 140733826415376 139868023802552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14224] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14224/stat : 14224 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 32777 33554432000 1073741824 1073778376 140733826415376 139868022750200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14225] ppid=14205 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/14207/task/14225/stat : 14225 (java) S 14205 14207 13800 0 -1 4202560 99 0 0 0 24 32 0 0 20 0 19 0 285915017 9856004096 32777 33554432000 1073741824 1073778376 140733826415376 139868021697864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14226] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14205 14207 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285915034 9856004096 32777 33554432000 1073741824 1073778376 140733826415376 139868020642600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.43
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 14494
/proc/meminfo: memFree=23819264/32873660 swapFree=7120/7120
[pid=14207] ppid=14205 vsize=9625004 CPUtime=1784.48 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14205 14207 13800 0 -1 4202496 8403 0 1 0 178397 51 0 0 20 0 19 0 285915011 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 140733826406512 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14207/statm: 2406251 33310 2277 9 0 2396937 0
[pid=14207/tid=14209] ppid=14205 vsize=9625004 CPUtime=1774.34 cores=1,3,5,7
/proc/14207/task/14209/stat : 14209 (java) R 14205 14207 13800 0 -1 4202560 2609 0 1 0 177404 30 0 0 20 0 19 0 285915012 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868943933744 139868781360697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14210] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14210/stat : 14210 (java) S 14205 14207 13800 0 -1 4202560 138 0 0 0 28 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868905425064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14211] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14211/stat : 14211 (java) S 14205 14207 13800 0 -1 4202560 146 0 0 0 26 2 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868904372520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14212] ppid=14205 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/14207/task/14212/stat : 14212 (java) S 14205 14207 13800 0 -1 4202560 80 0 0 0 30 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868903319976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14213] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14213/stat : 14213 (java) S 14205 14207 13800 0 -1 4202560 68 0 0 0 27 1 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868902267432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14214] ppid=14205 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/14207/task/14214/stat : 14214 (java) S 14205 14207 13800 0 -1 4202560 74 0 0 0 26 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868901214888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14215] ppid=14205 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/14207/task/14215/stat : 14215 (java) S 14205 14207 13800 0 -1 4202560 71 0 0 0 29 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868900162344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14216] ppid=14205 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/14207/task/14216/stat : 14216 (java) S 14205 14207 13800 0 -1 4202560 76 0 0 0 30 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868780882856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14217] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14217/stat : 14217 (java) S 14205 14207 13800 0 -1 4202560 61 0 0 0 28 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868779830312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14218] ppid=14205 vsize=9625004 CPUtime=2.31 cores=1,3,5,7
/proc/14207/task/14218/stat : 14218 (java) S 14205 14207 13800 0 -1 4202560 144 0 0 0 229 2 0 0 20 0 19 0 285915014 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868767631464 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14219] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14219/stat : 14219 (java) S 14205 14207 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285915015 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868766577784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14220] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14220/stat : 14220 (java) S 14205 14207 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285915015 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868765525128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14221] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14221/stat : 14221 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868025907728 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14222] ppid=14205 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/14207/task/14222/stat : 14222 (java) S 14205 14207 13800 0 -1 4202560 1621 0 0 0 20 0 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868024855096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14223] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14223/stat : 14223 (java) S 14205 14207 13800 0 -1 4202560 2032 0 0 0 28 0 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868023802552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14224] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14224/stat : 14224 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868022750200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14225] ppid=14205 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/14207/task/14225/stat : 14225 (java) S 14205 14207 13800 0 -1 4202560 103 0 0 0 25 33 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868021697864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14226] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14205 14207 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285915034 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868020642600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.48
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 14494
/proc/meminfo: memFree=23819268/32873660 swapFree=7120/7120
[pid=14207] ppid=14205 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14205 14207 13800 0 -1 4202496 8403 0 1 0 179958 52 0 0 20 0 19 0 285915011 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 140733826406512 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14207/statm: 2406251 33310 2277 9 0 2396937 0
[pid=14207/tid=14209] ppid=14205 vsize=9625004 CPUtime=1789.9 cores=1,3,5,7
/proc/14207/task/14209/stat : 14209 (java) R 14205 14207 13800 0 -1 4202560 2609 0 1 0 178959 31 0 0 20 0 19 0 285915012 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868943933744 139868781392582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14210] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14210/stat : 14210 (java) S 14205 14207 13800 0 -1 4202560 138 0 0 0 28 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868905425064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14211] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14211/stat : 14211 (java) S 14205 14207 13800 0 -1 4202560 146 0 0 0 26 2 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868904372520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14212] ppid=14205 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/14207/task/14212/stat : 14212 (java) S 14205 14207 13800 0 -1 4202560 80 0 0 0 30 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868903319976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14213] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14213/stat : 14213 (java) S 14205 14207 13800 0 -1 4202560 68 0 0 0 27 1 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868902267432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14214] ppid=14205 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/14207/task/14214/stat : 14214 (java) S 14205 14207 13800 0 -1 4202560 74 0 0 0 26 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868901214888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14215] ppid=14205 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/14207/task/14215/stat : 14215 (java) S 14205 14207 13800 0 -1 4202560 71 0 0 0 29 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868900162344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14216] ppid=14205 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/14207/task/14216/stat : 14216 (java) S 14205 14207 13800 0 -1 4202560 76 0 0 0 30 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868780882856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14217] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14217/stat : 14217 (java) S 14205 14207 13800 0 -1 4202560 61 0 0 0 28 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868779830312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14218] ppid=14205 vsize=9625004 CPUtime=2.31 cores=1,3,5,7
/proc/14207/task/14218/stat : 14218 (java) S 14205 14207 13800 0 -1 4202560 144 0 0 0 229 2 0 0 20 0 19 0 285915014 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868767631464 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14219] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14219/stat : 14219 (java) S 14205 14207 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285915015 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868766577784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14220] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14220/stat : 14220 (java) S 14205 14207 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285915015 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868765525128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14221] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14221/stat : 14221 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868025907728 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14222] ppid=14205 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/14207/task/14222/stat : 14222 (java) S 14205 14207 13800 0 -1 4202560 1621 0 0 0 20 0 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868024855096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14223] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14223/stat : 14223 (java) S 14205 14207 13800 0 -1 4202560 2032 0 0 0 28 0 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868023802552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14224] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14224/stat : 14224 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868022750200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14225] ppid=14205 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/14207/task/14225/stat : 14225 (java) S 14205 14207 13800 0 -1 4202560 103 0 0 0 25 34 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868021697864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14226] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14205 14207 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285915034 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868020642600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 14494
/proc/meminfo: memFree=23819268/32873660 swapFree=7120/7120
[pid=14207] ppid=14205 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14205 14207 13800 0 -1 4202496 8403 0 1 0 179958 52 0 0 20 0 19 0 285915011 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 140733826406512 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14207/statm: 2406251 33310 2277 9 0 2396937 0
[pid=14207/tid=14209] ppid=14205 vsize=9625004 CPUtime=1789.9 cores=1,3,5,7
/proc/14207/task/14209/stat : 14209 (java) R 14205 14207 13800 0 -1 4202560 2609 0 1 0 178959 31 0 0 20 0 19 0 285915012 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868943933744 139868781392582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14210] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14210/stat : 14210 (java) S 14205 14207 13800 0 -1 4202560 138 0 0 0 28 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868905425064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14211] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14211/stat : 14211 (java) S 14205 14207 13800 0 -1 4202560 146 0 0 0 26 2 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868904372520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14212] ppid=14205 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/14207/task/14212/stat : 14212 (java) S 14205 14207 13800 0 -1 4202560 80 0 0 0 30 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868903319976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14213] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14213/stat : 14213 (java) S 14205 14207 13800 0 -1 4202560 68 0 0 0 27 1 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868902267432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14214] ppid=14205 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/14207/task/14214/stat : 14214 (java) S 14205 14207 13800 0 -1 4202560 74 0 0 0 26 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868901214888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14215] ppid=14205 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/14207/task/14215/stat : 14215 (java) S 14205 14207 13800 0 -1 4202560 71 0 0 0 29 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868900162344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14216] ppid=14205 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/14207/task/14216/stat : 14216 (java) S 14205 14207 13800 0 -1 4202560 76 0 0 0 30 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868780882856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14217] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14217/stat : 14217 (java) S 14205 14207 13800 0 -1 4202560 61 0 0 0 28 0 0 0 20 0 19 0 285915013 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868779830312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14218] ppid=14205 vsize=9625004 CPUtime=2.31 cores=1,3,5,7
/proc/14207/task/14218/stat : 14218 (java) S 14205 14207 13800 0 -1 4202560 144 0 0 0 229 2 0 0 20 0 19 0 285915014 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868767631464 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14219] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14219/stat : 14219 (java) S 14205 14207 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285915015 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868766577784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14220] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14220/stat : 14220 (java) S 14205 14207 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285915015 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868765525128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14221] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14221/stat : 14221 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868025907728 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14222] ppid=14205 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/14207/task/14222/stat : 14222 (java) S 14205 14207 13800 0 -1 4202560 1621 0 0 0 20 0 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868024855096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14223] ppid=14205 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/14207/task/14223/stat : 14223 (java) S 14205 14207 13800 0 -1 4202560 2032 0 0 0 28 0 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868023802552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14224] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14224/stat : 14224 (java) S 14205 14207 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868022750200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14225] ppid=14205 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/14207/task/14225/stat : 14225 (java) S 14205 14207 13800 0 -1 4202560 103 0 0 0 25 34 0 0 20 0 19 0 285915017 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868021697864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14226] ppid=14205 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14205 14207 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285915034 9856004096 33310 33554432000 1073741824 1073778376 140733826415376 139868020642600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14207 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=59109
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=842871
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.95
CPU time (s): 1800.1
CPU user time (s): 1799.58
CPU system time (s): 0.52
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.06
system time used= 0.842871
maximum resident set size= 133404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8446
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40405
involuntary context switches= 28473

runsolver used 6.36003 second user time and 15.0727 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 11:38:13
IDJOB=3709953
IDBENCH=89818
IDSOLVER=2289
FILE ID=node117/3709953-1338197893
RUNJOBID= node117-1338194296-13817
PBS_JOBID= 14624597
Free space on /tmp= 70000 MiB

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

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

MD5SUM BENCH= 04a6efcac49375b9407fbc5f15fae5c7
RANDOM SEED=1073019004

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        25900248 kB
Buffers:          583096 kB
Cached:          4138044 kB
SwapCached:            0 kB
Active:          3856080 kB
Inactive:        2201712 kB
Active(anon):    1320716 kB
Inactive(anon):    11352 kB
Active(file):    2535364 kB
Inactive(file):  2190360 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       1336724 kB
Mapped:            22568 kB
Shmem:               200 kB
Slab:             773476 kB
SReclaimable:     217300 kB
SUnreclaim:       556176 kB
KernelStack:        1592 kB
PageTables:         6912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    2605248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1292288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69816 MiB
End job on node117 at 2012-05-28 12:08:13