Trace number 3689702

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.76 919.588

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K168.opb
MD5SUM4a002b4e44699cf4cd35a469f7223c94
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19992
Total number of constraints20330
Number of constraints which are clauses20162
Number of constraints which are cardinality constraints (but not clauses)168
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint168
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 169
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689702-1337884385.opb
0.08/0.12	c reading problem ... 
1.49/0.73	c ... done. Wall clock time 0.61s.
1.49/0.73	c declared #vars     19992
1.49/0.73	c #constraints  20330
1.49/0.73	c constraints type 
1.49/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17989
1.49/0.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 168
1.49/0.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.49/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2171
1.49/0.73	c 20330 constraints processed.
1.49/0.73	c constraints type 
1.49/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2171
1.49/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17989
1.49/0.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 168
1.49/0.73	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.49/0.73	c 20330 constraints processed.
7.77/3.14	c cleaning 2490 clauses out of 4991 with flag 5000/5000
12.90/5.63	c cleaning 4212 clauses out of 8500 with flag 11001/11001
19.08/8.73	c cleaning 5530 clauses out of 11283 with flag 18000/18000
25.60/12.07	c cleaning 6796 clauses out of 13753 with flag 26003/26003
33.45/15.95	c cleaning 7893 clauses out of 15952 with flag 35001/35001
41.53/20.07	c cleaning 8851 clauses out of 18053 with flag 45000/45000
50.18/24.46	c cleaning 9942 clauses out of 20201 with flag 56000/56000
59.42/29.11	c cleaning 10954 clauses out of 22261 with flag 68002/68002
69.49/34.39	c cleaning 12011 clauses out of 24303 with flag 81000/81000
80.87/40.12	c cleaning 12980 clauses out of 26290 with flag 95000/95000
92.84/46.21	c cleaning 13948 clauses out of 28309 with flag 110000/110000
105.99/52.99	c cleaning 14946 clauses out of 30359 with flag 126000/126000
119.55/59.95	c cleaning 16007 clauses out of 32412 with flag 143000/143000
135.87/68.22	c cleaning 17015 clauses out of 34404 with flag 161000/161000
149.35/75.19	c cleaning 17439 clauses out of 36387 with flag 180000/180000
165.24/83.25	c cleaning 18103 clauses out of 38948 with flag 200000/200000
182.11/91.96	c cleaning 19150 clauses out of 41845 with flag 221000/221000
200.06/101.07	c cleaning 19797 clauses out of 44696 with flag 243002/243002
218.54/110.41	c cleaning 20942 clauses out of 47893 with flag 266000/266000
239.07/120.82	c cleaning 21938 clauses out of 50950 with flag 290000/290000
261.52/132.35	c cleaning 23114 clauses out of 54011 with flag 315000/315000
284.18/143.82	c cleaning 24004 clauses out of 56897 with flag 341000/341000
305.49/154.71	c cleaning 24839 clauses out of 59892 with flag 368000/368000
330.44/167.43	c cleaning 25715 clauses out of 63055 with flag 396002/396002
353.95/179.65	c cleaning 26612 clauses out of 66339 with flag 425001/425001
378.24/192.02	c cleaning 27714 clauses out of 69727 with flag 455003/455003
409.75/208.72	c cleaning 28355 clauses out of 73011 with flag 486002/486002
449.67/229.17	c cleaning 30251 clauses out of 76657 with flag 518003/518003
454.89/232.06	c cleaning 0 clauses out of 5002 with flag 0/5002
480.07/244.80	c cleaning 30307 clauses out of 79405 with flag 551002/551002
511.81/261.00	c cleaning 30824 clauses out of 83097 with flag 585001/585001
546.26/278.82	c cleaning 31990 clauses out of 87270 with flag 620000/620000
582.56/297.38	c cleaning 32810 clauses out of 91279 with flag 656000/656000
618.61/315.71	c cleaning 33999 clauses out of 95468 with flag 693000/693000
651.22/332.40	c cleaning 34815 clauses out of 99471 with flag 731002/731002
684.07/349.59	c cleaning 36018 clauses out of 103655 with flag 770001/770001
720.03/367.91	c cleaning 37175 clauses out of 107637 with flag 810001/810001
756.96/386.90	c cleaning 37997 clauses out of 111461 with flag 851000/851000
794.85/406.28	c cleaning 38652 clauses out of 115464 with flag 893000/893000
831.65/425.40	c cleaning 39756 clauses out of 119812 with flag 936000/936000
873.11/446.49	c cleaning 40678 clauses out of 124057 with flag 980001/980001
918.83/469.67	c cleaning 41552 clauses out of 128377 with flag 1025000/1025000
980.50/500.80	c cleaning 43395 clauses out of 132828 with flag 1071003/1071003
1029.07/525.82	c cleaning 44270 clauses out of 136428 with flag 1118000/1118000
1080.54/551.99	c cleaning 44230 clauses out of 140158 with flag 1166000/1166000
1135.38/579.77	c cleaning 45617 clauses out of 144928 with flag 1215000/1215000
1192.07/609.70	c cleaning 46696 clauses out of 149312 with flag 1265001/1265001
1243.97/636.03	c cleaning 47504 clauses out of 153619 with flag 1316004/1316004
1299.28/664.15	c cleaning 48275 clauses out of 158111 with flag 1368000/1368000
1358.91/694.38	c cleaning 49046 clauses out of 162836 with flag 1421000/1421000
1423.57/727.51	c cleaning 50387 clauses out of 167790 with flag 1475000/1475000
1509.01/770.58	c cleaning 52480 clauses out of 172405 with flag 1530002/1530002
1566.79/799.96	c cleaning 52602 clauses out of 175924 with flag 1586001/1586001
1630.38/832.29	c cleaning 52515 clauses out of 180323 with flag 1643002/1643002
1688.59/862.41	c cleaning 53785 clauses out of 185807 with flag 1701001/1701001
1747.29/892.48	c cleaning 55772 clauses out of 191023 with flag 1760002/1760002
1800.11/919.52	c starts		: 208
1800.11/919.52	c conflicts		: 1789363
1800.11/919.52	c decisions		: 42325141
1800.11/919.52	c propagations		: 1502442196
1800.11/919.52	c inspects		: 2706150498
1800.11/919.52	c shortcuts		: 0
1800.11/919.52	c learnt literals	: 56
1800.11/919.52	c learnt binary clauses	: 119318
1800.11/919.52	c learnt ternary clauses	: 117319
1800.11/919.52	c learnt constraints	: 1789307
1800.11/919.52	c ignored constraints	: 0
1800.11/919.52	c root simplifications	: 0
1800.11/919.52	c removed literals (reason simplification)	: 12563789
1800.11/919.52	c reason swapping (by a shorter reason)	: 0
1800.11/919.52	c Calls to reduceDB	: 55
1800.11/919.52	c number of reductions to clauses (during analyze)	: 0
1800.11/919.52	c number of learned constraints concerned by reduction	: 0
1800.11/919.52	c number of learning phase by resolution	: 0
1800.11/919.52	c number of learning phase by cutting planes	: 0
1800.11/919.52	c speed (assignments/second)	: 1635293.512995777
1800.11/919.52	c non guided choices	42228
1800.11/919.56	c learnt constraints type 
1800.11/919.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 119319
1800.11/919.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 45349
1800.11/919.56	c constraints type 
1800.11/919.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17989
1800.11/919.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 168
1800.11/919.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.11/919.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2171
1800.11/919.56	c 20330 constraints processed.
1800.11/919.56	c constraints type 
1800.11/919.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2171
1800.11/919.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17989
1800.11/919.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 168
1800.11/919.56	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.11/919.56	c 20330 constraints processed.
1800.11/919.56	s UNKNOWN
1800.11/919.56	c Total wall clock time (in seconds): 919.435

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-3689702-1337884385/watcher-3689702-1337884385 -o /tmp/evaluation-result-3689702-1337884385/solver-3689702-1337884385 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689702-1337884385.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.72 3.81 3.74 3/195 3299
/proc/meminfo: memFree=25603244/32873852 swapFree=6848/6848
[pid=3299] ppid=3297 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3299/stat : 3299 (java) D 3297 3299 32594 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 254564419 9515008 175 33554432000 1073741824 1073778376 140736586485200 140736586467928 273448518544 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/3299/statm: 2323 175 133 9 0 71 0

[startup+0.036162 s]
/proc/loadavg: 3.72 3.81 3.74 3/195 3299
/proc/meminfo: memFree=25603244/32873852 swapFree=6848/6848
[pid=3299] ppid=3297 vsize=9092432 CPUtime=0.02 cores=0,2,4,6
/proc/3299/stat : 3299 (java) S 3297 3299 32594 0 -1 4202496 2888 0 1 0 1 1 0 0 20 0 11 0 254564419 9310650368 3587 33554432000 1073741824 1073778376 140735406040976 140735406032112 273451876413 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3299/statm: 2273108 3590 1622 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.100245 s]
/proc/loadavg: 3.72 3.81 3.74 3/195 3299
/proc/meminfo: memFree=25603244/32873852 swapFree=6848/6848
[pid=3299] ppid=3297 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/3299/stat : 3299 (java) S 3297 3299 32594 0 -1 4202496 4241 0 1 0 7 1 0 0 20 0 18 0 254564419 9787813888 5442 33554432000 1073741824 1073778376 140735406040976 140735406032112 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3299/statm: 2389603 5442 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300223 s]
/proc/loadavg: 3.72 3.81 3.74 3/195 3299
/proc/meminfo: memFree=25603244/32873852 swapFree=6848/6848
[pid=3299] ppid=3297 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/3299/stat : 3299 (java) S 3297 3299 32594 0 -1 4202496 7203 0 1 0 51 3 0 0 20 0 18 0 254564419 9787813888 10849 33554432000 1073741824 1073778376 140735406040976 140735406032112 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3299/statm: 2389603 10849 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.708078 s]
/proc/loadavg: 3.72 3.81 3.74 3/195 3299
/proc/meminfo: memFree=25603244/32873852 swapFree=6848/6848
[pid=3299] ppid=3297 vsize=9558412 CPUtime=1.49 cores=0,2,4,6
/proc/3299/stat : 3299 (java) S 3297 3299 32594 0 -1 4202496 14777 0 1 0 142 7 0 0 20 0 18 0 254564419 9787813888 46524 33554432000 1073741824 1073778376 140735406040976 140735406032112 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3299/statm: 2389603 46524 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9558412

[startup+1.50069 s]
/proc/loadavg: 3.72 3.81 3.74 7/217 3321
/proc/meminfo: memFree=25422720/32873852 swapFree=6848/6848
[pid=3299] ppid=3297 vsize=9824668 CPUtime=4.36 cores=0,2,4,6
/proc/3299/stat : 3299 (java) S 3297 3299 32594 0 -1 4202496 19099 0 1 0 428 8 0 0 20 0 22 0 254564419 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140735406032112 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3299/statm: 2456167 49522 2272 9 0 2446860 0
[pid=3299/tid=3301] ppid=3297 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/3299/task/3301/stat : 3301 (java) S 3297 3299 32594 0 -1 4202560 2517 0 1 0 64 4 0 0 20 0 22 0 254564420 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140227095671800 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3302] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3302/stat : 3302 (java) S 3297 3299 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254564421 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140227068123816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3303] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3303/stat : 3303 (java) S 3297 3299 32594 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254564421 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140227067071272 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3304] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3304/stat : 3304 (java) S 3297 3299 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254564421 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140227066018728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3305] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3305/stat : 3305 (java) S 3297 3299 32594 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 254564421 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140227064966184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3306] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3306/stat : 3306 (java) S 3297 3299 32594 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254564421 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140227063912616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3307] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3307/stat : 3307 (java) S 3297 3299 32594 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254564421 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140227062860072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3308] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3308/stat : 3308 (java) S 3297 3299 32594 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254564421 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140227061807528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3309] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3309/stat : 3309 (java) S 3297 3299 32594 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254564421 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140227060754984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3310] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3310/stat : 3310 (java) S 3297 3299 32594 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254564422 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140226449087080 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3311] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3311/stat : 3311 (java) S 3297 3299 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254564423 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140226448033400 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3312] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3312/stat : 3312 (java) S 3297 3299 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254564423 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140226446980744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3313] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3313/stat : 3313 (java) S 3297 3299 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254564425 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140226445929488 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3314] ppid=3297 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/3299/task/3314/stat : 3314 (java) S 3297 3299 32594 0 -1 4202560 9508 0 0 0 105 2 0 0 20 0 22 0 254564425 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140226444875832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3315] ppid=3297 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/3299/task/3315/stat : 3315 (java) R 3297 3299 32594 0 -1 4202560 5670 0 0 0 100 0 0 0 20 0 22 0 254564425 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140226443823288 140227098539552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3316] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3316/stat : 3316 (java) S 3297 3299 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254564425 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140226442770936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3317] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3317/stat : 3317 (java) S 3297 3299 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254564425 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140226441718600 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3318] ppid=3297 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/3299/task/3318/stat : 3318 (java) R 3297 3299 32594 0 -1 4202560 25 0 0 0 73 0 0 0 20 0 22 0 254564493 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140226440663912 140226941694416 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3319] ppid=3297 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/3299/task/3319/stat : 3319 (java) R 3297 3299 32594 0 -1 4202560 71 0 0 0 74 0 0 0 20 0 22 0 254564493 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140226439611304 140226941941515 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3320] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3320/stat : 3320 (java) S 3297 3299 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254564495 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140226438559272 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3321] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3321/stat : 3321 (java) S 3297 3299 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254564495 10060460032 49522 33554432000 1073741824 1073778376 140735406040976 140226437506728 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 9824668

[startup+3.10078 s]
/proc/loadavg: 3.72 3.81 3.74 5/217 3321
/proc/meminfo: memFree=25392932/32873852 swapFree=6848/6848
[pid=3299] ppid=3297 vsize=9824668 CPUtime=7.77 cores=0,2,4,6
/proc/3299/stat : 3299 (java) S 3297 3299 32594 0 -1 4202496 19378 0 1 0 762 15 0 0 20 0 22 0 254564419 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140735406032112 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3299/statm: 2456167 90620 2273 9 0 2446860 0
[pid=3299/tid=3301] ppid=3297 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/3299/task/3301/stat : 3301 (java) S 3297 3299 32594 0 -1 4202560 2517 0 1 0 64 4 0 0 20 0 22 0 254564420 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140227095671800 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3302] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3302/stat : 3302 (java) S 3297 3299 32594 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254564421 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140227068123816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3303] ppid=3297 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/3299/task/3303/stat : 3303 (java) S 3297 3299 32594 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 254564421 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140227067071272 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3304] ppid=3297 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/3299/task/3304/stat : 3304 (java) S 3297 3299 32594 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 254564421 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140227066018728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3305] ppid=3297 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/3299/task/3305/stat : 3305 (java) S 3297 3299 32594 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 254564421 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140227064966184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3306] ppid=3297 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/3299/task/3306/stat : 3306 (java) S 3297 3299 32594 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254564421 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140227063912616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3307] ppid=3297 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/3299/task/3307/stat : 3307 (java) S 3297 3299 32594 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 254564421 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140227062860072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3308] ppid=3297 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/3299/task/3308/stat : 3308 (java) S 3297 3299 32594 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254564421 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140227061807528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3309] ppid=3297 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/3299/task/3309/stat : 3309 (java) S 3297 3299 32594 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254564421 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140227060754984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3310] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3310/stat : 3310 (java) S 3297 3299 32594 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254564422 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140226449087080 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3311] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3311/stat : 3311 (java) S 3297 3299 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254564423 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140226448033400 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3312] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3312/stat : 3312 (java) S 3297 3299 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254564423 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140226446980744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3313] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3313/stat : 3313 (java) S 3297 3299 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254564425 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140226445929488 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3314] ppid=3297 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/3299/task/3314/stat : 3314 (java) S 3297 3299 32594 0 -1 4202560 9508 0 0 0 112 2 0 0 20 0 22 0 254564425 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140226444875832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3315] ppid=3297 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/3299/task/3315/stat : 3315 (java) S 3297 3299 32594 0 -1 4202560 5671 0 0 0 105 0 0 0 20 0 22 0 254564425 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140226443823288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3316] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3316/stat : 3316 (java) S 3297 3299 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254564425 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140226442770936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3317] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3317/stat : 3317 (java) S 3297 3299 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254564425 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140226441718600 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3318] ppid=3297 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/3299/task/3318/stat : 3318 (java) R 3297 3299 32594 0 -1 4202560 25 0 0 0 227 0 0 0 20 0 22 0 254564493 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140226440661760 140226941782287 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3319] ppid=3297 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/3299/task/3319/stat : 3319 (java) R 3297 3299 32594 0 -1 4202560 130 0 0 0 225 2 0 0 20 0 22 0 254564493 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140226439610016 140226941691162 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3320] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3320/stat : 3320 (java) S 3297 3299 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254564495 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140226438559272 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3321] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3321/stat : 3321 (java) S 3297 3299 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254564495 10060460032 90620 33554432000 1073741824 1073778376 140735406040976 140226437506728 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 9824668

[startup+6.30078 s]
/proc/loadavg: 3.74 3.81 3.75 5/217 3321
/proc/meminfo: memFree=25071328/32873852 swapFree=6848/6848
[pid=3299] ppid=3297 vsize=9824668 CPUtime=14.24 cores=0,2,4,6
/proc/3299/stat : 3299 (java) S 3297 3299 32594 0 -1 4202496 19634 0 1 0 1402 22 0 0 20 0 22 0 254564419 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140735406032112 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3299/statm: 2456167 158827 2285 9 0 2446860 0
[pid=3299/tid=3301] ppid=3297 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/3299/task/3301/stat : 3301 (java) S 3297 3299 32594 0 -1 4202560 2517 0 1 0 64 4 0 0 20 0 22 0 254564420 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140227095671800 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3302] ppid=3297 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/3299/task/3302/stat : 3302 (java) S 3297 3299 32594 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254564421 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140227068123816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3303] ppid=3297 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/3299/task/3303/stat : 3303 (java) S 3297 3299 32594 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 254564421 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140227067071272 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3304] ppid=3297 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/3299/task/3304/stat : 3304 (java) S 3297 3299 32594 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 22 0 254564421 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140227066018728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3305] ppid=3297 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/3299/task/3305/stat : 3305 (java) S 3297 3299 32594 0 -1 4202560 51 0 0 0 4 0 0 0 20 0 22 0 254564421 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140227064966184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3306] ppid=3297 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/3299/task/3306/stat : 3306 (java) S 3297 3299 32594 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 254564421 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140227063912616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3307] ppid=3297 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/3299/task/3307/stat : 3307 (java) S 3297 3299 32594 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 254564421 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140227062860072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3308] ppid=3297 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/3299/task/3308/stat : 3308 (java) S 3297 3299 32594 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 254564421 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140227061807528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3309] ppid=3297 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/3299/task/3309/stat : 3309 (java) S 3297 3299 32594 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 22 0 254564421 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140227060754984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3310] ppid=3297 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/3299/task/3310/stat : 3310 (java) S 3297 3299 32594 0 -1 4202560 235 0 0 0 17 0 0 0 20 0 22 0 254564422 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140226449087080 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3311] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3311/stat : 3311 (java) S 3297 3299 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254564423 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140226448033400 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3312] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3312/stat : 3312 (java) S 3297 3299 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254564423 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140226446980744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3313] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3313/stat : 3313 (java) S 3297 3299 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254564425 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140226445929488 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3314] ppid=3297 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/3299/task/3314/stat : 3314 (java) S 3297 3299 32594 0 -1 4202560 9512 0 0 0 119 2 0 0 20 0 22 0 254564425 10060460032 158827 33554432000 1073741824 1073778376 140735406040976 140226444875832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=3299/tid=3319] ppid=3297 vsize=9824668 CPUtime=773.97 cores=0,2,4,6
/proc/3299/task/3319/stat : 3319 (java) R 3297 3299 32594 0 -1 4202560 1481 0 0 0 77344 53 0 0 20 0 22 0 254564493 10060460032 888547 33554432000 1073741824 1073778376 140735406040976 140226439609312 140226942307743 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3320] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3320/stat : 3320 (java) S 3297 3299 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254564495 10060460032 888547 33554432000 1073741824 1073778376 140735406040976 140226438559272 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3321] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3321/stat : 3321 (java) S 3297 3299 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254564495 10060460032 888547 33554432000 1073741824 1073778376 140735406040976 140226437506728 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1610.46
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.08 3.92 3.81 5/217 3422
/proc/meminfo: memFree=24581068/32873852 swapFree=6848/6848
[pid=3299] ppid=3297 vsize=9824668 CPUtime=1727.09 cores=0,2,4,6
/proc/3299/stat : 3299 (java) S 3297 3299 32594 0 -1 4202496 28794 0 1 0 172559 150 0 0 20 0 22 0 254564419 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140735406032112 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3299/statm: 2456167 896843 2286 9 0 2446860 0
[pid=3299/tid=3301] ppid=3297 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/3299/task/3301/stat : 3301 (java) S 3297 3299 32594 0 -1 4202560 2555 0 1 0 66 6 0 0 20 0 22 0 254564420 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140227095671800 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3302] ppid=3297 vsize=9824668 CPUtime=1.99 cores=0,2,4,6
/proc/3299/task/3302/stat : 3302 (java) S 3297 3299 32594 0 -1 4202560 460 0 0 0 192 7 0 0 20 0 22 0 254564421 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140227068123816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3303] ppid=3297 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/3299/task/3303/stat : 3303 (java) S 3297 3299 32594 0 -1 4202560 314 0 0 0 196 10 0 0 20 0 22 0 254564421 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140227067071272 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3304] ppid=3297 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/3299/task/3304/stat : 3304 (java) S 3297 3299 32594 0 -1 4202560 524 0 0 0 188 7 0 0 20 0 22 0 254564421 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140227066018728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3305] ppid=3297 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/3299/task/3305/stat : 3305 (java) S 3297 3299 32594 0 -1 4202560 416 0 0 0 181 10 0 0 20 0 22 0 254564421 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140227064966184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3306] ppid=3297 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/3299/task/3306/stat : 3306 (java) S 3297 3299 32594 0 -1 4202560 646 0 0 0 176 10 0 0 20 0 22 0 254564421 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140227063912616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3307] ppid=3297 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/3299/task/3307/stat : 3307 (java) S 3297 3299 32594 0 -1 4202560 338 0 0 0 187 10 0 0 20 0 22 0 254564421 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140227062860072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3308] ppid=3297 vsize=9824668 CPUtime=2.11 cores=0,2,4,6
/proc/3299/task/3308/stat : 3308 (java) S 3297 3299 32594 0 -1 4202560 541 0 0 0 201 10 0 0 20 0 22 0 254564421 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140227061807528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3309] ppid=3297 vsize=9824668 CPUtime=2.53 cores=0,2,4,6
/proc/3299/task/3309/stat : 3309 (java) S 3297 3299 32594 0 -1 4202560 682 0 0 0 243 10 0 0 20 0 22 0 254564421 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140227060754984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3310] ppid=3297 vsize=9824668 CPUtime=47.3 cores=0,2,4,6
/proc/3299/task/3310/stat : 3310 (java) S 3297 3299 32594 0 -1 4202560 2535 0 0 0 4715 15 0 0 20 0 22 0 254564422 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140226449087080 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3311] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3311/stat : 3311 (java) S 3297 3299 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254564423 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140226448033400 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3312] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3312/stat : 3312 (java) S 3297 3299 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254564423 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140226446980744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3313] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3313/stat : 3313 (java) S 3297 3299 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254564425 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140226445929488 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3314] ppid=3297 vsize=9824668 CPUtime=1.78 cores=0,2,4,6
/proc/3299/task/3314/stat : 3314 (java) S 3297 3299 32594 0 -1 4202560 11310 0 0 0 175 3 0 0 20 0 22 0 254564425 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140226444875832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3315] ppid=3297 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/3299/task/3315/stat : 3315 (java) S 3297 3299 32594 0 -1 4202560 5677 0 0 0 121 0 0 0 20 0 22 0 254564425 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140226443823288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3316] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3316/stat : 3316 (java) S 3297 3299 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254564425 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140226442770936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3317] ppid=3297 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/3299/task/3317/stat : 3317 (java) S 3297 3299 32594 0 -1 4202560 50 0 0 0 13 18 0 0 20 0 22 0 254564425 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140226441718600 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3318] ppid=3297 vsize=9824668 CPUtime=829.8 cores=0,2,4,6
/proc/3299/task/3318/stat : 3318 (java) R 3297 3299 32594 0 -1 4202560 75 0 0 0 82966 14 0 0 20 0 22 0 254564493 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140226440662688 140226941858176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3319] ppid=3297 vsize=9824668 CPUtime=829.75 cores=0,2,4,6
/proc/3299/task/3319/stat : 3319 (java) R 3297 3299 32594 0 -1 4202560 1482 0 0 0 82921 54 0 0 20 0 22 0 254564493 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140226439609200 140226941910699 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3320] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3320/stat : 3320 (java) S 3297 3299 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254564495 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140226438559272 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3321] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3321/stat : 3321 (java) S 3297 3299 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254564495 10060460032 896843 33554432000 1073741824 1073778376 140735406040976 140226437506728 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.09
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.501 s]
/proc/loadavg: 4.04 3.93 3.82 5/217 3422
/proc/meminfo: memFree=24514788/32873852 swapFree=6848/6848
[pid=3299] ppid=3297 vsize=9824668 CPUtime=1800.11 cores=0,2,4,6
/proc/3299/stat : 3299 (java) S 3297 3299 32594 0 -1 4202496 29047 0 1 0 179858 153 0 0 20 0 22 0 254564419 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140735406032112 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3299/statm: 2456167 913435 2286 9 0 2446860 0
[pid=3299/tid=3301] ppid=3297 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/3299/task/3301/stat : 3301 (java) S 3297 3299 32594 0 -1 4202560 2556 0 1 0 66 6 0 0 20 0 22 0 254564420 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227095671800 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3302] ppid=3297 vsize=9824668 CPUtime=2.04 cores=0,2,4,6
/proc/3299/task/3302/stat : 3302 (java) S 3297 3299 32594 0 -1 4202560 463 0 0 0 197 7 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227068123816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3303] ppid=3297 vsize=9824668 CPUtime=2.09 cores=0,2,4,6
/proc/3299/task/3303/stat : 3303 (java) S 3297 3299 32594 0 -1 4202560 317 0 0 0 199 10 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227067071272 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3304] ppid=3297 vsize=9824668 CPUtime=1.99 cores=0,2,4,6
/proc/3299/task/3304/stat : 3304 (java) S 3297 3299 32594 0 -1 4202560 575 0 0 0 192 7 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227066018728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3305] ppid=3297 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/3299/task/3305/stat : 3305 (java) S 3297 3299 32594 0 -1 4202560 420 0 0 0 187 10 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227064966184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3306] ppid=3297 vsize=9824668 CPUtime=1.96 cores=0,2,4,6
/proc/3299/task/3306/stat : 3306 (java) S 3297 3299 32594 0 -1 4202560 718 0 0 0 186 10 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227063912616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3307] ppid=3297 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/3299/task/3307/stat : 3307 (java) S 3297 3299 32594 0 -1 4202560 344 0 0 0 192 10 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227062860072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3308] ppid=3297 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/3299/task/3308/stat : 3308 (java) S 3297 3299 32594 0 -1 4202560 611 0 0 0 209 10 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227061807528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3309] ppid=3297 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/3299/task/3309/stat : 3309 (java) S 3297 3299 32594 0 -1 4202560 685 0 0 0 247 10 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227060754984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3310] ppid=3297 vsize=9824668 CPUtime=48.92 cores=0,2,4,6
/proc/3299/task/3310/stat : 3310 (java) S 3297 3299 32594 0 -1 4202560 2572 0 0 0 4875 17 0 0 20 0 22 0 254564422 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226449087080 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3311] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3311/stat : 3311 (java) S 3297 3299 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254564423 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226448033400 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3312] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3312/stat : 3312 (java) S 3297 3299 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254564423 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226446980744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3313] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3313/stat : 3313 (java) S 3297 3299 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254564425 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226445929488 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3314] ppid=3297 vsize=9824668 CPUtime=1.78 cores=0,2,4,6
/proc/3299/task/3314/stat : 3314 (java) S 3297 3299 32594 0 -1 4202560 11310 0 0 0 175 3 0 0 20 0 22 0 254564425 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226444875832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3315] ppid=3297 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/3299/task/3315/stat : 3315 (java) S 3297 3299 32594 0 -1 4202560 5677 0 0 0 121 0 0 0 20 0 22 0 254564425 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226443823288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3316] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3316/stat : 3316 (java) S 3297 3299 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254564425 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226442770936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3317] ppid=3297 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/3299/task/3317/stat : 3317 (java) S 3297 3299 32594 0 -1 4202560 52 0 0 0 14 18 0 0 20 0 22 0 254564425 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226441718600 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3318] ppid=3297 vsize=9824668 CPUtime=865.27 cores=0,2,4,6
/proc/3299/task/3318/stat : 3318 (java) R 3297 3299 32594 0 -1 4202560 76 0 0 0 86512 15 0 0 20 0 22 0 254564493 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226440662688 140226941490951 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3319] ppid=3297 vsize=9824668 CPUtime=865.22 cores=0,2,4,6
/proc/3299/task/3319/stat : 3319 (java) R 3297 3299 32594 0 -1 4202560 1482 0 0 0 86467 55 0 0 20 0 22 0 254564493 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226439609088 140226941941488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3320] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3320/stat : 3320 (java) S 3297 3299 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254564495 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226438559272 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3321] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3321/stat : 3321 (java) S 3297 3299 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254564495 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226437506728 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824668

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

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

[startup+919.501 s]
/proc/loadavg: 4.04 3.93 3.82 5/217 3422
/proc/meminfo: memFree=24514788/32873852 swapFree=6848/6848
[pid=3299] ppid=3297 vsize=9824668 CPUtime=1800.11 cores=0,2,4,6
/proc/3299/stat : 3299 (java) S 3297 3299 32594 0 -1 4202496 29047 0 1 0 179858 153 0 0 20 0 22 0 254564419 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140735406032112 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3299/statm: 2456167 913435 2286 9 0 2446860 0
[pid=3299/tid=3301] ppid=3297 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/3299/task/3301/stat : 3301 (java) S 3297 3299 32594 0 -1 4202560 2556 0 1 0 66 6 0 0 20 0 22 0 254564420 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227095671800 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3302] ppid=3297 vsize=9824668 CPUtime=2.04 cores=0,2,4,6
/proc/3299/task/3302/stat : 3302 (java) S 3297 3299 32594 0 -1 4202560 463 0 0 0 197 7 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227068123816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3303] ppid=3297 vsize=9824668 CPUtime=2.09 cores=0,2,4,6
/proc/3299/task/3303/stat : 3303 (java) S 3297 3299 32594 0 -1 4202560 317 0 0 0 199 10 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227067071272 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3304] ppid=3297 vsize=9824668 CPUtime=1.99 cores=0,2,4,6
/proc/3299/task/3304/stat : 3304 (java) S 3297 3299 32594 0 -1 4202560 575 0 0 0 192 7 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227066018728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3305] ppid=3297 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/3299/task/3305/stat : 3305 (java) S 3297 3299 32594 0 -1 4202560 420 0 0 0 187 10 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227064966184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3306] ppid=3297 vsize=9824668 CPUtime=1.96 cores=0,2,4,6
/proc/3299/task/3306/stat : 3306 (java) S 3297 3299 32594 0 -1 4202560 718 0 0 0 186 10 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227063912616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3307] ppid=3297 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/3299/task/3307/stat : 3307 (java) S 3297 3299 32594 0 -1 4202560 344 0 0 0 192 10 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227062860072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3308] ppid=3297 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/3299/task/3308/stat : 3308 (java) S 3297 3299 32594 0 -1 4202560 611 0 0 0 209 10 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227061807528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3309] ppid=3297 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/3299/task/3309/stat : 3309 (java) S 3297 3299 32594 0 -1 4202560 685 0 0 0 247 10 0 0 20 0 22 0 254564421 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140227060754984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3310] ppid=3297 vsize=9824668 CPUtime=48.92 cores=0,2,4,6
/proc/3299/task/3310/stat : 3310 (java) S 3297 3299 32594 0 -1 4202560 2572 0 0 0 4875 17 0 0 20 0 22 0 254564422 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226449087080 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3311] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3311/stat : 3311 (java) S 3297 3299 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254564423 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226448033400 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3312] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3312/stat : 3312 (java) S 3297 3299 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254564423 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226446980744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3313] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3313/stat : 3313 (java) S 3297 3299 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254564425 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226445929488 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3314] ppid=3297 vsize=9824668 CPUtime=1.78 cores=0,2,4,6
/proc/3299/task/3314/stat : 3314 (java) S 3297 3299 32594 0 -1 4202560 11310 0 0 0 175 3 0 0 20 0 22 0 254564425 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226444875832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3299/tid=3315] ppid=3297 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/3299/task/3315/stat : 3315 (java) S 3297 3299 32594 0 -1 4202560 5677 0 0 0 121 0 0 0 20 0 22 0 254564425 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226443823288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3316] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3316/stat : 3316 (java) S 3297 3299 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254564425 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226442770936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3299/tid=3317] ppid=3297 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/3299/task/3317/stat : 3317 (java) S 3297 3299 32594 0 -1 4202560 52 0 0 0 14 18 0 0 20 0 22 0 254564425 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226441718600 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3318] ppid=3297 vsize=9824668 CPUtime=865.27 cores=0,2,4,6
/proc/3299/task/3318/stat : 3318 (java) R 3297 3299 32594 0 -1 4202560 76 0 0 0 86512 15 0 0 20 0 22 0 254564493 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226440662688 140226941490951 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3299/tid=3319] ppid=3297 vsize=9824668 CPUtime=865.22 cores=0,2,4,6
/proc/3299/task/3319/stat : 3319 (java) R 3297 3299 32594 0 -1 4202560 1482 0 0 0 86467 55 0 0 20 0 22 0 254564493 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226439609088 140226941941488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3320] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3320/stat : 3320 (java) S 3297 3299 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254564495 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226438559272 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3299/tid=3321] ppid=3297 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3299/task/3321/stat : 3321 (java) S 3297 3299 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254564495 10060460032 913435 33554432000 1073741824 1073778376 140735406040976 140226437506728 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 919.588
CPU time (s): 1800.76
CPU user time (s): 1798.71
CPU system time (s): 2.05569
CPU usage (%): 195.823
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.71
system time used= 2.05569
maximum resident set size= 3653864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29080
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24875
involuntary context switches= 28664

runsolver used 4.47332 second user time and 6.73198 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 20:33:05
IDJOB=3689702
IDBENCH=90204
IDSOLVER=2268
FILE ID=node128/3689702-1337884385
RUNJOBID= node128-1337871881-32611
PBS_JOBID= 14620076
Free space on /tmp= 71572 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K168.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689702-1337884385/watcher-3689702-1337884385 -o /tmp/evaluation-result-3689702-1337884385/solver-3689702-1337884385 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689702-1337884385.opb

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

MD5SUM BENCH= 4a002b4e44699cf4cd35a469f7223c94
RANDOM SEED=2031815144

node128.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.389
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.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        25603508 kB
Buffers:          249048 kB
Cached:          2925364 kB
SwapCached:            0 kB
Active:          3788148 kB
Inactive:        2701968 kB
Active(anon):    3318256 kB
Inactive(anon):        0 kB
Active(file):     469892 kB
Inactive(file):  2701968 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1608 kB
Writeback:             0 kB
AnonPages:       3324576 kB
Mapped:            22552 kB
Shmem:               204 kB
Slab:             634476 kB
SReclaimable:      77120 kB
SUnreclaim:       557356 kB
KernelStack:        1608 kB
PageTables:        10348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3567452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3258368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71568 MiB
End job on node128 at 2012-05-24 20:48:27