Trace number 3687797

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.82 1797.95

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables6352
Total number of constraints13501
Number of constraints which are clauses13501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687797-1337875524.opb
0.11/0.10	c reading problem ... 
0.50/0.39	c ... done. Wall clock time 0.291s.
0.50/0.39	c declared #vars     6352
0.50/0.39	c #constraints  13376
0.50/0.39	c constraints type 
0.50/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7092
0.50/0.40	c ignored satisfied constraints => 125
0.50/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6002
0.50/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
0.50/0.40	c 13501 constraints processed.
0.50/0.40	c objective function length is 6352 literals
4.64/3.81	c cleaning 2501 clauses out of 5001 with flag 5001/5001
8.75/7.85	c cleaning 4249 clauses out of 8499 with flag 11000/11000
13.56/12.60	c cleaning 5625 clauses out of 11250 with flag 18000/18000
19.07/18.16	c cleaning 6813 clauses out of 13626 with flag 26001/26001
25.41/24.45	c cleaning 7906 clauses out of 15813 with flag 35001/35001
32.61/31.64	c cleaning 8952 clauses out of 17907 with flag 45001/45001
40.42/39.50	c cleaning 9976 clauses out of 19955 with flag 56001/56001
49.24/48.29	c cleaning 10990 clauses out of 21980 with flag 68002/68002
59.05/58.05	c cleaning 11993 clauses out of 23988 with flag 81000/81000
69.75/68.70	c cleaning 12997 clauses out of 25996 with flag 95001/95001
81.16/80.18	c cleaning 14000 clauses out of 28000 with flag 110002/110002
93.68/92.63	c cleaning 14999 clauses out of 29999 with flag 126001/126001
106.99/105.97	c cleaning 16000 clauses out of 32000 with flag 143001/143001
120.84/119.79	c cleaning 16996 clauses out of 33999 with flag 161000/161000
130.97/129.81	c cleaning 18002 clauses out of 36006 with flag 180003/180003
139.47/138.32	c cleaning 19000 clauses out of 38002 with flag 200001/200001
148.79/147.60	c cleaning 19997 clauses out of 40002 with flag 221001/221001
159.29/158.16	c cleaning 20997 clauses out of 42006 with flag 243003/243003
170.81/169.65	c cleaning 22001 clauses out of 44010 with flag 266004/266004
182.12/180.95	c cleaning 23001 clauses out of 46009 with flag 290004/290004
193.83/192.61	c cleaning 23999 clauses out of 48004 with flag 315000/315000
205.35/204.12	c cleaning 25000 clauses out of 50005 with flag 341000/341000
216.38/215.18	c cleaning 25999 clauses out of 52005 with flag 368000/368000
226.88/225.61	c cleaning 27000 clauses out of 54007 with flag 396001/396001
237.51/236.23	c cleaning 28002 clauses out of 56009 with flag 425003/425003
249.34/248.09	c cleaning 28997 clauses out of 58004 with flag 455000/455000
262.07/260.72	c cleaning 30000 clauses out of 60008 with flag 486001/486001
275.60/274.24	c cleaning 31004 clauses out of 62011 with flag 518004/518004
289.40/288.08	c cleaning 31999 clauses out of 64003 with flag 551000/551000
305.21/303.87	c cleaning 32997 clauses out of 66005 with flag 585001/585001
321.44/320.04	c cleaning 33998 clauses out of 68009 with flag 620002/620002
338.55/337.16	c cleaning 34996 clauses out of 70011 with flag 656002/656002
356.95/355.52	c cleaning 36006 clauses out of 72015 with flag 693002/693002
376.08/374.60	c cleaning 37004 clauses out of 74009 with flag 731002/731002
396.70/395.28	c cleaning 37998 clauses out of 76005 with flag 770002/770002
417.32/415.86	c cleaning 38995 clauses out of 78005 with flag 810000/810000
437.92/436.44	c cleaning 40001 clauses out of 80010 with flag 851000/851000
460.14/458.69	c cleaning 41001 clauses out of 82009 with flag 893000/893000
482.65/481.11	c cleaning 41998 clauses out of 84008 with flag 936000/936000
506.36/504.81	c cleaning 42998 clauses out of 86012 with flag 980002/980002
531.98/530.46	c cleaning 44004 clauses out of 88014 with flag 1025002/1025002
557.68/556.18	c cleaning 45001 clauses out of 90008 with flag 1071000/1071000
584.39/582.81	c cleaning 46001 clauses out of 92007 with flag 1118000/1118000
613.93/612.34	c cleaning 46998 clauses out of 94006 with flag 1166000/1166000
643.95/642.39	c cleaning 48002 clauses out of 96010 with flag 1215002/1215002
674.98/673.37	c cleaning 48994 clauses out of 98006 with flag 1265000/1265000
707.68/706.01	c cleaning 50004 clauses out of 100012 with flag 1316000/1316000
739.03/737.36	c cleaning 50998 clauses out of 102008 with flag 1368000/1368000
770.67/768.98	c cleaning 52002 clauses out of 104011 with flag 1421001/1421001
803.57/801.87	c cleaning 52998 clauses out of 106009 with flag 1475001/1475001
838.08/836.31	c cleaning 54001 clauses out of 108012 with flag 1530002/1530002
873.89/872.17	c cleaning 55004 clauses out of 110009 with flag 1586000/1586000
910.40/908.65	c cleaning 56000 clauses out of 112006 with flag 1643001/1643001
949.00/947.28	c cleaning 56999 clauses out of 114006 with flag 1701001/1701001
988.01/986.24	c cleaning 58005 clauses out of 116009 with flag 1760003/1760003
1027.12/1025.32	c cleaning 59000 clauses out of 118002 with flag 1820001/1820001
1066.64/1064.85	c cleaning 60000 clauses out of 120003 with flag 1881002/1881002
1107.44/1105.68	c cleaning 60999 clauses out of 122001 with flag 1943000/1943000
1149.34/1147.59	c cleaning 61999 clauses out of 124002 with flag 2006000/2006000
1187.36/1185.55	c cleaning 62994 clauses out of 126005 with flag 2070002/2070002
1229.28/1227.48	c cleaning 64001 clauses out of 128010 with flag 2135001/2135001
1271.59/1269.71	c cleaning 65002 clauses out of 130009 with flag 2201001/2201001
1314.41/1312.50	c cleaning 65999 clauses out of 132006 with flag 2268000/2268000
1359.71/1357.83	c cleaning 66999 clauses out of 134007 with flag 2336000/2336000
1406.93/1405.00	c cleaning 68002 clauses out of 136008 with flag 2405000/2405000
1446.88/1444.92	c cleaning 68998 clauses out of 138006 with flag 2475000/2475000
1489.60/1487.60	c cleaning 70001 clauses out of 140012 with flag 2546004/2546004
1533.81/1531.86	c cleaning 71002 clauses out of 142010 with flag 2618003/2618003
1575.42/1573.49	c cleaning 71997 clauses out of 144007 with flag 2691002/2691002
1619.12/1617.17	c cleaning 72993 clauses out of 146008 with flag 2765000/2765000
1664.15/1662.15	c cleaning 74002 clauses out of 148016 with flag 2840001/2840001
1709.88/1707.83	c cleaning 75004 clauses out of 150015 with flag 2916002/2916002
1757.41/1755.35	c cleaning 76003 clauses out of 152010 with flag 2993001/2993001
1800.05/1797.91	c starts		: 246
1800.05/1797.91	c conflicts		: 3068140
1800.05/1797.91	c decisions		: 4039614
1800.05/1797.91	c propagations		: 3598581160
1800.05/1797.91	c inspects		: 24370401357
1800.05/1797.91	c shortcuts		: 0
1800.05/1797.91	c learnt literals	: 1
1800.05/1797.91	c learnt binary clauses	: 120
1800.05/1797.91	c learnt ternary clauses	: 86
1800.05/1797.91	c learnt constraints	: 3068139
1800.05/1797.91	c ignored constraints	: 0
1800.05/1797.91	c root simplifications	: 0
1800.05/1797.91	c removed literals (reason simplification)	: 0
1800.05/1797.91	c reason swapping (by a shorter reason)	: 0
1800.05/1797.91	c Calls to reduceDB	: 73
1800.05/1797.91	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.91	c number of learned constraints concerned by reduction	: 0
1800.05/1797.91	c number of learning phase by resolution	: 0
1800.05/1797.91	c number of learning phase by cutting planes	: 0
1800.05/1797.91	c speed (assignments/second)	: 2002069.3756811805
1800.05/1797.91	c non guided choices	0
1800.05/1797.94	c learnt constraints type 
1800.05/1797.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 120
1800.05/1797.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151068
1800.05/1797.94	c constraints type 
1800.05/1797.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7092
1800.05/1797.94	c ignored satisfied constraints => 125
1800.05/1797.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6002
1800.05/1797.94	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
1800.05/1797.94	c 13501 constraints processed.
1800.05/1797.94	s UNKNOWN
1800.05/1797.94	c Total wall clock time (in seconds): 1797.835

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-3687797-1337875524/watcher-3687797-1337875524 -o /tmp/evaluation-result-3687797-1337875524/solver-3687797-1337875524 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687797-1337875524.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 3/194 22116
/proc/meminfo: memFree=29018476/32873648 swapFree=6844/6844
[pid=22116] ppid=22114 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/22116/stat : 22116 (java) S 22114 22116 21479 0 -1 4202496 1188 0 0 0 0 0 0 0 20 0 2 0 253679213 94085120 906 33554432000 1073741824 1073778376 140735815878064 140735815869200 271790932029 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22116/statm: 22954 906 686 9 0 16769 0
[pid=22116/tid=22117] ppid=22114 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22117/stat : 22117 (java) R 22114 22116 21479 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 253679214 94019584 917 33554432000 1073741824 1073778376 140735815878064 140735815867128 271778409767 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.067483 s]
/proc/loadavg: 2.00 2.00 1.92 3/194 22116
/proc/meminfo: memFree=29018476/32873648 swapFree=6844/6844
[pid=22116] ppid=22114 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/22116/stat : 22116 (java) S 22114 22116 21479 0 -1 4202496 3295 0 1 0 4 1 0 0 20 0 18 0 253679213 9787813888 4503 33554432000 1073741824 1073778376 140735815878064 140735815869200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22116/statm: 2389603 4504 1771 9 0 2380296 0
[pid=22116/tid=22117] ppid=22114 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/22116/task/22117/stat : 22117 (java) R 22114 22116 21479 0 -1 4202560 2086 0 1 0 4 0 0 0 20 0 18 0 253679214 9787813888 4504 33554432000 1073741824 1073778376 140735815878064 140097576798880 140097584560979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100293 s]
/proc/loadavg: 2.00 2.00 1.92 3/194 22116
/proc/meminfo: memFree=29018476/32873648 swapFree=6844/6844
[pid=22116] ppid=22114 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/22116/stat : 22116 (java) S 22114 22116 21479 0 -1 4202496 4395 0 1 0 9 2 0 0 20 0 18 0 253679213 9787813888 6100 33554432000 1073741824 1073778376 140735815878064 140735815869200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22116/statm: 2389603 6100 2108 9 0 2380296 0
[pid=22116/tid=22117] ppid=22114 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/22116/task/22117/stat : 22117 (java) R 22114 22116 21479 0 -1 4202560 2437 0 1 0 6 1 0 0 20 0 18 0 253679214 9787813888 6100 33554432000 1073741824 1073778376 140735815878064 140097576794448 271790957837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300186 s]
/proc/loadavg: 2.00 2.00 1.92 3/194 22116
/proc/meminfo: memFree=29018476/32873648 swapFree=6844/6844
[pid=22116] ppid=22114 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/22116/stat : 22116 (java) S 22114 22116 21479 0 -1 4202496 5583 0 1 0 48 2 0 0 20 0 18 0 253679213 9787813888 8919 33554432000 1073741824 1073778376 140735815878064 140735815869200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22116/statm: 2389603 8919 2217 9 0 2380296 0
[pid=22116/tid=22117] ppid=22114 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/22116/task/22117/stat : 22117 (java) R 22114 22116 21479 0 -1 4202560 2451 0 1 0 26 1 0 0 20 0 18 0 253679214 9787813888 8919 33554432000 1073741824 1073778376 140735815878064 140097576792088 271790957837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700248 s]
/proc/loadavg: 2.00 2.00 1.92 3/194 22116
/proc/meminfo: memFree=29018476/32873648 swapFree=6844/6844
[pid=22116] ppid=22114 vsize=9624976 CPUtime=1.49 cores=1,3,5,7
/proc/22116/stat : 22116 (java) S 22114 22116 21479 0 -1 4202496 12754 0 1 0 145 4 0 0 20 0 19 0 253679213 9855975424 16003 33554432000 1073741824 1073778376 140735815878064 140735815869200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22116/statm: 2406244 16003 2250 9 0 2396937 0
[pid=22116/tid=22117] ppid=22114 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/22116/task/22117/stat : 22117 (java) R 22114 22116 21479 0 -1 4202560 2474 0 1 0 65 2 0 0 20 0 19 0 253679214 9855975424 16003 33554432000 1073741824 1073778376 140735815878064 140097576782576 140097421617092 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 22135
/proc/meminfo: memFree=28962044/32873648 swapFree=6844/6844
[pid=22116] ppid=22114 vsize=9624976 CPUtime=2.31 cores=1,3,5,7
/proc/22116/stat : 22116 (java) S 22114 22116 21479 0 -1 4202496 12757 0 1 0 227 4 0 0 20 0 19 0 253679213 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140735815869200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22116/statm: 2406244 16005 2251 9 0 2396937 0
[pid=22116/tid=22117] ppid=22114 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/22116/task/22117/stat : 22117 (java) R 22114 22116 21479 0 -1 4202560 2475 0 1 0 145 3 0 0 20 0 19 0 253679214 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140097576796824 140097421506493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22119] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22119/stat : 22119 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140097420782120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22120] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22120/stat : 22120 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140097419729320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22121] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22121/stat : 22121 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140097418676520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22122] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22122/stat : 22122 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140097417623720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22123] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22123/stat : 22123 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140097416571944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22124] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22124/stat : 22124 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140097415519144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22125] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22125/stat : 22125 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140097414466344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22126] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22126/stat : 22126 (java) S 22114 22116 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140097413413544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22127] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22127/stat : 22127 (java) S 22114 22116 21479 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140096931084776 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22128] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22128/stat : 22128 (java) S 22114 22116 21479 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140096930030840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22129] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22129/stat : 22129 (java) S 22114 22116 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140096928977928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22130] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22130/stat : 22130 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140096927926416 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22131] ppid=22114 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/22116/task/22131/stat : 22131 (java) S 22114 22116 21479 0 -1 4202560 4718 0 0 0 42 1 0 0 20 0 19 0 253679218 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140096926874552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22132] ppid=22114 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/22116/task/22132/stat : 22132 (java) S 22114 22116 21479 0 -1 4202560 4363 0 0 0 36 1 0 0 20 0 19 0 253679218 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140096925821752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22133] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22133/stat : 22133 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140096924769144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22134] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22134/stat : 22134 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140096923716552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22135] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22135/stat : 22135 (java) S 22114 22116 21479 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253679262 9855975424 16005 33554432000 1073741824 1073778376 140735815878064 140096922662056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 22135
/proc/meminfo: memFree=28962044/32873648 swapFree=6844/6844
[pid=22116] ppid=22114 vsize=9624976 CPUtime=3.94 cores=1,3,5,7
/proc/22116/stat : 22116 (java) S 22114 22116 21479 0 -1 4202496 12761 0 1 0 389 5 0 0 20 0 19 0 253679213 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140735815869200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22116/statm: 2406244 16520 2254 9 0 2396937 0
[pid=22116/tid=22117] ppid=22114 vsize=9624976 CPUtime=3.08 cores=1,3,5,7
/proc/22116/task/22117/stat : 22117 (java) R 22114 22116 21479 0 -1 4202560 2476 0 1 0 305 3 0 0 20 0 19 0 253679214 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140097576796280 140097421592978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22119] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22119/stat : 22119 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140097420782120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22120] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22120/stat : 22120 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140097419729320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22121] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22121/stat : 22121 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140097418676520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22122] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22122/stat : 22122 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140097417623720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22123] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22123/stat : 22123 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140097416571944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22124] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22124/stat : 22124 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140097415519144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22125] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22125/stat : 22125 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140097414466344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22126] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22126/stat : 22126 (java) S 22114 22116 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140097413413544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22127] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22127/stat : 22127 (java) S 22114 22116 21479 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140096931084776 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22128] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22128/stat : 22128 (java) S 22114 22116 21479 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140096930030840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22129] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22129/stat : 22129 (java) S 22114 22116 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140096928977928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22130] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22130/stat : 22130 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140096927926416 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22131] ppid=22114 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/22116/task/22131/stat : 22131 (java) S 22114 22116 21479 0 -1 4202560 4721 0 0 0 43 1 0 0 20 0 19 0 253679218 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140096926874552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22132] ppid=22114 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/22116/task/22132/stat : 22132 (java) S 22114 22116 21479 0 -1 4202560 4363 0 0 0 36 2 0 0 20 0 19 0 253679218 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140096925821752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22133] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22133/stat : 22133 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140096924769144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22134] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22134/stat : 22134 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140096923716552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22135] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22135/stat : 22135 (java) S 22114 22116 21479 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253679262 9855975424 16520 33554432000 1073741824 1073778376 140735815878064 140096922662056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9624976

[startup+6.3006 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 22135
/proc/meminfo: memFree=28950128/32873648 swapFree=6844/6844
[pid=22116] ppid=22114 vsize=9624976 CPUtime=7.22 cores=1,3,5,7
/proc/22116/stat : 22116 (java) S 22114 22116 21479 0 -1 4202496 13191 0 1 0 717 5 0 0 20 0 19 0 253679213 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140735815869200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22116/statm: 2406244 18915 2282 9 0 2396937 0
[pid=22116/tid=22117] ppid=22114 vsize=9624976 CPUtime=6.26 cores=1,3,5,7
/proc/22116/task/22117/stat : 22117 (java) R 22114 22116 21479 0 -1 4202560 2479 0 1 0 623 3 0 0 20 0 19 0 253679214 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140097576796736 140097421484505 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22119] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22119/stat : 22119 (java) S 22114 22116 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140097420782120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22120] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22120/stat : 22120 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140097419729320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22121] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22121/stat : 22121 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140097418676520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22122] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22122/stat : 22122 (java) S 22114 22116 21479 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140097417623720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22123] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22123/stat : 22123 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140097416571944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22124] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22124/stat : 22124 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140097415519144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22125] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22125/stat : 22125 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140097414466344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22126] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22126/stat : 22126 (java) S 22114 22116 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253679214 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140097413413544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22127] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22127/stat : 22127 (java) S 22114 22116 21479 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140096931084776 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22128] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22128/stat : 22128 (java) S 22114 22116 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140096930030840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22129] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22129/stat : 22129 (java) S 22114 22116 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140096928977928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22130] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22130/stat : 22130 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140096927926416 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22131] ppid=22114 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/22116/task/22131/stat : 22131 (java) S 22114 22116 21479 0 -1 4202560 4723 0 0 0 45 1 0 0 20 0 19 0 253679218 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140096926874552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22132] ppid=22114 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/22116/task/22132/stat : 22132 (java) S 22114 22116 21479 0 -1 4202560 4744 0 0 0 42 2 0 0 20 0 19 0 253679218 9855975424 18915 33554432000 1073741824 1073778376 140735815878064 140096925821752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=22116/tid=22124] ppid=22114 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/22116/task/22124/stat : 22124 (java) S 22114 22116 21479 0 -1 4202560 102 0 0 0 19 0 0 0 20 0 19 0 253679214 9855975424 32204 33554432000 1073741824 1073778376 140735815878064 140097415519144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22125] ppid=22114 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/22116/task/22125/stat : 22125 (java) S 22114 22116 21479 0 -1 4202560 35 0 0 0 20 0 0 0 20 0 19 0 253679214 9855975424 32204 33554432000 1073741824 1073778376 140735815878064 140097414466344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22126] ppid=22114 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/22116/task/22126/stat : 22126 (java) S 22114 22116 21479 0 -1 4202560 140 0 0 0 18 0 0 0 20 0 19 0 253679214 9855975424 32204 33554432000 1073741824 1073778376 140735815878064 140097413413544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22127] ppid=22114 vsize=9624976 CPUtime=2 cores=1,3,5,7
/proc/22116/task/22127/stat : 22127 (java) S 22114 22116 21479 0 -1 4202560 140 0 0 0 197 3 0 0 20 0 19 0 253679216 9855975424 32204 33554432000 1073741824 1073778376 140735815878064 140096931084776 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22128] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22128/stat : 22128 (java) S 22114 22116 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 32204 33554432000 1073741824 1073778376 140735815878064 140096930030840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22129] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22129/stat : 22129 (java) S 22114 22116 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 32204 33554432000 1073741824 1073778376 140735815878064 140096928977928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22130] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22130/stat : 22130 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 32204 33554432000 1073741824 1073778376 140735815878064 140096927926416 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22131] ppid=22114 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/22116/task/22131/stat : 22131 (java) S 22114 22116 21479 0 -1 4202560 4730 0 0 0 53 2 0 0 20 0 19 0 253679218 9855975424 32204 33554432000 1073741824 1073778376 140735815878064 140096926874552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22132] ppid=22114 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/22116/task/22132/stat : 22132 (java) S 22114 22116 21479 0 -1 4202560 4926 0 0 0 49 2 0 0 20 0 19 0 253679218 9855975424 32204 33554432000 1073741824 1073778376 140735815878064 140096925821752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22133] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22133/stat : 22133 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 32204 33554432000 1073741824 1073778376 140735815878064 140096924769144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22134] ppid=22114 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/22116/task/22134/stat : 22134 (java) S 22114 22116 21479 0 -1 4202560 99 0 0 0 36 27 0 0 20 0 19 0 253679218 9855975424 32204 33554432000 1073741824 1073778376 140735815878064 140096923716552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22135] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22135/stat : 22135 (java) S 22114 22116 21479 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253679262 9855975424 32204 33554432000 1073741824 1073778376 140735815878064 140096922662056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.41
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 22210
/proc/meminfo: memFree=28780708/32873648 swapFree=6844/6844
[pid=22116] ppid=22114 vsize=9624976 CPUtime=1784.44 cores=1,3,5,7
/proc/22116/stat : 22116 (java) S 22114 22116 21479 0 -1 4202496 14214 0 1 0 178414 30 0 0 20 0 19 0 253679213 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140735815869200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22116/statm: 2406244 32233 2283 9 0 2396937 0
[pid=22116/tid=22117] ppid=22114 vsize=9624976 CPUtime=1779.69 cores=1,3,5,7
/proc/22116/task/22117/stat : 22117 (java) R 22114 22116 21479 0 -1 4202560 2552 0 1 0 177939 30 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097576796448 140097421617185 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22119] ppid=22114 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22116/task/22119/stat : 22119 (java) S 22114 22116 21479 0 -1 4202560 46 0 0 0 17 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097420782120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22120] ppid=22114 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/22116/task/22120/stat : 22120 (java) S 22114 22116 21479 0 -1 4202560 37 0 0 0 14 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097419729320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22121] ppid=22114 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/22116/task/22121/stat : 22121 (java) S 22114 22116 21479 0 -1 4202560 47 0 0 0 16 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097418676520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22122] ppid=22114 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/22116/task/22122/stat : 22122 (java) S 22114 22116 21479 0 -1 4202560 65 0 0 0 18 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097417623720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22123] ppid=22114 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22116/task/22123/stat : 22123 (java) S 22114 22116 21479 0 -1 4202560 103 0 0 0 17 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097416571944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22124] ppid=22114 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/22116/task/22124/stat : 22124 (java) S 22114 22116 21479 0 -1 4202560 102 0 0 0 20 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097415519144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22125] ppid=22114 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/22116/task/22125/stat : 22125 (java) S 22114 22116 21479 0 -1 4202560 35 0 0 0 20 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097414466344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22126] ppid=22114 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/22116/task/22126/stat : 22126 (java) S 22114 22116 21479 0 -1 4202560 140 0 0 0 19 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097413413544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22127] ppid=22114 vsize=9624976 CPUtime=2.04 cores=1,3,5,7
/proc/22116/task/22127/stat : 22127 (java) S 22114 22116 21479 0 -1 4202560 142 0 0 0 201 3 0 0 20 0 19 0 253679216 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096931084776 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22128] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22128/stat : 22128 (java) S 22114 22116 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096930030840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22129] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22129/stat : 22129 (java) S 22114 22116 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096928977928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22130] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22130/stat : 22130 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096927926416 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22131] ppid=22114 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/22116/task/22131/stat : 22131 (java) S 22114 22116 21479 0 -1 4202560 4730 0 0 0 53 2 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096926874552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22132] ppid=22114 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/22116/task/22132/stat : 22132 (java) S 22114 22116 21479 0 -1 4202560 4926 0 0 0 49 2 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096925821752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22133] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22133/stat : 22133 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096924769144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22134] ppid=22114 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/22116/task/22134/stat : 22134 (java) S 22114 22116 21479 0 -1 4202560 103 0 0 0 37 29 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096923716552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22135] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22135/stat : 22135 (java) S 22114 22116 21479 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253679262 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096922662056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.44
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 22210
/proc/meminfo: memFree=28764208/32873648 swapFree=6844/6844
[pid=22116] ppid=22114 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/22116/stat : 22116 (java) S 22114 22116 21479 0 -1 4202496 14214 0 1 0 179975 30 0 0 20 0 19 0 253679213 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140735815869200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22116/statm: 2406244 32233 2283 9 0 2396937 0
[pid=22116/tid=22117] ppid=22114 vsize=9624976 CPUtime=1795.3 cores=1,3,5,7
/proc/22116/task/22117/stat : 22117 (java) R 22114 22116 21479 0 -1 4202560 2552 0 1 0 179500 30 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097576796448 140097421593148 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22119] ppid=22114 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22116/task/22119/stat : 22119 (java) S 22114 22116 21479 0 -1 4202560 46 0 0 0 17 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097420782120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22120] ppid=22114 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/22116/task/22120/stat : 22120 (java) S 22114 22116 21479 0 -1 4202560 37 0 0 0 14 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097419729320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22121] ppid=22114 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/22116/task/22121/stat : 22121 (java) S 22114 22116 21479 0 -1 4202560 47 0 0 0 16 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097418676520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22122] ppid=22114 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/22116/task/22122/stat : 22122 (java) S 22114 22116 21479 0 -1 4202560 65 0 0 0 18 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097417623720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22123] ppid=22114 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22116/task/22123/stat : 22123 (java) S 22114 22116 21479 0 -1 4202560 103 0 0 0 17 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097416571944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22124] ppid=22114 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/22116/task/22124/stat : 22124 (java) S 22114 22116 21479 0 -1 4202560 102 0 0 0 20 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097415519144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22125] ppid=22114 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/22116/task/22125/stat : 22125 (java) S 22114 22116 21479 0 -1 4202560 35 0 0 0 20 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097414466344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22126] ppid=22114 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/22116/task/22126/stat : 22126 (java) S 22114 22116 21479 0 -1 4202560 140 0 0 0 19 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097413413544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22127] ppid=22114 vsize=9624976 CPUtime=2.04 cores=1,3,5,7
/proc/22116/task/22127/stat : 22127 (java) S 22114 22116 21479 0 -1 4202560 142 0 0 0 201 3 0 0 20 0 19 0 253679216 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096931084776 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22128] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22128/stat : 22128 (java) S 22114 22116 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096930030840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22129] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22129/stat : 22129 (java) S 22114 22116 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096928977928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22130] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22130/stat : 22130 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096927926416 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22131] ppid=22114 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/22116/task/22131/stat : 22131 (java) S 22114 22116 21479 0 -1 4202560 4730 0 0 0 53 2 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096926874552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22132] ppid=22114 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/22116/task/22132/stat : 22132 (java) S 22114 22116 21479 0 -1 4202560 4926 0 0 0 49 2 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096925821752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22133] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22133/stat : 22133 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096924769144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22134] ppid=22114 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/22116/task/22134/stat : 22134 (java) S 22114 22116 21479 0 -1 4202560 103 0 0 0 37 29 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096923716552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22135] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22135/stat : 22135 (java) S 22114 22116 21479 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253679262 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096922662056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1797.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 22210
/proc/meminfo: memFree=28764208/32873648 swapFree=6844/6844
[pid=22116] ppid=22114 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/22116/stat : 22116 (java) S 22114 22116 21479 0 -1 4202496 14214 0 1 0 179975 30 0 0 20 0 19 0 253679213 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140735815869200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22116/statm: 2406244 32233 2283 9 0 2396937 0
[pid=22116/tid=22117] ppid=22114 vsize=9624976 CPUtime=1795.3 cores=1,3,5,7
/proc/22116/task/22117/stat : 22117 (java) R 22114 22116 21479 0 -1 4202560 2552 0 1 0 179500 30 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097576796448 140097421593148 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22119] ppid=22114 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22116/task/22119/stat : 22119 (java) S 22114 22116 21479 0 -1 4202560 46 0 0 0 17 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097420782120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22120] ppid=22114 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/22116/task/22120/stat : 22120 (java) S 22114 22116 21479 0 -1 4202560 37 0 0 0 14 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097419729320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22121] ppid=22114 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/22116/task/22121/stat : 22121 (java) S 22114 22116 21479 0 -1 4202560 47 0 0 0 16 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097418676520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22122] ppid=22114 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/22116/task/22122/stat : 22122 (java) S 22114 22116 21479 0 -1 4202560 65 0 0 0 18 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097417623720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22123] ppid=22114 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22116/task/22123/stat : 22123 (java) S 22114 22116 21479 0 -1 4202560 103 0 0 0 17 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097416571944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22124] ppid=22114 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/22116/task/22124/stat : 22124 (java) S 22114 22116 21479 0 -1 4202560 102 0 0 0 20 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097415519144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22125] ppid=22114 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/22116/task/22125/stat : 22125 (java) S 22114 22116 21479 0 -1 4202560 35 0 0 0 20 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097414466344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22126] ppid=22114 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/22116/task/22126/stat : 22126 (java) S 22114 22116 21479 0 -1 4202560 140 0 0 0 19 0 0 0 20 0 19 0 253679214 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140097413413544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22116/tid=22127] ppid=22114 vsize=9624976 CPUtime=2.04 cores=1,3,5,7
/proc/22116/task/22127/stat : 22127 (java) S 22114 22116 21479 0 -1 4202560 142 0 0 0 201 3 0 0 20 0 19 0 253679216 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096931084776 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22128] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22128/stat : 22128 (java) S 22114 22116 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096930030840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22129] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22129/stat : 22129 (java) S 22114 22116 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253679216 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096928977928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22130] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22130/stat : 22130 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096927926416 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22116/tid=22131] ppid=22114 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/22116/task/22131/stat : 22131 (java) S 22114 22116 21479 0 -1 4202560 4730 0 0 0 53 2 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096926874552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22132] ppid=22114 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/22116/task/22132/stat : 22132 (java) S 22114 22116 21479 0 -1 4202560 4926 0 0 0 49 2 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096925821752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22133] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22133/stat : 22133 (java) S 22114 22116 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096924769144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22116/tid=22134] ppid=22114 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/22116/task/22134/stat : 22134 (java) S 22114 22116 21479 0 -1 4202560 103 0 0 0 37 29 0 0 20 0 19 0 253679218 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096923716552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22116/tid=22135] ppid=22114 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22116/task/22135/stat : 22135 (java) S 22114 22116 21479 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253679262 9855975424 32233 33554432000 1073741824 1073778376 140735815878064 140096922662056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1797.95
CPU time (s): 1800.82
CPU user time (s): 1800.02
CPU system time (s): 0.804877
CPU usage (%): 100.16
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.804877
maximum resident set size= 129056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14248
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39933
involuntary context switches= 10312

runsolver used 6.19006 second user time and 14.4138 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-24 18:05:24
IDJOB=3687797
IDBENCH=2167
IDSOLVER=2269
FILE ID=node115/3687797-1337875524
RUNJOBID= node115-1337871882-21496
PBS_JOBID= 14620089
Free space on /tmp= 71648 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687797-1337875524/watcher-3687797-1337875524 -o /tmp/evaluation-result-3687797-1337875524/solver-3687797-1337875524 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687797-1337875524.opb

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

MD5SUM BENCH= 0973e03eb27089eff6bc20e630a3ba01
RANDOM SEED=1287820316

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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:       32873648 kB
MemFree:        29018632 kB
Buffers:          195464 kB
Cached:          2820504 kB
SwapCached:            0 kB
Active:           951664 kB
Inactive:        2136456 kB
Active(anon):      74604 kB
Inactive(anon):        0 kB
Active(file):     877060 kB
Inactive(file):  2136456 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               976 kB
Writeback:             0 kB
AnonPages:         91208 kB
Mapped:            22564 kB
Shmem:               200 kB
Slab:             624716 kB
SReclaimable:      68524 kB
SUnreclaim:       556192 kB
KernelStack:        1752 kB
PageTables:         4268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node115 at 2012-05-24 18:35:24