Trace number 3709974

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.09 1787.26

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-180.opb
MD5SUM8c3fe83338b70253b33b876e52e7c579
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 variables311827
Total number of constraints7317246
Number of constraints which are clauses6573583
Number of constraints which are cardinality constraints (but not clauses)22922
Number of constraints which are nor clauses,nor cardinality constraints720741
Minimum length of a constraint2
Maximum length of a constraint2457
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 2458
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.21	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.21	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.21	c java.vm.version	19.1-b02
0.07/0.21	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.21	c sun.arch.data.model	64
0.07/0.21	c java.version		1.6.0_24
0.07/0.21	c os.name		Linux
0.07/0.21	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.21	c os.arch		amd64
0.07/0.21	c Free memory 		501472288
0.07/0.21	c Max memory 		7480803328
0.07/0.21	c Total memory 		504102912
0.07/0.21	c Number of processors 	8
0.07/0.21	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.21	c configuring ORDERS
0.07/0.21	c --- Begin Solver configuration ---
0.07/0.21	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.07/0.21	c Learn all clauses as in MiniSAT
0.07/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.21	c Expensive reason simplification
0.07/0.21	c Armin Biere (Picosat) restarts strategy
0.07/0.21	c Glucose learned constraints deletion strategy
0.07/0.21	c timeout=2147483s
0.07/0.21	c DB Simplification allowed=true
0.07/0.21	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.22	c --- End Solver configuration ---
0.07/0.22	c solving HOME/instance-3709974-1338189437.opb
0.07/0.22	c reading problem ... 
60.59/52.03	c ... done. Wall clock time 51.889s.
60.59/52.03	c declared #vars     311827
60.59/52.03	c #constraints  7328728
60.59/52.03	c constraints type 
60.59/52.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5056719
60.59/52.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 22923
60.59/52.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1528345
60.59/52.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 720741
60.59/52.03	c 7328728 constraints processed.
77.18/68.20	c cleaning 2499 clauses out of 5000 with flag 5000/5000
91.56/81.87	c cleaning 4249 clauses out of 8502 with flag 11001/11001
103.79/94.02	c cleaning 5622 clauses out of 11252 with flag 18000/18000
116.72/106.96	c cleaning 6811 clauses out of 13630 with flag 26000/26000
129.88/120.04	c cleaning 7904 clauses out of 15819 with flag 35000/35000
141.11/131.22	c cleaning 8957 clauses out of 17916 with flag 45001/45001
156.84/146.99	c cleaning 9980 clauses out of 19959 with flag 56001/56001
169.97/160.06	c cleaning 10982 clauses out of 21978 with flag 68000/68000
186.19/176.25	c cleaning 11991 clauses out of 23997 with flag 81001/81001
200.91/190.91	c cleaning 13000 clauses out of 26008 with flag 95003/95003
215.15/205.19	c cleaning 14000 clauses out of 28007 with flag 110002/110002
236.37/226.33	c cleaning 15000 clauses out of 30007 with flag 126002/126002
253.40/243.38	c cleaning 16002 clauses out of 32007 with flag 143002/143002
268.91/258.88	c cleaning 17000 clauses out of 34004 with flag 161001/161001
295.06/284.91	c cleaning 17998 clauses out of 36004 with flag 180001/180001
314.71/304.55	c cleaning 18999 clauses out of 38007 with flag 200002/200002
334.97/324.76	c cleaning 20002 clauses out of 40007 with flag 221001/221001
354.30/344.04	c cleaning 20999 clauses out of 42004 with flag 243000/243000
380.97/370.66	c cleaning 21997 clauses out of 44005 with flag 266000/266000
403.79/393.41	c cleaning 23003 clauses out of 46010 with flag 290002/290002
426.62/416.25	c cleaning 24001 clauses out of 48005 with flag 315000/315000
455.24/444.89	c cleaning 25001 clauses out of 50006 with flag 341002/341002
482.41/472.00	c cleaning 25992 clauses out of 52003 with flag 368000/368000
518.80/508.28	c cleaning 27006 clauses out of 54013 with flag 396002/396002
549.17/538.51	c cleaning 28001 clauses out of 56005 with flag 425000/425000
580.85/570.16	c cleaning 28994 clauses out of 58004 with flag 455000/455000
607.68/596.90	c cleaning 30000 clauses out of 60011 with flag 486001/486001
638.36/627.54	c cleaning 30996 clauses out of 62010 with flag 518000/518000
675.67/664.76	c cleaning 32003 clauses out of 64014 with flag 551000/551000
708.86/697.83	c cleaning 32997 clauses out of 66011 with flag 585000/585000
752.72/741.52	c cleaning 33999 clauses out of 68015 with flag 620001/620001
790.70/779.40	c cleaning 35003 clauses out of 70015 with flag 656000/656000
830.90/819.57	c cleaning 35997 clauses out of 72012 with flag 693000/693000
875.38/863.95	c cleaning 37007 clauses out of 74015 with flag 731000/731000
920.75/909.22	c cleaning 37996 clauses out of 76009 with flag 770001/770001
976.23/964.63	c cleaning 39004 clauses out of 78012 with flag 810000/810000
1030.32/1018.63	c cleaning 40001 clauses out of 80009 with flag 851001/851001
1091.51/1079.78	c cleaning 41000 clauses out of 82007 with flag 893000/893000
1141.90/1130.02	c cleaning 41998 clauses out of 84007 with flag 936000/936000
1199.97/1188.09	c cleaning 43001 clauses out of 86010 with flag 980001/980001
1247.94/1235.96	c cleaning 43997 clauses out of 88008 with flag 1025000/1025000
1298.53/1286.42	c cleaning 44999 clauses out of 90011 with flag 1071000/1071000
1370.35/1358.11	c cleaning 46000 clauses out of 92012 with flag 1118000/1118000
1436.75/1424.40	c cleaning 47003 clauses out of 94013 with flag 1166001/1166001
1508.71/1496.32	c cleaning 47999 clauses out of 96010 with flag 1215001/1215001
1586.09/1573.50	c cleaning 48999 clauses out of 98012 with flag 1265002/1265002
1648.21/1635.58	c cleaning 50002 clauses out of 100011 with flag 1316000/1316000
1720.01/1707.12	c cleaning 50997 clauses out of 102010 with flag 1368001/1368001
1790.99/1778.19	c cleaning 51999 clauses out of 104012 with flag 1421000/1421000
1800.09/1787.21	c starts		: 206
1800.09/1787.21	c conflicts		: 1430635
1800.09/1787.21	c decisions		: 1866833
1800.09/1787.21	c propagations		: 2936529539
1800.09/1787.21	c inspects		: 11925613144
1800.09/1787.21	c shortcuts		: 0
1800.09/1787.21	c learnt literals	: 0
1800.09/1787.21	c learnt binary clauses	: 0
1800.09/1787.21	c learnt ternary clauses	: 0
1800.09/1787.21	c learnt constraints	: 1430635
1800.09/1787.21	c ignored constraints	: 0
1800.09/1787.21	c root simplifications	: 206
1800.09/1787.21	c removed literals (reason simplification)	: 55061410
1800.09/1787.21	c reason swapping (by a shorter reason)	: 0
1800.09/1787.21	c Calls to reduceDB	: 49
1800.09/1787.21	c number of reductions to clauses (during analyze)	: 0
1800.09/1787.21	c number of learned constraints concerned by reduction	: 0
1800.09/1787.21	c number of learning phase by resolution	: 0
1800.09/1787.21	c number of learning phase by cutting planes	: 0
1800.09/1787.21	c speed (assignments/second)	: 1692400.3557088329
1800.09/1787.21	c non guided choices	12842
1800.09/1787.24	c learnt constraints type 
1800.09/1787.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 61669
1800.09/1787.24	c constraints type 
1800.09/1787.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5056719
1800.09/1787.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 22923
1800.09/1787.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1528345
1800.09/1787.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 720741
1800.09/1787.24	c 7328728 constraints processed.
1800.09/1787.24	s UNKNOWN
1800.09/1787.24	c Total wall clock time (in seconds): 1787.102

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-3709974-1338189437/watcher-3709974-1338189437 -o /tmp/evaluation-result-3709974-1338189437/solver-3709974-1338189437 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709974-1338189437.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.93 1.98 1.99 3/194 6816
/proc/meminfo: memFree=29396616/32873844 swapFree=7624/7624
[pid=6816] ppid=6814 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/6816/stat : 6816 (java) R 6814 6816 31312 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 285070091 2560000 46 33554432000 1073741824 1073778376 140737216877504 140737216874632 214360485159 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6816/statm: 625 46 37 9 0 29 0

[startup+0.0389241 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 6816
/proc/meminfo: memFree=29396616/32873844 swapFree=7624/7624
[pid=6816] ppid=6814 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/6816/stat : 6816 (java) S 6814 6816 31312 0 -1 4202496 2889 0 1 0 1 0 0 0 20 0 11 0 285070091 9310650368 3587 33554432000 1073741824 1073778376 140737335796784 140737335787920 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6816/statm: 2273108 3590 1622 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100292 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 6816
/proc/meminfo: memFree=29396616/32873844 swapFree=7624/7624
[pid=6816] ppid=6814 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/6816/stat : 6816 (java) S 6814 6816 31312 0 -1 4202496 3611 0 1 0 7 0 0 0 20 0 18 0 285070091 9787842560 4818 33554432000 1073741824 1073778376 140737335796784 140737335787920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6816/statm: 2389610 4832 1895 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.319714 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 6816
/proc/meminfo: memFree=29396616/32873844 swapFree=7624/7624
[pid=6816] ppid=6814 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/6816/stat : 6816 (java) S 6814 6816 31312 0 -1 4202496 5419 0 1 0 44 2 0 0 20 0 18 0 285070091 9787842560 16928 33554432000 1073741824 1073778376 140737335796784 140737335787920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6816/statm: 2389610 16928 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700333 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 6816
/proc/meminfo: memFree=29396616/32873844 swapFree=7624/7624
[pid=6816] ppid=6814 vsize=9558440 CPUtime=1.17 cores=1,3,5,7
/proc/6816/stat : 6816 (java) S 6814 6816 31312 0 -1 4202496 6847 0 1 0 111 6 0 0 20 0 18 0 285070091 9787842560 55112 33554432000 1073741824 1073778376 140737335796784 140737335787920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6816/statm: 2389610 55112 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558440

[startup+1.50085 s]
/proc/loadavg: 1.93 1.98 1.99 3/212 6834
/proc/meminfo: memFree=29075852/32873844 swapFree=7624/7624
[pid=6816] ppid=6814 vsize=9558440 CPUtime=2.28 cores=1,3,5,7
/proc/6816/stat : 6816 (java) S 6814 6816 31312 0 -1 4202496 8735 0 1 0 211 17 0 0 20 0 18 0 285070091 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140737335787920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6816/statm: 2389610 145610 2255 9 0 2380296 0
[pid=6816/tid=6818] ppid=6814 vsize=9558440 CPUtime=1.36 cores=1,3,5,7
/proc/6816/task/6818/stat : 6818 (java) R 6814 6816 31312 0 -1 4202560 2736 0 1 0 127 9 0 0 20 0 18 0 285070092 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140335007997776 140334852403453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6819] ppid=6814 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/6816/task/6819/stat : 6819 (java) S 6814 6816 31312 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 285070094 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334851943464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6820] ppid=6814 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/6816/task/6820/stat : 6820 (java) S 6814 6816 31312 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 285070094 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334850890664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6821] ppid=6814 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/6816/task/6821/stat : 6821 (java) S 6814 6816 31312 0 -1 4202560 16 0 0 0 1 2 0 0 20 0 18 0 285070094 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334849837864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6822] ppid=6814 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/6816/task/6822/stat : 6822 (java) S 6814 6816 31312 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 18 0 285070094 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334848785064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6823] ppid=6814 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/6816/task/6823/stat : 6823 (java) S 6814 6816 31312 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 285070094 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334847732264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6824] ppid=6814 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/6816/task/6824/stat : 6824 (java) S 6814 6816 31312 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 285070094 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334846679464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6825] ppid=6814 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/6816/task/6825/stat : 6825 (java) S 6814 6816 31312 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 285070094 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334845626664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6826] ppid=6814 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/6816/task/6826/stat : 6826 (java) S 6814 6816 31312 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 285070094 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334844573864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6827] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6827/stat : 6827 (java) S 6814 6816 31312 0 -1 4202560 445 0 0 0 0 0 0 0 20 0 18 0 285070095 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334362246120 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6828] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6828/stat : 6828 (java) S 6814 6816 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285070096 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334361192184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6829] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6829/stat : 6829 (java) S 6814 6816 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285070096 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334360139272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6830] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6830/stat : 6830 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285070098 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334359087760 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6831] ppid=6814 vsize=9558440 CPUtime=0.23 cores=1,3,5,7
/proc/6816/task/6831/stat : 6831 (java) S 6814 6816 31312 0 -1 4202560 1804 0 0 0 23 0 0 0 20 0 18 0 285070098 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334358034872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6832] ppid=6814 vsize=9558440 CPUtime=0.28 cores=1,3,5,7
/proc/6816/task/6832/stat : 6832 (java) S 6814 6816 31312 0 -1 4202560 2432 0 0 0 28 0 0 0 20 0 18 0 285070098 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334356982072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6833] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6833/stat : 6833 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285070098 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334355929464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6834] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6834/stat : 6834 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285070098 9787842560 145610 33554432000 1073741824 1073778376 140737335796784 140334354876872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9558440

[startup+3.10083 s]
/proc/loadavg: 1.93 1.98 1.99 3/212 6834
/proc/meminfo: memFree=28720124/32873844 swapFree=7624/7624
[pid=6816] ppid=6814 vsize=9558440 CPUtime=4.14 cores=1,3,5,7
/proc/6816/stat : 6816 (java) S 6814 6816 31312 0 -1 4202496 9679 0 1 0 380 34 0 0 20 0 18 0 285070091 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140737335787920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6816/statm: 2389610 278326 2255 9 0 2380296 0
[pid=6816/tid=6818] ppid=6814 vsize=9558440 CPUtime=2.87 cores=1,3,5,7
/proc/6816/task/6818/stat : 6818 (java) R 6814 6816 31312 0 -1 4202560 2969 0 1 0 269 18 0 0 20 0 18 0 285070092 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140335007997776 140335015771223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6819] ppid=6814 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/6816/task/6819/stat : 6819 (java) S 6814 6816 31312 0 -1 4202560 58 0 0 0 6 2 0 0 20 0 18 0 285070094 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334851943464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6820] ppid=6814 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/6816/task/6820/stat : 6820 (java) S 6814 6816 31312 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 18 0 285070094 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334850890664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6821] ppid=6814 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/6816/task/6821/stat : 6821 (java) S 6814 6816 31312 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 18 0 285070094 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334849837864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6822] ppid=6814 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/6816/task/6822/stat : 6822 (java) S 6814 6816 31312 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 18 0 285070094 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334848785064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6823] ppid=6814 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/6816/task/6823/stat : 6823 (java) S 6814 6816 31312 0 -1 4202560 32 0 0 0 7 1 0 0 20 0 18 0 285070094 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334847732264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6824] ppid=6814 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/6816/task/6824/stat : 6824 (java) S 6814 6816 31312 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 18 0 285070094 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334846679464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6825] ppid=6814 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/6816/task/6825/stat : 6825 (java) S 6814 6816 31312 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 18 0 285070094 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334845626664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6826] ppid=6814 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/6816/task/6826/stat : 6826 (java) S 6814 6816 31312 0 -1 4202560 42 0 0 0 3 2 0 0 20 0 18 0 285070094 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334844573864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6827] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6827/stat : 6827 (java) S 6814 6816 31312 0 -1 4202560 949 0 0 0 0 0 0 0 20 0 18 0 285070095 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334362246120 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6828] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6828/stat : 6828 (java) S 6814 6816 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285070096 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334361192184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6829] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6829/stat : 6829 (java) S 6814 6816 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285070096 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334360139272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6830] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6830/stat : 6830 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285070098 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334359087760 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6831] ppid=6814 vsize=9558440 CPUtime=0.23 cores=1,3,5,7
/proc/6816/task/6831/stat : 6831 (java) S 6814 6816 31312 0 -1 4202560 1804 0 0 0 23 0 0 0 20 0 18 0 285070098 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334358034872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6832] ppid=6814 vsize=9558440 CPUtime=0.32 cores=1,3,5,7
/proc/6816/task/6832/stat : 6832 (java) S 6814 6816 31312 0 -1 4202560 2456 0 0 0 32 0 0 0 20 0 18 0 285070098 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334356982072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6833] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6833/stat : 6833 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285070098 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334355929464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6834] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6834/stat : 6834 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285070098 9787842560 278326 33554432000 1073741824 1073778376 140737335796784 140334354876872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9558440

[startup+6.30087 s]
/proc/loadavg: 1.94 1.98 1.99 3/212 6834
/proc/meminfo: memFree=27242540/32873844 swapFree=7624/7624
[pid=6816] ppid=6814 vsize=9558440 CPUtime=7.97 cores=1,3,5,7
/proc/6816/stat : 6816 (java) S 6814 6816 31312 0 -1 4202496 11563 0 1 0 726 71 0 0 20 0 18 0 285070091 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140737335787920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6816/statm: 2389610 554108 2255 9 0 2380296 0
[pid=6816/tid=6818] ppid=6814 vsize=9558440 CPUtime=5.84 cores=1,3,5,7
/proc/6816/task/6818/stat : 6818 (java) R 6814 6816 31312 0 -1 4202560 3884 0 1 0 547 37 0 0 20 0 18 0 285070092 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140335007997936 140334852501136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6819] ppid=6814 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/6816/task/6819/stat : 6819 (java) S 6814 6816 31312 0 -1 4202560 111 0 0 0 14 3 0 0 20 0 18 0 285070094 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334851943464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6820] ppid=6814 vsize=9558440 CPUtime=0.2 cores=1,3,5,7
/proc/6816/task/6820/stat : 6820 (java) S 6814 6816 31312 0 -1 4202560 148 0 0 0 15 5 0 0 20 0 18 0 285070094 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334850890664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6821] ppid=6814 vsize=9558440 CPUtime=0.15 cores=1,3,5,7
/proc/6816/task/6821/stat : 6821 (java) S 6814 6816 31312 0 -1 4202560 179 0 0 0 11 4 0 0 20 0 18 0 285070094 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334849837864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6822] ppid=6814 vsize=9558440 CPUtime=0.21 cores=1,3,5,7
/proc/6816/task/6822/stat : 6822 (java) S 6814 6816 31312 0 -1 4202560 152 0 0 0 16 5 0 0 20 0 18 0 285070094 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334848785064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6823] ppid=6814 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/6816/task/6823/stat : 6823 (java) S 6814 6816 31312 0 -1 4202560 83 0 0 0 13 3 0 0 20 0 18 0 285070094 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334847732264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6824] ppid=6814 vsize=9558440 CPUtime=0.18 cores=1,3,5,7
/proc/6816/task/6824/stat : 6824 (java) S 6814 6816 31312 0 -1 4202560 97 0 0 0 13 5 0 0 20 0 18 0 285070094 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334846679464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6825] ppid=6814 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/6816/task/6825/stat : 6825 (java) S 6814 6816 31312 0 -1 4202560 91 0 0 0 11 3 0 0 20 0 18 0 285070094 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334845626664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6826] ppid=6814 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/6816/task/6826/stat : 6826 (java) S 6814 6816 31312 0 -1 4202560 118 0 0 0 13 4 0 0 20 0 18 0 285070094 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334844573864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6827] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6827/stat : 6827 (java) S 6814 6816 31312 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 285070095 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334362246120 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6828] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6828/stat : 6828 (java) S 6814 6816 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285070096 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334361192184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6829] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6829/stat : 6829 (java) S 6814 6816 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285070096 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334360139272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6830] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6830/stat : 6830 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285070098 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334359087760 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6831] ppid=6814 vsize=9558440 CPUtime=0.23 cores=1,3,5,7
/proc/6816/task/6831/stat : 6831 (java) S 6814 6816 31312 0 -1 4202560 1804 0 0 0 23 0 0 0 20 0 18 0 285070098 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334358034872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6832] ppid=6814 vsize=9558440 CPUtime=0.34 cores=1,3,5,7
/proc/6816/task/6832/stat : 6832 (java) S 6814 6816 31312 0 -1 4202560 2459 0 0 0 34 0 0 0 20 0 18 0 285070098 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334356982072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6833] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6833/stat : 6833 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285070098 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334355929464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6834] ppid=6814 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6834/stat : 6834 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285070098 9787842560 554108 33554432000 1073741824 1073778376 140737335796784 140334354876872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 9558440

[startup+12.7007 s]
/proc/loadavg: 1.94 1.98 1.99 3/212 6834
/proc/meminfo: memFree=26521672/32873844 swapFree=7624/7624
[pid=6816] ppid=6814 vsize=9558440 CPUtime=15.19 cores=1,3,5,7
/proc/6816/stat : 6816 (java) S 6814 6816 31312 0 -1 4202496 12864 0 1 0 1423 96 0 0 20 0 18 0 285070091 9787842560 723735 33554432000 1073741824 1073778376 140737335796784 140737335787920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6816/statm: 2389610 723735 2255 9 0 2380296 0
[pid=6816/tid=6818] ppid=6814 vsize=9558440 CPUtime=11.95 cores=1,3,5,7

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

[pid=6816/tid=6831] ppid=6814 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/6816/task/6831/stat : 6831 (java) S 6814 6816 31312 0 -1 4202560 1876 0 0 0 48 0 0 0 20 0 19 0 285070098 9856004096 908854 33554432000 1073741824 1073778376 140737335796784 140334358034872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6832] ppid=6814 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/6816/task/6832/stat : 6832 (java) S 6814 6816 31312 0 -1 4202560 9339 0 0 0 90 2 0 0 20 0 19 0 285070098 9856004096 908854 33554432000 1073741824 1073778376 140737335796784 140334356982072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6833] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6833/stat : 6833 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285070098 9856004096 908854 33554432000 1073741824 1073778376 140737335796784 140334355929464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6834] ppid=6814 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/6816/task/6834/stat : 6834 (java) S 6814 6816 31312 0 -1 4202560 99 0 0 0 57 40 0 0 20 0 19 0 285070098 9856004096 908854 33554432000 1073741824 1073778376 140737335796784 140334354876872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6835] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6835/stat : 6835 (java) S 6814 6816 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285075300 9856004096 908854 33554432000 1073741824 1073778376 140737335796784 140334353823400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1735.2
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6909
/proc/meminfo: memFree=26725276/32873844 swapFree=7624/7624
[pid=6816] ppid=6814 vsize=9625004 CPUtime=1795.19 cores=1,3,5,7
/proc/6816/stat : 6816 (java) S 6814 6816 31312 0 -1 4202496 24976 0 1 0 179283 236 0 0 20 0 19 0 285070091 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140737335787920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6816/statm: 2406251 909878 2289 9 0 2396937 0
[pid=6816/tid=6818] ppid=6814 vsize=9625004 CPUtime=1678.98 cores=1,3,5,7
/proc/6816/task/6818/stat : 6818 (java) R 6814 6816 31312 0 -1 4202560 4679 0 1 0 167807 91 0 0 20 0 19 0 285070092 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140335008006448 140334852751888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6819] ppid=6814 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/6816/task/6819/stat : 6819 (java) S 6814 6816 31312 0 -1 4202560 622 0 0 0 149 12 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334851943464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6820] ppid=6814 vsize=9625004 CPUtime=1.93 cores=1,3,5,7
/proc/6816/task/6820/stat : 6820 (java) S 6814 6816 31312 0 -1 4202560 755 0 0 0 178 15 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334850890664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6821] ppid=6814 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/6816/task/6821/stat : 6821 (java) S 6814 6816 31312 0 -1 4202560 555 0 0 0 156 11 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334849837864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6822] ppid=6814 vsize=9625004 CPUtime=1.83 cores=1,3,5,7
/proc/6816/task/6822/stat : 6822 (java) S 6814 6816 31312 0 -1 4202560 744 0 0 0 171 12 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334848785064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6823] ppid=6814 vsize=9625004 CPUtime=1.66 cores=1,3,5,7
/proc/6816/task/6823/stat : 6823 (java) S 6814 6816 31312 0 -1 4202560 664 0 0 0 156 10 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334847732264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6824] ppid=6814 vsize=9625004 CPUtime=1.79 cores=1,3,5,7
/proc/6816/task/6824/stat : 6824 (java) S 6814 6816 31312 0 -1 4202560 999 0 0 0 165 14 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334846679464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6825] ppid=6814 vsize=9625004 CPUtime=1.6 cores=1,3,5,7
/proc/6816/task/6825/stat : 6825 (java) S 6814 6816 31312 0 -1 4202560 814 0 0 0 149 11 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334845626664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6826] ppid=6814 vsize=9625004 CPUtime=1.85 cores=1,3,5,7
/proc/6816/task/6826/stat : 6826 (java) S 6814 6816 31312 0 -1 4202560 575 0 0 0 171 14 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334844573864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6827] ppid=6814 vsize=9625004 CPUtime=94.75 cores=1,3,5,7
/proc/6816/task/6827/stat : 6827 (java) S 6814 6816 31312 0 -1 4202560 2069 0 0 0 9469 6 0 0 20 0 19 0 285070095 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334362246120 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6828] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6828/stat : 6828 (java) S 6814 6816 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285070096 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334361192184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6829] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6829/stat : 6829 (java) S 6814 6816 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285070096 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334360139272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6830] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6830/stat : 6830 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334359087760 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6831] ppid=6814 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/6816/task/6831/stat : 6831 (java) S 6814 6816 31312 0 -1 4202560 1876 0 0 0 48 0 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334358034872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6832] ppid=6814 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/6816/task/6832/stat : 6832 (java) S 6814 6816 31312 0 -1 4202560 9339 0 0 0 90 2 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334356982072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6833] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6833/stat : 6833 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334355929464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6834] ppid=6814 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/6816/task/6834/stat : 6834 (java) S 6814 6816 31312 0 -1 4202560 103 0 0 0 58 41 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334354876872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6835] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6835/stat : 6835 (java) S 6814 6816 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285075300 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334353823400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1795.19
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6909
/proc/meminfo: memFree=26725276/32873844 swapFree=7624/7624
[pid=6816] ppid=6814 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/6816/stat : 6816 (java) S 6814 6816 31312 0 -1 4202496 24976 0 1 0 179773 236 0 0 20 0 19 0 285070091 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140737335787920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6816/statm: 2406251 909878 2289 9 0 2396937 0
[pid=6816/tid=6818] ppid=6814 vsize=9625004 CPUtime=1683.87 cores=1,3,5,7
/proc/6816/task/6818/stat : 6818 (java) R 6814 6816 31312 0 -1 4202560 4679 0 1 0 168296 91 0 0 20 0 19 0 285070092 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140335008006448 140334852931872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6819] ppid=6814 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/6816/task/6819/stat : 6819 (java) S 6814 6816 31312 0 -1 4202560 622 0 0 0 149 12 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334851943464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6820] ppid=6814 vsize=9625004 CPUtime=1.93 cores=1,3,5,7
/proc/6816/task/6820/stat : 6820 (java) S 6814 6816 31312 0 -1 4202560 755 0 0 0 178 15 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334850890664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6821] ppid=6814 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/6816/task/6821/stat : 6821 (java) S 6814 6816 31312 0 -1 4202560 555 0 0 0 156 11 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334849837864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6822] ppid=6814 vsize=9625004 CPUtime=1.83 cores=1,3,5,7
/proc/6816/task/6822/stat : 6822 (java) S 6814 6816 31312 0 -1 4202560 744 0 0 0 171 12 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334848785064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6823] ppid=6814 vsize=9625004 CPUtime=1.66 cores=1,3,5,7
/proc/6816/task/6823/stat : 6823 (java) S 6814 6816 31312 0 -1 4202560 664 0 0 0 156 10 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334847732264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6824] ppid=6814 vsize=9625004 CPUtime=1.79 cores=1,3,5,7
/proc/6816/task/6824/stat : 6824 (java) S 6814 6816 31312 0 -1 4202560 999 0 0 0 165 14 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334846679464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6825] ppid=6814 vsize=9625004 CPUtime=1.6 cores=1,3,5,7
/proc/6816/task/6825/stat : 6825 (java) S 6814 6816 31312 0 -1 4202560 814 0 0 0 149 11 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334845626664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6826] ppid=6814 vsize=9625004 CPUtime=1.85 cores=1,3,5,7
/proc/6816/task/6826/stat : 6826 (java) S 6814 6816 31312 0 -1 4202560 575 0 0 0 171 14 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334844573864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6827] ppid=6814 vsize=9625004 CPUtime=94.75 cores=1,3,5,7
/proc/6816/task/6827/stat : 6827 (java) S 6814 6816 31312 0 -1 4202560 2069 0 0 0 9469 6 0 0 20 0 19 0 285070095 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334362246120 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6828] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6828/stat : 6828 (java) S 6814 6816 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285070096 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334361192184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6829] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6829/stat : 6829 (java) S 6814 6816 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285070096 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334360139272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6830] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6830/stat : 6830 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334359087760 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6831] ppid=6814 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/6816/task/6831/stat : 6831 (java) S 6814 6816 31312 0 -1 4202560 1876 0 0 0 48 0 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334358034872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6832] ppid=6814 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/6816/task/6832/stat : 6832 (java) S 6814 6816 31312 0 -1 4202560 9339 0 0 0 90 2 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334356982072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6833] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6833/stat : 6833 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334355929464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6834] ppid=6814 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/6816/task/6834/stat : 6834 (java) S 6814 6816 31312 0 -1 4202560 103 0 0 0 58 41 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334354876872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6835] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6835/stat : 6835 (java) S 6814 6816 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285075300 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334353823400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+1787.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6909
/proc/meminfo: memFree=26725276/32873844 swapFree=7624/7624
[pid=6816] ppid=6814 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/6816/stat : 6816 (java) S 6814 6816 31312 0 -1 4202496 24976 0 1 0 179773 236 0 0 20 0 19 0 285070091 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140737335787920 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6816/statm: 2406251 909878 2289 9 0 2396937 0
[pid=6816/tid=6818] ppid=6814 vsize=9625004 CPUtime=1683.87 cores=1,3,5,7
/proc/6816/task/6818/stat : 6818 (java) R 6814 6816 31312 0 -1 4202560 4679 0 1 0 168296 91 0 0 20 0 19 0 285070092 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140335008006448 140334852931872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6819] ppid=6814 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/6816/task/6819/stat : 6819 (java) S 6814 6816 31312 0 -1 4202560 622 0 0 0 149 12 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334851943464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6820] ppid=6814 vsize=9625004 CPUtime=1.93 cores=1,3,5,7
/proc/6816/task/6820/stat : 6820 (java) S 6814 6816 31312 0 -1 4202560 755 0 0 0 178 15 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334850890664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6821] ppid=6814 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/6816/task/6821/stat : 6821 (java) S 6814 6816 31312 0 -1 4202560 555 0 0 0 156 11 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334849837864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6822] ppid=6814 vsize=9625004 CPUtime=1.83 cores=1,3,5,7
/proc/6816/task/6822/stat : 6822 (java) S 6814 6816 31312 0 -1 4202560 744 0 0 0 171 12 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334848785064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6823] ppid=6814 vsize=9625004 CPUtime=1.66 cores=1,3,5,7
/proc/6816/task/6823/stat : 6823 (java) S 6814 6816 31312 0 -1 4202560 664 0 0 0 156 10 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334847732264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6824] ppid=6814 vsize=9625004 CPUtime=1.79 cores=1,3,5,7
/proc/6816/task/6824/stat : 6824 (java) S 6814 6816 31312 0 -1 4202560 999 0 0 0 165 14 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334846679464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6825] ppid=6814 vsize=9625004 CPUtime=1.6 cores=1,3,5,7
/proc/6816/task/6825/stat : 6825 (java) S 6814 6816 31312 0 -1 4202560 814 0 0 0 149 11 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334845626664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6826] ppid=6814 vsize=9625004 CPUtime=1.85 cores=1,3,5,7
/proc/6816/task/6826/stat : 6826 (java) S 6814 6816 31312 0 -1 4202560 575 0 0 0 171 14 0 0 20 0 19 0 285070094 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334844573864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6827] ppid=6814 vsize=9625004 CPUtime=94.75 cores=1,3,5,7
/proc/6816/task/6827/stat : 6827 (java) S 6814 6816 31312 0 -1 4202560 2069 0 0 0 9469 6 0 0 20 0 19 0 285070095 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334362246120 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6828] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6828/stat : 6828 (java) S 6814 6816 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285070096 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334361192184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6829] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6829/stat : 6829 (java) S 6814 6816 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285070096 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334360139272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6830] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6830/stat : 6830 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334359087760 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6816/tid=6831] ppid=6814 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/6816/task/6831/stat : 6831 (java) S 6814 6816 31312 0 -1 4202560 1876 0 0 0 48 0 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334358034872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6816/tid=6832] ppid=6814 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/6816/task/6832/stat : 6832 (java) S 6814 6816 31312 0 -1 4202560 9339 0 0 0 90 2 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334356982072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6833] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6833/stat : 6833 (java) S 6814 6816 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334355929464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6816/tid=6834] ppid=6814 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/6816/task/6834/stat : 6834 (java) S 6814 6816 31312 0 -1 4202560 103 0 0 0 58 41 0 0 20 0 19 0 285070098 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334354876872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6816/tid=6835] ppid=6814 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6816/task/6835/stat : 6835 (java) S 6814 6816 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285075300 9856004096 909878 33554432000 1073741824 1073778376 140737335796784 140334353823400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6816 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=759459
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=546612
# CPU time returned by wait4() is 1795.31
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.26
CPU time (s): 1800.09
CPU user time (s): 1797.73
CPU system time (s): 2.36
CPU usage (%): 100.718
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.76
system time used= 2.54661
maximum resident set size= 3639632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25008
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40584
involuntary context switches= 27373

runsolver used 6.03208 second user time and 16.7315 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 09:17:25
IDJOB=3709974
IDBENCH=89691
IDSOLVER=2289
FILE ID=node130/3709974-1338189437
RUNJOBID= node130-1338158197-31329
PBS_JOBID= 14624537
Free space on /tmp= 71084 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-180.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-3709974-1338189437/watcher-3709974-1338189437 -o /tmp/evaluation-result-3709974-1338189437/solver-3709974-1338189437 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709974-1338189437.opb

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

MD5SUM BENCH= 8c3fe83338b70253b33b876e52e7c579
RANDOM SEED=1927626107

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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		: 2666.875
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.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29396508 kB
Buffers:          334092 kB
Cached:           936164 kB
SwapCached:         4508 kB
Active:          2457620 kB
Inactive:         175180 kB
Active(anon):    1352904 kB
Inactive(anon):     9016 kB
Active(file):    1104716 kB
Inactive(file):   166164 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:            349064 kB
Writeback:             0 kB
AnonPages:       1364016 kB
Mapped:            19868 kB
Shmem:                 8 kB
Slab:             701452 kB
SReclaimable:     142408 kB
SUnreclaim:       559044 kB
KernelStack:        1584 kB
PageTables:         6828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2626972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1323008 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= 71120 MiB
End job on node130 at 2012-05-28 09:47:14