Trace number 3729945

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.66 899.653

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark817.196
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3729945-1338729886.opb
0.10/0.10	c reading problem ... 
1.38/0.94	c ... done. Wall clock time 0.84s.
1.38/0.94	c #vars     1440
1.38/0.94	c #constraints  86400
1.38/0.94	c constraints type 
1.38/0.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1.38/0.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
1.38/0.94	c constraints type 
1.38/0.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86040
1.38/0.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 360
4.46/1.91	c cleaning 2497 clauses out of 5000 with flag 5000/5000
6.31/2.77	c cleaning 4249 clauses out of 8503 with flag 11000/11000
8.30/3.72	c cleaning 5619 clauses out of 11255 with flag 18001/18001
10.46/4.82	c cleaning 6811 clauses out of 13636 with flag 26001/26001
11.22/5.24	c cleaning 0 clauses out of 5000 with flag 0/5000
13.27/6.15	c cleaning 7905 clauses out of 15824 with flag 35000/35000
15.96/7.49	c cleaning 8956 clauses out of 17919 with flag 45000/45000
19.13/9.01	c cleaning 9971 clauses out of 19963 with flag 56000/56000
22.46/10.70	c cleaning 10990 clauses out of 21992 with flag 68000/68000
26.20/12.62	c cleaning 11998 clauses out of 24003 with flag 81001/81001
30.14/14.69	c cleaning 12995 clauses out of 26005 with flag 95001/95001
35.11/17.14	c cleaning 13999 clauses out of 28014 with flag 110005/110005
39.44/19.38	c cleaning 0 clauses out of 11001 with flag 0/11001
39.97/19.67	c cleaning 14992 clauses out of 30010 with flag 126000/126000
45.13/22.24	c cleaning 15997 clauses out of 32020 with flag 143002/143002
50.93/25.18	c cleaning 17006 clauses out of 34022 with flag 161001/161001
57.04/28.22	c cleaning 18002 clauses out of 36016 with flag 180001/180001
63.00/31.29	c cleaning 18999 clauses out of 38014 with flag 200001/200001
69.77/34.67	c cleaning 19991 clauses out of 40014 with flag 221000/221000
78.13/38.81	c cleaning 20991 clauses out of 42024 with flag 243001/243001
86.85/43.25	c cleaning 22013 clauses out of 44033 with flag 266001/266001
94.62/47.14	c cleaning 23003 clauses out of 46019 with flag 290000/290000
103.19/51.45	c cleaning 0 clauses out of 18001 with flag 0/18001
104.32/52.06	c cleaning 23995 clauses out of 48016 with flag 315000/315000
115.64/57.76	c cleaning 24997 clauses out of 50022 with flag 341001/341001
128.80/64.35	c cleaning 25996 clauses out of 52024 with flag 368000/368000
142.18/71.07	c cleaning 27000 clauses out of 54028 with flag 396000/396000
152.15/76.03	c cleaning 28001 clauses out of 56028 with flag 425000/425000
163.87/81.91	c cleaning 29007 clauses out of 58027 with flag 455000/455000
177.48/88.74	c cleaning 29990 clauses out of 60020 with flag 486000/486000
195.67/97.83	c cleaning 30987 clauses out of 62030 with flag 518000/518000
212.83/106.42	c cleaning 32019 clauses out of 64043 with flag 551000/551000
231.76/115.94	c cleaning 32996 clauses out of 66027 with flag 585003/585003
235.51/117.84	c cleaning 0 clauses out of 26000 with flag 0/26000
244.87/122.56	c cleaning 34005 clauses out of 68029 with flag 620001/620001
260.90/130.52	c cleaning 35006 clauses out of 70024 with flag 656001/656001
278.22/139.22	c cleaning 35998 clauses out of 72017 with flag 693000/693000
295.44/147.83	c cleaning 36993 clauses out of 74019 with flag 731000/731000
315.86/158.08	c cleaning 37994 clauses out of 76029 with flag 770003/770003
335.85/168.02	c cleaning 39004 clauses out of 78034 with flag 810002/810002
360.67/180.47	c cleaning 39998 clauses out of 80028 with flag 851000/851000
383.62/191.95	c cleaning 41004 clauses out of 82031 with flag 893001/893001
400.41/200.38	c cleaning 42002 clauses out of 84026 with flag 936000/936000
421.42/210.83	c cleaning 42998 clauses out of 86024 with flag 980000/980000
442.98/221.69	c cleaning 44001 clauses out of 88027 with flag 1025001/1025001
474.60/237.40	c cleaning 44994 clauses out of 90025 with flag 1071000/1071000
490.15/245.21	c cleaning 0 clauses out of 35001 with flag 0/35001
497.87/249.17	c cleaning 45993 clauses out of 92032 with flag 1118001/1118001
531.02/265.77	c cleaning 47003 clauses out of 94039 with flag 1166001/1166001
559.05/279.71	c cleaning 48005 clauses out of 96035 with flag 1215000/1215000
592.72/296.54	c cleaning 48993 clauses out of 98030 with flag 1265000/1265000
627.79/314.09	c cleaning 50007 clauses out of 100038 with flag 1316001/1316001
649.52/324.92	c cleaning 51011 clauses out of 102030 with flag 1368000/1368000
674.18/337.25	c cleaning 51997 clauses out of 104019 with flag 1421000/1421000
705.37/352.89	c cleaning 52988 clauses out of 106022 with flag 1475000/1475000
733.99/367.11	c cleaning 54008 clauses out of 108034 with flag 1530000/1530000
773.33/386.83	c cleaning 54986 clauses out of 110026 with flag 1586000/1586000
807.52/403.97	c cleaning 56007 clauses out of 112040 with flag 1643000/1643000
852.05/426.14	c cleaning 57005 clauses out of 114034 with flag 1701001/1701001
896.24/448.28	c cleaning 58004 clauses out of 116031 with flag 1760003/1760003
943.23/471.72	c cleaning 58991 clauses out of 118024 with flag 1820000/1820000
968.18/484.24	c cleaning 0 clauses out of 45000 with flag 0/45000
994.37/497.32	c cleaning 59987 clauses out of 120033 with flag 1881000/1881000
1046.26/523.22	c cleaning 61009 clauses out of 122047 with flag 1943001/1943001
1089.04/544.61	c cleaning 61999 clauses out of 124037 with flag 2006000/2006000
1120.07/560.11	c cleaning 63001 clauses out of 126038 with flag 2070000/2070000
1160.94/580.58	c cleaning 64004 clauses out of 128038 with flag 2135001/2135001
1203.61/601.83	c cleaning 65006 clauses out of 130033 with flag 2201000/2201000
1253.57/626.82	c cleaning 65994 clauses out of 132028 with flag 2268001/2268001
1302.28/651.16	c cleaning 67002 clauses out of 134034 with flag 2336001/2336001
1357.98/678.99	c cleaning 68001 clauses out of 136032 with flag 2405001/2405001
1403.26/701.51	c cleaning 69001 clauses out of 138030 with flag 2475000/2475000
1456.65/728.21	c cleaning 70005 clauses out of 140030 with flag 2546001/2546001
1513.32/756.59	c cleaning 71000 clauses out of 142028 with flag 2618004/2618004
1559.52/779.61	c cleaning 71994 clauses out of 144024 with flag 2691000/2691000
1623.26/811.45	c cleaning 72994 clauses out of 146030 with flag 2765000/2765000
1689.13/844.35	c cleaning 74003 clauses out of 148037 with flag 2840001/2840001
1754.12/876.75	c cleaning 75010 clauses out of 150038 with flag 2916005/2916005
1800.02/899.61	c starts		: 231
1800.02/899.61	c conflicts		: 2974585
1800.02/899.61	c decisions		: 3696800
1800.02/899.61	c propagations		: 330012361
1800.02/899.61	c inspects		: 6250097828
1800.02/899.61	c learnt literals	: 0
1800.02/899.61	c learnt binary clauses	: 0
1800.02/899.61	c learnt ternary clauses	: 0
1800.02/899.61	c learnt clauses	: 2974585
1800.02/899.61	c ignored clauses	: 0
1800.02/899.61	c root simplifications	: 0
1800.02/899.61	c removed literals (reason simplification)	: 33208549
1800.02/899.61	c reason swapping (by a shorter reason)	: 0
1800.02/899.61	c Calls to reduceDB	: 72
1800.02/899.61	c number of reductions to clauses (during analyze)	: 0
1800.02/899.61	c number of learned constraints concerned by reduction	: 0
1800.02/899.61	c number of learning phase by resolution	: 0
1800.02/899.61	c number of learning phase by cutting planes	: 0
1800.02/899.61	c speed (assignments/second)	: 367224.7531340898
1800.02/899.61	c non guided choices	214
1800.02/899.64	c learnt constraints type 
1800.02/899.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 133672
1800.02/899.64	c constraints type 
1800.02/899.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1800.02/899.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
1800.02/899.64	c constraints type 
1800.02/899.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86040
1800.02/899.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 360
1800.02/899.64	s UNKNOWN
1800.02/899.64	c Total wall clock time (in seconds): 899.537

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-3729945-1338729886/watcher-3729945-1338729886 -o /tmp/evaluation-result-3729945-1338729886/solver-3729945-1338729886 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729945-1338729886.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: 3.31 3.53 3.59 3/197 6351
/proc/meminfo: memFree=26666900/32873648 swapFree=7120/7120
[pid=6351] ppid=6349 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/6351/stat : 6351 (runsolver) D 6349 6351 27000 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 339115979 12095488 50 33554432000 4194304 5436572 140733209874448 140733209870744 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/6351/statm: 2953 50 31 304 0 2645 0

[startup+0.102791 s]
/proc/loadavg: 3.31 3.53 3.59 3/197 6351
/proc/meminfo: memFree=26666900/32873648 swapFree=7120/7120
[pid=6351] ppid=6349 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/6351/stat : 6351 (java) S 6349 6351 27000 0 -1 4202496 4837 0 1 0 9 1 0 0 20 0 18 0 339115979 2764726272 6513 33554432000 1073741824 1073778376 140736233007040 140736232998176 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6351/statm: 674982 6513 2139 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.200198 s]
/proc/loadavg: 3.31 3.53 3.59 3/197 6351
/proc/meminfo: memFree=26666900/32873648 swapFree=7120/7120
[pid=6351] ppid=6349 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/6351/stat : 6351 (java) S 6349 6351 27000 0 -1 4202496 5279 0 1 0 25 1 0 0 20 0 18 0 339115979 2764726272 8913 33554432000 1073741824 1073778376 140736233007040 140736232998176 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6351/statm: 674982 8913 2207 9 0 665676 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 2699928

[startup+0.300222 s]
/proc/loadavg: 3.31 3.53 3.59 3/197 6351
/proc/meminfo: memFree=26666900/32873648 swapFree=7120/7120
[pid=6351] ppid=6349 vsize=2699928 CPUtime=0.5 cores=0,2,4,6
/proc/6351/stat : 6351 (java) S 6349 6351 27000 0 -1 4202496 6248 0 1 0 48 2 0 0 20 0 18 0 339115979 2764726272 10796 33554432000 1073741824 1073778376 140736233007040 140736232998176 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6351/statm: 674982 10796 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2699928

[startup+0.700321 s]
/proc/loadavg: 3.31 3.53 3.59 3/197 6351
/proc/meminfo: memFree=26666900/32873648 swapFree=7120/7120
[pid=6351] ppid=6349 vsize=2699928 CPUtime=1.18 cores=0,2,4,6
/proc/6351/stat : 6351 (java) S 6349 6351 27000 0 -1 4202496 10211 0 1 0 113 5 0 0 20 0 18 0 339115979 2764726272 55929 33554432000 1073741824 1073778376 140736233007040 140736232998176 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6351/statm: 674982 55929 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 2699928

[startup+1.50078 s]
/proc/loadavg: 3.31 3.53 3.59 7/219 6373
/proc/meminfo: memFree=26315256/32873648 swapFree=7120/7120
[pid=6351] ppid=6349 vsize=2966184 CPUtime=3.47 cores=0,2,4,6
/proc/6351/stat : 6351 (java) S 6349 6351 27000 0 -1 4202496 17415 0 1 0 337 10 0 0 20 0 22 0 339115979 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140736232998176 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6351/statm: 741546 102181 2271 9 0 732240 0
[pid=6351/tid=6353] ppid=6349 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/6351/task/6353/stat : 6353 (java) S 6349 6351 27000 0 -1 4202560 2947 0 1 0 86 6 0 0 20 0 22 0 339115980 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248586331288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6354] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6354/stat : 6354 (java) S 6349 6351 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339115981 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248570611880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6355] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6355/stat : 6355 (java) S 6349 6351 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339115981 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248569559336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6356] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6356/stat : 6356 (java) S 6349 6351 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339115981 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248568506792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6357] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6357/stat : 6357 (java) S 6349 6351 27000 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339115981 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248567454248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6358] ppid=6349 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/6351/task/6358/stat : 6358 (java) S 6349 6351 27000 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 339115981 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248566401704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6359] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6359/stat : 6359 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339115981 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248565349160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6360] ppid=6349 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/6351/task/6360/stat : 6360 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 339115981 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248564296616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6361] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6361/stat : 6361 (java) S 6349 6351 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339115981 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248563244072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6362] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6362/stat : 6362 (java) S 6349 6351 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339115982 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248550832232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6363] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6363/stat : 6363 (java) S 6349 6351 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339115983 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248549778552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6364] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6364/stat : 6364 (java) S 6349 6351 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339115983 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248548725896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6365] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6365/stat : 6365 (java) S 6349 6351 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339115985 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248547674640 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6366] ppid=6349 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/6351/task/6366/stat : 6366 (java) S 6349 6351 27000 0 -1 4202560 3892 0 0 0 64 2 0 0 20 0 22 0 339115985 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248546622008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6367] ppid=6349 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/6351/task/6367/stat : 6367 (java) R 6349 6351 27000 0 -1 4202560 9209 0 0 0 71 1 0 0 20 0 22 0 339115985 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248545546728 140248590426352 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6368] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6368/stat : 6368 (java) S 6349 6351 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339115985 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248544517112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6369] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6369/stat : 6369 (java) S 6349 6351 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339115985 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248543464776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6370] ppid=6349 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/6351/task/6370/stat : 6370 (java) R 6349 6351 27000 0 -1 4202560 29 0 0 0 50 0 0 0 20 0 22 0 339116074 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248542409160 140248594094837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6371] ppid=6349 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/6351/task/6371/stat : 6371 (java) R 6349 6351 27000 0 -1 4202560 77 0 0 0 50 0 0 0 20 0 22 0 339116074 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248541354872 140248416735338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6372] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6372/stat : 6372 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339116074 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248540304424 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6373] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6373/stat : 6373 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339116075 3037372416 102181 33554432000 1073741824 1073778376 140736233007040 140248539251880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 3.31 3.53 3.59 6/219 6373
/proc/meminfo: memFree=26225824/32873648 swapFree=7120/7120
[pid=6351] ppid=6349 vsize=2966184 CPUtime=7.07 cores=0,2,4,6
/proc/6351/stat : 6351 (java) S 6349 6351 27000 0 -1 4202496 23412 0 1 0 693 14 0 0 20 0 22 0 339115979 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140736232998176 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6351/statm: 741546 112540 2283 9 0 732240 0
[pid=6351/tid=6353] ppid=6349 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/6351/task/6353/stat : 6353 (java) S 6349 6351 27000 0 -1 4202560 2947 0 1 0 86 6 0 0 20 0 22 0 339115980 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248586331288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6354] ppid=6349 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/6351/task/6354/stat : 6354 (java) S 6349 6351 27000 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 339115981 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248570611880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6355] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6355/stat : 6355 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339115981 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248569559336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6356] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6356/stat : 6356 (java) S 6349 6351 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339115981 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248568506792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6357] ppid=6349 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/6351/task/6357/stat : 6357 (java) S 6349 6351 27000 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 339115981 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248567454248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6358] ppid=6349 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/6351/task/6358/stat : 6358 (java) S 6349 6351 27000 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 339115981 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248566401704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6359] ppid=6349 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/6351/task/6359/stat : 6359 (java) S 6349 6351 27000 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 339115981 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248565349160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6360] ppid=6349 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/6351/task/6360/stat : 6360 (java) S 6349 6351 27000 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 339115981 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248564296616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6361] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6361/stat : 6361 (java) S 6349 6351 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339115981 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248563244072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6362] ppid=6349 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/6351/task/6362/stat : 6362 (java) S 6349 6351 27000 0 -1 4202560 38 0 0 0 10 0 0 0 20 0 22 0 339115982 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248550832232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6363] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6363/stat : 6363 (java) S 6349 6351 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339115983 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248549778552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6364] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6364/stat : 6364 (java) S 6349 6351 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339115983 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248548725896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6365] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6365/stat : 6365 (java) S 6349 6351 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339115985 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248547674640 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6366] ppid=6349 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/6351/task/6366/stat : 6366 (java) S 6349 6351 27000 0 -1 4202560 9747 0 0 0 89 3 0 0 20 0 22 0 339115985 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248546622008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6367] ppid=6349 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/6351/task/6367/stat : 6367 (java) S 6349 6351 27000 0 -1 4202560 9277 0 0 0 91 2 0 0 20 0 22 0 339115985 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248545569464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6368] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6368/stat : 6368 (java) S 6349 6351 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339115985 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248544517112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6369] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6369/stat : 6369 (java) S 6349 6351 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339115985 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248543464776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6370] ppid=6349 vsize=2966184 CPUtime=1.95 cores=0,2,4,6
/proc/6351/task/6370/stat : 6370 (java) R 6349 6351 27000 0 -1 4202560 31 0 0 0 195 0 0 0 20 0 22 0 339116074 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248542408784 140248416444833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6371] ppid=6349 vsize=2966184 CPUtime=1.95 cores=0,2,4,6
/proc/6351/task/6371/stat : 6371 (java) R 6349 6351 27000 0 -1 4202560 77 0 0 0 195 0 0 0 20 0 22 0 339116074 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248541354464 140248416427465 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6372] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6372/stat : 6372 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339116074 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248540304424 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6373] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6373/stat : 6373 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339116075 3037372416 112540 33554432000 1073741824 1073778376 140736233007040 140248539251880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 2966184

[startup+6.30075 s]
/proc/loadavg: 3.29 3.52 3.59 7/219 6373
/proc/meminfo: memFree=26219184/32873648 swapFree=7120/7120
[pid=6351] ppid=6349 vsize=2966184 CPUtime=13.71 cores=0,2,4,6
/proc/6351/stat : 6351 (java) S 6349 6351 27000 0 -1 4202496 23720 0 1 0 1357 14 0 0 20 0 22 0 339115979 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140736232998176 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6351/statm: 741546 114261 2283 9 0 732240 0
[pid=6351/tid=6353] ppid=6349 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/6351/task/6353/stat : 6353 (java) S 6349 6351 27000 0 -1 4202560 2947 0 1 0 86 6 0 0 20 0 22 0 339115980 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248586331288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6354] ppid=6349 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/6351/task/6354/stat : 6354 (java) S 6349 6351 27000 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 339115981 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248570611880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6355] ppid=6349 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/6351/task/6355/stat : 6355 (java) S 6349 6351 27000 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 339115981 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248569559336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6356] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6356/stat : 6356 (java) S 6349 6351 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339115981 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248568506792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6357] ppid=6349 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/6351/task/6357/stat : 6357 (java) S 6349 6351 27000 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 339115981 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248567454248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6358] ppid=6349 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/6351/task/6358/stat : 6358 (java) S 6349 6351 27000 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 22 0 339115981 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248566401704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6359] ppid=6349 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/6351/task/6359/stat : 6359 (java) S 6349 6351 27000 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 339115981 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248565349160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6360] ppid=6349 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/6351/task/6360/stat : 6360 (java) S 6349 6351 27000 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 339115981 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248564296616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6361] ppid=6349 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/6351/task/6361/stat : 6361 (java) S 6349 6351 27000 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 339115981 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248563244072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6362] ppid=6349 vsize=2966184 CPUtime=0.36 cores=0,2,4,6
/proc/6351/task/6362/stat : 6362 (java) S 6349 6351 27000 0 -1 4202560 50 0 0 0 36 0 0 0 20 0 22 0 339115982 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248550832232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6363] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6363/stat : 6363 (java) S 6349 6351 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339115983 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248549778552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6364] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6364/stat : 6364 (java) S 6349 6351 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339115983 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248548725896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6365] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6365/stat : 6365 (java) S 6349 6351 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339115985 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248547674640 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6366] ppid=6349 vsize=2966184 CPUtime=1.02 cores=0,2,4,6
/proc/6351/task/6366/stat : 6366 (java) S 6349 6351 27000 0 -1 4202560 9987 0 0 0 99 3 0 0 20 0 22 0 339115985 3037372416 114261 33554432000 1073741824 1073778376 140736233007040 140248546622008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=6351/tid=6371] ppid=6349 vsize=2966184 CPUtime=804.91 cores=0,2,4,6
/proc/6351/task/6371/stat : 6371 (java) R 6349 6351 27000 0 -1 4202560 290 0 0 0 80475 16 0 0 20 0 22 0 339116074 3037372416 178640 33554432000 1073741824 1073778376 140736233007040 140248541354384 140248416611811 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6372] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6372/stat : 6372 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339116074 3037372416 178640 33554432000 1073741824 1073778376 140736233007040 140248540304424 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6373] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6373/stat : 6373 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339116075 3037372416 178640 33554432000 1073741824 1073778376 140736233007040 140248539251880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1644.93
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 3.94 3.89 3.73 5/219 6442
/proc/meminfo: memFree=25685824/32873648 swapFree=7120/7120
[pid=6351] ppid=6349 vsize=2966184 CPUtime=1765.22 cores=0,2,4,6
/proc/6351/stat : 6351 (java) S 6349 6351 27000 0 -1 4202496 25916 0 1 0 176426 96 0 0 20 0 22 0 339115979 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140736232998176 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6351/statm: 741546 178792 2284 9 0 732240 0
[pid=6351/tid=6353] ppid=6349 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/6351/task/6353/stat : 6353 (java) S 6349 6351 27000 0 -1 4202560 2957 0 1 0 87 7 0 0 20 0 22 0 339115980 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248586331288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6354] ppid=6349 vsize=2966184 CPUtime=2.8 cores=0,2,4,6
/proc/6351/task/6354/stat : 6354 (java) S 6349 6351 27000 0 -1 4202560 189 0 0 0 274 6 0 0 20 0 22 0 339115981 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248570611880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6355] ppid=6349 vsize=2966184 CPUtime=2.9 cores=0,2,4,6
/proc/6351/task/6355/stat : 6355 (java) S 6349 6351 27000 0 -1 4202560 164 0 0 0 287 3 0 0 20 0 22 0 339115981 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248569559336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6356] ppid=6349 vsize=2966184 CPUtime=2.91 cores=0,2,4,6
/proc/6351/task/6356/stat : 6356 (java) S 6349 6351 27000 0 -1 4202560 201 0 0 0 285 6 0 0 20 0 22 0 339115981 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248568506792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6357] ppid=6349 vsize=2966184 CPUtime=2.98 cores=0,2,4,6
/proc/6351/task/6357/stat : 6357 (java) S 6349 6351 27000 0 -1 4202560 216 0 0 0 292 6 0 0 20 0 22 0 339115981 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248567454248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6358] ppid=6349 vsize=2966184 CPUtime=2.81 cores=0,2,4,6
/proc/6351/task/6358/stat : 6358 (java) S 6349 6351 27000 0 -1 4202560 223 0 0 0 277 4 0 0 20 0 22 0 339115981 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248566401704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6359] ppid=6349 vsize=2966184 CPUtime=2.92 cores=0,2,4,6
/proc/6351/task/6359/stat : 6359 (java) S 6349 6351 27000 0 -1 4202560 227 0 0 0 285 7 0 0 20 0 22 0 339115981 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248565349160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6360] ppid=6349 vsize=2966184 CPUtime=2.89 cores=0,2,4,6
/proc/6351/task/6360/stat : 6360 (java) S 6349 6351 27000 0 -1 4202560 218 0 0 0 284 5 0 0 20 0 22 0 339115981 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248564296616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6361] ppid=6349 vsize=2966184 CPUtime=2.83 cores=0,2,4,6
/proc/6351/task/6361/stat : 6361 (java) S 6349 6351 27000 0 -1 4202560 184 0 0 0 278 5 0 0 20 0 22 0 339115981 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248563244072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6362] ppid=6349 vsize=2966184 CPUtime=10.32 cores=0,2,4,6
/proc/6351/task/6362/stat : 6362 (java) S 6349 6351 27000 0 -1 4202560 111 0 0 0 1007 25 0 0 20 0 22 0 339115982 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248550832232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6363] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6363/stat : 6363 (java) S 6349 6351 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339115983 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248549778552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6364] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6364/stat : 6364 (java) S 6349 6351 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339115983 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248548725896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6365] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6365/stat : 6365 (java) S 6349 6351 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339115985 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248547674640 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6366] ppid=6349 vsize=2966184 CPUtime=1.03 cores=0,2,4,6
/proc/6351/task/6366/stat : 6366 (java) S 6349 6351 27000 0 -1 4202560 9987 0 0 0 100 3 0 0 20 0 22 0 339115985 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248546622008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6367] ppid=6349 vsize=2966184 CPUtime=1.5 cores=0,2,4,6
/proc/6351/task/6367/stat : 6367 (java) S 6349 6351 27000 0 -1 4202560 9323 0 0 0 148 2 0 0 20 0 22 0 339115985 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248545569464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6368] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6368/stat : 6368 (java) S 6349 6351 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339115985 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248544517112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6369] ppid=6349 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/6351/task/6369/stat : 6369 (java) S 6349 6351 27000 0 -1 4202560 51 0 0 0 17 15 0 0 20 0 22 0 339115985 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248543464776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6370] ppid=6349 vsize=2966184 CPUtime=864.12 cores=0,2,4,6
/proc/6351/task/6370/stat : 6370 (java) R 6349 6351 27000 0 -1 4202560 377 0 0 0 86395 17 0 0 20 0 22 0 339116074 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248542407824 140248416404857 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6371] ppid=6349 vsize=2966184 CPUtime=864.14 cores=0,2,4,6
/proc/6351/task/6371/stat : 6371 (java) R 6349 6351 27000 0 -1 4202560 298 0 0 0 86397 17 0 0 20 0 22 0 339116074 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248541354384 140248416404857 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6372] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6372/stat : 6372 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339116074 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248540304424 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6373] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6373/stat : 6373 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339116075 3037372416 178792 33554432000 1073741824 1073778376 140736233007040 140248539251880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1765.22
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.601 s]
/proc/loadavg: 3.96 3.90 3.74 5/219 6442
/proc/meminfo: memFree=25673412/32873648 swapFree=7120/7120
[pid=6351] ppid=6349 vsize=2966184 CPUtime=1800.02 cores=0,2,4,6
/proc/6351/stat : 6351 (java) S 6349 6351 27000 0 -1 4202496 25950 0 1 0 179905 97 0 0 20 0 22 0 339115979 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140736232998176 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6351/statm: 741546 178818 2284 9 0 732240 0
[pid=6351/tid=6353] ppid=6349 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/6351/task/6353/stat : 6353 (java) S 6349 6351 27000 0 -1 4202560 2957 0 1 0 87 7 0 0 20 0 22 0 339115980 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248586331288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6354] ppid=6349 vsize=2966184 CPUtime=2.86 cores=0,2,4,6
/proc/6351/task/6354/stat : 6354 (java) S 6349 6351 27000 0 -1 4202560 199 0 0 0 280 6 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248570611880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6355] ppid=6349 vsize=2966184 CPUtime=2.98 cores=0,2,4,6
/proc/6351/task/6355/stat : 6355 (java) S 6349 6351 27000 0 -1 4202560 171 0 0 0 295 3 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248569559336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6356] ppid=6349 vsize=2966184 CPUtime=2.97 cores=0,2,4,6
/proc/6351/task/6356/stat : 6356 (java) S 6349 6351 27000 0 -1 4202560 201 0 0 0 291 6 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248568506792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6357] ppid=6349 vsize=2966184 CPUtime=3.03 cores=0,2,4,6
/proc/6351/task/6357/stat : 6357 (java) S 6349 6351 27000 0 -1 4202560 216 0 0 0 297 6 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248567454248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6358] ppid=6349 vsize=2966184 CPUtime=2.87 cores=0,2,4,6
/proc/6351/task/6358/stat : 6358 (java) S 6349 6351 27000 0 -1 4202560 227 0 0 0 283 4 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248566401704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6359] ppid=6349 vsize=2966184 CPUtime=2.97 cores=0,2,4,6
/proc/6351/task/6359/stat : 6359 (java) S 6349 6351 27000 0 -1 4202560 232 0 0 0 290 7 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248565349160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6360] ppid=6349 vsize=2966184 CPUtime=2.97 cores=0,2,4,6
/proc/6351/task/6360/stat : 6360 (java) S 6349 6351 27000 0 -1 4202560 218 0 0 0 292 5 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248564296616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6361] ppid=6349 vsize=2966184 CPUtime=2.88 cores=0,2,4,6
/proc/6351/task/6361/stat : 6361 (java) S 6349 6351 27000 0 -1 4202560 184 0 0 0 283 5 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248563244072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6362] ppid=6349 vsize=2966184 CPUtime=10.32 cores=0,2,4,6
/proc/6351/task/6362/stat : 6362 (java) S 6349 6351 27000 0 -1 4202560 111 0 0 0 1007 25 0 0 20 0 22 0 339115982 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248550832232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6363] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6363/stat : 6363 (java) S 6349 6351 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339115983 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248549778552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6364] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6364/stat : 6364 (java) S 6349 6351 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339115983 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248548725896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6365] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6365/stat : 6365 (java) S 6349 6351 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339115985 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248547674640 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6366] ppid=6349 vsize=2966184 CPUtime=1.03 cores=0,2,4,6
/proc/6351/task/6366/stat : 6366 (java) S 6349 6351 27000 0 -1 4202560 9987 0 0 0 100 3 0 0 20 0 22 0 339115985 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248546622008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6367] ppid=6349 vsize=2966184 CPUtime=1.5 cores=0,2,4,6
/proc/6351/task/6367/stat : 6367 (java) S 6349 6351 27000 0 -1 4202560 9323 0 0 0 148 2 0 0 20 0 22 0 339115985 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248545569464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6368] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6368/stat : 6368 (java) S 6349 6351 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339115985 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248544517112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6369] ppid=6349 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/6351/task/6369/stat : 6369 (java) S 6349 6351 27000 0 -1 4202560 51 0 0 0 18 15 0 0 20 0 22 0 339115985 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248543464776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6370] ppid=6349 vsize=2966184 CPUtime=881.29 cores=0,2,4,6
/proc/6351/task/6370/stat : 6370 (java) R 6349 6351 27000 0 -1 4202560 383 0 0 0 88112 17 0 0 20 0 22 0 339116074 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248542407808 140248416893791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6371] ppid=6349 vsize=2966184 CPUtime=881.31 cores=0,2,4,6
/proc/6351/task/6371/stat : 6371 (java) R 6349 6351 27000 0 -1 4202560 300 0 0 0 88114 17 0 0 20 0 22 0 339116074 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248541354464 140248416571270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6372] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6372/stat : 6372 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339116074 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248540304424 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6373] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6373/stat : 6373 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339116075 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248539251880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2966184

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

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

[startup+899.601 s]
/proc/loadavg: 3.96 3.90 3.74 5/219 6442
/proc/meminfo: memFree=25673412/32873648 swapFree=7120/7120
[pid=6351] ppid=6349 vsize=2966184 CPUtime=1800.02 cores=0,2,4,6
/proc/6351/stat : 6351 (java) S 6349 6351 27000 0 -1 4202496 25950 0 1 0 179905 97 0 0 20 0 22 0 339115979 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140736232998176 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6351/statm: 741546 178818 2284 9 0 732240 0
[pid=6351/tid=6353] ppid=6349 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/6351/task/6353/stat : 6353 (java) S 6349 6351 27000 0 -1 4202560 2957 0 1 0 87 7 0 0 20 0 22 0 339115980 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248586331288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6354] ppid=6349 vsize=2966184 CPUtime=2.86 cores=0,2,4,6
/proc/6351/task/6354/stat : 6354 (java) S 6349 6351 27000 0 -1 4202560 199 0 0 0 280 6 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248570611880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6355] ppid=6349 vsize=2966184 CPUtime=2.98 cores=0,2,4,6
/proc/6351/task/6355/stat : 6355 (java) S 6349 6351 27000 0 -1 4202560 171 0 0 0 295 3 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248569559336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6356] ppid=6349 vsize=2966184 CPUtime=2.97 cores=0,2,4,6
/proc/6351/task/6356/stat : 6356 (java) S 6349 6351 27000 0 -1 4202560 201 0 0 0 291 6 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248568506792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6357] ppid=6349 vsize=2966184 CPUtime=3.03 cores=0,2,4,6
/proc/6351/task/6357/stat : 6357 (java) S 6349 6351 27000 0 -1 4202560 216 0 0 0 297 6 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248567454248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6358] ppid=6349 vsize=2966184 CPUtime=2.87 cores=0,2,4,6
/proc/6351/task/6358/stat : 6358 (java) S 6349 6351 27000 0 -1 4202560 227 0 0 0 283 4 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248566401704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6359] ppid=6349 vsize=2966184 CPUtime=2.97 cores=0,2,4,6
/proc/6351/task/6359/stat : 6359 (java) S 6349 6351 27000 0 -1 4202560 232 0 0 0 290 7 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248565349160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6360] ppid=6349 vsize=2966184 CPUtime=2.97 cores=0,2,4,6
/proc/6351/task/6360/stat : 6360 (java) S 6349 6351 27000 0 -1 4202560 218 0 0 0 292 5 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248564296616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6361] ppid=6349 vsize=2966184 CPUtime=2.88 cores=0,2,4,6
/proc/6351/task/6361/stat : 6361 (java) S 6349 6351 27000 0 -1 4202560 184 0 0 0 283 5 0 0 20 0 22 0 339115981 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248563244072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6362] ppid=6349 vsize=2966184 CPUtime=10.32 cores=0,2,4,6
/proc/6351/task/6362/stat : 6362 (java) S 6349 6351 27000 0 -1 4202560 111 0 0 0 1007 25 0 0 20 0 22 0 339115982 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248550832232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6363] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6363/stat : 6363 (java) S 6349 6351 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339115983 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248549778552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6364] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6364/stat : 6364 (java) S 6349 6351 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339115983 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248548725896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6365] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6365/stat : 6365 (java) S 6349 6351 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339115985 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248547674640 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6366] ppid=6349 vsize=2966184 CPUtime=1.03 cores=0,2,4,6
/proc/6351/task/6366/stat : 6366 (java) S 6349 6351 27000 0 -1 4202560 9987 0 0 0 100 3 0 0 20 0 22 0 339115985 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248546622008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6367] ppid=6349 vsize=2966184 CPUtime=1.5 cores=0,2,4,6
/proc/6351/task/6367/stat : 6367 (java) S 6349 6351 27000 0 -1 4202560 9323 0 0 0 148 2 0 0 20 0 22 0 339115985 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248545569464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6368] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6368/stat : 6368 (java) S 6349 6351 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339115985 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248544517112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6351/tid=6369] ppid=6349 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/6351/task/6369/stat : 6369 (java) S 6349 6351 27000 0 -1 4202560 51 0 0 0 18 15 0 0 20 0 22 0 339115985 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248543464776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6351/tid=6370] ppid=6349 vsize=2966184 CPUtime=881.29 cores=0,2,4,6
/proc/6351/task/6370/stat : 6370 (java) R 6349 6351 27000 0 -1 4202560 383 0 0 0 88112 17 0 0 20 0 22 0 339116074 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248542407808 140248416893791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6371] ppid=6349 vsize=2966184 CPUtime=881.31 cores=0,2,4,6
/proc/6351/task/6371/stat : 6371 (java) R 6349 6351 27000 0 -1 4202560 300 0 0 0 88114 17 0 0 20 0 22 0 339116074 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248541354464 140248416571270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6351/tid=6372] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6372/stat : 6372 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339116074 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248540304424 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6351/tid=6373] ppid=6349 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6351/task/6373/stat : 6373 (java) S 6349 6351 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339116075 3037372416 178818 33554432000 1073741824 1073778376 140736233007040 140248539251880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 899.653
CPU time (s): 1800.66
CPU user time (s): 1799.21
CPU system time (s): 1.45378
CPU usage (%): 200.151
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.45378
maximum resident set size= 715392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25981
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37155
involuntary context switches= 54320

runsolver used 3.38049 second user time and 7.9038 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 15:24:46
IDJOB=3729945
IDBENCH=1372
IDSOLVER=2324
FILE ID=node114/3729945-1338729886
RUNJOBID= node114-1338725802-3592
PBS_JOBID= 14636748
Free space on /tmp= 70136 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729945-1338729886/watcher-3729945-1338729886 -o /tmp/evaluation-result-3729945-1338729886/solver-3729945-1338729886 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729945-1338729886.opb

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

MD5SUM BENCH= a399b3055416a9d1117a7f2bb11b2cef
RANDOM SEED=60922048

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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.242
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:        26666528 kB
Buffers:         1052972 kB
Cached:          3622908 kB
SwapCached:         2244 kB
Active:          3425752 kB
Inactive:        1776216 kB
Active(anon):     512012 kB
Inactive(anon):     9112 kB
Active(file):    2913740 kB
Inactive(file):  1767104 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:              3776 kB
Writeback:             0 kB
AnonPages:        527920 kB
Mapped:            19200 kB
Shmem:               100 kB
Slab:             865208 kB
SReclaimable:     308744 kB
SUnreclaim:       556464 kB
KernelStack:        1616 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 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= 70116 MiB
End job on node114 at 2012-06-03 15:39:48