Trace number 3710123

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.03 1770.56

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc06.opb
MD5SUM0662414c0fee45075e37f5c5e2481506
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51018
Total number of constraints820
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints820
Minimum length of a constraint30
Maximum length of a constraint13471
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 211324891222433894400
Number of bits of the biggest number in a constraint 68
Biggest sum of numbers in a constraint 23205541583449342163452
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.13	c --- Begin Solver configuration ---
0.10/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.13	c Learn all clauses as in MiniSAT
0.10/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.13	c Expensive reason simplification
0.10/0.13	c Armin Biere (Picosat) restarts strategy
0.10/0.13	c Glucose learned constraints deletion strategy
0.10/0.13	c timeout=2147483s
0.10/0.13	c DB Simplification allowed=true
0.10/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.13	c --- End Solver configuration ---
0.10/0.13	c solving HOME/instance-3710123-1338149721.opb
0.10/0.13	c reading problem ... 
1.53/0.86	c ... done. Wall clock time 0.73s.
1.53/0.86	c declared #vars     51018
1.53/0.86	c #constraints  1070
1.53/0.86	c constraints type 
1.53/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1050
1.53/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
1.53/0.86	c 1070 constraints processed.
18.59/16.91	c cleaning 2255 clauses out of 4518 with flag 5007/5007
22.20/20.37	c cleaning 4125 clauses out of 8257 with flag 11003/11003
25.85/23.98	c cleaning 5565 clauses out of 11130 with flag 18001/18001
30.42/28.50	c cleaning 6782 clauses out of 13568 with flag 26004/26004
35.62/33.50	c cleaning 7889 clauses out of 15783 with flag 35001/35001
40.27/38.19	c cleaning 8947 clauses out of 17899 with flag 45006/45006
46.03/43.81	c cleaning 9962 clauses out of 19947 with flag 56001/56001
52.75/50.42	c cleaning 10982 clauses out of 21984 with flag 68000/68000
60.24/57.88	c cleaning 12000 clauses out of 24007 with flag 81005/81005
67.80/65.33	c cleaning 12999 clauses out of 26002 with flag 95000/95000
75.92/73.37	c cleaning 13996 clauses out of 28004 with flag 110001/110001
83.64/80.95	c cleaning 14998 clauses out of 30007 with flag 126000/126000
92.98/90.11	c cleaning 15997 clauses out of 32009 with flag 143000/143000
102.63/99.69	c cleaning 17006 clauses out of 34013 with flag 161001/161001
113.25/110.08	c cleaning 18000 clauses out of 36006 with flag 180000/180000
123.74/120.31	c cleaning 18996 clauses out of 38006 with flag 200000/200000
135.72/132.18	c cleaning 20006 clauses out of 40011 with flag 221001/221001
152.06/148.22	c cleaning 20991 clauses out of 42006 with flag 243002/243002
166.42/162.38	c cleaning 22004 clauses out of 44015 with flag 266002/266002
179.54/175.22	c cleaning 23005 clauses out of 46009 with flag 290000/290000
194.88/190.38	c cleaning 23993 clauses out of 48004 with flag 315000/315000
210.16/205.39	c cleaning 24994 clauses out of 50012 with flag 341001/341001
227.04/221.98	c cleaning 26000 clauses out of 52019 with flag 368002/368002
247.16/241.73	c cleaning 27009 clauses out of 54018 with flag 396001/396001
262.47/256.79	c cleaning 27997 clauses out of 56008 with flag 425000/425000
282.59/276.54	c cleaning 28996 clauses out of 58011 with flag 455000/455000
303.09/296.61	c cleaning 30001 clauses out of 60015 with flag 486000/486000
320.28/313.51	c cleaning 30995 clauses out of 62014 with flag 518000/518000
343.96/336.88	c cleaning 32003 clauses out of 64021 with flag 551002/551002
374.47/366.86	c cleaning 33008 clauses out of 66017 with flag 585001/585001
396.30/388.24	c cleaning 34001 clauses out of 68008 with flag 620000/620000
419.08/410.62	c cleaning 34999 clauses out of 70008 with flag 656001/656001
443.41/434.48	c cleaning 35996 clauses out of 72009 with flag 693001/693001
463.60/454.21	c cleaning 37003 clauses out of 74012 with flag 731000/731000
490.30/480.68	c cleaning 38000 clauses out of 76010 with flag 770001/770001
520.96/510.87	c cleaning 39004 clauses out of 78011 with flag 810002/810002
573.07/562.15	c cleaning 39998 clauses out of 80007 with flag 851002/851002
611.27/599.61	c cleaning 40996 clauses out of 82008 with flag 893001/893001
635.44/623.34	c cleaning 41996 clauses out of 84012 with flag 936001/936001
665.26/652.79	c cleaning 43000 clauses out of 86015 with flag 980000/980000
709.17/696.20	c cleaning 44006 clauses out of 88019 with flag 1025004/1025004
740.58/727.39	c cleaning 44995 clauses out of 90011 with flag 1071002/1071002
778.34/764.33	c cleaning 46007 clauses out of 92014 with flag 1118000/1118000
842.27/827.72	c cleaning 47004 clauses out of 94008 with flag 1166001/1166001
890.34/875.36	c cleaning 47995 clauses out of 96003 with flag 1215000/1215000
936.70/920.87	c cleaning 49001 clauses out of 98008 with flag 1265000/1265000
987.56/971.06	c cleaning 49999 clauses out of 100007 with flag 1316000/1316000
1020.17/1002.92	c cleaning 51007 clauses out of 102014 with flag 1368006/1368006
1061.31/1043.41	c cleaning 51998 clauses out of 104005 with flag 1421004/1421004
1110.42/1091.61	c cleaning 53000 clauses out of 106003 with flag 1475000/1475000
1163.11/1143.63	c cleaning 53997 clauses out of 108003 with flag 1530000/1530000
1218.51/1198.28	c cleaning 54994 clauses out of 110008 with flag 1586002/1586002
1273.04/1251.74	c cleaning 55997 clauses out of 112013 with flag 1643001/1643001
1329.52/1307.25	c cleaning 57004 clauses out of 114016 with flag 1701001/1701001
1392.07/1369.01	c cleaning 57999 clauses out of 116012 with flag 1760001/1760001
1434.48/1410.51	c cleaning 58992 clauses out of 118012 with flag 1820000/1820000
1477.42/1452.80	c cleaning 60009 clauses out of 120021 with flag 1881001/1881001
1521.49/1496.39	c cleaning 61007 clauses out of 122015 with flag 1943004/1943004
1567.11/1541.23	c cleaning 62002 clauses out of 124004 with flag 2006000/2006000
1609.36/1582.75	c cleaning 62994 clauses out of 126002 with flag 2070000/2070000
1665.88/1638.63	c cleaning 63999 clauses out of 128008 with flag 2135000/2135000
1726.63/1698.39	c cleaning 64995 clauses out of 130009 with flag 2201000/2201000
1785.16/1755.89	c cleaning 66004 clauses out of 132016 with flag 2268002/2268002
1800.03/1770.51	c starts		: 229
1800.03/1770.51	c conflicts		: 2289666
1800.03/1770.51	c decisions		: 2462018
1800.03/1770.51	c propagations		: 19555721
1800.03/1770.51	c inspects		: 1804223146
1800.03/1770.51	c shortcuts		: 0
1800.03/1770.51	c learnt literals	: 85
1800.03/1770.51	c learnt binary clauses	: 134
1800.03/1770.51	c learnt ternary clauses	: 140
1800.03/1770.51	c learnt constraints	: 2289581
1800.03/1770.51	c ignored constraints	: 0
1800.03/1770.51	c root simplifications	: 314
1800.03/1770.51	c removed literals (reason simplification)	: 18865880
1800.03/1770.51	c reason swapping (by a shorter reason)	: 0
1800.03/1770.51	c Calls to reduceDB	: 63
1800.03/1770.51	c number of reductions to clauses (during analyze)	: 0
1800.03/1770.51	c number of learned constraints concerned by reduction	: 0
1800.03/1770.51	c number of learning phase by resolution	: 0
1800.03/1770.51	c number of learning phase by cutting planes	: 0
1800.03/1770.51	c speed (assignments/second)	: 11051.20436990974
1800.03/1770.51	c non guided choices	41953
1800.03/1770.54	c learnt constraints type 
1800.03/1770.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
1800.03/1770.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87677
1800.03/1770.54	c constraints type 
1800.03/1770.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1050
1800.03/1770.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
1800.03/1770.54	c 1070 constraints processed.
1800.03/1770.54	s UNKNOWN
1800.03/1770.54	c Total wall clock time (in seconds): 1770.415

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 26266
/proc/meminfo: memFree=30953352/32873844 swapFree=6872/6872
[pid=26266] ppid=26264 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/26266/stat : 26266 (java) R 26264 26266 22966 0 -1 4202496 718 0 0 0 0 0 0 0 20 0 1 0 281100633 23793664 446 33554432000 1073741824 1073778376 140737070056032 140737070045096 270109030977 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26266/statm: 5809 459 349 9 0 128 0

[startup+0.0363299 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 26266
/proc/meminfo: memFree=30953352/32873844 swapFree=6872/6872
[pid=26266] ppid=26264 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/26266/stat : 26266 (java) S 26264 26266 22966 0 -1 4202496 2988 0 1 0 2 0 0 0 20 0 13 0 281100633 9446973440 3685 33554432000 1073741824 1073778376 140737070056032 140737070047168 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26266/statm: 2306390 3685 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100258 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 26266
/proc/meminfo: memFree=30953352/32873844 swapFree=6872/6872
[pid=26266] ppid=26264 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/26266/stat : 26266 (java) S 26264 26266 22966 0 -1 4202496 4208 0 1 0 9 1 0 0 20 0 18 0 281100633 9787842560 5415 33554432000 1073741824 1073778376 140737070056032 140737070047168 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26266/statm: 2389610 5415 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300225 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 26266
/proc/meminfo: memFree=30953352/32873844 swapFree=6872/6872
[pid=26266] ppid=26264 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/26266/stat : 26266 (java) S 26264 26266 22966 0 -1 4202496 6869 0 1 0 52 2 0 0 20 0 18 0 281100633 9787842560 10159 33554432000 1073741824 1073778376 140737070056032 140737070047168 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26266/statm: 2389610 10159 2227 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700225 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 26266
/proc/meminfo: memFree=30953352/32873844 swapFree=6872/6872
[pid=26266] ppid=26264 vsize=9558440 CPUtime=1.27 cores=0,2,4,6
/proc/26266/stat : 26266 (java) S 26264 26266 22966 0 -1 4202496 12504 0 1 0 122 5 0 0 20 0 18 0 281100633 9787842560 41015 33554432000 1073741824 1073778376 140737070056032 140737070047168 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26266/statm: 2389610 41015 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9558440

[startup+1.50068 s]
/proc/loadavg: 1.93 1.99 1.99 5/213 26285
/proc/meminfo: memFree=30763240/32873844 swapFree=6872/6872
[pid=26266] ppid=26264 vsize=9625004 CPUtime=2.76 cores=0,2,4,6
/proc/26266/stat : 26266 (java) S 26264 26266 22966 0 -1 4202496 15995 0 1 0 268 8 0 0 20 0 19 0 281100633 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 140737070047168 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26266/statm: 2406251 49850 2269 9 0 2396937 0
[pid=26266/tid=26268] ppid=26264 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/26266/task/26268/stat : 26268 (java) R 26264 26266 22966 0 -1 4202560 2562 0 1 0 140 4 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800234484008 139800062295721 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26269] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26269/stat : 26269 (java) S 26264 26266 22966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800195975976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26270] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26270/stat : 26270 (java) S 26264 26266 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800194923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26271] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26271/stat : 26271 (java) S 26264 26266 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800193870888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26266/tid=26272] ppid=26264 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26266/task/26272/stat : 26272 (java) S 26264 26266 22966 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800192818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26273] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26273/stat : 26273 (java) S 26264 26266 22966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800191764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26266/tid=26274] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26274/stat : 26274 (java) S 26264 26266 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800190711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26275] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26275/stat : 26275 (java) S 26264 26266 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800189659688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26276] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26276/stat : 26276 (java) S 26264 26266 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800188606888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26277] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26277/stat : 26277 (java) S 26264 26266 22966 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800058247912 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26266/tid=26278] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26278/stat : 26278 (java) S 26264 26266 22966 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800057193976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26279] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26279/stat : 26279 (java) S 26264 26266 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800056141576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26280] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26280/stat : 26280 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800055090064 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26281] ppid=26264 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/26266/task/26281/stat : 26281 (java) S 26264 26266 22966 0 -1 4202560 4670 0 0 0 52 0 0 0 20 0 19 0 281100639 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800054036664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26282] ppid=26264 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/26266/task/26282/stat : 26282 (java) S 26264 26266 22966 0 -1 4202560 7419 0 0 0 60 2 0 0 20 0 19 0 281100639 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800052983864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26283] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26283/stat : 26283 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800051931768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26284] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26284/stat : 26284 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800050879176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26285] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26285/stat : 26285 (java) S 26264 26266 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281100729 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800049825192 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 26285
/proc/meminfo: memFree=30761248/32873844 swapFree=6872/6872
[pid=26266] ppid=26264 vsize=9625004 CPUtime=4.4 cores=0,2,4,6
/proc/26266/stat : 26266 (java) S 26264 26266 22966 0 -1 4202496 15997 0 1 0 432 8 0 0 20 0 19 0 281100633 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 140737070047168 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26266/statm: 2406251 49850 2269 9 0 2396937 0
[pid=26266/tid=26268] ppid=26264 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/26266/task/26268/stat : 26268 (java) R 26264 26266 22966 0 -1 4202560 2564 0 1 0 299 4 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800234482216 139800062295465 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26269] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26269/stat : 26269 (java) S 26264 26266 22966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800195975976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26270] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26270/stat : 26270 (java) S 26264 26266 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800194923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26271] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26271/stat : 26271 (java) S 26264 26266 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800193870888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26266/tid=26272] ppid=26264 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26266/task/26272/stat : 26272 (java) S 26264 26266 22966 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800192818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26273] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26273/stat : 26273 (java) S 26264 26266 22966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800191764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26266/tid=26274] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26274/stat : 26274 (java) S 26264 26266 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800190711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26275] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26275/stat : 26275 (java) S 26264 26266 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800189659688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26276] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26276/stat : 26276 (java) S 26264 26266 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100634 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800188606888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26277] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26277/stat : 26277 (java) S 26264 26266 22966 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800058247912 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26278] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26278/stat : 26278 (java) S 26264 26266 22966 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800057193976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26279] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26279/stat : 26279 (java) S 26264 26266 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800056141576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26280] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26280/stat : 26280 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800055090064 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26281] ppid=26264 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/26266/task/26281/stat : 26281 (java) S 26264 26266 22966 0 -1 4202560 4670 0 0 0 55 0 0 0 20 0 19 0 281100639 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800054036664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26282] ppid=26264 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/26266/task/26282/stat : 26282 (java) S 26264 26266 22966 0 -1 4202560 7419 0 0 0 61 2 0 0 20 0 19 0 281100639 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800052983864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26283] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26283/stat : 26283 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800051931768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26284] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26284/stat : 26284 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800050879176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26285] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26285/stat : 26285 (java) S 26264 26266 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281100729 9856004096 49850 33554432000 1073741824 1073778376 140737070056032 139800049825192 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 26285
/proc/meminfo: memFree=30729172/32873844 swapFree=6872/6872
[pid=26266] ppid=26264 vsize=9625004 CPUtime=7.87 cores=0,2,4,6
/proc/26266/stat : 26266 (java) S 26264 26266 22966 0 -1 4202496 16413 0 1 0 774 13 0 0 20 0 19 0 281100633 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 140737070047168 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26266/statm: 2406251 57832 2270 9 0 2396937 0
[pid=26266/tid=26268] ppid=26264 vsize=9625004 CPUtime=6.18 cores=0,2,4,6
/proc/26266/task/26268/stat : 26268 (java) R 26264 26266 22966 0 -1 4202560 2568 0 1 0 614 4 0 0 20 0 19 0 281100634 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800234483008 139800062295721 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26269] ppid=26264 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/26266/task/26269/stat : 26269 (java) S 26264 26266 22966 0 -1 4202560 106 0 0 0 1 0 0 0 20 0 19 0 281100634 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800195975976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26270] ppid=26264 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26266/task/26270/stat : 26270 (java) S 26264 26266 22966 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 19 0 281100634 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800194923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26271] ppid=26264 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26266/task/26271/stat : 26271 (java) S 26264 26266 22966 0 -1 4202560 108 0 0 0 1 1 0 0 20 0 19 0 281100634 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800193870888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26266/tid=26272] ppid=26264 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26266/task/26272/stat : 26272 (java) S 26264 26266 22966 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 19 0 281100634 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800192818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26273] ppid=26264 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26266/task/26273/stat : 26273 (java) S 26264 26266 22966 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 281100634 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800191764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26266/tid=26274] ppid=26264 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26266/task/26274/stat : 26274 (java) S 26264 26266 22966 0 -1 4202560 102 0 0 0 2 0 0 0 20 0 19 0 281100634 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800190711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26275] ppid=26264 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/26266/task/26275/stat : 26275 (java) S 26264 26266 22966 0 -1 4202560 98 0 0 0 3 1 0 0 20 0 19 0 281100634 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800189659688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26276] ppid=26264 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/26266/task/26276/stat : 26276 (java) S 26264 26266 22966 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281100634 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800188606888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26277] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26277/stat : 26277 (java) S 26264 26266 22966 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800058247912 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26278] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26278/stat : 26278 (java) S 26264 26266 22966 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800057193976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26279] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26279/stat : 26279 (java) S 26264 26266 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800056141576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26280] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26280/stat : 26280 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800055090064 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26281] ppid=26264 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/26266/task/26281/stat : 26281 (java) S 26264 26266 22966 0 -1 4202560 4671 0 0 0 64 0 0 0 20 0 19 0 281100639 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800054036664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26282] ppid=26264 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/26266/task/26282/stat : 26282 (java) S 26264 26266 22966 0 -1 4202560 7419 0 0 0 65 2 0 0 20 0 19 0 281100639 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800052983864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26283] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26283/stat : 26283 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800051931768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26284] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26284/stat : 26284 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800050879176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26285] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26285/stat : 26285 (java) S 26264 26266 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281100729 9856004096 57832 33554432000 1073741824 1073778376 140737070056032 139800049825192 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=26266/tid=26281] ppid=26264 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/26266/task/26281/stat : 26281 (java) S 26264 26266 22966 0 -1 4202560 4671 0 0 0 66 0 0 0 20 0 19 0 281100639 9856004096 737395 33554432000 1073741824 1073778376 140737070056032 139800054036664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26266/tid=26282] ppid=26264 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/26266/task/26282/stat : 26282 (java) S 26264 26266 22966 0 -1 4202560 7432 0 0 0 76 2 0 0 20 0 19 0 281100639 9856004096 737395 33554432000 1073741824 1073778376 140737070056032 139800052983864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26283] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26283/stat : 26283 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 737395 33554432000 1073741824 1073778376 140737070056032 139800051931768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26284] ppid=26264 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/26266/task/26284/stat : 26284 (java) S 26264 26266 22966 0 -1 4202560 94 0 0 0 34 32 0 0 20 0 19 0 281100639 9856004096 737395 33554432000 1073741824 1073778376 140737070056032 139800050879176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26285] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26285/stat : 26285 (java) S 26264 26266 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281100729 9856004096 737395 33554432000 1073741824 1073778376 140737070056032 139800049825192 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1689.79
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/213 26302
/proc/meminfo: memFree=27377152/32873844 swapFree=6872/6872
[pid=26266] ppid=26264 vsize=9625004 CPUtime=1751.08 cores=0,2,4,6
/proc/26266/stat : 26266 (java) S 26264 26266 22966 0 -1 4202496 62517 0 1 0 174593 515 0 0 20 0 19 0 281100633 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 140737070047168 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26266/statm: 2406251 798172 2283 9 0 2396937 0
[pid=26266/tid=26268] ppid=26264 vsize=9625004 CPUtime=1696.68 cores=0,2,4,6
/proc/26266/task/26268/stat : 26268 (java) R 26264 26266 22966 0 -1 4202560 11444 0 1 0 169574 94 0 0 20 0 19 0 281100634 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800234483016 139800062218758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26269] ppid=26264 vsize=9625004 CPUtime=4.81 cores=0,2,4,6
/proc/26266/task/26269/stat : 26269 (java) S 26264 26266 22966 0 -1 4202560 1848 0 0 0 428 53 0 0 20 0 19 0 281100634 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800195975976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26270] ppid=26264 vsize=9625004 CPUtime=4.9 cores=0,2,4,6
/proc/26266/task/26270/stat : 26270 (java) S 26264 26266 22966 0 -1 4202560 1932 0 0 0 437 53 0 0 20 0 19 0 281100634 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800194923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26271] ppid=26264 vsize=9625004 CPUtime=4.83 cores=0,2,4,6
/proc/26266/task/26271/stat : 26271 (java) S 26264 26266 22966 0 -1 4202560 1385 0 0 0 431 52 0 0 20 0 19 0 281100634 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800193870888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26266/tid=26272] ppid=26264 vsize=9625004 CPUtime=4.73 cores=0,2,4,6
/proc/26266/task/26272/stat : 26272 (java) S 26264 26266 22966 0 -1 4202560 1376 0 0 0 425 48 0 0 20 0 19 0 281100634 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800192818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26273] ppid=26264 vsize=9625004 CPUtime=4.75 cores=0,2,4,6
/proc/26266/task/26273/stat : 26273 (java) S 26264 26266 22966 0 -1 4202560 1206 0 0 0 426 49 0 0 20 0 19 0 281100634 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800191764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26274] ppid=26264 vsize=9625004 CPUtime=4.8 cores=0,2,4,6
/proc/26266/task/26274/stat : 26274 (java) S 26264 26266 22966 0 -1 4202560 1552 0 0 0 436 44 0 0 20 0 19 0 281100634 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800190711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26275] ppid=26264 vsize=9625004 CPUtime=4.54 cores=0,2,4,6
/proc/26266/task/26275/stat : 26275 (java) S 26264 26266 22966 0 -1 4202560 1397 0 0 0 409 45 0 0 20 0 19 0 281100634 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800189659688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26276] ppid=26264 vsize=9625004 CPUtime=4.65 cores=0,2,4,6
/proc/26266/task/26276/stat : 26276 (java) S 26264 26266 22966 0 -1 4202560 1616 0 0 0 415 50 0 0 20 0 19 0 281100634 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800188606888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26266/tid=26277] ppid=26264 vsize=9625004 CPUtime=10 cores=0,2,4,6
/proc/26266/task/26277/stat : 26277 (java) S 26264 26266 22966 0 -1 4202560 25373 0 0 0 978 22 0 0 20 0 19 0 281100636 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800058247912 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26278] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26278/stat : 26278 (java) S 26264 26266 22966 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800057193976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26279] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26279/stat : 26279 (java) S 26264 26266 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800056141576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26280] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26280/stat : 26280 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800055090064 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26281] ppid=26264 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/26266/task/26281/stat : 26281 (java) S 26264 26266 22966 0 -1 4202560 4671 0 0 0 66 0 0 0 20 0 19 0 281100639 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800054036664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26266/tid=26282] ppid=26264 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/26266/task/26282/stat : 26282 (java) S 26264 26266 22966 0 -1 4202560 7432 0 0 0 76 2 0 0 20 0 19 0 281100639 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800052983864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26283] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26283/stat : 26283 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800051931768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26284] ppid=26264 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/26266/task/26284/stat : 26284 (java) S 26264 26266 22966 0 -1 4202560 98 0 0 0 34 34 0 0 20 0 19 0 281100639 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800050879176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26285] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26285/stat : 26285 (java) S 26264 26266 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281100729 9856004096 798172 33554432000 1073741824 1073778376 140737070056032 139800049825192 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1751.08
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.5 s]
/proc/loadavg: 2.38 2.13 2.04 3/213 26302
/proc/meminfo: memFree=27401756/32873844 swapFree=6872/6872
[pid=26266] ppid=26264 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/26266/stat : 26266 (java) S 26264 26266 22966 0 -1 4202496 62548 0 1 0 179486 517 0 0 20 0 19 0 281100633 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 140737070047168 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26266/statm: 2406251 798699 2283 9 0 2396937 0
[pid=26266/tid=26268] ppid=26264 vsize=9625004 CPUtime=1744.35 cores=0,2,4,6
/proc/26266/task/26268/stat : 26268 (java) R 26264 26266 22966 0 -1 4202560 11451 0 1 0 174340 95 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800234482912 139800062459946 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26269] ppid=26264 vsize=9625004 CPUtime=4.92 cores=0,2,4,6
/proc/26266/task/26269/stat : 26269 (java) S 26264 26266 22966 0 -1 4202560 1848 0 0 0 439 53 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800195975976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26270] ppid=26264 vsize=9625004 CPUtime=5.02 cores=0,2,4,6
/proc/26266/task/26270/stat : 26270 (java) S 26264 26266 22966 0 -1 4202560 1933 0 0 0 449 53 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800194923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26271] ppid=26264 vsize=9625004 CPUtime=4.94 cores=0,2,4,6
/proc/26266/task/26271/stat : 26271 (java) S 26264 26266 22966 0 -1 4202560 1385 0 0 0 442 52 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800193870888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26272] ppid=26264 vsize=9625004 CPUtime=4.83 cores=0,2,4,6
/proc/26266/task/26272/stat : 26272 (java) S 26264 26266 22966 0 -1 4202560 1376 0 0 0 435 48 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800192818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26273] ppid=26264 vsize=9625004 CPUtime=4.87 cores=0,2,4,6
/proc/26266/task/26273/stat : 26273 (java) S 26264 26266 22966 0 -1 4202560 1206 0 0 0 438 49 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800191764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26274] ppid=26264 vsize=9625004 CPUtime=4.93 cores=0,2,4,6
/proc/26266/task/26274/stat : 26274 (java) S 26264 26266 22966 0 -1 4202560 1552 0 0 0 449 44 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800190711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26275] ppid=26264 vsize=9625004 CPUtime=4.64 cores=0,2,4,6
/proc/26266/task/26275/stat : 26275 (java) S 26264 26266 22966 0 -1 4202560 1398 0 0 0 419 45 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800189659688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26276] ppid=26264 vsize=9625004 CPUtime=4.84 cores=0,2,4,6
/proc/26266/task/26276/stat : 26276 (java) S 26264 26266 22966 0 -1 4202560 1617 0 0 0 434 50 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800188606888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26277] ppid=26264 vsize=9625004 CPUtime=10.15 cores=0,2,4,6
/proc/26266/task/26277/stat : 26277 (java) S 26264 26266 22966 0 -1 4202560 25392 0 0 0 993 22 0 0 20 0 19 0 281100636 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800058247912 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26278] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26278/stat : 26278 (java) S 26264 26266 22966 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800057193976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26279] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26279/stat : 26279 (java) S 26264 26266 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800056141576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26280] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26280/stat : 26280 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800055090064 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26281] ppid=26264 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/26266/task/26281/stat : 26281 (java) S 26264 26266 22966 0 -1 4202560 4671 0 0 0 66 0 0 0 20 0 19 0 281100639 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800054036664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26266/tid=26282] ppid=26264 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/26266/task/26282/stat : 26282 (java) S 26264 26266 22966 0 -1 4202560 7432 0 0 0 76 2 0 0 20 0 19 0 281100639 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800052983864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26283] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26283/stat : 26283 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800051931768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26284] ppid=26264 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/26266/task/26284/stat : 26284 (java) S 26264 26266 22966 0 -1 4202560 100 0 0 0 36 35 0 0 20 0 19 0 281100639 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800050879176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26285] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26285/stat : 26285 (java) S 26264 26266 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281100729 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800049825192 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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+1770.5 s]
/proc/loadavg: 2.38 2.13 2.04 3/213 26302
/proc/meminfo: memFree=27401756/32873844 swapFree=6872/6872
[pid=26266] ppid=26264 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/26266/stat : 26266 (java) S 26264 26266 22966 0 -1 4202496 62548 0 1 0 179486 517 0 0 20 0 19 0 281100633 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 140737070047168 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26266/statm: 2406251 798699 2283 9 0 2396937 0
[pid=26266/tid=26268] ppid=26264 vsize=9625004 CPUtime=1744.35 cores=0,2,4,6
/proc/26266/task/26268/stat : 26268 (java) R 26264 26266 22966 0 -1 4202560 11451 0 1 0 174340 95 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800234482912 139800062459946 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26269] ppid=26264 vsize=9625004 CPUtime=4.92 cores=0,2,4,6
/proc/26266/task/26269/stat : 26269 (java) S 26264 26266 22966 0 -1 4202560 1848 0 0 0 439 53 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800195975976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26270] ppid=26264 vsize=9625004 CPUtime=5.02 cores=0,2,4,6
/proc/26266/task/26270/stat : 26270 (java) S 26264 26266 22966 0 -1 4202560 1933 0 0 0 449 53 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800194923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26271] ppid=26264 vsize=9625004 CPUtime=4.94 cores=0,2,4,6
/proc/26266/task/26271/stat : 26271 (java) S 26264 26266 22966 0 -1 4202560 1385 0 0 0 442 52 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800193870888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26272] ppid=26264 vsize=9625004 CPUtime=4.83 cores=0,2,4,6
/proc/26266/task/26272/stat : 26272 (java) S 26264 26266 22966 0 -1 4202560 1376 0 0 0 435 48 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800192818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26273] ppid=26264 vsize=9625004 CPUtime=4.87 cores=0,2,4,6
/proc/26266/task/26273/stat : 26273 (java) S 26264 26266 22966 0 -1 4202560 1206 0 0 0 438 49 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800191764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26274] ppid=26264 vsize=9625004 CPUtime=4.93 cores=0,2,4,6
/proc/26266/task/26274/stat : 26274 (java) S 26264 26266 22966 0 -1 4202560 1552 0 0 0 449 44 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800190711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26275] ppid=26264 vsize=9625004 CPUtime=4.64 cores=0,2,4,6
/proc/26266/task/26275/stat : 26275 (java) S 26264 26266 22966 0 -1 4202560 1398 0 0 0 419 45 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800189659688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26276] ppid=26264 vsize=9625004 CPUtime=4.84 cores=0,2,4,6
/proc/26266/task/26276/stat : 26276 (java) S 26264 26266 22966 0 -1 4202560 1617 0 0 0 434 50 0 0 20 0 19 0 281100634 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800188606888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26277] ppid=26264 vsize=9625004 CPUtime=10.15 cores=0,2,4,6
/proc/26266/task/26277/stat : 26277 (java) S 26264 26266 22966 0 -1 4202560 25392 0 0 0 993 22 0 0 20 0 19 0 281100636 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800058247912 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26278] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26278/stat : 26278 (java) S 26264 26266 22966 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800057193976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26279] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26279/stat : 26279 (java) S 26264 26266 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100636 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800056141576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26280] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26280/stat : 26280 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800055090064 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26266/tid=26281] ppid=26264 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/26266/task/26281/stat : 26281 (java) S 26264 26266 22966 0 -1 4202560 4671 0 0 0 66 0 0 0 20 0 19 0 281100639 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800054036664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26266/tid=26282] ppid=26264 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/26266/task/26282/stat : 26282 (java) S 26264 26266 22966 0 -1 4202560 7432 0 0 0 76 2 0 0 20 0 19 0 281100639 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800052983864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26283] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26283/stat : 26283 (java) S 26264 26266 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100639 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800051931768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26266/tid=26284] ppid=26264 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/26266/task/26284/stat : 26284 (java) S 26264 26266 22966 0 -1 4202560 100 0 0 0 36 35 0 0 20 0 19 0 281100639 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800050879176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26266/tid=26285] ppid=26264 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26266/task/26285/stat : 26285 (java) S 26264 26266 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281100729 9856004096 798699 33554432000 1073741824 1073778376 140737070056032 139800049825192 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26266 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=371822
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=630144
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1770.56
CPU time (s): 1800.03
CPU user time (s): 1794.86
CPU system time (s): 5.17
CPU usage (%): 101.664
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.37
system time used= 5.63014
maximum resident set size= 3219316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62596
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59160
involuntary context switches= 70766

runsolver used 6.12107 second user time and 14.2118 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 22:15:22
IDJOB=3710123
IDBENCH=2466
IDSOLVER=2289
FILE ID=node106/3710123-1338149721
RUNJOBID= node106-1338138950-25294
PBS_JOBID= 14624504
Free space on /tmp= 71320 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc06.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-3710123-1338149721/watcher-3710123-1338149721 -o /tmp/evaluation-result-3710123-1338149721/solver-3710123-1338149721 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710123-1338149721.opb

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

MD5SUM BENCH= 0662414c0fee45075e37f5c5e2481506
RANDOM SEED=448507876

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30954376 kB
Buffers:          168796 kB
Cached:           521492 kB
SwapCached:            0 kB
Active:           980808 kB
Inactive:          86020 kB
Active(anon):     367432 kB
Inactive(anon):    12004 kB
Active(file):     613376 kB
Inactive(file):    74016 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15044 kB
Writeback:             0 kB
AnonPages:        397976 kB
Mapped:            18504 kB
Shmem:               200 kB
Slab:             698024 kB
SReclaimable:     139280 kB
SUnreclaim:       558744 kB
KernelStack:        1592 kB
PageTables:         5008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1081692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 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= 71320 MiB
End job on node106 at 2012-05-27 22:44:54