Trace number 3710461

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.03 1795.74

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_5_mh_ic.opb
MD5SUM60919230beb4b87ee73e0f0d7ecbd414
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4402831
Best CPU time to get the best result obtained on this benchmark1800.79
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 14243306439
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 14243306439
Number of bits of the biggest sum of numbers34
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710461-1338250073.opb
0.10/0.11	c reading problem ... 
1.85/1.05	c ... done. Wall clock time 0.936s.
1.85/1.05	c declared #vars     45775
1.85/1.05	c #constraints  104537
1.85/1.05	c constraints type 
1.85/1.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29126
1.85/1.05	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1.85/1.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1.85/1.05	c ignored satisfied constraints => 4
1.85/1.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 46225
1.85/1.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 29150
1.85/1.05	c 104541 constraints processed.
9.29/7.94	c cleaning 2494 clauses out of 5000 with flag 5000/5000
18.39/16.88	c cleaning 4252 clauses out of 8506 with flag 11000/11000
25.60/24.08	c cleaning 5623 clauses out of 11254 with flag 18000/18000
31.14/29.56	c cleaning 6808 clauses out of 13631 with flag 26000/26000
38.79/37.15	c cleaning 7910 clauses out of 15823 with flag 35000/35000
45.00/43.39	c cleaning 8946 clauses out of 17915 with flag 45002/45002
53.60/51.92	c cleaning 9975 clauses out of 19967 with flag 56000/56000
64.61/62.95	c cleaning 10985 clauses out of 21992 with flag 68000/68000
75.22/73.60	c cleaning 11991 clauses out of 24007 with flag 81000/81000
85.56/83.84	c cleaning 13004 clauses out of 26017 with flag 95001/95001
93.98/92.30	c cleaning 14002 clauses out of 28016 with flag 110004/110004
106.19/104.44	c cleaning 14998 clauses out of 30011 with flag 126001/126001
115.60/113.86	c cleaning 15993 clauses out of 32012 with flag 143000/143000
127.81/126.03	c cleaning 16985 clauses out of 34019 with flag 161000/161000
145.43/143.63	c cleaning 17995 clauses out of 36034 with flag 180000/180000
160.95/159.15	c cleaning 19017 clauses out of 38041 with flag 200002/200002
175.77/173.94	c cleaning 19982 clauses out of 40022 with flag 221000/221000
186.87/185.00	c cleaning 21002 clauses out of 42040 with flag 243000/243000
200.80/198.99	c cleaning 22001 clauses out of 44038 with flag 266000/266000
221.83/219.97	c cleaning 22995 clauses out of 46040 with flag 290003/290003
240.35/238.46	c cleaning 24016 clauses out of 48043 with flag 315001/315001
253.48/251.56	c cleaning 24994 clauses out of 50026 with flag 341000/341000
266.91/264.95	c cleaning 26004 clauses out of 52033 with flag 368001/368001
285.45/283.45	c cleaning 27010 clauses out of 54028 with flag 396000/396000
305.77/303.76	c cleaning 27991 clauses out of 56018 with flag 425000/425000
320.21/318.10	c cleaning 29007 clauses out of 58028 with flag 455001/455001
343.15/341.04	c cleaning 30004 clauses out of 60023 with flag 486003/486003
362.98/360.86	c cleaning 30994 clauses out of 62016 with flag 518000/518000
387.82/385.66	c cleaning 32000 clauses out of 64022 with flag 551000/551000
399.26/397.08	c cleaning 32996 clauses out of 66023 with flag 585001/585001
421.50/419.22	c cleaning 34002 clauses out of 68027 with flag 620001/620001
438.64/436.33	c cleaning 35007 clauses out of 70025 with flag 656001/656001
462.67/460.31	c cleaning 36000 clauses out of 72017 with flag 693000/693000
487.62/485.27	c cleaning 36997 clauses out of 74017 with flag 731000/731000
507.15/504.72	c cleaning 38002 clauses out of 76020 with flag 770000/770000
536.73/534.21	c cleaning 39007 clauses out of 78018 with flag 810000/810000
552.62/550.05	c cleaning 39990 clauses out of 80011 with flag 851000/851000
573.24/570.69	c cleaning 41007 clauses out of 82021 with flag 893000/893000
600.97/598.31	c cleaning 41994 clauses out of 84018 with flag 936004/936004
626.62/623.97	c cleaning 43002 clauses out of 86030 with flag 980010/980010
651.65/648.95	c cleaning 43981 clauses out of 88018 with flag 1025000/1025000
681.59/678.81	c cleaning 44996 clauses out of 90038 with flag 1071001/1071001
712.44/709.61	c cleaning 46006 clauses out of 92041 with flag 1118000/1118000
734.49/731.61	c cleaning 46988 clauses out of 94037 with flag 1166002/1166002
758.04/755.19	c cleaning 47987 clauses out of 96047 with flag 1215000/1215000
779.58/776.68	c cleaning 48992 clauses out of 98061 with flag 1265001/1265001
801.80/798.82	c cleaning 50019 clauses out of 100068 with flag 1316000/1316000
843.27/840.23	c cleaning 51010 clauses out of 102049 with flag 1368000/1368000
873.31/870.28	c cleaning 51978 clauses out of 104039 with flag 1421000/1421000
918.54/915.48	c cleaning 53021 clauses out of 106061 with flag 1475000/1475000
942.16/939.09	c cleaning 54004 clauses out of 108040 with flag 1530000/1530000
964.51/961.37	c cleaning 55009 clauses out of 110036 with flag 1586000/1586000
994.23/991.00	c cleaning 56005 clauses out of 112027 with flag 1643000/1643000
1018.86/1015.61	c cleaning 56993 clauses out of 114022 with flag 1701000/1701000
1040.88/1037.66	c cleaning 58001 clauses out of 116029 with flag 1760000/1760000
1079.71/1076.48	c cleaning 59001 clauses out of 118028 with flag 1820000/1820000
1119.97/1116.68	c cleaning 59983 clauses out of 120027 with flag 1881000/1881000
1159.87/1156.48	c cleaning 61011 clauses out of 122051 with flag 1943007/1943007
1201.05/1197.56	c cleaning 62006 clauses out of 124033 with flag 2006000/2006000
1226.51/1222.91	c cleaning 63002 clauses out of 126027 with flag 2070000/2070000
1247.65/1244.06	c cleaning 63998 clauses out of 128025 with flag 2135000/2135000
1284.92/1281.29	c cleaning 65007 clauses out of 130028 with flag 2201001/2201001
1326.67/1322.94	c cleaning 65994 clauses out of 132022 with flag 2268002/2268002
1358.12/1354.31	c cleaning 66999 clauses out of 134026 with flag 2336000/2336000
1384.16/1380.33	c cleaning 68003 clauses out of 136027 with flag 2405000/2405000
1414.72/1410.86	c cleaning 68984 clauses out of 138024 with flag 2475000/2475000
1444.76/1440.89	c cleaning 69996 clauses out of 140040 with flag 2546000/2546000
1472.81/1468.87	c cleaning 70999 clauses out of 142044 with flag 2618000/2618000
1503.73/1499.72	c cleaning 71992 clauses out of 144045 with flag 2691000/2691000
1537.77/1533.77	c cleaning 73015 clauses out of 146055 with flag 2765002/2765002
1568.60/1564.57	c cleaning 73993 clauses out of 148038 with flag 2840000/2840000
1599.23/1595.18	c cleaning 75008 clauses out of 150045 with flag 2916000/2916000
1636.19/1632.07	c cleaning 76007 clauses out of 152038 with flag 2993001/2993001
1697.51/1693.34	c cleaning 77003 clauses out of 154030 with flag 3071000/3071000
1729.85/1725.62	c cleaning 77993 clauses out of 156027 with flag 3150000/3150000
1773.69/1769.41	c cleaning 79000 clauses out of 158036 with flag 3230002/3230002
1800.03/1795.71	c starts		: 249
1800.03/1795.71	c conflicts		: 3274857
1800.03/1795.71	c decisions		: 9108532
1800.03/1795.71	c propagations		: 984558861
1800.03/1795.71	c inspects		: 9913792810
1800.03/1795.71	c shortcuts		: 0
1800.03/1795.71	c learnt literals	: 0
1800.03/1795.71	c learnt binary clauses	: 128
1800.03/1795.71	c learnt ternary clauses	: 79
1800.03/1795.71	c learnt constraints	: 3274857
1800.03/1795.71	c ignored constraints	: 0
1800.03/1795.71	c root simplifications	: 249
1800.03/1795.71	c removed literals (reason simplification)	: 113136441
1800.03/1795.71	c reason swapping (by a shorter reason)	: 0
1800.03/1795.71	c Calls to reduceDB	: 76
1800.03/1795.71	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.71	c number of learned constraints concerned by reduction	: 0
1800.03/1795.71	c number of learning phase by resolution	: 0
1800.03/1795.71	c number of learning phase by cutting planes	: 0
1800.03/1795.71	c speed (assignments/second)	: 548613.5879743524
1800.03/1795.71	c non guided choices	339
1800.03/1795.74	c learnt constraints type 
1800.03/1795.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 128
1800.03/1795.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123805
1800.03/1795.74	c constraints type 
1800.03/1795.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29126
1800.03/1795.74	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.03/1795.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.03/1795.74	c ignored satisfied constraints => 4
1800.03/1795.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 46225
1800.03/1795.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 29150
1800.03/1795.74	c 104541 constraints processed.
1800.03/1795.74	s UNKNOWN
1800.03/1795.74	c Total wall clock time (in seconds): 1795.621

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-3710461-1338250073/watcher-3710461-1338250073 -o /tmp/evaluation-result-3710461-1338250073/solver-3710461-1338250073 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710461-1338250073.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.87 1.97 1.99 2/192 1310
/proc/meminfo: memFree=29068272/32873852 swapFree=7624/7624
[pid=1310] ppid=1308 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1310/stat : 1310 (java) D 1308 1310 31663 0 -1 4202496 455 0 0 0 0 0 0 0 20 0 1 0 291132815 9515008 185 33554432000 1073741824 1073778376 140736228685616 140736228674680 252253924647 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/1310/statm: 2323 185 143 9 0 71 0

[startup+0.0431819 s]
/proc/loadavg: 1.87 1.97 1.99 2/192 1310
/proc/meminfo: memFree=29068272/32873852 swapFree=7624/7624
[pid=1310] ppid=1308 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/1310/stat : 1310 (java) S 1308 1310 31663 0 -1 4202496 3053 0 1 0 2 0 0 0 20 0 13 0 291132815 9446973440 3751 33554432000 1073741824 1073778376 140736228685616 140736228676752 252266446909 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1310/statm: 2306390 3751 1705 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.10025 s]
/proc/loadavg: 1.87 1.97 1.99 2/192 1310
/proc/meminfo: memFree=29068272/32873852 swapFree=7624/7624
[pid=1310] ppid=1308 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/1310/stat : 1310 (java) S 1308 1310 31663 0 -1 4202496 4267 0 1 0 9 1 0 0 20 0 18 0 291132815 9787842560 5986 33554432000 1073741824 1073778376 140736228685616 140736228676752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1310/statm: 2389610 5986 2116 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.87 1.97 1.99 2/192 1310
/proc/meminfo: memFree=29068272/32873852 swapFree=7624/7624
[pid=1310] ppid=1308 vsize=9558676 CPUtime=0.5 cores=0,2,4,6
/proc/1310/stat : 1310 (java) S 1308 1310 31663 0 -1 4202496 5589 0 1 0 49 1 0 0 20 0 18 0 291132815 9788084224 12056 33554432000 1073741824 1073778376 140736228685616 140736228676752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1310/statm: 2389669 12056 2227 9 0 2380355 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558676

[startup+0.700261 s]
/proc/loadavg: 1.87 1.97 1.99 2/192 1310
/proc/meminfo: memFree=29068272/32873852 swapFree=7624/7624
[pid=1310] ppid=1308 vsize=9558440 CPUtime=1.3 cores=0,2,4,6
/proc/1310/stat : 1310 (java) S 1308 1310 31663 0 -1 4202496 10757 0 1 0 125 5 0 0 20 0 18 0 291132815 9787842560 44374 33554432000 1073741824 1073778376 140736228685616 140736228676752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1310/statm: 2389610 44374 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9558440

[startup+1.50068 s]
/proc/loadavg: 1.87 1.97 1.99 10/210 1328
/proc/meminfo: memFree=28874148/32873852 swapFree=7624/7624
[pid=1310] ppid=1308 vsize=9625004 CPUtime=2.78 cores=0,2,4,6
/proc/1310/stat : 1310 (java) S 1308 1310 31663 0 -1 4202496 13074 0 1 0 271 7 0 0 20 0 19 0 291132815 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140736228676752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1310/statm: 2406251 49690 2271 9 0 2396937 0
[pid=1310/tid=1312] ppid=1308 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/1310/task/1312/stat : 1312 (java) R 1308 1310 31663 0 -1 4202560 2577 0 1 0 138 3 0 0 20 0 19 0 291132815 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362858431080 140362702939188 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1313] ppid=1308 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/1310/task/1313/stat : 1313 (java) S 1308 1310 31663 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362702121256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1314] ppid=1308 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/1310/task/1314/stat : 1314 (java) S 1308 1310 31663 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362701068456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1315] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1315/stat : 1315 (java) S 1308 1310 31663 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362700016168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1316] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1316/stat : 1316 (java) S 1308 1310 31663 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362698963368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1317] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1317/stat : 1317 (java) S 1308 1310 31663 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362697911080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1318] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1318/stat : 1318 (java) S 1308 1310 31663 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362696858280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1310/tid=1319] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1319/stat : 1319 (java) S 1308 1310 31663 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362695805992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1320] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1320/stat : 1320 (java) S 1308 1310 31663 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362694753192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1310/tid=1321] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1321/stat : 1321 (java) S 1308 1310 31663 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291132817 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362212423912 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1322] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1322/stat : 1322 (java) S 1308 1310 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291132818 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362211369976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1323] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1323/stat : 1323 (java) S 1308 1310 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291132818 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362210317576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1324] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1324/stat : 1324 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362209266064 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1325] ppid=1308 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/1310/task/1325/stat : 1325 (java) S 1308 1310 31663 0 -1 4202560 4515 0 0 0 50 0 0 0 20 0 19 0 291132820 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362208213688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1326] ppid=1308 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/1310/task/1326/stat : 1326 (java) S 1308 1310 31663 0 -1 4202560 4635 0 0 0 61 0 0 0 20 0 19 0 291132820 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362207160888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1327] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1327/stat : 1327 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362206108792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1328] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1328/stat : 1328 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362205056200 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 9625004

[startup+3.10071 s]
/proc/loadavg: 1.87 1.97 1.99 3/211 1329
/proc/meminfo: memFree=28877244/32873852 swapFree=7624/7624
[pid=1310] ppid=1308 vsize=9625004 CPUtime=4.41 cores=0,2,4,6
/proc/1310/stat : 1310 (java) S 1308 1310 31663 0 -1 4202496 13075 0 1 0 434 7 0 0 20 0 19 0 291132815 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140736228676752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1310/statm: 2406251 49690 2271 9 0 2396937 0
[pid=1310/tid=1312] ppid=1308 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/1310/task/1312/stat : 1312 (java) R 1308 1310 31663 0 -1 4202560 2578 0 1 0 297 3 0 0 20 0 19 0 291132815 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362858430888 140362702983792 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1313] ppid=1308 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/1310/task/1313/stat : 1313 (java) S 1308 1310 31663 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362702121256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1314] ppid=1308 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/1310/task/1314/stat : 1314 (java) S 1308 1310 31663 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362701068456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1315] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1315/stat : 1315 (java) S 1308 1310 31663 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362700016168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1316] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1316/stat : 1316 (java) S 1308 1310 31663 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362698963368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1317] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1317/stat : 1317 (java) S 1308 1310 31663 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362697911080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1318] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1318/stat : 1318 (java) S 1308 1310 31663 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362696858280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1310/tid=1319] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1319/stat : 1319 (java) S 1308 1310 31663 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362695805992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1320] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1320/stat : 1320 (java) S 1308 1310 31663 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291132816 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362694753192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1310/tid=1321] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1321/stat : 1321 (java) S 1308 1310 31663 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291132817 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362212423912 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1322] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1322/stat : 1322 (java) S 1308 1310 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291132818 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362211369976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1323] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1323/stat : 1323 (java) S 1308 1310 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291132818 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362210317576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1324] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1324/stat : 1324 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362209266064 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1325] ppid=1308 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/1310/task/1325/stat : 1325 (java) S 1308 1310 31663 0 -1 4202560 4515 0 0 0 52 0 0 0 20 0 19 0 291132820 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362208213688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1326] ppid=1308 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/1310/task/1326/stat : 1326 (java) S 1308 1310 31663 0 -1 4202560 4635 0 0 0 61 0 0 0 20 0 19 0 291132820 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362207160888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1327] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1327/stat : 1327 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362206108792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1328] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1328/stat : 1328 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362205056200 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1329] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1329/stat : 1329 (java) S 1308 1310 31663 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291132923 9856004096 49690 33554432000 1073741824 1073778376 140736228685616 140362204001192 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 1.88 1.97 1.99 3/211 1329
/proc/meminfo: memFree=28878484/32873852 swapFree=7624/7624
[pid=1310] ppid=1308 vsize=9625004 CPUtime=7.68 cores=0,2,4,6
/proc/1310/stat : 1310 (java) S 1308 1310 31663 0 -1 4202496 13083 0 1 0 761 7 0 0 20 0 19 0 291132815 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140736228676752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1310/statm: 2406251 49241 2277 9 0 2396937 0
[pid=1310/tid=1312] ppid=1308 vsize=9625004 CPUtime=6.19 cores=0,2,4,6
/proc/1310/task/1312/stat : 1312 (java) R 1308 1310 31663 0 -1 4202560 2580 0 1 0 616 3 0 0 20 0 19 0 291132815 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362858431080 140362702939190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1313] ppid=1308 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/1310/task/1313/stat : 1313 (java) S 1308 1310 31663 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291132816 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362702121256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1314] ppid=1308 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/1310/task/1314/stat : 1314 (java) S 1308 1310 31663 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291132816 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362701068456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1315] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1315/stat : 1315 (java) S 1308 1310 31663 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362700016168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1316] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1316/stat : 1316 (java) S 1308 1310 31663 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362698963368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1317] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1317/stat : 1317 (java) S 1308 1310 31663 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362697911080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1318] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1318/stat : 1318 (java) S 1308 1310 31663 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362696858280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1310/tid=1319] ppid=1308 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1310/task/1319/stat : 1319 (java) S 1308 1310 31663 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291132816 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362695805992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1320] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1320/stat : 1320 (java) S 1308 1310 31663 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291132816 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362694753192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1310/tid=1321] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1321/stat : 1321 (java) S 1308 1310 31663 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291132817 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362212423912 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1322] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1322/stat : 1322 (java) S 1308 1310 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291132818 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362211369976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1323] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1323/stat : 1323 (java) S 1308 1310 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291132818 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362210317576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1324] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1324/stat : 1324 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362209266064 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1325] ppid=1308 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/1310/task/1325/stat : 1325 (java) S 1308 1310 31663 0 -1 4202560 4515 0 0 0 55 0 0 0 20 0 19 0 291132820 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362208213688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1326] ppid=1308 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/1310/task/1326/stat : 1326 (java) S 1308 1310 31663 0 -1 4202560 4641 0 0 0 66 0 0 0 20 0 19 0 291132820 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362207160888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1327] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1327/stat : 1327 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362206108792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1328] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1328/stat : 1328 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362205056200 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1329] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1329/stat : 1329 (java) S 1308 1310 31663 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291132923 9856004096 49241 33554432000 1073741824 1073778376 140736228685616 140362204001192 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]
/proc/loadavg: 1.89 1.97 1.99 3/211 1329
/proc/meminfo: memFree=28831024/32873852 swapFree=7624/7624

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

[pid=1310/tid=1325] ppid=1308 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1310/task/1325/stat : 1325 (java) S 1308 1310 31663 0 -1 4202560 4521 0 0 0 59 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362208213688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1310/tid=1326] ppid=1308 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/1310/task/1326/stat : 1326 (java) S 1308 1310 31663 0 -1 4202560 4658 0 0 0 80 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362207160888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1327] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1327/stat : 1327 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362206108792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1328] ppid=1308 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1310/task/1328/stat : 1328 (java) S 1308 1310 31663 0 -1 4202560 99 0 0 0 16 18 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362205056200 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1329] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1329/stat : 1329 (java) S 1308 1310 31663 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291132923 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362204001192 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.55
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.66 2.15 2.05 3/211 1411
/proc/meminfo: memFree=29015668/32873852 swapFree=7624/7624
[pid=1310] ppid=1308 vsize=9625004 CPUtime=1786.63 cores=0,2,4,6
/proc/1310/stat : 1310 (java) S 1308 1310 31663 0 -1 4202496 14406 0 1 0 178617 46 0 0 20 0 19 0 291132815 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140736228676752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1310/statm: 2406251 84874 2290 9 0 2396937 0
[pid=1310/tid=1312] ppid=1308 vsize=9625004 CPUtime=1769.74 cores=0,2,4,6
/proc/1310/task/1312/stat : 1312 (java) R 1308 1310 31663 0 -1 4202560 2656 0 1 0 176944 30 0 0 20 0 19 0 291132815 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362858430752 140362702949513 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1313] ppid=1308 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/1310/task/1313/stat : 1313 (java) S 1308 1310 31663 0 -1 4202560 157 0 0 0 47 3 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362702121256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1310/tid=1314] ppid=1308 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/1310/task/1314/stat : 1314 (java) S 1308 1310 31663 0 -1 4202560 63 0 0 0 43 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362701068456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1315] ppid=1308 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/1310/task/1315/stat : 1315 (java) S 1308 1310 31663 0 -1 4202560 268 0 0 0 46 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362700016168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1316] ppid=1308 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/1310/task/1316/stat : 1316 (java) S 1308 1310 31663 0 -1 4202560 107 0 0 0 43 3 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362698963368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1317] ppid=1308 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/1310/task/1317/stat : 1317 (java) S 1308 1310 31663 0 -1 4202560 122 0 0 0 47 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362697911080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1318] ppid=1308 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/1310/task/1318/stat : 1318 (java) S 1308 1310 31663 0 -1 4202560 90 0 0 0 49 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362696858280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1319] ppid=1308 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/1310/task/1319/stat : 1319 (java) S 1308 1310 31663 0 -1 4202560 106 0 0 0 46 3 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362695805992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1320] ppid=1308 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/1310/task/1320/stat : 1320 (java) S 1308 1310 31663 0 -1 4202560 141 0 0 0 48 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362694753192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1321] ppid=1308 vsize=9625004 CPUtime=6.76 cores=0,2,4,6
/proc/1310/task/1321/stat : 1321 (java) S 1308 1310 31663 0 -1 4202560 229 0 0 0 673 3 0 0 20 0 19 0 291132817 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362212423912 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1322] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1322/stat : 1322 (java) S 1308 1310 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291132818 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362211369976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1323] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1323/stat : 1323 (java) S 1308 1310 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291132818 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362210317576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1324] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1324/stat : 1324 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362209266064 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1325] ppid=1308 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1310/task/1325/stat : 1325 (java) S 1308 1310 31663 0 -1 4202560 4521 0 0 0 59 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362208213688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1310/tid=1326] ppid=1308 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/1310/task/1326/stat : 1326 (java) S 1308 1310 31663 0 -1 4202560 4658 0 0 0 80 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362207160888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1327] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1327/stat : 1327 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362206108792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1328] ppid=1308 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1310/task/1328/stat : 1328 (java) S 1308 1310 31663 0 -1 4202560 103 0 0 0 16 18 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362205056200 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1329] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1329/stat : 1329 (java) S 1308 1310 31663 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291132923 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362204001192 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.63
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 2.52 2.14 2.05 3/211 1411
/proc/meminfo: memFree=28968220/32873852 swapFree=7624/7624
[pid=1310] ppid=1308 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/1310/stat : 1310 (java) S 1308 1310 31663 0 -1 4202496 14406 0 1 0 179957 46 0 0 20 0 19 0 291132815 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140736228676752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1310/statm: 2406251 84874 2290 9 0 2396937 0
[pid=1310/tid=1312] ppid=1308 vsize=9625004 CPUtime=1783.11 cores=0,2,4,6
/proc/1310/task/1312/stat : 1312 (java) R 1308 1310 31663 0 -1 4202560 2656 0 1 0 178280 31 0 0 20 0 19 0 291132815 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362858430752 140362702949085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1313] ppid=1308 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/1310/task/1313/stat : 1313 (java) S 1308 1310 31663 0 -1 4202560 157 0 0 0 47 3 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362702121256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1310/tid=1314] ppid=1308 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/1310/task/1314/stat : 1314 (java) S 1308 1310 31663 0 -1 4202560 63 0 0 0 43 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362701068456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1315] ppid=1308 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/1310/task/1315/stat : 1315 (java) S 1308 1310 31663 0 -1 4202560 268 0 0 0 46 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362700016168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1316] ppid=1308 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/1310/task/1316/stat : 1316 (java) S 1308 1310 31663 0 -1 4202560 107 0 0 0 43 3 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362698963368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1317] ppid=1308 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/1310/task/1317/stat : 1317 (java) S 1308 1310 31663 0 -1 4202560 122 0 0 0 47 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362697911080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1318] ppid=1308 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/1310/task/1318/stat : 1318 (java) S 1308 1310 31663 0 -1 4202560 90 0 0 0 49 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362696858280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1319] ppid=1308 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/1310/task/1319/stat : 1319 (java) S 1308 1310 31663 0 -1 4202560 106 0 0 0 46 3 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362695805992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1320] ppid=1308 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/1310/task/1320/stat : 1320 (java) S 1308 1310 31663 0 -1 4202560 141 0 0 0 48 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362694753192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1321] ppid=1308 vsize=9625004 CPUtime=6.76 cores=0,2,4,6
/proc/1310/task/1321/stat : 1321 (java) S 1308 1310 31663 0 -1 4202560 229 0 0 0 673 3 0 0 20 0 19 0 291132817 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362212423912 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1322] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1322/stat : 1322 (java) S 1308 1310 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291132818 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362211369976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1323] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1323/stat : 1323 (java) S 1308 1310 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291132818 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362210317576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1324] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1324/stat : 1324 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362209266064 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1325] ppid=1308 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1310/task/1325/stat : 1325 (java) S 1308 1310 31663 0 -1 4202560 4521 0 0 0 59 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362208213688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1310/tid=1326] ppid=1308 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/1310/task/1326/stat : 1326 (java) S 1308 1310 31663 0 -1 4202560 4658 0 0 0 80 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362207160888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1327] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1327/stat : 1327 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362206108792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1328] ppid=1308 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1310/task/1328/stat : 1328 (java) S 1308 1310 31663 0 -1 4202560 103 0 0 0 16 18 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362205056200 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1329] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1329/stat : 1329 (java) S 1308 1310 31663 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291132923 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362204001192 252266461097 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+1795.7 s]
/proc/loadavg: 2.52 2.14 2.05 3/211 1411
/proc/meminfo: memFree=28968220/32873852 swapFree=7624/7624
[pid=1310] ppid=1308 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/1310/stat : 1310 (java) S 1308 1310 31663 0 -1 4202496 14406 0 1 0 179957 46 0 0 20 0 19 0 291132815 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140736228676752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1310/statm: 2406251 84874 2290 9 0 2396937 0
[pid=1310/tid=1312] ppid=1308 vsize=9625004 CPUtime=1783.11 cores=0,2,4,6
/proc/1310/task/1312/stat : 1312 (java) R 1308 1310 31663 0 -1 4202560 2656 0 1 0 178280 31 0 0 20 0 19 0 291132815 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362858430752 140362702949085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1313] ppid=1308 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/1310/task/1313/stat : 1313 (java) S 1308 1310 31663 0 -1 4202560 157 0 0 0 47 3 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362702121256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1310/tid=1314] ppid=1308 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/1310/task/1314/stat : 1314 (java) S 1308 1310 31663 0 -1 4202560 63 0 0 0 43 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362701068456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1315] ppid=1308 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/1310/task/1315/stat : 1315 (java) S 1308 1310 31663 0 -1 4202560 268 0 0 0 46 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362700016168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1316] ppid=1308 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/1310/task/1316/stat : 1316 (java) S 1308 1310 31663 0 -1 4202560 107 0 0 0 43 3 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362698963368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1317] ppid=1308 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/1310/task/1317/stat : 1317 (java) S 1308 1310 31663 0 -1 4202560 122 0 0 0 47 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362697911080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1318] ppid=1308 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/1310/task/1318/stat : 1318 (java) S 1308 1310 31663 0 -1 4202560 90 0 0 0 49 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362696858280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1319] ppid=1308 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/1310/task/1319/stat : 1319 (java) S 1308 1310 31663 0 -1 4202560 106 0 0 0 46 3 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362695805992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1320] ppid=1308 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/1310/task/1320/stat : 1320 (java) S 1308 1310 31663 0 -1 4202560 141 0 0 0 48 2 0 0 20 0 19 0 291132816 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362694753192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1321] ppid=1308 vsize=9625004 CPUtime=6.76 cores=0,2,4,6
/proc/1310/task/1321/stat : 1321 (java) S 1308 1310 31663 0 -1 4202560 229 0 0 0 673 3 0 0 20 0 19 0 291132817 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362212423912 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1322] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1322/stat : 1322 (java) S 1308 1310 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291132818 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362211369976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1323] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1323/stat : 1323 (java) S 1308 1310 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291132818 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362210317576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1324] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1324/stat : 1324 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362209266064 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1310/tid=1325] ppid=1308 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1310/task/1325/stat : 1325 (java) S 1308 1310 31663 0 -1 4202560 4521 0 0 0 59 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362208213688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1310/tid=1326] ppid=1308 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/1310/task/1326/stat : 1326 (java) S 1308 1310 31663 0 -1 4202560 4658 0 0 0 80 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362207160888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1327] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1327/stat : 1327 (java) S 1308 1310 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362206108792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1310/tid=1328] ppid=1308 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1310/task/1328/stat : 1328 (java) S 1308 1310 31663 0 -1 4202560 103 0 0 0 16 18 0 0 20 0 19 0 291132820 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362205056200 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1310/tid=1329] ppid=1308 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1310/task/1329/stat : 1329 (java) S 1308 1310 31663 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291132923 9856004096 84874 33554432000 1073741824 1073778376 140736228685616 140362204001192 252266461097 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 1310 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=958124
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=861868
# CPU time returned by wait4() is 1795.82
# 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): 1795.74
CPU time (s): 1800.03
CPU user time (s): 1799.57
CPU system time (s): 0.46
CPU usage (%): 100.239
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.96
system time used= 0.861868
maximum resident set size= 339616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14440
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40067
involuntary context switches= 19956

runsolver used 5.98109 second user time and 14.1119 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-29 02:07:54
IDJOB=3710461
IDBENCH=92687
IDSOLVER=2289
FILE ID=node131/3710461-1338250073
RUNJOBID= node131-1338224871-31679
PBS_JOBID= 14624623
Free space on /tmp= 71712 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_5_mh_ic.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-3710461-1338250073/watcher-3710461-1338250073 -o /tmp/evaluation-result-3710461-1338250073/solver-3710461-1338250073 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710461-1338250073.opb

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

MD5SUM BENCH= 60919230beb4b87ee73e0f0d7ecbd414
RANDOM SEED=320039576

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29068536 kB
Buffers:          520880 kB
Cached:          1987996 kB
SwapCached:         2324 kB
Active:          1185972 kB
Inactive:        1747852 kB
Active(anon):     423096 kB
Inactive(anon):      996 kB
Active(file):     762876 kB
Inactive(file):  1746856 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099072 kB
Dirty:             18452 kB
Writeback:             0 kB
AnonPages:        451052 kB
Mapped:            22488 kB
Shmem:                 0 kB
Slab:             708224 kB
SReclaimable:     150316 kB
SUnreclaim:       557908 kB
KernelStack:        1576 kB
PageTables:         5148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1083268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node131 at 2012-05-29 02:37:51