Trace number 3689694

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.19 918.17

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K140.opb
MD5SUM59945e7fb6f70b0a7aeb9a0267c89f72
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 variables16660
Total number of constraints16942
Number of constraints which are clauses16802
Number of constraints which are cardinality constraints (but not clauses)140
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint140
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 141
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689694-1337884330.opb
0.09/0.12	c reading problem ... 
1.31/0.64	c ... done. Wall clock time 0.523s.
1.31/0.64	c declared #vars     16660
1.31/0.64	c #constraints  16942
1.31/0.64	c constraints type 
1.31/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14993
1.31/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
1.31/0.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.31/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1807
1.31/0.64	c 16942 constraints processed.
1.31/0.64	c constraints type 
1.31/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1807
1.31/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14993
1.31/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 140
1.31/0.64	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.31/0.64	c 16942 constraints processed.
6.66/2.66	c cleaning 2488 clauses out of 4998 with flag 5002/5002
11.88/4.90	c cleaning 4201 clauses out of 8506 with flag 11002/11002
16.26/7.16	c cleaning 5594 clauses out of 11299 with flag 18002/18002
21.98/10.06	c cleaning 6762 clauses out of 13704 with flag 26003/26003
28.61/13.35	c cleaning 7840 clauses out of 15936 with flag 35000/35000
35.92/17.01	c cleaning 8943 clauses out of 18092 with flag 45001/45001
43.61/20.96	c cleaning 9806 clauses out of 20147 with flag 56000/56000
51.64/25.07	c cleaning 10999 clauses out of 22342 with flag 68001/68001
60.94/29.83	c cleaning 12029 clauses out of 24340 with flag 81000/81000
71.12/35.03	c cleaning 13045 clauses out of 26311 with flag 95001/95001
81.08/40.11	c cleaning 14001 clauses out of 28264 with flag 110001/110001
94.65/47.06	c cleaning 14879 clauses out of 30272 with flag 126010/126010
109.28/54.57	c cleaning 15976 clauses out of 32383 with flag 143000/143000
123.48/61.77	c cleaning 16948 clauses out of 34405 with flag 161002/161002
139.06/69.70	c cleaning 17976 clauses out of 36453 with flag 180000/180000
161.25/80.87	c cleaning 19056 clauses out of 38479 with flag 200003/200003
177.19/89.03	c cleaning 19914 clauses out of 40421 with flag 221002/221002
193.71/97.41	c cleaning 21029 clauses out of 42505 with flag 243000/243000
212.98/107.25	c cleaning 21974 clauses out of 44478 with flag 266002/266002
233.79/117.88	c cleaning 22847 clauses out of 46504 with flag 290002/290002
253.68/128.17	c cleaning 23400 clauses out of 48654 with flag 315000/315000
272.38/137.74	c cleaning 24358 clauses out of 51256 with flag 341002/341002
297.40/150.78	c cleaning 24971 clauses out of 53897 with flag 368001/368001
321.05/162.90	c cleaning 25840 clauses out of 56926 with flag 396001/396001
346.19/175.73	c cleaning 26839 clauses out of 60084 with flag 425000/425000
369.70/187.70	c cleaning 27953 clauses out of 63246 with flag 455001/455001
394.14/200.21	c cleaning 28910 clauses out of 66293 with flag 486001/486001
426.21/216.71	c cleaning 29961 clauses out of 69383 with flag 518001/518001
450.73/229.31	c cleaning 30785 clauses out of 72420 with flag 551000/551000
478.41/243.57	c cleaning 31955 clauses out of 75636 with flag 585001/585001
509.02/259.21	c cleaning 32994 clauses out of 78680 with flag 620000/620000
540.79/275.75	c cleaning 33949 clauses out of 81690 with flag 656004/656004
577.62/294.59	c cleaning 34484 clauses out of 84743 with flag 693006/693006
613.65/312.95	c cleaning 35254 clauses out of 88252 with flag 731000/731000
646.65/329.80	c cleaning 36525 clauses out of 91999 with flag 770002/770002
684.00/349.15	c cleaning 37335 clauses out of 95471 with flag 810002/810002
718.91/366.98	c cleaning 0 clauses out of 5000 with flag 0/5000
721.95/368.71	c cleaning 38373 clauses out of 99135 with flag 851001/851001
796.25/406.14	c cleaning 39562 clauses out of 102766 with flag 893005/893005
837.81/427.59	c cleaning 40724 clauses out of 106199 with flag 936001/936001
879.24/448.69	c cleaning 40886 clauses out of 109473 with flag 980000/980000
923.64/471.22	c cleaning 42893 clauses out of 113587 with flag 1025000/1025000
977.59/498.58	c cleaning 43305 clauses out of 116693 with flag 1071000/1071000
1088.14/554.72	c cleaning 45248 clauses out of 120388 with flag 1118000/1118000
1152.74/587.41	c cleaning 45690 clauses out of 123139 with flag 1166000/1166000
1202.40/612.72	c cleaning 45509 clauses out of 126446 with flag 1215000/1215000
1252.75/638.76	c cleaning 47378 clauses out of 130939 with flag 1265002/1265002
1308.80/667.22	c cleaning 48210 clauses out of 134561 with flag 1316002/1316002
1387.58/707.04	c cleaning 49679 clauses out of 138350 with flag 1368001/1368001
1442.86/735.23	c cleaning 49749 clauses out of 141669 with flag 1421000/1421000
1506.20/767.73	c cleaning 50934 clauses out of 145922 with flag 1475003/1475003
1566.16/798.23	c cleaning 52268 clauses out of 149985 with flag 1530001/1530001
1633.28/832.38	c cleaning 53127 clauses out of 153723 with flag 1586007/1586007
1699.65/866.10	c cleaning 54183 clauses out of 157589 with flag 1643000/1643000
1797.30/916.06	c cleaning 56382 clauses out of 161412 with flag 1701006/1701006
1800.19/918.11	c starts		: 190
1800.19/918.11	c conflicts		: 1702610
1800.19/918.11	c decisions		: 23475893
1800.19/918.11	c propagations		: 1217045772
1800.19/918.11	c inspects		: 2421687958
1800.19/918.11	c shortcuts		: 0
1800.19/918.11	c learnt literals	: 56
1800.19/918.11	c learnt binary clauses	: 89474
1800.19/918.11	c learnt ternary clauses	: 99591
1800.19/918.11	c learnt constraints	: 1702553
1800.19/918.11	c ignored constraints	: 0
1800.19/918.11	c root simplifications	: 0
1800.19/918.11	c removed literals (reason simplification)	: 19991369
1800.19/918.11	c reason swapping (by a shorter reason)	: 0
1800.19/918.11	c Calls to reduceDB	: 54
1800.19/918.11	c number of reductions to clauses (during analyze)	: 0
1800.19/918.11	c number of learned constraints concerned by reduction	: 0
1800.19/918.11	c number of learning phase by resolution	: 0
1800.19/918.11	c number of learning phase by cutting planes	: 0
1800.19/918.11	c speed (assignments/second)	: 1326561.5143812592
1800.19/918.11	c non guided choices	10863
1800.19/918.14	c learnt constraints type 
1800.19/918.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 89474
1800.19/918.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17221
1800.19/918.14	c constraints type 
1800.19/918.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14993
1800.19/918.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
1800.19/918.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.19/918.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1807
1800.19/918.14	c 16942 constraints processed.
1800.19/918.14	c constraints type 
1800.19/918.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1807
1800.19/918.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14993
1800.19/918.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 140
1800.19/918.14	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.19/918.14	c 16942 constraints processed.
1800.19/918.14	s UNKNOWN
1800.19/918.14	c Total wall clock time (in seconds): 918.025

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-3689694-1337884330/watcher-3689694-1337884330 -o /tmp/evaluation-result-3689694-1337884330/solver-3689694-1337884330 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689694-1337884330.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.86 3.99 3.93 4/197 28423
/proc/meminfo: memFree=26162828/32873844 swapFree=6080/6080
[pid=28423] ppid=28421 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28423/stat : 28423 (java) D 28421 28423 24394 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254557613 9515008 183 33554432000 1073741824 1073778376 140733541791216 140733541782248 248790204085 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/28423/statm: 2323 183 140 9 0 71 0

[startup+0.017983 s]
/proc/loadavg: 3.86 3.99 3.93 4/197 28423
/proc/meminfo: memFree=26162828/32873844 swapFree=6080/6080
[pid=28423] ppid=28421 vsize=101560 CPUtime=0 cores=0,2,4,6
/proc/28423/stat : 28423 (java) S 28421 28423 24394 0 -1 4202496 1419 0 1 0 0 0 0 0 20 0 2 0 254557613 103997440 1100 33554432000 1073741824 1073778376 140736347447392 140736347438528 248793563197 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28423/statm: 25390 1101 852 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101560

[startup+0.100269 s]
/proc/loadavg: 3.86 3.99 3.93 4/197 28423
/proc/meminfo: memFree=26162828/32873844 swapFree=6080/6080
[pid=28423] ppid=28421 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/28423/stat : 28423 (java) S 28421 28423 24394 0 -1 4202496 4287 0 1 0 8 1 0 0 20 0 18 0 254557613 9787813888 5484 33554432000 1073741824 1073778376 140736347447392 140736347438528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28423/statm: 2389603 5484 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300162 s]
/proc/loadavg: 3.86 3.99 3.93 4/197 28423
/proc/meminfo: memFree=26162828/32873844 swapFree=6080/6080
[pid=28423] ppid=28421 vsize=9558412 CPUtime=0.56 cores=0,2,4,6
/proc/28423/stat : 28423 (java) S 28421 28423 24394 0 -1 4202496 7106 0 1 0 55 1 0 0 20 0 18 0 254557613 9787813888 11799 33554432000 1073741824 1073778376 140736347447392 140736347438528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28423/statm: 2389603 11799 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700171 s]
/proc/loadavg: 3.86 3.99 3.93 4/197 28423
/proc/meminfo: memFree=26162828/32873844 swapFree=6080/6080
[pid=28423] ppid=28421 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/28423/stat : 28423 (java) S 28421 28423 24394 0 -1 4202496 14175 0 1 0 156 5 0 0 20 0 22 0 254557613 10060460032 42994 33554432000 1073741824 1073778376 140736347447392 140736347438528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28423/statm: 2456167 42994 2252 9 0 2446860 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9824668

[startup+1.50068 s]
/proc/loadavg: 3.86 3.99 3.93 7/219 28445
/proc/meminfo: memFree=25978616/32873844 swapFree=6080/6080
[pid=28423] ppid=28421 vsize=9824668 CPUtime=4.32 cores=0,2,4,6
/proc/28423/stat : 28423 (java) S 28421 28423 24394 0 -1 4202496 20606 0 1 0 425 7 0 0 20 0 22 0 254557613 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140736347438528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28423/statm: 2456167 48339 2273 9 0 2446860 0
[pid=28423/tid=28425] ppid=28421 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/28423/task/28425/stat : 28425 (java) S 28421 28423 24394 0 -1 4202560 2510 0 1 0 58 2 0 0 20 0 22 0 254557614 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710605505528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28426] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28426/stat : 28426 (java) S 28421 28423 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254557615 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710449293480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28427] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28427/stat : 28427 (java) S 28421 28423 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254557615 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710448240936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28428] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28428/stat : 28428 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557615 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710447188392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28429] ppid=28421 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28423/task/28429/stat : 28429 (java) S 28421 28423 24394 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254557615 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710446135848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28430] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28430/stat : 28430 (java) S 28421 28423 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254557615 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710445083304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28431] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28431/stat : 28431 (java) S 28421 28423 24394 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254557615 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710107933480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28432] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28432/stat : 28432 (java) S 28421 28423 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254557615 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710106880936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28433] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28433/stat : 28433 (java) S 28421 28423 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254557615 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710105828392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28434] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28434/stat : 28434 (java) S 28421 28423 24394 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254557616 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710093629544 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28435] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28435/stat : 28435 (java) S 28421 28423 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254557617 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710092575864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28436] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28436/stat : 28436 (java) S 28421 28423 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557617 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710091523208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28437] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28437/stat : 28437 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557619 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710090471952 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28438] ppid=28421 vsize=9824668 CPUtime=0.91 cores=0,2,4,6
/proc/28423/task/28438/stat : 28438 (java) S 28421 28423 24394 0 -1 4202560 8381 0 0 0 89 2 0 0 20 0 22 0 254557619 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710089419320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28439] ppid=28421 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/28423/task/28439/stat : 28439 (java) R 28421 28423 24394 0 -1 4202560 8297 0 0 0 101 1 0 0 20 0 22 0 254557619 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710088366656 140710609593456 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28440] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28440/stat : 28440 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557619 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710087314424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28441] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28441/stat : 28441 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557619 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710086262088 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28442] ppid=28421 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/28423/task/28442/stat : 28442 (java) R 28421 28423 24394 0 -1 4202560 26 0 0 0 81 0 0 0 20 0 22 0 254557677 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710085173624 140710461220834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28443] ppid=28421 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/28423/task/28443/stat : 28443 (java) R 28421 28423 24394 0 -1 4202560 83 0 0 0 79 0 0 0 20 0 22 0 254557677 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710084118464 140710461312040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28444] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28444/stat : 28444 (java) S 28421 28423 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557680 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710083068968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28445] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28445/stat : 28445 (java) S 28421 28423 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557680 10060460032 48339 33554432000 1073741824 1073778376 140736347447392 140710082016424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9824668

[startup+3.10068 s]
/proc/loadavg: 3.86 3.99 3.93 5/219 28445
/proc/meminfo: memFree=25977004/32873844 swapFree=6080/6080
[pid=28423] ppid=28421 vsize=9824668 CPUtime=8.07 cores=0,2,4,6
/proc/28423/stat : 28423 (java) S 28421 28423 24394 0 -1 4202496 24346 0 1 0 794 13 0 0 20 0 22 0 254557613 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140736347438528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28423/statm: 2456167 64958 2286 9 0 2446860 0
[pid=28423/tid=28425] ppid=28421 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/28423/task/28425/stat : 28425 (java) S 28421 28423 24394 0 -1 4202560 2510 0 1 0 58 2 0 0 20 0 22 0 254557614 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710605505528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28426] ppid=28421 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28423/task/28426/stat : 28426 (java) S 28421 28423 24394 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254557615 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710449293480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28427] ppid=28421 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28423/task/28427/stat : 28427 (java) S 28421 28423 24394 0 -1 4202560 15 0 0 0 1 2 0 0 20 0 22 0 254557615 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710448240936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28428] ppid=28421 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28423/task/28428/stat : 28428 (java) S 28421 28423 24394 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 22 0 254557615 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710447188392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28429] ppid=28421 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28423/task/28429/stat : 28429 (java) S 28421 28423 24394 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 254557615 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710446135848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28430] ppid=28421 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28423/task/28430/stat : 28430 (java) S 28421 28423 24394 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254557615 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710445083304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28431] ppid=28421 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28423/task/28431/stat : 28431 (java) S 28421 28423 24394 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 254557615 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710107933480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28432] ppid=28421 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28423/task/28432/stat : 28432 (java) S 28421 28423 24394 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 254557615 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710106880936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28433] ppid=28421 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28423/task/28433/stat : 28433 (java) S 28421 28423 24394 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254557615 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710105828392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28434] ppid=28421 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28423/task/28434/stat : 28434 (java) S 28421 28423 24394 0 -1 4202560 101 0 0 0 5 0 0 0 20 0 22 0 254557616 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710093629544 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28435] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28435/stat : 28435 (java) S 28421 28423 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254557617 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710092575864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28436] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28436/stat : 28436 (java) S 28421 28423 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557617 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710091523208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28437] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28437/stat : 28437 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557619 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710090471952 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28438] ppid=28421 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/28423/task/28438/stat : 28438 (java) R 28421 28423 24394 0 -1 4202560 12006 0 0 0 129 4 0 0 20 0 22 0 254557619 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710089409304 140710611349437 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28439] ppid=28421 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/28423/task/28439/stat : 28439 (java) S 28421 28423 24394 0 -1 4202560 8298 0 0 0 113 1 0 0 20 0 22 0 254557619 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710088366776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28440] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28440/stat : 28440 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557619 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710087314424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28441] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28441/stat : 28441 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557619 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710086262088 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28442] ppid=28421 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/28423/task/28442/stat : 28442 (java) R 28421 28423 24394 0 -1 4202560 27 0 0 0 228 0 0 0 20 0 22 0 254557677 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710085173344 140710461085904 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28443] ppid=28421 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/28423/task/28443/stat : 28443 (java) R 28421 28423 24394 0 -1 4202560 85 0 0 0 227 0 0 0 20 0 22 0 254557677 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710084120472 140710461118327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28444] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28444/stat : 28444 (java) S 28421 28423 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557680 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710083068968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28445] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28445/stat : 28445 (java) S 28421 28423 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557680 10060460032 64958 33554432000 1073741824 1073778376 140736347447392 140710082016424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 9824668

[startup+6.30077 s]
/proc/loadavg: 4.03 4.03 3.94 5/219 28445
/proc/meminfo: memFree=25768044/32873844 swapFree=6080/6080
[pid=28423] ppid=28421 vsize=9824668 CPUtime=14.64 cores=0,2,4,6
/proc/28423/stat : 28423 (java) S 28421 28423 24394 0 -1 4202496 24656 0 1 0 1447 17 0 0 20 0 22 0 254557613 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140736347438528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28423/statm: 2456167 100359 2286 9 0 2446860 0
[pid=28423/tid=28425] ppid=28421 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/28423/task/28425/stat : 28425 (java) S 28421 28423 24394 0 -1 4202560 2510 0 1 0 58 2 0 0 20 0 22 0 254557614 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710605505528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28426] ppid=28421 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28423/task/28426/stat : 28426 (java) S 28421 28423 24394 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 22 0 254557615 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710449293480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28427] ppid=28421 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/28423/task/28427/stat : 28427 (java) S 28421 28423 24394 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 22 0 254557615 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710448240936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28428] ppid=28421 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28423/task/28428/stat : 28428 (java) S 28421 28423 24394 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 254557615 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710447188392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28429] ppid=28421 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/28423/task/28429/stat : 28429 (java) S 28421 28423 24394 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 22 0 254557615 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710446135848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28430] ppid=28421 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28423/task/28430/stat : 28430 (java) S 28421 28423 24394 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 254557615 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710445083304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28431] ppid=28421 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/28423/task/28431/stat : 28431 (java) S 28421 28423 24394 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 22 0 254557615 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710107933480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28432] ppid=28421 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/28423/task/28432/stat : 28432 (java) S 28421 28423 24394 0 -1 4202560 25 0 0 0 5 2 0 0 20 0 22 0 254557615 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710106880936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28433] ppid=28421 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/28423/task/28433/stat : 28433 (java) S 28421 28423 24394 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 22 0 254557615 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710105828392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28434] ppid=28421 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/28423/task/28434/stat : 28434 (java) S 28421 28423 24394 0 -1 4202560 238 0 0 0 14 0 0 0 20 0 22 0 254557616 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710093629544 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28435] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28435/stat : 28435 (java) S 28421 28423 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254557617 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710092575864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28436] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28436/stat : 28436 (java) S 28421 28423 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557617 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710091523208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28437] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28437/stat : 28437 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557619 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710090471952 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28438] ppid=28421 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/28423/task/28438/stat : 28438 (java) S 28421 28423 24394 0 -1 4202560 12039 0 0 0 141 4 0 0 20 0 22 0 254557619 10060460032 100359 33554432000 1073741824 1073778376 140736347447392 140710089419320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/28423/statm: 2456167 881376 2287 9 0 2446860 0
[pid=28423/tid=28425] ppid=28421 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/28423/task/28425/stat : 28425 (java) S 28421 28423 24394 0 -1 4202560 2547 0 1 0 60 4 0 0 20 0 22 0 254557614 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710605505528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28426] ppid=28421 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/28423/task/28426/stat : 28426 (java) S 28421 28423 24394 0 -1 4202560 531 0 0 0 209 20 0 0 20 0 22 0 254557615 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710449293480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28427] ppid=28421 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/28423/task/28427/stat : 28427 (java) S 28421 28423 24394 0 -1 4202560 463 0 0 0 224 17 0 0 20 0 22 0 254557615 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710448240936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28428] ppid=28421 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/28423/task/28428/stat : 28428 (java) S 28421 28423 24394 0 -1 4202560 463 0 0 0 244 21 0 0 20 0 22 0 254557615 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710447188392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28429] ppid=28421 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/28423/task/28429/stat : 28429 (java) S 28421 28423 24394 0 -1 4202560 592 0 0 0 237 22 0 0 20 0 22 0 254557615 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710446135848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28430] ppid=28421 vsize=9824668 CPUtime=2.09 cores=0,2,4,6
/proc/28423/task/28430/stat : 28430 (java) S 28421 28423 24394 0 -1 4202560 522 0 0 0 194 15 0 0 20 0 22 0 254557615 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710445083304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28431] ppid=28421 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/28423/task/28431/stat : 28431 (java) S 28421 28423 24394 0 -1 4202560 440 0 0 0 251 20 0 0 20 0 22 0 254557615 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710107933480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28432] ppid=28421 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/28423/task/28432/stat : 28432 (java) S 28421 28423 24394 0 -1 4202560 684 0 0 0 242 23 0 0 20 0 22 0 254557615 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710106880936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28433] ppid=28421 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/28423/task/28433/stat : 28433 (java) S 28421 28423 24394 0 -1 4202560 599 0 0 0 230 20 0 0 20 0 22 0 254557615 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710105828392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28434] ppid=28421 vsize=9824668 CPUtime=46.36 cores=0,2,4,6
/proc/28423/task/28434/stat : 28434 (java) S 28421 28423 24394 0 -1 4202560 3250 0 0 0 4618 18 0 0 20 0 22 0 254557616 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710093629544 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28435] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28435/stat : 28435 (java) S 28421 28423 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254557617 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710092575864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28436] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28436/stat : 28436 (java) S 28421 28423 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557617 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710091523208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28437] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28437/stat : 28437 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557619 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710090471952 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28438] ppid=28421 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/28423/task/28438/stat : 28438 (java) S 28421 28423 24394 0 -1 4202560 12045 0 0 0 173 4 0 0 20 0 22 0 254557619 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710089419320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28439] ppid=28421 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/28423/task/28439/stat : 28439 (java) S 28421 28423 24394 0 -1 4202560 9793 0 0 0 150 1 0 0 20 0 22 0 254557619 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710088366776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28440] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28440/stat : 28440 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557619 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710087314424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28441] ppid=28421 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/28423/task/28441/stat : 28441 (java) S 28421 28423 24394 0 -1 4202560 51 0 0 0 10 16 0 0 20 0 22 0 254557619 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710086262088 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28442] ppid=28421 vsize=9824668 CPUtime=827.55 cores=0,2,4,6
/proc/28423/task/28442/stat : 28442 (java) R 28421 28423 24394 0 -1 4202560 105 0 0 0 82740 15 0 0 20 0 22 0 254557677 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710085173344 140710461207744 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28443] ppid=28421 vsize=9824668 CPUtime=827.51 cores=0,2,4,6
/proc/28423/task/28443/stat : 28443 (java) R 28421 28423 24394 0 -1 4202560 1474 0 0 0 82708 43 0 0 20 0 22 0 254557677 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710084118688 140710461322612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28444] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28444/stat : 28444 (java) S 28421 28423 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557680 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710083068968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28445] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28445/stat : 28445 (java) S 28421 28423 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557680 10060460032 881376 33554432000 1073741824 1073778376 140736347447392 140710082016424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1729.89
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.101 s]
/proc/loadavg: 3.86 3.91 3.93 5/219 28535
/proc/meminfo: memFree=21600884/32873844 swapFree=6080/6080
[pid=28423] ppid=28421 vsize=9824668 CPUtime=1800.19 cores=0,2,4,6
/proc/28423/stat : 28423 (java) S 28421 28423 24394 0 -1 4202496 34918 0 1 0 179778 241 0 0 20 0 22 0 254557613 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140736347438528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28423/statm: 2456167 890696 2287 9 0 2446860 0
[pid=28423/tid=28425] ppid=28421 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/28423/task/28425/stat : 28425 (java) S 28421 28423 24394 0 -1 4202560 2548 0 1 0 60 4 0 0 20 0 22 0 254557614 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710605505528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28426] ppid=28421 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/28423/task/28426/stat : 28426 (java) S 28421 28423 24394 0 -1 4202560 535 0 0 0 210 20 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710449293480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28427] ppid=28421 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/28423/task/28427/stat : 28427 (java) S 28421 28423 24394 0 -1 4202560 513 0 0 0 228 18 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710448240936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28428] ppid=28421 vsize=9824668 CPUtime=2.66 cores=0,2,4,6
/proc/28423/task/28428/stat : 28428 (java) S 28421 28423 24394 0 -1 4202560 464 0 0 0 245 21 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710447188392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28429] ppid=28421 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/28423/task/28429/stat : 28429 (java) S 28421 28423 24394 0 -1 4202560 635 0 0 0 237 22 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710446135848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28430] ppid=28421 vsize=9824668 CPUtime=2.1 cores=0,2,4,6
/proc/28423/task/28430/stat : 28430 (java) S 28421 28423 24394 0 -1 4202560 526 0 0 0 195 15 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710445083304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28431] ppid=28421 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/28423/task/28431/stat : 28431 (java) S 28421 28423 24394 0 -1 4202560 470 0 0 0 255 20 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710107933480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28432] ppid=28421 vsize=9824668 CPUtime=2.66 cores=0,2,4,6
/proc/28423/task/28432/stat : 28432 (java) S 28421 28423 24394 0 -1 4202560 689 0 0 0 242 24 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710106880936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28433] ppid=28421 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/28423/task/28433/stat : 28433 (java) S 28421 28423 24394 0 -1 4202560 622 0 0 0 234 21 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710105828392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28434] ppid=28421 vsize=9824668 CPUtime=47.77 cores=0,2,4,6
/proc/28423/task/28434/stat : 28434 (java) S 28421 28423 24394 0 -1 4202560 3259 0 0 0 4758 19 0 0 20 0 22 0 254557616 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710093629544 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28435] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28435/stat : 28435 (java) S 28421 28423 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254557617 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710092575864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28436] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28436/stat : 28436 (java) S 28421 28423 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557617 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710091523208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28437] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28437/stat : 28437 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557619 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710090471952 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28438] ppid=28421 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/28423/task/28438/stat : 28438 (java) S 28421 28423 24394 0 -1 4202560 12045 0 0 0 173 4 0 0 20 0 22 0 254557619 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710089419320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28439] ppid=28421 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/28423/task/28439/stat : 28439 (java) S 28421 28423 24394 0 -1 4202560 9793 0 0 0 150 1 0 0 20 0 22 0 254557619 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710088366776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28440] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28440/stat : 28440 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557619 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710087314424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28441] ppid=28421 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/28423/task/28441/stat : 28441 (java) S 28421 28423 24394 0 -1 4202560 53 0 0 0 11 17 0 0 20 0 22 0 254557619 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710086262088 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28442] ppid=28421 vsize=9824668 CPUtime=861.79 cores=0,2,4,6
/proc/28423/task/28442/stat : 28442 (java) R 28421 28423 24394 0 -1 4202560 105 0 0 0 86163 16 0 0 20 0 22 0 254557677 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710085173344 140710461234589 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28443] ppid=28421 vsize=9824668 CPUtime=861.76 cores=0,2,4,6
/proc/28423/task/28443/stat : 28443 (java) R 28421 28423 24394 0 -1 4202560 1474 0 0 0 86132 44 0 0 20 0 22 0 254557677 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710084118688 140710461322793 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28444] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28444/stat : 28444 (java) S 28421 28423 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557680 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710083068968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28445] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28445/stat : 28445 (java) S 28421 28423 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557680 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710082016424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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+918.101 s]
/proc/loadavg: 3.86 3.91 3.93 5/219 28535
/proc/meminfo: memFree=21600884/32873844 swapFree=6080/6080
[pid=28423] ppid=28421 vsize=9824668 CPUtime=1800.19 cores=0,2,4,6
/proc/28423/stat : 28423 (java) S 28421 28423 24394 0 -1 4202496 34918 0 1 0 179778 241 0 0 20 0 22 0 254557613 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140736347438528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28423/statm: 2456167 890696 2287 9 0 2446860 0
[pid=28423/tid=28425] ppid=28421 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/28423/task/28425/stat : 28425 (java) S 28421 28423 24394 0 -1 4202560 2548 0 1 0 60 4 0 0 20 0 22 0 254557614 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710605505528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28426] ppid=28421 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/28423/task/28426/stat : 28426 (java) S 28421 28423 24394 0 -1 4202560 535 0 0 0 210 20 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710449293480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28427] ppid=28421 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/28423/task/28427/stat : 28427 (java) S 28421 28423 24394 0 -1 4202560 513 0 0 0 228 18 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710448240936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28428] ppid=28421 vsize=9824668 CPUtime=2.66 cores=0,2,4,6
/proc/28423/task/28428/stat : 28428 (java) S 28421 28423 24394 0 -1 4202560 464 0 0 0 245 21 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710447188392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28429] ppid=28421 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/28423/task/28429/stat : 28429 (java) S 28421 28423 24394 0 -1 4202560 635 0 0 0 237 22 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710446135848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28430] ppid=28421 vsize=9824668 CPUtime=2.1 cores=0,2,4,6
/proc/28423/task/28430/stat : 28430 (java) S 28421 28423 24394 0 -1 4202560 526 0 0 0 195 15 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710445083304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28431] ppid=28421 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/28423/task/28431/stat : 28431 (java) S 28421 28423 24394 0 -1 4202560 470 0 0 0 255 20 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710107933480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28432] ppid=28421 vsize=9824668 CPUtime=2.66 cores=0,2,4,6
/proc/28423/task/28432/stat : 28432 (java) S 28421 28423 24394 0 -1 4202560 689 0 0 0 242 24 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710106880936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28433] ppid=28421 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/28423/task/28433/stat : 28433 (java) S 28421 28423 24394 0 -1 4202560 622 0 0 0 234 21 0 0 20 0 22 0 254557615 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710105828392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28434] ppid=28421 vsize=9824668 CPUtime=47.77 cores=0,2,4,6
/proc/28423/task/28434/stat : 28434 (java) S 28421 28423 24394 0 -1 4202560 3259 0 0 0 4758 19 0 0 20 0 22 0 254557616 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710093629544 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28435] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28435/stat : 28435 (java) S 28421 28423 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254557617 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710092575864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28436] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28436/stat : 28436 (java) S 28421 28423 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557617 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710091523208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28437] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28437/stat : 28437 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557619 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710090471952 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28438] ppid=28421 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/28423/task/28438/stat : 28438 (java) S 28421 28423 24394 0 -1 4202560 12045 0 0 0 173 4 0 0 20 0 22 0 254557619 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710089419320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28423/tid=28439] ppid=28421 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/28423/task/28439/stat : 28439 (java) S 28421 28423 24394 0 -1 4202560 9793 0 0 0 150 1 0 0 20 0 22 0 254557619 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710088366776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28440] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28440/stat : 28440 (java) S 28421 28423 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557619 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710087314424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28423/tid=28441] ppid=28421 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/28423/task/28441/stat : 28441 (java) S 28421 28423 24394 0 -1 4202560 53 0 0 0 11 17 0 0 20 0 22 0 254557619 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710086262088 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28442] ppid=28421 vsize=9824668 CPUtime=861.79 cores=0,2,4,6
/proc/28423/task/28442/stat : 28442 (java) R 28421 28423 24394 0 -1 4202560 105 0 0 0 86163 16 0 0 20 0 22 0 254557677 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710085173344 140710461234589 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28443] ppid=28421 vsize=9824668 CPUtime=861.76 cores=0,2,4,6
/proc/28423/task/28443/stat : 28443 (java) R 28421 28423 24394 0 -1 4202560 1474 0 0 0 86132 44 0 0 20 0 22 0 254557677 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710084118688 140710461322793 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28423/tid=28444] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28444/stat : 28444 (java) S 28421 28423 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557680 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710083068968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28423/tid=28445] ppid=28421 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28423/task/28445/stat : 28445 (java) S 28421 28423 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557680 10060460032 890696 33554432000 1073741824 1073778376 140736347447392 140710082016424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28423 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=187394
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=832569
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 918.17
CPU time (s): 1800.19
CPU user time (s): 1797.78
CPU system time (s): 2.41
CPU usage (%): 196.063
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.19
system time used= 2.83257
maximum resident set size= 3562904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34950
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25116
involuntary context switches= 37328

runsolver used 3.18052 second user time and 8.09577 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 20:32:11
IDJOB=3689694
IDBENCH=90196
IDSOLVER=2268
FILE ID=node139/3689694-1337884330
RUNJOBID= node139-1337871881-24410
PBS_JOBID= 14620065
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= 59945e7fb6f70b0a7aeb9a0267c89f72
RANDOM SEED=1153577194

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.750
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.750
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:       32873844 kB
MemFree:        26163364 kB
Buffers:          227016 kB
Cached:          2779772 kB
SwapCached:            0 kB
Active:          3385724 kB
Inactive:        2527528 kB
Active(anon):    2897656 kB
Inactive(anon):    11120 kB
Active(file):     488068 kB
Inactive(file):  2516408 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1608 kB
Writeback:             0 kB
AnonPages:       2912108 kB
Mapped:            22488 kB
Shmem:               200 kB
Slab:             653064 kB
SReclaimable:      95640 kB
SUnreclaim:       557424 kB
KernelStack:        1624 kB
PageTables:        10008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3227812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2844672 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= 71680 MiB
End job on node139 at 2012-05-24 20:47:31