Trace number 3729958

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.9 907.853

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategoryDEC-SMALLINT (no 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.0.v20100531
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		1349517296
0.03/0.08	c Max memory 		1356595200
0.03/0.08	c Total memory 		1356595200
0.03/0.08	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	
0.08/0.11	c solving HOME/instance-3729958-1338730327.opb
0.08/0.11	c reading problem ... 
4.76/3.65	c ... done. Wall clock time 3.546s.
4.76/3.65	c #vars     3750
4.76/3.65	c #constraints  468375
4.76/3.65	c constraints type 
4.76/3.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 467625
4.76/3.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 750
4.76/3.65	c constraints type 
4.76/3.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 467625
4.76/3.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 750
9.98/5.57	c cleaning 2500 clauses out of 5000 with flag 5000/5000
14.26/7.77	c cleaning 4241 clauses out of 8500 with flag 11000/11000
18.42/9.94	c cleaning 5617 clauses out of 11259 with flag 18000/18000
23.15/12.46	c cleaning 6810 clauses out of 13644 with flag 26002/26002
28.41/15.27	c cleaning 7914 clauses out of 15832 with flag 35000/35000
29.98/16.11	c cleaning 0 clauses out of 5000 with flag 0/5000
34.56/18.48	c cleaning 8955 clauses out of 17919 with flag 45001/45001
40.70/21.59	c cleaning 9976 clauses out of 19964 with flag 56001/56001
46.92/24.89	c cleaning 10987 clauses out of 21988 with flag 68001/68001
54.71/28.82	c cleaning 11992 clauses out of 24001 with flag 81001/81001
62.09/32.66	c cleaning 12987 clauses out of 26009 with flag 95001/95001
70.06/36.79	c cleaning 14001 clauses out of 28022 with flag 110001/110001
79.07/41.44	c cleaning 14993 clauses out of 30020 with flag 126000/126000
88.63/46.37	c cleaning 15996 clauses out of 32028 with flag 143001/143001
98.96/51.61	c cleaning 17002 clauses out of 34031 with flag 161000/161000
110.35/57.49	c cleaning 18010 clauses out of 36030 with flag 180001/180001
111.31/58.16	c cleaning 0 clauses out of 11000 with flag 0/11000
122.06/63.69	c cleaning 19001 clauses out of 38020 with flag 200001/200001
136.03/70.78	c cleaning 20002 clauses out of 40018 with flag 221000/221000
150.04/77.82	c cleaning 21002 clauses out of 42016 with flag 243000/243000
165.04/85.53	c cleaning 21987 clauses out of 44014 with flag 266000/266000
180.02/93.15	c cleaning 23002 clauses out of 46027 with flag 290000/290000
195.42/100.93	c cleaning 23999 clauses out of 48025 with flag 315000/315000
217.02/111.87	c cleaning 24997 clauses out of 50026 with flag 341000/341000
234.83/120.93	c cleaning 26009 clauses out of 52029 with flag 368000/368000
256.64/131.92	c cleaning 27001 clauses out of 54022 with flag 396002/396002
276.01/141.72	c cleaning 27995 clauses out of 56019 with flag 425000/425000
296.56/152.19	c cleaning 28997 clauses out of 58025 with flag 455001/455001
310.33/159.27	c cleaning 0 clauses out of 18000 with flag 0/18000
321.23/164.88	c cleaning 30002 clauses out of 60027 with flag 486000/486000
351.23/179.91	c cleaning 31004 clauses out of 62025 with flag 518000/518000
380.87/194.89	c cleaning 31996 clauses out of 64022 with flag 551001/551001
416.04/212.66	c cleaning 33002 clauses out of 66025 with flag 585000/585000
439.23/224.40	c cleaning 33999 clauses out of 68023 with flag 620000/620000
465.25/237.43	c cleaning 34996 clauses out of 70024 with flag 656000/656000
494.66/252.22	c cleaning 36004 clauses out of 72028 with flag 693000/693000
526.05/268.11	c cleaning 37008 clauses out of 74025 with flag 731001/731001
570.27/290.34	c cleaning 37999 clauses out of 76020 with flag 770004/770004
605.50/308.01	c cleaning 38985 clauses out of 78018 with flag 810001/810001
645.56/328.19	c cleaning 39999 clauses out of 80032 with flag 851000/851000
689.20/350.18	c cleaning 41004 clauses out of 82033 with flag 893000/893000
719.63/365.49	c cleaning 42000 clauses out of 84031 with flag 936002/936002
757.65/384.58	c cleaning 42995 clauses out of 86029 with flag 980000/980000
799.27/405.44	c cleaning 44007 clauses out of 88035 with flag 1025001/1025001
832.64/422.38	c cleaning 0 clauses out of 26000 with flag 0/26000
851.33/431.87	c cleaning 45002 clauses out of 90029 with flag 1071002/1071002
893.58/453.06	c cleaning 45989 clauses out of 92026 with flag 1118001/1118001
959.44/486.08	c cleaning 47005 clauses out of 94039 with flag 1166003/1166003
1006.02/509.58	c cleaning 47989 clauses out of 96031 with flag 1215000/1215000
1068.15/540.64	c cleaning 49008 clauses out of 98043 with flag 1265001/1265001
1133.60/573.40	c cleaning 50007 clauses out of 100034 with flag 1316000/1316000
1170.84/592.19	c cleaning 51003 clauses out of 102028 with flag 1368001/1368001
1216.21/615.04	c cleaning 51993 clauses out of 104024 with flag 1421000/1421000
1268.85/641.47	c cleaning 53000 clauses out of 106031 with flag 1475000/1475000
1335.18/674.65	c cleaning 54009 clauses out of 108031 with flag 1530000/1530000
1401.70/707.93	c cleaning 54997 clauses out of 110022 with flag 1586000/1586000
1453.53/734.01	c cleaning 56000 clauses out of 112025 with flag 1643000/1643000
1536.51/775.60	c cleaning 57000 clauses out of 114025 with flag 1701000/1701000
1610.01/812.37	c cleaning 57997 clauses out of 116026 with flag 1760001/1760001
1680.36/847.55	c cleaning 59000 clauses out of 118029 with flag 1820001/1820001
1710.26/862.70	c cleaning 0 clauses out of 35000 with flag 0/35000
1761.88/888.61	c cleaning 59994 clauses out of 120028 with flag 1881000/1881000
1800.07/907.81	c starts		: 210
1800.07/907.81	c conflicts		: 1918801
1800.07/907.81	c decisions		: 2782521
1800.07/907.81	c propagations		: 365699745
1800.07/907.81	c inspects		: 5034082250
1800.07/907.81	c learnt literals	: 0
1800.07/907.81	c learnt binary clauses	: 0
1800.07/907.81	c learnt ternary clauses	: 0
1800.07/907.81	c learnt clauses	: 1918801
1800.07/907.81	c ignored clauses	: 0
1800.07/907.81	c root simplifications	: 0
1800.07/907.81	c removed literals (reason simplification)	: 54199150
1800.07/907.81	c reason swapping (by a shorter reason)	: 0
1800.07/907.81	c Calls to reduceDB	: 57
1800.07/907.81	c number of reductions to clauses (during analyze)	: 0
1800.07/907.81	c number of learned constraints concerned by reduction	: 0
1800.07/907.81	c number of learning phase by resolution	: 0
1800.07/907.81	c number of learning phase by cutting planes	: 0
1800.07/907.81	c speed (assignments/second)	: 404466.2435823986
1800.07/907.81	c non guided choices	1360
1800.07/907.84	c learnt constraints type 
1800.07/907.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 97860
1800.07/907.84	c constraints type 
1800.07/907.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 467625
1800.07/907.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 750
1800.07/907.84	c constraints type 
1800.07/907.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 467625
1800.07/907.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 750
1800.07/907.84	s UNKNOWN
1800.07/907.84	c Total wall clock time (in seconds): 907.734

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-3729958-1338730327/watcher-3729958-1338730327 -o /tmp/evaluation-result-3729958-1338730327/solver-3729958-1338730327 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729958-1338730327.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: 3.81 3.68 3.63 4/197 6418
/proc/meminfo: memFree=26480760/32873648 swapFree=7120/7120
[pid=6418] ppid=6416 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6418/stat : 6418 (java6) D 6416 6418 27000 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 339160115 9515008 183 33554432000 1073741824 1073778376 140734136234992 140734136226024 219513962165 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6418/statm: 2323 183 140 9 0 71 0

[startup+0.06482 s]
/proc/loadavg: 3.81 3.68 3.63 4/197 6418
/proc/meminfo: memFree=26480760/32873648 swapFree=7120/7120
[pid=6418] ppid=6416 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/6418/stat : 6418 (java) S 6416 6418 27000 0 -1 4202496 3842 0 1 0 3 0 0 0 20 0 18 0 339160115 2764726272 5561 33554432000 1073741824 1073778376 140733638146992 140733638138128 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6418/statm: 674982 5561 1757 9 0 665676 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2699928

[startup+0.100259 s]
/proc/loadavg: 3.81 3.68 3.63 4/197 6418
/proc/meminfo: memFree=26480760/32873648 swapFree=7120/7120
[pid=6418] ppid=6416 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/6418/stat : 6418 (java) S 6416 6418 27000 0 -1 4202496 4729 0 1 0 8 0 0 0 20 0 18 0 339160115 2764726272 6429 33554432000 1073741824 1073778376 140733638146992 140733638138128 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6418/statm: 674982 6430 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300168 s]
/proc/loadavg: 3.81 3.68 3.63 4/197 6418
/proc/meminfo: memFree=26480760/32873648 swapFree=7120/7120
[pid=6418] ppid=6416 vsize=2699928 CPUtime=0.48 cores=1,3,5,7
/proc/6418/stat : 6418 (java) S 6416 6418 27000 0 -1 4202496 5775 0 1 0 47 1 0 0 20 0 18 0 339160115 2764726272 9686 33554432000 1073741824 1073778376 140733638146992 140733638138128 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6418/statm: 674982 9686 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700259 s]
/proc/loadavg: 3.81 3.68 3.63 4/197 6418
/proc/meminfo: memFree=26480760/32873648 swapFree=7120/7120
[pid=6418] ppid=6416 vsize=2699928 CPUtime=1.17 cores=1,3,5,7
/proc/6418/stat : 6418 (java) S 6416 6418 27000 0 -1 4202496 10205 0 1 0 113 4 0 0 20 0 18 0 339160115 2764726272 55383 33554432000 1073741824 1073778376 140733638146992 140733638138128 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6418/statm: 674982 55383 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 2699928

[startup+1.5007 s]
/proc/loadavg: 3.81 3.68 3.63 4/215 6436
/proc/meminfo: memFree=26107232/32873648 swapFree=7120/7120
[pid=6418] ppid=6416 vsize=2699928 CPUtime=2.04 cores=1,3,5,7
/proc/6418/stat : 6418 (java) S 6416 6418 27000 0 -1 4202496 10338 0 1 0 195 9 0 0 20 0 18 0 339160115 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 140733638138128 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6418/statm: 674982 99948 2246 9 0 665676 0
[pid=6418/tid=6420] ppid=6416 vsize=2699928 CPUtime=1.44 cores=1,3,5,7
/proc/6418/task/6420/stat : 6420 (java) R 6416 6418 27000 0 -1 4202560 2956 0 1 0 137 7 0 0 20 0 18 0 339160116 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803747590224 219517347085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6421] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6421/stat : 6421 (java) S 6416 6418 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 339160118 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803613395752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6422] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6422/stat : 6422 (java) S 6416 6418 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339160118 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803612342952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6423] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6423/stat : 6423 (java) S 6416 6418 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 339160118 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803611290664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6424] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6424/stat : 6424 (java) S 6416 6418 27000 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 339160118 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803610237864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6425] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6425/stat : 6425 (java) S 6416 6418 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 339160118 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803609184552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6426] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6426/stat : 6426 (java) S 6416 6418 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 339160118 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803608131752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6427] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6427/stat : 6427 (java) S 6416 6418 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 339160118 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803607079464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6428] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6428/stat : 6428 (java) S 6416 6418 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339160118 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803606026664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6429] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6429/stat : 6429 (java) S 6416 6418 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339160119 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803123215080 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6430] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6430/stat : 6430 (java) S 6416 6418 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339160119 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803122161144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6431] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6431/stat : 6431 (java) S 6416 6418 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339160119 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803121108744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6432] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6432/stat : 6432 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339160122 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803120057232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6433] ppid=6416 vsize=2699928 CPUtime=0.25 cores=1,3,5,7
/proc/6418/task/6433/stat : 6433 (java) S 6416 6418 27000 0 -1 4202560 3415 0 0 0 25 0 0 0 20 0 18 0 339160122 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803119003832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6434] ppid=6416 vsize=2699928 CPUtime=0.22 cores=1,3,5,7
/proc/6418/task/6434/stat : 6434 (java) S 6416 6418 27000 0 -1 4202560 2731 0 0 0 22 0 0 0 20 0 18 0 339160122 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803117951032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6435] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6435/stat : 6435 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339160122 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803116898936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6436] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6436/stat : 6436 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339160122 2764726272 99948 33554432000 1073741824 1073778376 140733638146992 139803115846344 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 2699928

[startup+3.1007 s]
/proc/loadavg: 3.75 3.67 3.63 4/215 6436
/proc/meminfo: memFree=26052488/32873648 swapFree=7120/7120
[pid=6418] ppid=6416 vsize=2699928 CPUtime=4.17 cores=1,3,5,7
/proc/6418/stat : 6418 (java) S 6416 6418 27000 0 -1 4202496 10527 0 1 0 397 20 0 0 20 0 18 0 339160115 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 140733638138128 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6418/statm: 674982 122993 2246 9 0 665676 0
[pid=6418/tid=6420] ppid=6416 vsize=2699928 CPUtime=2.86 cores=1,3,5,7
/proc/6418/task/6420/stat : 6420 (java) R 6416 6418 27000 0 -1 4202560 2959 0 1 0 279 7 0 0 20 0 18 0 339160116 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803747590256 139803618678921 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6421] ppid=6416 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/6418/task/6421/stat : 6421 (java) S 6416 6418 27000 0 -1 4202560 32 0 0 0 8 2 0 0 20 0 18 0 339160118 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803613395752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6422] ppid=6416 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/6418/task/6422/stat : 6422 (java) S 6416 6418 27000 0 -1 4202560 30 0 0 0 7 2 0 0 20 0 18 0 339160118 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803612342952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6423] ppid=6416 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/6418/task/6423/stat : 6423 (java) S 6416 6418 27000 0 -1 4202560 28 0 0 0 5 2 0 0 20 0 18 0 339160118 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803611290664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6424] ppid=6416 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/6418/task/6424/stat : 6424 (java) S 6416 6418 27000 0 -1 4202560 42 0 0 0 9 3 0 0 20 0 18 0 339160118 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803610237864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6425] ppid=6416 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/6418/task/6425/stat : 6425 (java) S 6416 6418 27000 0 -1 4202560 23 0 0 0 6 2 0 0 20 0 18 0 339160118 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803609184552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6426] ppid=6416 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/6418/task/6426/stat : 6426 (java) S 6416 6418 27000 0 -1 4202560 27 0 0 0 7 2 0 0 20 0 18 0 339160118 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803608131752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6427] ppid=6416 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/6418/task/6427/stat : 6427 (java) S 6416 6418 27000 0 -1 4202560 35 0 0 0 8 2 0 0 20 0 18 0 339160118 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803607079464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6428] ppid=6416 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/6418/task/6428/stat : 6428 (java) S 6416 6418 27000 0 -1 4202560 23 0 0 0 5 2 0 0 20 0 18 0 339160118 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803606026664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6429] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6429/stat : 6429 (java) S 6416 6418 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339160119 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803123215080 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6430] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6430/stat : 6430 (java) S 6416 6418 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339160119 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803122161144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6431] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6431/stat : 6431 (java) S 6416 6418 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339160119 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803121108744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6432] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6432/stat : 6432 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339160122 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803120057232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6433] ppid=6416 vsize=2699928 CPUtime=0.25 cores=1,3,5,7
/proc/6418/task/6433/stat : 6433 (java) S 6416 6418 27000 0 -1 4202560 3415 0 0 0 25 0 0 0 20 0 18 0 339160122 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803119003832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6434] ppid=6416 vsize=2699928 CPUtime=0.22 cores=1,3,5,7
/proc/6418/task/6434/stat : 6434 (java) S 6416 6418 27000 0 -1 4202560 2731 0 0 0 22 0 0 0 20 0 18 0 339160122 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803117951032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6435] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6435/stat : 6435 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339160122 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803116898936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6436] ppid=6416 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6436/stat : 6436 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339160122 2764726272 122993 33554432000 1073741824 1073778376 140733638146992 139803115846344 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 2699928

[startup+6.30083 s]
/proc/loadavg: 3.75 3.67 3.63 5/219 6440
/proc/meminfo: memFree=25955220/32873648 swapFree=7120/7120
[pid=6418] ppid=6416 vsize=2966184 CPUtime=11.37 cores=1,3,5,7
/proc/6418/stat : 6418 (java) S 6416 6418 27000 0 -1 4202496 20762 0 1 0 1112 25 0 0 20 0 22 0 339160115 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 140733638138128 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6418/statm: 741546 151393 2282 9 0 732240 0
[pid=6418/tid=6420] ppid=6416 vsize=2966184 CPUtime=3.33 cores=1,3,5,7
/proc/6418/task/6420/stat : 6420 (java) S 6416 6418 27000 0 -1 4202560 2973 0 1 0 326 7 0 0 20 0 22 0 339160116 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803747599512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6421] ppid=6416 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/6418/task/6421/stat : 6421 (java) S 6416 6418 27000 0 -1 4202560 50 0 0 0 14 2 0 0 20 0 22 0 339160118 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803613395752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6422] ppid=6416 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/6418/task/6422/stat : 6422 (java) S 6416 6418 27000 0 -1 4202560 56 0 0 0 18 2 0 0 20 0 22 0 339160118 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803612342952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6423] ppid=6416 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/6418/task/6423/stat : 6423 (java) S 6416 6418 27000 0 -1 4202560 54 0 0 0 12 2 0 0 20 0 22 0 339160118 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803611290664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6424] ppid=6416 vsize=2966184 CPUtime=0.23 cores=1,3,5,7
/proc/6418/task/6424/stat : 6424 (java) S 6416 6418 27000 0 -1 4202560 73 0 0 0 20 3 0 0 20 0 22 0 339160118 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803610237864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6425] ppid=6416 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/6418/task/6425/stat : 6425 (java) S 6416 6418 27000 0 -1 4202560 51 0 0 0 13 2 0 0 20 0 22 0 339160118 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803609184552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6426] ppid=6416 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/6418/task/6426/stat : 6426 (java) S 6416 6418 27000 0 -1 4202560 56 0 0 0 20 2 0 0 20 0 22 0 339160118 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803608131752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6427] ppid=6416 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/6418/task/6427/stat : 6427 (java) S 6416 6418 27000 0 -1 4202560 54 0 0 0 14 3 0 0 20 0 22 0 339160118 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803607079464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6428] ppid=6416 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/6418/task/6428/stat : 6428 (java) S 6416 6418 27000 0 -1 4202560 42 0 0 0 10 2 0 0 20 0 22 0 339160118 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803606026664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6429] ppid=6416 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/6418/task/6429/stat : 6429 (java) S 6416 6418 27000 0 -1 4202560 57 0 0 0 36 1 0 0 20 0 22 0 339160119 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803123215080 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6430] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6430/stat : 6430 (java) S 6416 6418 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339160119 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803122161144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6431] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6431/stat : 6431 (java) S 6416 6418 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339160119 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803121108744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6432] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6432/stat : 6432 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339160122 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803120057232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6433] ppid=6416 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/6418/task/6433/stat : 6433 (java) S 6416 6418 27000 0 -1 4202560 3842 0 0 0 78 0 0 0 20 0 22 0 339160122 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803119003832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6434] ppid=6416 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/6418/task/6434/stat : 6434 (java) S 6416 6418 27000 0 -1 4202560 12177 0 0 0 102 2 0 0 20 0 22 0 339160122 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803117951032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6435] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6435/stat : 6435 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339160122 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803116898936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6436] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6436/stat : 6436 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339160122 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803115846344 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6437] ppid=6416 vsize=2966184 CPUtime=2.15 cores=1,3,5,7
/proc/6418/task/6437/stat : 6437 (java) R 6416 6418 27000 0 -1 4202560 27 0 0 0 215 0 0 0 20 0 22 0 339160481 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803114791752 139803618871933 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6438] ppid=6416 vsize=2966184 CPUtime=2.15 cores=1,3,5,7
/proc/6418/task/6438/stat : 6438 (java) R 6416 6418 27000 0 -1 4202560 61 0 0 0 215 0 0 0 20 0 22 0 339160481 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803113737024 139803618871929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6439] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6439/stat : 6439 (java) S 6416 6418 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339160482 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803112687272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6440] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6440/stat : 6440 (java) S 6416 6418 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339160483 3037372416 151393 33554432000 1073741824 1073778376 140733638146992 139803111634472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 2966184

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

[pid=6418/tid=6438] ppid=6416 vsize=2966184 CPUtime=789.66 cores=1,3,5,7
/proc/6418/task/6438/stat : 6438 (java) R 6416 6418 27000 0 -1 4202560 185 0 0 0 78952 14 0 0 20 0 22 0 339160481 3037372416 206270 33554432000 1073741824 1073778376 140733638146992 139803113737024 139803619190715 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6439] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6439/stat : 6439 (java) S 6416 6418 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339160482 3037372416 206270 33554432000 1073741824 1073778376 140733638146992 139803112687272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6440] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6440/stat : 6440 (java) S 6416 6418 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339160483 3037372416 206270 33554432000 1073741824 1073778376 140733638146992 139803111634472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1629.71
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 3.91 3.90 3.77 5/219 7464
/proc/meminfo: memFree=25614948/32873648 swapFree=7120/7120
[pid=6418] ppid=6416 vsize=2966184 CPUtime=1749.23 cores=1,3,5,7
/proc/6418/stat : 6418 (java) S 6416 6418 27000 0 -1 4202496 70775 0 1 0 174811 112 0 0 20 0 22 0 339160115 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 140733638138128 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6418/statm: 741546 208386 2283 9 0 732240 0
[pid=6418/tid=6420] ppid=6416 vsize=2966184 CPUtime=3.35 cores=1,3,5,7
/proc/6418/task/6420/stat : 6420 (java) S 6416 6418 27000 0 -1 4202560 2995 0 1 0 327 8 0 0 20 0 22 0 339160116 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803747599512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6421] ppid=6416 vsize=2966184 CPUtime=2.82 cores=1,3,5,7
/proc/6418/task/6421/stat : 6421 (java) S 6416 6418 27000 0 -1 4202560 172 0 0 0 275 7 0 0 20 0 22 0 339160118 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803613395752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6422] ppid=6416 vsize=2966184 CPUtime=2.89 cores=1,3,5,7
/proc/6418/task/6422/stat : 6422 (java) S 6416 6418 27000 0 -1 4202560 191 0 0 0 282 7 0 0 20 0 22 0 339160118 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803612342952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6423] ppid=6416 vsize=2966184 CPUtime=2.91 cores=1,3,5,7
/proc/6418/task/6423/stat : 6423 (java) S 6416 6418 27000 0 -1 4202560 174 0 0 0 286 5 0 0 20 0 22 0 339160118 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803611290664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6424] ppid=6416 vsize=2966184 CPUtime=2.81 cores=1,3,5,7
/proc/6418/task/6424/stat : 6424 (java) S 6416 6418 27000 0 -1 4202560 179 0 0 0 274 7 0 0 20 0 22 0 339160118 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803610237864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6425] ppid=6416 vsize=2966184 CPUtime=2.68 cores=1,3,5,7
/proc/6418/task/6425/stat : 6425 (java) S 6416 6418 27000 0 -1 4202560 163 0 0 0 262 6 0 0 20 0 22 0 339160118 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803609184552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6426] ppid=6416 vsize=2966184 CPUtime=2.99 cores=1,3,5,7
/proc/6418/task/6426/stat : 6426 (java) S 6416 6418 27000 0 -1 4202560 190 0 0 0 293 6 0 0 20 0 22 0 339160118 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803608131752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6427] ppid=6416 vsize=2966184 CPUtime=2.78 cores=1,3,5,7
/proc/6418/task/6427/stat : 6427 (java) S 6416 6418 27000 0 -1 4202560 174 0 0 0 272 6 0 0 20 0 22 0 339160118 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803607079464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6428] ppid=6416 vsize=2966184 CPUtime=2.86 cores=1,3,5,7
/proc/6418/task/6428/stat : 6428 (java) S 6416 6418 27000 0 -1 4202560 167 0 0 0 281 5 0 0 20 0 22 0 339160118 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803606026664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6429] ppid=6416 vsize=2966184 CPUtime=24.24 cores=1,3,5,7
/proc/6418/task/6429/stat : 6429 (java) S 6416 6418 27000 0 -1 4202560 47589 0 0 0 2391 33 0 0 20 0 22 0 339160119 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803123215080 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6430] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6430/stat : 6430 (java) S 6416 6418 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339160119 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803122161144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6431] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6431/stat : 6431 (java) S 6416 6418 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339160119 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803121108744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6432] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6432/stat : 6432 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339160122 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803120057232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6433] ppid=6416 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/6418/task/6433/stat : 6433 (java) S 6416 6418 27000 0 -1 4202560 4085 0 0 0 100 0 0 0 20 0 22 0 339160122 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803119003832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6434] ppid=6416 vsize=2966184 CPUtime=1.61 cores=1,3,5,7
/proc/6418/task/6434/stat : 6434 (java) S 6416 6418 27000 0 -1 4202560 12996 0 0 0 159 2 0 0 20 0 22 0 339160122 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803117951032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6435] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6435/stat : 6435 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339160122 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803116898936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6436] ppid=6416 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/6418/task/6436/stat : 6436 (java) S 6416 6418 27000 0 -1 4202560 51 0 0 0 10 26 0 0 20 0 22 0 339160122 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803115846344 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6437] ppid=6416 vsize=2966184 CPUtime=848.13 cores=1,3,5,7
/proc/6418/task/6437/stat : 6437 (java) R 6416 6418 27000 0 -1 4202560 268 0 0 0 84799 14 0 0 20 0 22 0 339160481 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803114789936 139803618964051 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6438] ppid=6416 vsize=2966184 CPUtime=848.18 cores=1,3,5,7
/proc/6418/task/6438/stat : 6438 (java) R 6416 6418 27000 0 -1 4202560 193 0 0 0 84804 14 0 0 20 0 22 0 339160481 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803113737808 139803619189591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6439] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6439/stat : 6439 (java) S 6416 6418 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339160482 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803112687272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6440] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6440/stat : 6440 (java) S 6416 6418 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339160483 3037372416 208386 33554432000 1073741824 1073778376 140733638146992 139803111634472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1749.23
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.801 s]
/proc/loadavg: 3.94 3.91 3.78 5/219 7464
/proc/meminfo: memFree=25602660/32873648 swapFree=7120/7120
[pid=6418] ppid=6416 vsize=2966184 CPUtime=1800.07 cores=1,3,5,7
/proc/6418/stat : 6418 (java) S 6416 6418 27000 0 -1 4202496 72540 0 1 0 179894 113 0 0 20 0 22 0 339160115 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 140733638138128 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6418/statm: 741546 208427 2283 9 0 732240 0
[pid=6418/tid=6420] ppid=6416 vsize=2966184 CPUtime=3.35 cores=1,3,5,7
/proc/6418/task/6420/stat : 6420 (java) S 6416 6418 27000 0 -1 4202560 2995 0 1 0 327 8 0 0 20 0 22 0 339160116 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803747599512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6421] ppid=6416 vsize=2966184 CPUtime=2.91 cores=1,3,5,7
/proc/6418/task/6421/stat : 6421 (java) S 6416 6418 27000 0 -1 4202560 173 0 0 0 284 7 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803613395752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6422] ppid=6416 vsize=2966184 CPUtime=2.97 cores=1,3,5,7
/proc/6418/task/6422/stat : 6422 (java) S 6416 6418 27000 0 -1 4202560 199 0 0 0 290 7 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803612342952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6423] ppid=6416 vsize=2966184 CPUtime=3 cores=1,3,5,7
/proc/6418/task/6423/stat : 6423 (java) S 6416 6418 27000 0 -1 4202560 182 0 0 0 295 5 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803611290664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6424] ppid=6416 vsize=2966184 CPUtime=2.89 cores=1,3,5,7
/proc/6418/task/6424/stat : 6424 (java) S 6416 6418 27000 0 -1 4202560 190 0 0 0 282 7 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803610237864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6425] ppid=6416 vsize=2966184 CPUtime=2.77 cores=1,3,5,7
/proc/6418/task/6425/stat : 6425 (java) S 6416 6418 27000 0 -1 4202560 175 0 0 0 271 6 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803609184552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6426] ppid=6416 vsize=2966184 CPUtime=3.04 cores=1,3,5,7
/proc/6418/task/6426/stat : 6426 (java) S 6416 6418 27000 0 -1 4202560 190 0 0 0 298 6 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803608131752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6427] ppid=6416 vsize=2966184 CPUtime=2.85 cores=1,3,5,7
/proc/6418/task/6427/stat : 6427 (java) S 6416 6418 27000 0 -1 4202560 175 0 0 0 279 6 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803607079464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6428] ppid=6416 vsize=2966184 CPUtime=2.91 cores=1,3,5,7
/proc/6418/task/6428/stat : 6428 (java) S 6416 6418 27000 0 -1 4202560 167 0 0 0 286 5 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803606026664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6429] ppid=6416 vsize=2966184 CPUtime=24.67 cores=1,3,5,7
/proc/6418/task/6429/stat : 6429 (java) S 6416 6418 27000 0 -1 4202560 49302 0 0 0 2433 34 0 0 20 0 22 0 339160119 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803123215080 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6430] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6430/stat : 6430 (java) S 6416 6418 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339160119 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803122161144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6431] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6431/stat : 6431 (java) S 6416 6418 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339160119 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803121108744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6432] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6432/stat : 6432 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339160122 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803120057232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6433] ppid=6416 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/6418/task/6433/stat : 6433 (java) S 6416 6418 27000 0 -1 4202560 4085 0 0 0 100 0 0 0 20 0 22 0 339160122 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803119003832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6434] ppid=6416 vsize=2966184 CPUtime=1.61 cores=1,3,5,7
/proc/6418/task/6434/stat : 6434 (java) S 6416 6418 27000 0 -1 4202560 12996 0 0 0 159 2 0 0 20 0 22 0 339160122 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803117951032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6435] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6435/stat : 6435 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339160122 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803116898936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6436] ppid=6416 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/6418/task/6436/stat : 6436 (java) S 6416 6418 27000 0 -1 4202560 53 0 0 0 11 27 0 0 20 0 22 0 339160122 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803115846344 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6437] ppid=6416 vsize=2966184 CPUtime=873.04 cores=1,3,5,7
/proc/6418/task/6437/stat : 6437 (java) R 6416 6418 27000 0 -1 4202560 272 0 0 0 87289 15 0 0 20 0 22 0 339160481 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803114789936 139803618963755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6438] ppid=6416 vsize=2966184 CPUtime=873.09 cores=1,3,5,7
/proc/6418/task/6438/stat : 6438 (java) R 6416 6418 27000 0 -1 4202560 198 0 0 0 87294 15 0 0 20 0 22 0 339160481 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803113737840 139803618804324 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6439] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6439/stat : 6439 (java) S 6416 6418 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339160482 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803112687272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6440] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6440/stat : 6440 (java) S 6416 6418 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339160483 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803111634472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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+907.801 s]
/proc/loadavg: 3.94 3.91 3.78 5/219 7464
/proc/meminfo: memFree=25602660/32873648 swapFree=7120/7120
[pid=6418] ppid=6416 vsize=2966184 CPUtime=1800.07 cores=1,3,5,7
/proc/6418/stat : 6418 (java) S 6416 6418 27000 0 -1 4202496 72540 0 1 0 179894 113 0 0 20 0 22 0 339160115 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 140733638138128 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6418/statm: 741546 208427 2283 9 0 732240 0
[pid=6418/tid=6420] ppid=6416 vsize=2966184 CPUtime=3.35 cores=1,3,5,7
/proc/6418/task/6420/stat : 6420 (java) S 6416 6418 27000 0 -1 4202560 2995 0 1 0 327 8 0 0 20 0 22 0 339160116 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803747599512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6421] ppid=6416 vsize=2966184 CPUtime=2.91 cores=1,3,5,7
/proc/6418/task/6421/stat : 6421 (java) S 6416 6418 27000 0 -1 4202560 173 0 0 0 284 7 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803613395752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6422] ppid=6416 vsize=2966184 CPUtime=2.97 cores=1,3,5,7
/proc/6418/task/6422/stat : 6422 (java) S 6416 6418 27000 0 -1 4202560 199 0 0 0 290 7 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803612342952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6423] ppid=6416 vsize=2966184 CPUtime=3 cores=1,3,5,7
/proc/6418/task/6423/stat : 6423 (java) S 6416 6418 27000 0 -1 4202560 182 0 0 0 295 5 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803611290664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6424] ppid=6416 vsize=2966184 CPUtime=2.89 cores=1,3,5,7
/proc/6418/task/6424/stat : 6424 (java) S 6416 6418 27000 0 -1 4202560 190 0 0 0 282 7 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803610237864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6425] ppid=6416 vsize=2966184 CPUtime=2.77 cores=1,3,5,7
/proc/6418/task/6425/stat : 6425 (java) S 6416 6418 27000 0 -1 4202560 175 0 0 0 271 6 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803609184552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6426] ppid=6416 vsize=2966184 CPUtime=3.04 cores=1,3,5,7
/proc/6418/task/6426/stat : 6426 (java) S 6416 6418 27000 0 -1 4202560 190 0 0 0 298 6 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803608131752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6427] ppid=6416 vsize=2966184 CPUtime=2.85 cores=1,3,5,7
/proc/6418/task/6427/stat : 6427 (java) S 6416 6418 27000 0 -1 4202560 175 0 0 0 279 6 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803607079464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6428] ppid=6416 vsize=2966184 CPUtime=2.91 cores=1,3,5,7
/proc/6418/task/6428/stat : 6428 (java) S 6416 6418 27000 0 -1 4202560 167 0 0 0 286 5 0 0 20 0 22 0 339160118 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803606026664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6429] ppid=6416 vsize=2966184 CPUtime=24.67 cores=1,3,5,7
/proc/6418/task/6429/stat : 6429 (java) S 6416 6418 27000 0 -1 4202560 49302 0 0 0 2433 34 0 0 20 0 22 0 339160119 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803123215080 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6430] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6430/stat : 6430 (java) S 6416 6418 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339160119 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803122161144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6431] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6431/stat : 6431 (java) S 6416 6418 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339160119 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803121108744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6432] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6432/stat : 6432 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339160122 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803120057232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6433] ppid=6416 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/6418/task/6433/stat : 6433 (java) S 6416 6418 27000 0 -1 4202560 4085 0 0 0 100 0 0 0 20 0 22 0 339160122 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803119003832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6434] ppid=6416 vsize=2966184 CPUtime=1.61 cores=1,3,5,7
/proc/6418/task/6434/stat : 6434 (java) S 6416 6418 27000 0 -1 4202560 12996 0 0 0 159 2 0 0 20 0 22 0 339160122 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803117951032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6418/tid=6435] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6435/stat : 6435 (java) S 6416 6418 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339160122 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803116898936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6436] ppid=6416 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/6418/task/6436/stat : 6436 (java) S 6416 6418 27000 0 -1 4202560 53 0 0 0 11 27 0 0 20 0 22 0 339160122 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803115846344 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6437] ppid=6416 vsize=2966184 CPUtime=873.04 cores=1,3,5,7
/proc/6418/task/6437/stat : 6437 (java) R 6416 6418 27000 0 -1 4202560 272 0 0 0 87289 15 0 0 20 0 22 0 339160481 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803114789936 139803618963755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6418/tid=6438] ppid=6416 vsize=2966184 CPUtime=873.09 cores=1,3,5,7
/proc/6418/task/6438/stat : 6438 (java) R 6416 6418 27000 0 -1 4202560 198 0 0 0 87294 15 0 0 20 0 22 0 339160481 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803113737840 139803618804324 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6418/tid=6439] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6439/stat : 6439 (java) S 6416 6418 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339160482 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803112687272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6418/tid=6440] ppid=6416 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6418/task/6440/stat : 6440 (java) S 6416 6418 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339160483 3037372416 208427 33554432000 1073741824 1073778376 140733638146992 139803111634472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 907.853
CPU time (s): 1800.9
CPU user time (s): 1799.23
CPU system time (s): 1.67075
CPU usage (%): 198.369
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 1.67075
maximum resident set size= 840408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72574
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32533
involuntary context switches= 51299

runsolver used 3.33949 second user time and 8.38472 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 15:32:08
IDJOB=3729958
IDBENCH=1373
IDSOLVER=2324
FILE ID=node114/3729958-1338730327
RUNJOBID= node114-1338725802-3593
PBS_JOBID= 14636748
Free space on /tmp= 70120 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_k5_l4_n750.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729958-1338730327/watcher-3729958-1338730327 -o /tmp/evaluation-result-3729958-1338730327/solver-3729958-1338730327 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729958-1338730327.opb

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=1442718782

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:        26480768 kB
Buffers:         1053292 kB
Cached:          3644128 kB
SwapCached:         2244 kB
Active:          3609836 kB
Inactive:        1778072 kB
Active(anon):     676592 kB
Inactive(anon):     9112 kB
Active(file):    2933244 kB
Inactive(file):  1768960 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:             20128 kB
Writeback:             0 kB
AnonPages:        688728 kB
Mapped:            19124 kB
Shmem:               100 kB
Slab:             865676 kB
SReclaimable:     309140 kB
SUnreclaim:       556536 kB
KernelStack:        1616 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 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= 70112 MiB
End job on node114 at 2012-06-03 15:47:17