Trace number 3689680

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.04 921.978

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K177.opb
MD5SUM8e674dc671e8e6c3e0a48d5fff5f7edd
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 variables21063
Total number of constraints21419
Number of constraints which are clauses21242
Number of constraints which are cardinality constraints (but not clauses)177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint177
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 178
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.2.v20120418
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization by upper bound
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c c --- End Solver configuration ---
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@7c64dc11
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3689680-1337884179.opb
0.06/0.14	c reading problem ... 
1.44/0.75	c ... done. Wall clock time 0.616s.
1.44/0.75	c declared #vars     21063
1.44/0.75	c #constraints  21419
1.44/0.75	c constraints type 
1.44/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18952
1.44/0.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 177
1.44/0.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.44/0.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2288
1.44/0.75	c 21419 constraints processed.
1.44/0.75	c constraints type 
1.44/0.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2288
1.44/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18952
1.44/0.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 177
1.44/0.76	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.44/0.76	c 21419 constraints processed.
8.53/3.58	c cleaning 2467 clauses out of 4992 with flag 5000/5000
14.76/6.57	c cleaning 4198 clauses out of 8522 with flag 11002/11002
21.37/9.88	c cleaning 5524 clauses out of 11316 with flag 18000/18000
28.36/13.32	c cleaning 6754 clauses out of 13791 with flag 26001/26001
34.99/16.74	c cleaning 7868 clauses out of 16035 with flag 35003/35003
43.71/21.11	c cleaning 8856 clauses out of 18158 with flag 45000/45000
52.95/25.89	c cleaning 9962 clauses out of 20297 with flag 56000/56000
63.58/31.25	c cleaning 11126 clauses out of 22328 with flag 68000/68000
75.07/37.14	c cleaning 11944 clauses out of 24200 with flag 81000/81000
86.43/42.91	c cleaning 12980 clauses out of 26259 with flag 95004/95004
99.99/49.90	c cleaning 13943 clauses out of 28276 with flag 110002/110002
114.96/57.45	c cleaning 15050 clauses out of 30331 with flag 126000/126000
131.00/65.68	c cleaning 15782 clauses out of 32276 with flag 143001/143001
145.90/73.20	c cleaning 16483 clauses out of 34488 with flag 161000/161000
163.84/82.32	c cleaning 16971 clauses out of 37002 with flag 180000/180000
181.68/91.43	c cleaning 18167 clauses out of 40030 with flag 200000/200000
200.86/101.40	c cleaning 18698 clauses out of 42862 with flag 221000/221000
219.87/111.09	c cleaning 19931 clauses out of 46161 with flag 243000/243000
239.84/121.22	c cleaning 20594 clauses out of 49227 with flag 266002/266002
259.41/131.29	c cleaning 21434 clauses out of 52628 with flag 290000/290000
283.48/143.65	c cleaning 22406 clauses out of 56194 with flag 315002/315002
310.48/157.39	c cleaning 24429 clauses out of 59787 with flag 341002/341002
336.44/170.58	c cleaning 24273 clauses out of 62354 with flag 368000/368000
364.61/184.85	c cleaning 25905 clauses out of 66081 with flag 396001/396001
391.00/198.45	c cleaning 26204 clauses out of 69173 with flag 425000/425000
420.68/213.53	c cleaning 27046 clauses out of 72967 with flag 455000/455000
449.58/228.97	c cleaning 28632 clauses out of 76919 with flag 486000/486000
479.86/244.54	c cleaning 29629 clauses out of 80287 with flag 518000/518000
494.89/252.42	c cleaning 0 clauses out of 5001 with flag 0/5001
511.72/261.20	c cleaning 29583 clauses out of 83658 with flag 551002/551002
548.21/279.76	c cleaning 30865 clauses out of 88073 with flag 585000/585000
583.33/297.94	c cleaning 31994 clauses out of 92207 with flag 620000/620000
622.39/317.88	c cleaning 32864 clauses out of 96211 with flag 656000/656000
664.28/339.15	c cleaning 33671 clauses out of 100347 with flag 693000/693000
703.76/359.25	c cleaning 34560 clauses out of 104676 with flag 731004/731004
745.09/380.53	c cleaning 35910 clauses out of 109108 with flag 770003/770003
790.05/403.43	c cleaning 36841 clauses out of 113193 with flag 810000/810000
828.56/423.16	c cleaning 38507 clauses out of 117348 with flag 851000/851000
872.33/445.54	c cleaning 38322 clauses out of 120842 with flag 893002/893002
925.98/473.14	c cleaning 40847 clauses out of 125524 with flag 936006/936006
973.87/497.66	c cleaning 40967 clauses out of 128671 with flag 980000/980000
1021.03/521.79	c cleaning 41059 clauses out of 132704 with flag 1025000/1025000
1070.54/547.04	c cleaning 42318 clauses out of 137645 with flag 1071000/1071000
1127.09/576.25	c cleaning 43858 clauses out of 142327 with flag 1118000/1118000
1177.92/602.17	c cleaning 44453 clauses out of 146467 with flag 1166000/1166000
1229.86/628.69	c cleaning 45069 clauses out of 151015 with flag 1215001/1215001
1289.55/660.44	c cleaning 46302 clauses out of 155944 with flag 1265000/1265000
1343.01/687.72	c cleaning 47949 clauses out of 160644 with flag 1316002/1316002
1398.82/716.18	c cleaning 48021 clauses out of 164693 with flag 1368000/1368000
1455.28/744.95	c cleaning 48674 clauses out of 169673 with flag 1421001/1421001
1524.14/780.24	c cleaning 50674 clauses out of 175003 with flag 1475006/1475006
1585.55/811.56	c cleaning 50697 clauses out of 179323 with flag 1530000/1530000
1644.73/841.89	c cleaning 51903 clauses out of 184626 with flag 1586001/1586001
1717.01/878.62	c cleaning 52699 clauses out of 189724 with flag 1643002/1643002
1787.70/915.07	c cleaning 54502 clauses out of 195023 with flag 1701000/1701000
1800.04/921.91	c starts		: 190
1800.04/921.91	c conflicts		: 1713269
1800.04/921.91	c decisions		: 47875930
1800.04/921.91	c propagations		: 1539412922
1800.04/921.91	c inspects		: 2695034247
1800.04/921.91	c shortcuts		: 0
1800.04/921.91	c learnt literals	: 114
1800.04/921.91	c learnt binary clauses	: 124879
1800.04/921.91	c learnt ternary clauses	: 117496
1800.04/921.91	c learnt constraints	: 1713154
1800.04/921.91	c ignored constraints	: 0
1800.04/921.91	c root simplifications	: 0
1800.04/921.91	c removed literals (reason simplification)	: 9916816
1800.04/921.91	c reason swapping (by a shorter reason)	: 0
1800.04/921.91	c Calls to reduceDB	: 54
1800.04/921.91	c number of reductions to clauses (during analyze)	: 0
1800.04/921.91	c number of learned constraints concerned by reduction	: 0
1800.04/921.91	c number of learning phase by resolution	: 0
1800.04/921.91	c number of learning phase by cutting planes	: 0
1800.04/921.91	c speed (assignments/second)	: 1671220.7916137879
1800.04/921.91	c non guided choices	53084
1800.04/921.95	c learnt constraints type 
1800.04/921.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 124881
1800.04/921.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28014
1800.04/921.95	c constraints type 
1800.04/921.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18952
1800.04/921.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 177
1800.04/921.95	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.04/921.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2288
1800.04/921.95	c 21419 constraints processed.
1800.04/921.95	c constraints type 
1800.04/921.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2288
1800.04/921.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18952
1800.04/921.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 177
1800.04/921.95	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.04/921.95	c 21419 constraints processed.
1800.04/921.95	s UNKNOWN
1800.04/921.95	c Total wall clock time (in seconds): 921.81

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-3689680-1337884179/watcher-3689680-1337884179 -o /tmp/evaluation-result-3689680-1337884179/solver-3689680-1337884179 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689680-1337884179.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.81 3.90 3.85 4/197 28756
/proc/meminfo: memFree=25910452/32873844 swapFree=7612/7612
[pid=28756] ppid=28754 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/28756/stat : 28756 (runsolver) D 28754 28756 25404 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 254542235 12095488 50 33554432000 4194304 5436572 140736682105520 140736682101816 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/28756/statm: 2953 50 31 304 0 2645 0

[startup+0.028039 s]
/proc/loadavg: 3.81 3.90 3.85 4/197 28756
/proc/meminfo: memFree=25910452/32873844 swapFree=7612/7612
[pid=28756] ppid=28754 vsize=149320 CPUtime=0 cores=0,2,4,6
/proc/28756/stat : 28756 (java) S 28754 28756 25404 0 -1 4202496 1435 0 1 0 0 0 0 0 20 0 2 0 254542235 152903680 1115 33554432000 1073741824 1073778376 140735983875920 140735983867056 251048001597 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28756/statm: 38146 1123 860 9 0 29255 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 149320

[startup+0.100236 s]
/proc/loadavg: 3.81 3.90 3.85 4/197 28756
/proc/meminfo: memFree=25910452/32873844 swapFree=7612/7612
[pid=28756] ppid=28754 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/28756/stat : 28756 (java) S 28754 28756 25404 0 -1 4202496 3364 0 1 0 6 0 0 0 20 0 18 0 254542235 9787813888 4572 33554432000 1073741824 1073778376 140735983875920 140735983867056 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28756/statm: 2389603 4572 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.300217 s]
/proc/loadavg: 3.81 3.90 3.85 4/197 28756
/proc/meminfo: memFree=25910452/32873844 swapFree=7612/7612
[pid=28756] ppid=28754 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/28756/stat : 28756 (java) S 28754 28756 25404 0 -1 4202496 6948 0 1 0 48 2 0 0 20 0 18 0 254542235 9787813888 9635 33554432000 1073741824 1073778376 140735983875920 140735983867056 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28756/statm: 2389603 9635 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700223 s]
/proc/loadavg: 3.81 3.90 3.85 4/197 28756
/proc/meminfo: memFree=25910452/32873844 swapFree=7612/7612
[pid=28756] ppid=28754 vsize=9558412 CPUtime=1.44 cores=0,2,4,6
/proc/28756/stat : 28756 (java) S 28754 28756 25404 0 -1 4202496 14727 0 1 0 138 6 0 0 20 0 18 0 254542235 9787813888 41608 33554432000 1073741824 1073778376 140735983875920 140735983867056 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28756/statm: 2389603 41608 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9558412

[startup+1.50079 s]
/proc/loadavg: 3.81 3.90 3.85 7/219 28778
/proc/meminfo: memFree=25731068/32873844 swapFree=7612/7612
[pid=28756] ppid=28754 vsize=9824668 CPUtime=4.23 cores=0,2,4,6
/proc/28756/stat : 28756 (java) S 28754 28756 25404 0 -1 4202496 19247 0 1 0 414 9 0 0 20 0 22 0 254542235 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140735983867056 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28756/statm: 2456167 47532 2271 9 0 2446860 0
[pid=28756/tid=28758] ppid=28754 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/28756/task/28758/stat : 28758 (java) S 28754 28756 25404 0 -1 4202560 2524 0 1 0 66 3 0 0 20 0 22 0 254542236 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585849861112 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28759] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28759/stat : 28759 (java) S 28754 28756 25404 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254542237 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585693747752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28760] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28760/stat : 28760 (java) S 28754 28756 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254542238 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585692694952 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28761] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28761/stat : 28761 (java) S 28754 28756 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254542238 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585691642152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28762] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28762/stat : 28762 (java) S 28754 28756 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254542238 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585690589352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28763] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28763/stat : 28763 (java) S 28754 28756 25404 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254542238 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585689537576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28764] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28764/stat : 28764 (java) S 28754 28756 25404 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254542238 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585352555432 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28765] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28765/stat : 28765 (java) S 28754 28756 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254542238 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585351502632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28766] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28766/stat : 28766 (java) S 28754 28756 25404 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254542238 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585350449832 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28767] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28767/stat : 28767 (java) S 28754 28756 25404 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585338251752 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28768] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28768/stat : 28768 (java) S 28754 28756 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585337197816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28769] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28769/stat : 28769 (java) S 28754 28756 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585336144904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28770] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28770/stat : 28770 (java) S 28754 28756 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254542242 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585335093392 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28771] ppid=28754 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/28756/task/28771/stat : 28771 (java) S 28754 28756 25404 0 -1 4202560 5721 0 0 0 95 2 0 0 20 0 22 0 254542242 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585334041528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28772] ppid=28754 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/28756/task/28772/stat : 28772 (java) S 28754 28756 25404 0 -1 4202560 9597 0 0 0 96 3 0 0 20 0 22 0 254542242 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585332988728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28773] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28773/stat : 28773 (java) S 28754 28756 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254542242 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585331936120 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28774] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28774/stat : 28774 (java) S 28754 28756 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254542242 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585330883528 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28775] ppid=28754 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/28756/task/28775/stat : 28775 (java) R 28754 28756 25404 0 -1 4202560 26 0 0 0 72 0 0 0 20 0 22 0 254542311 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585329795816 140585705802858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28776] ppid=28754 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/28756/task/28776/stat : 28776 (java) R 28754 28756 25404 0 -1 4202560 70 0 0 0 72 0 0 0 20 0 22 0 254542311 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585328740416 140585705877393 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28777] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28777/stat : 28777 (java) S 28754 28756 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254542313 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585327690664 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28778] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28778/stat : 28778 (java) S 28754 28756 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254542313 10060460032 47532 33554432000 1073741824 1073778376 140735983875920 140585326637864 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 3.98 3.93 3.86 10/219 28778
/proc/meminfo: memFree=25711612/32873844 swapFree=7612/7612
[pid=28756] ppid=28754 vsize=9824668 CPUtime=7.73 cores=0,2,4,6
/proc/28756/stat : 28756 (java) S 28754 28756 25404 0 -1 4202496 20628 0 1 0 758 15 0 0 20 0 22 0 254542235 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140735983867056 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28756/statm: 2456167 88053 2272 9 0 2446860 0
[pid=28756/tid=28758] ppid=28754 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/28756/task/28758/stat : 28758 (java) S 28754 28756 25404 0 -1 4202560 2524 0 1 0 66 3 0 0 20 0 22 0 254542236 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585849861112 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28759] ppid=28754 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28756/task/28759/stat : 28759 (java) S 28754 28756 25404 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 254542237 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585693747752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28760] ppid=28754 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28756/task/28760/stat : 28760 (java) S 28754 28756 25404 0 -1 4202560 116 0 0 0 4 0 0 0 20 0 22 0 254542238 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585692694952 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28761] ppid=28754 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28756/task/28761/stat : 28761 (java) S 28754 28756 25404 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254542238 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585691642152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28762] ppid=28754 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28756/task/28762/stat : 28762 (java) S 28754 28756 25404 0 -1 4202560 133 0 0 0 4 1 0 0 20 0 22 0 254542238 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585690589352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28763] ppid=28754 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28756/task/28763/stat : 28763 (java) S 28754 28756 25404 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 254542238 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585689537576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28764] ppid=28754 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28756/task/28764/stat : 28764 (java) S 28754 28756 25404 0 -1 4202560 56 0 0 0 2 0 0 0 20 0 22 0 254542238 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585352555432 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28765] ppid=28754 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28756/task/28765/stat : 28765 (java) S 28754 28756 25404 0 -1 4202560 56 0 0 0 1 0 0 0 20 0 22 0 254542238 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585351502632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28766] ppid=28754 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28756/task/28766/stat : 28766 (java) S 28754 28756 25404 0 -1 4202560 60 0 0 0 2 0 0 0 20 0 22 0 254542238 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585350449832 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28767] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28767/stat : 28767 (java) S 28754 28756 25404 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585338251752 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28768] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28768/stat : 28768 (java) S 28754 28756 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585337197816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28769] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28769/stat : 28769 (java) S 28754 28756 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585336144904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28770] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28770/stat : 28770 (java) S 28754 28756 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254542242 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585335093392 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28771] ppid=28754 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/28756/task/28771/stat : 28771 (java) S 28754 28756 25404 0 -1 4202560 5722 0 0 0 100 2 0 0 20 0 22 0 254542242 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585334041528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28772] ppid=28754 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/28756/task/28772/stat : 28772 (java) S 28754 28756 25404 0 -1 4202560 10358 0 0 0 110 3 0 0 20 0 22 0 254542242 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585332988728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28773] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28773/stat : 28773 (java) S 28754 28756 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254542242 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585331936120 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28774] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28774/stat : 28774 (java) S 28754 28756 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254542242 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585330883528 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28775] ppid=28754 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/28756/task/28775/stat : 28775 (java) R 28754 28756 25404 0 -1 4202560 27 0 0 0 225 0 0 0 20 0 22 0 254542311 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585329793448 140585705458523 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28776] ppid=28754 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/28756/task/28776/stat : 28776 (java) R 28754 28756 25404 0 -1 4202560 128 0 0 0 223 2 0 0 20 0 22 0 254542311 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585328741784 140585706053754 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28777] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28777/stat : 28777 (java) S 28754 28756 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254542313 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585327690664 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28778] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28778/stat : 28778 (java) S 28754 28756 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254542313 10060460032 88053 33554432000 1073741824 1073778376 140735983875920 140585326637864 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 9824668

[startup+6.30078 s]
/proc/loadavg: 3.98 3.93 3.86 5/219 28778
/proc/meminfo: memFree=25282872/32873844 swapFree=7612/7612
[pid=28756] ppid=28754 vsize=9824668 CPUtime=14.31 cores=0,2,4,6
/proc/28756/stat : 28756 (java) S 28754 28756 25404 0 -1 4202496 21388 0 1 0 1407 24 0 0 20 0 22 0 254542235 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140735983867056 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28756/statm: 2456167 158647 2285 9 0 2446860 0
[pid=28756/tid=28758] ppid=28754 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/28756/task/28758/stat : 28758 (java) S 28754 28756 25404 0 -1 4202560 2524 0 1 0 66 3 0 0 20 0 22 0 254542236 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585849861112 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28759] ppid=28754 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/28756/task/28759/stat : 28759 (java) S 28754 28756 25404 0 -1 4202560 58 0 0 0 4 3 0 0 20 0 22 0 254542237 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585693747752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28760] ppid=28754 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28756/task/28760/stat : 28760 (java) S 28754 28756 25404 0 -1 4202560 120 0 0 0 4 1 0 0 20 0 22 0 254542238 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585692694952 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28761] ppid=28754 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28756/task/28761/stat : 28761 (java) S 28754 28756 25404 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 22 0 254542238 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585691642152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28762] ppid=28754 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/28756/task/28762/stat : 28762 (java) S 28754 28756 25404 0 -1 4202560 160 0 0 0 7 3 0 0 20 0 22 0 254542238 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585690589352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28763] ppid=28754 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/28756/task/28763/stat : 28763 (java) S 28754 28756 25404 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 22 0 254542238 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585689537576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28764] ppid=28754 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28756/task/28764/stat : 28764 (java) S 28754 28756 25404 0 -1 4202560 76 0 0 0 4 1 0 0 20 0 22 0 254542238 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585352555432 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28765] ppid=28754 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28756/task/28765/stat : 28765 (java) S 28754 28756 25404 0 -1 4202560 71 0 0 0 4 0 0 0 20 0 22 0 254542238 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585351502632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28766] ppid=28754 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/28756/task/28766/stat : 28766 (java) S 28754 28756 25404 0 -1 4202560 93 0 0 0 7 2 0 0 20 0 22 0 254542238 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585350449832 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28767] ppid=28754 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/28756/task/28767/stat : 28767 (java) S 28754 28756 25404 0 -1 4202560 490 0 0 0 8 0 0 0 20 0 22 0 254542239 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585338251752 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28768] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28768/stat : 28768 (java) S 28754 28756 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585337197816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28769] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28769/stat : 28769 (java) S 28754 28756 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585336144904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28770] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28770/stat : 28770 (java) S 28754 28756 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254542242 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585335093392 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28771] ppid=28754 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/28756/task/28771/stat : 28771 (java) S 28754 28756 25404 0 -1 4202560 5725 0 0 0 112 2 0 0 20 0 22 0 254542242 10060460032 158647 33554432000 1073741824 1073778376 140735983875920 140585334041528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/28756/statm: 2456167 856527 2286 9 0 2446860 0
[pid=28756/tid=28758] ppid=28754 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/28756/task/28758/stat : 28758 (java) S 28754 28756 25404 0 -1 4202560 2564 0 1 0 69 4 0 0 20 0 22 0 254542236 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585849861112 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28759] ppid=28754 vsize=9824668 CPUtime=2.15 cores=0,2,4,6
/proc/28756/task/28759/stat : 28759 (java) S 28754 28756 25404 0 -1 4202560 673 0 0 0 200 15 0 0 20 0 22 0 254542237 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585693747752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28760] ppid=28754 vsize=9824668 CPUtime=2.13 cores=0,2,4,6
/proc/28756/task/28760/stat : 28760 (java) S 28754 28756 25404 0 -1 4202560 562 0 0 0 202 11 0 0 20 0 22 0 254542238 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585692694952 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28761] ppid=28754 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/28756/task/28761/stat : 28761 (java) S 28754 28756 25404 0 -1 4202560 808 0 0 0 211 9 0 0 20 0 22 0 254542238 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585691642152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28762] ppid=28754 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/28756/task/28762/stat : 28762 (java) S 28754 28756 25404 0 -1 4202560 563 0 0 0 183 12 0 0 20 0 22 0 254542238 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585690589352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28763] ppid=28754 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/28756/task/28763/stat : 28763 (java) S 28754 28756 25404 0 -1 4202560 358 0 0 0 192 10 0 0 20 0 22 0 254542238 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585689537576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28764] ppid=28754 vsize=9824668 CPUtime=2.14 cores=0,2,4,6
/proc/28756/task/28764/stat : 28764 (java) S 28754 28756 25404 0 -1 4202560 615 0 0 0 201 13 0 0 20 0 22 0 254542238 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585352555432 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28765] ppid=28754 vsize=9824668 CPUtime=2.17 cores=0,2,4,6
/proc/28756/task/28765/stat : 28765 (java) S 28754 28756 25404 0 -1 4202560 891 0 0 0 203 14 0 0 20 0 22 0 254542238 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585351502632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28766] ppid=28754 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/28756/task/28766/stat : 28766 (java) S 28754 28756 25404 0 -1 4202560 643 0 0 0 220 11 0 0 20 0 22 0 254542238 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585350449832 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28767] ppid=28754 vsize=9824668 CPUtime=52.36 cores=0,2,4,6
/proc/28756/task/28767/stat : 28767 (java) S 28754 28756 25404 0 -1 4202560 2834 0 0 0 5215 21 0 0 20 0 22 0 254542239 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585338251752 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28768] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28768/stat : 28768 (java) S 28754 28756 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585337197816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28769] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28769/stat : 28769 (java) S 28754 28756 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585336144904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28770] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28770/stat : 28770 (java) S 28754 28756 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254542242 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585335093392 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28771] ppid=28754 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/28756/task/28771/stat : 28771 (java) S 28754 28756 25404 0 -1 4202560 5727 0 0 0 130 2 0 0 20 0 22 0 254542242 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585334041528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28772] ppid=28754 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/28756/task/28772/stat : 28772 (java) S 28754 28756 25404 0 -1 4202560 14367 0 0 0 159 4 0 0 20 0 22 0 254542242 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585332988728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28773] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28773/stat : 28773 (java) S 28754 28756 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254542242 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585331936120 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28774] ppid=28754 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/28756/task/28774/stat : 28774 (java) S 28754 28756 25404 0 -1 4202560 51 0 0 0 19 15 0 0 20 0 22 0 254542242 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585330883528 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28775] ppid=28754 vsize=9824668 CPUtime=822.25 cores=0,2,4,6
/proc/28756/task/28775/stat : 28775 (java) R 28754 28756 25404 0 -1 4202560 68 0 0 0 82212 13 0 0 20 0 22 0 254542311 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585329795552 140585705707708 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28776] ppid=28754 vsize=9824668 CPUtime=822.19 cores=0,2,4,6
/proc/28756/task/28776/stat : 28776 (java) R 28754 28756 25404 0 -1 4202560 1905 0 0 0 82170 49 0 0 20 0 22 0 254542311 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585328740864 140585705559433 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28777] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28777/stat : 28777 (java) S 28754 28756 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254542313 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585327690664 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28778] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28778/stat : 28778 (java) S 28754 28756 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254542313 10060460032 856527 33554432000 1073741824 1073778376 140735983875920 140585326637864 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1722.1
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.901 s]
/proc/loadavg: 3.81 3.83 3.81 5/219 28868
/proc/meminfo: memFree=23507840/32873844 swapFree=7612/7612
[pid=28756] ppid=28754 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/28756/stat : 28756 (java) S 28754 28756 25404 0 -1 4202496 33972 0 1 0 179819 185 0 0 20 0 22 0 254542235 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140735983867056 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28756/statm: 2456167 867881 2286 9 0 2446860 0
[pid=28756/tid=28758] ppid=28754 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/28756/task/28758/stat : 28758 (java) S 28754 28756 25404 0 -1 4202560 2565 0 1 0 69 4 0 0 20 0 22 0 254542236 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585849861112 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28759] ppid=28754 vsize=9824668 CPUtime=2.23 cores=0,2,4,6
/proc/28756/task/28759/stat : 28759 (java) S 28754 28756 25404 0 -1 4202560 688 0 0 0 208 15 0 0 20 0 22 0 254542237 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585693747752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28760] ppid=28754 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/28756/task/28760/stat : 28760 (java) S 28754 28756 25404 0 -1 4202560 568 0 0 0 208 11 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585692694952 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28761] ppid=28754 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/28756/task/28761/stat : 28761 (java) S 28754 28756 25404 0 -1 4202560 817 0 0 0 217 9 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585691642152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28762] ppid=28754 vsize=9824668 CPUtime=2.05 cores=0,2,4,6
/proc/28756/task/28762/stat : 28762 (java) S 28754 28756 25404 0 -1 4202560 567 0 0 0 193 12 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585690589352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28763] ppid=28754 vsize=9824668 CPUtime=2.16 cores=0,2,4,6
/proc/28756/task/28763/stat : 28763 (java) S 28754 28756 25404 0 -1 4202560 373 0 0 0 206 10 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585689537576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28764] ppid=28754 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/28756/task/28764/stat : 28764 (java) S 28754 28756 25404 0 -1 4202560 620 0 0 0 205 13 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585352555432 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28765] ppid=28754 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/28756/task/28765/stat : 28765 (java) S 28754 28756 25404 0 -1 4202560 937 0 0 0 213 15 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585351502632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28766] ppid=28754 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/28756/task/28766/stat : 28766 (java) S 28754 28756 25404 0 -1 4202560 659 0 0 0 228 11 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585350449832 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28767] ppid=28754 vsize=9824668 CPUtime=53.94 cores=0,2,4,6
/proc/28756/task/28767/stat : 28767 (java) S 28754 28756 25404 0 -1 4202560 2867 0 0 0 5372 22 0 0 20 0 22 0 254542239 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585338251752 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28768] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28768/stat : 28768 (java) S 28754 28756 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585337197816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28769] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28769/stat : 28769 (java) S 28754 28756 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585336144904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28770] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28770/stat : 28770 (java) S 28754 28756 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254542242 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585335093392 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28771] ppid=28754 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/28756/task/28771/stat : 28771 (java) S 28754 28756 25404 0 -1 4202560 5727 0 0 0 130 2 0 0 20 0 22 0 254542242 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585334041528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28772] ppid=28754 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/28756/task/28772/stat : 28772 (java) S 28754 28756 25404 0 -1 4202560 14367 0 0 0 159 4 0 0 20 0 22 0 254542242 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585332988728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28773] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28773/stat : 28773 (java) S 28754 28756 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254542242 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585331936120 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28774] ppid=28754 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/28756/task/28774/stat : 28774 (java) S 28754 28756 25404 0 -1 4202560 53 0 0 0 20 16 0 0 20 0 22 0 254542242 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585330883528 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28775] ppid=28754 vsize=9824668 CPUtime=859.98 cores=0,2,4,6
/proc/28756/task/28775/stat : 28775 (java) R 28754 28756 25404 0 -1 4202560 68 0 0 0 85984 14 0 0 20 0 22 0 254542311 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585329795552 140585705820990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28776] ppid=28754 vsize=9824668 CPUtime=859.93 cores=0,2,4,6
/proc/28756/task/28776/stat : 28776 (java) R 28754 28756 25404 0 -1 4202560 1907 0 0 0 85943 50 0 0 20 0 22 0 254542311 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585328740864 140585705529737 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28777] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28777/stat : 28777 (java) S 28754 28756 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254542313 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585327690664 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28778] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28778/stat : 28778 (java) S 28754 28756 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254542313 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585326637864 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+921.901 s]
/proc/loadavg: 3.81 3.83 3.81 5/219 28868
/proc/meminfo: memFree=23507840/32873844 swapFree=7612/7612
[pid=28756] ppid=28754 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/28756/stat : 28756 (java) S 28754 28756 25404 0 -1 4202496 33972 0 1 0 179819 185 0 0 20 0 22 0 254542235 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140735983867056 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28756/statm: 2456167 867881 2286 9 0 2446860 0
[pid=28756/tid=28758] ppid=28754 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/28756/task/28758/stat : 28758 (java) S 28754 28756 25404 0 -1 4202560 2565 0 1 0 69 4 0 0 20 0 22 0 254542236 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585849861112 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28759] ppid=28754 vsize=9824668 CPUtime=2.23 cores=0,2,4,6
/proc/28756/task/28759/stat : 28759 (java) S 28754 28756 25404 0 -1 4202560 688 0 0 0 208 15 0 0 20 0 22 0 254542237 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585693747752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28760] ppid=28754 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/28756/task/28760/stat : 28760 (java) S 28754 28756 25404 0 -1 4202560 568 0 0 0 208 11 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585692694952 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28761] ppid=28754 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/28756/task/28761/stat : 28761 (java) S 28754 28756 25404 0 -1 4202560 817 0 0 0 217 9 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585691642152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28762] ppid=28754 vsize=9824668 CPUtime=2.05 cores=0,2,4,6
/proc/28756/task/28762/stat : 28762 (java) S 28754 28756 25404 0 -1 4202560 567 0 0 0 193 12 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585690589352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28763] ppid=28754 vsize=9824668 CPUtime=2.16 cores=0,2,4,6
/proc/28756/task/28763/stat : 28763 (java) S 28754 28756 25404 0 -1 4202560 373 0 0 0 206 10 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585689537576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28756/tid=28764] ppid=28754 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/28756/task/28764/stat : 28764 (java) S 28754 28756 25404 0 -1 4202560 620 0 0 0 205 13 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585352555432 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28765] ppid=28754 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/28756/task/28765/stat : 28765 (java) S 28754 28756 25404 0 -1 4202560 937 0 0 0 213 15 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585351502632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28766] ppid=28754 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/28756/task/28766/stat : 28766 (java) S 28754 28756 25404 0 -1 4202560 659 0 0 0 228 11 0 0 20 0 22 0 254542238 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585350449832 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28767] ppid=28754 vsize=9824668 CPUtime=53.94 cores=0,2,4,6
/proc/28756/task/28767/stat : 28767 (java) S 28754 28756 25404 0 -1 4202560 2867 0 0 0 5372 22 0 0 20 0 22 0 254542239 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585338251752 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28768] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28768/stat : 28768 (java) S 28754 28756 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585337197816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28769] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28769/stat : 28769 (java) S 28754 28756 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254542239 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585336144904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28770] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28770/stat : 28770 (java) S 28754 28756 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254542242 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585335093392 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28771] ppid=28754 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/28756/task/28771/stat : 28771 (java) S 28754 28756 25404 0 -1 4202560 5727 0 0 0 130 2 0 0 20 0 22 0 254542242 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585334041528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28772] ppid=28754 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/28756/task/28772/stat : 28772 (java) S 28754 28756 25404 0 -1 4202560 14367 0 0 0 159 4 0 0 20 0 22 0 254542242 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585332988728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28773] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28773/stat : 28773 (java) S 28754 28756 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254542242 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585331936120 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28774] ppid=28754 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/28756/task/28774/stat : 28774 (java) S 28754 28756 25404 0 -1 4202560 53 0 0 0 20 16 0 0 20 0 22 0 254542242 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585330883528 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28775] ppid=28754 vsize=9824668 CPUtime=859.98 cores=0,2,4,6
/proc/28756/task/28775/stat : 28775 (java) R 28754 28756 25404 0 -1 4202560 68 0 0 0 85984 14 0 0 20 0 22 0 254542311 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585329795552 140585705820990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28756/tid=28776] ppid=28754 vsize=9824668 CPUtime=859.93 cores=0,2,4,6
/proc/28756/task/28776/stat : 28776 (java) R 28754 28756 25404 0 -1 4202560 1907 0 0 0 85943 50 0 0 20 0 22 0 254542311 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585328740864 140585705529737 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28756/tid=28777] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28777/stat : 28777 (java) S 28754 28756 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254542313 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585327690664 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28756/tid=28778] ppid=28754 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28756/task/28778/stat : 28778 (java) S 28754 28756 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254542313 10060460032 867881 33554432000 1073741824 1073778376 140735983875920 140585326637864 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 921.978
CPU time (s): 1800.04
CPU user time (s): 1798.19
CPU system time (s): 1.85
CPU usage (%): 195.237
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.85
system time used= 2.25166
maximum resident set size= 3471644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34004
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= 24936
involuntary context switches= 32554

runsolver used 3.2545 second user time and 8.20075 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-24 20:29:39
IDJOB=3689680
IDBENCH=90182
IDSOLVER=2268
FILE ID=node143/3689680-1337884179
RUNJOBID= node143-1337871881-25421
PBS_JOBID= 14620061
Free space on /tmp= 71516 MiB

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

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

MD5SUM BENCH= 8e674dc671e8e6c3e0a48d5fff5f7edd
RANDOM SEED=414228331

node143.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.787
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.57
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.787
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.787
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.91
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.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        25910080 kB
Buffers:          229176 kB
Cached:          2566264 kB
SwapCached:            0 kB
Active:          3975684 kB
Inactive:        2202368 kB
Active(anon):    3385028 kB
Inactive(anon):        0 kB
Active(file):     590656 kB
Inactive(file):  2202368 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2060 kB
Writeback:             0 kB
AnonPages:       3389928 kB
Mapped:            22640 kB
Shmem:               200 kB
Slab:             639696 kB
SReclaimable:      82116 kB
SUnreclaim:       557580 kB
KernelStack:        1616 kB
PageTables:        10444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3566408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3311616 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= 71512 MiB
End job on node143 at 2012-05-24 20:45:03