Trace number 3689692

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 923.378

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K152.opb
MD5SUM6abb89533e60aa1ed19663db7c40a868
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 variables18088
Total number of constraints18394
Number of constraints which are clauses18242
Number of constraints which are cardinality constraints (but not clauses)152
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint152
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 153
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689692-1337884316.opb
0.08/0.13	c reading problem ... 
1.53/0.73	c ... done. Wall clock time 0.603s.
1.53/0.73	c declared #vars     18088
1.53/0.73	c #constraints  18394
1.53/0.73	c constraints type 
1.53/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16277
1.53/0.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 152
1.53/0.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.53/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1963
1.53/0.73	c 18394 constraints processed.
1.53/0.73	c constraints type 
1.53/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1963
1.53/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16277
1.53/0.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 152
1.53/0.73	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.53/0.73	c 18394 constraints processed.
7.39/2.98	c cleaning 2487 clauses out of 4992 with flag 5000/5000
12.58/5.21	c cleaning 4223 clauses out of 8503 with flag 11000/11000
17.37/7.65	c cleaning 5563 clauses out of 11276 with flag 18000/18000
23.39/10.63	c cleaning 6774 clauses out of 13710 with flag 26000/26000
29.71/13.84	c cleaning 7867 clauses out of 15932 with flag 35000/35000
37.03/17.53	c cleaning 8838 clauses out of 18062 with flag 45000/45000
45.54/21.88	c cleaning 9968 clauses out of 20220 with flag 56000/56000
55.42/26.88	c cleaning 10941 clauses out of 22258 with flag 68006/68006
65.57/32.02	c cleaning 11955 clauses out of 24310 with flag 81000/81000
76.79/37.75	c cleaning 12997 clauses out of 26355 with flag 95000/95000
87.59/43.29	c cleaning 14006 clauses out of 28352 with flag 110000/110000
99.98/49.52	c cleaning 14966 clauses out of 30345 with flag 126000/126000
113.38/56.49	c cleaning 15913 clauses out of 32379 with flag 143002/143002
127.70/63.72	c cleaning 17000 clauses out of 34464 with flag 161001/161001
144.26/72.10	c cleaning 18034 clauses out of 36466 with flag 180003/180003
163.66/81.98	c cleaning 19101 clauses out of 38428 with flag 200000/200000
179.71/90.25	c cleaning 19573 clauses out of 40327 with flag 221000/221000
197.38/99.27	c cleaning 20028 clauses out of 42751 with flag 243000/243000
216.44/108.93	c cleaning 21311 clauses out of 45722 with flag 266001/266001
236.65/119.23	c cleaning 22199 clauses out of 48410 with flag 290000/290000
262.57/132.52	c cleaning 22624 clauses out of 51211 with flag 315002/315002
286.24/144.53	c cleaning 23743 clauses out of 54584 with flag 341000/341000
311.81/157.95	c cleaning 25004 clauses out of 57843 with flag 368002/368002
338.21/171.53	c cleaning 26042 clauses out of 60832 with flag 396000/396000
365.81/185.67	c cleaning 26644 clauses out of 63793 with flag 425003/425003
374.37/190.26	c cleaning 0 clauses out of 5001 with flag 0/5001
395.94/201.28	c cleaning 27397 clauses out of 67145 with flag 455001/455001
423.92/215.75	c cleaning 29185 clauses out of 70750 with flag 486003/486003
454.92/231.51	c cleaning 29797 clauses out of 73562 with flag 518000/518000
488.10/248.48	c cleaning 30419 clauses out of 76764 with flag 551000/551000
523.03/266.24	c cleaning 31979 clauses out of 80345 with flag 585001/585001
562.24/286.49	c cleaning 32370 clauses out of 83367 with flag 620002/620002
596.13/303.79	c cleaning 33692 clauses out of 86997 with flag 656002/656002
653.55/332.79	c cleaning 35023 clauses out of 90303 with flag 693000/693000
689.33/351.07	c cleaning 35358 clauses out of 93274 with flag 731001/731001
727.36/370.83	c cleaning 35836 clauses out of 96918 with flag 770003/770003
768.10/391.65	c cleaning 37659 clauses out of 101082 with flag 810004/810004
808.37/412.28	c cleaning 38704 clauses out of 104419 with flag 851000/851000
845.65/431.33	c cleaning 38967 clauses out of 107714 with flag 893000/893000
887.95/453.27	c cleaning 40458 clauses out of 111747 with flag 936000/936000
929.00/474.22	c cleaning 41255 clauses out of 115292 with flag 980003/980003
979.00/500.94	c cleaning 42713 clauses out of 119034 with flag 1025000/1025000
1020.46/522.54	c cleaning 42665 clauses out of 122321 with flag 1071000/1071000
1068.64/547.20	c cleaning 44375 clauses out of 126655 with flag 1118000/1118000
1123.80/575.44	c cleaning 44690 clauses out of 130278 with flag 1166000/1166000
1187.83/608.04	c cleaning 45919 clauses out of 134587 with flag 1215000/1215000
1241.43/636.00	c cleaning 46737 clauses out of 138673 with flag 1265005/1265005
1293.66/662.86	c cleaning 47685 clauses out of 142931 with flag 1316000/1316000
1353.36/693.35	c cleaning 49410 clauses out of 147245 with flag 1368000/1368000
1454.89/744.68	c cleaning 50645 clauses out of 150834 with flag 1421000/1421000
1512.30/774.62	c cleaning 51168 clauses out of 154189 with flag 1475000/1475000
1569.99/804.27	c cleaning 52172 clauses out of 158021 with flag 1530000/1530000
1629.85/834.99	c cleaning 52726 clauses out of 161849 with flag 1586000/1586000
1692.60/867.10	c cleaning 53636 clauses out of 166126 with flag 1643003/1643003
1751.78/898.27	c cleaning 55105 clauses out of 170487 with flag 1701000/1701000
1800.19/923.31	c starts		: 206
1800.19/923.31	c conflicts		: 1749990
1800.19/923.31	c decisions		: 31569890
1800.19/923.31	c propagations		: 1327236685
1800.19/923.31	c inspects		: 2472194585
1800.19/923.31	c shortcuts		: 0
1800.19/923.31	c learnt literals	: 72
1800.19/923.31	c learnt binary clauses	: 102086
1800.19/923.31	c learnt ternary clauses	: 108595
1800.19/923.31	c learnt constraints	: 1749917
1800.19/923.31	c ignored constraints	: 0
1800.19/923.31	c root simplifications	: 0
1800.19/923.31	c removed literals (reason simplification)	: 15112963
1800.19/923.31	c reason swapping (by a shorter reason)	: 0
1800.19/923.31	c Calls to reduceDB	: 54
1800.19/923.31	c number of reductions to clauses (during analyze)	: 0
1800.19/923.31	c number of learned constraints concerned by reduction	: 0
1800.19/923.31	c number of learning phase by resolution	: 0
1800.19/923.31	c number of learning phase by cutting planes	: 0
1800.19/923.31	c speed (assignments/second)	: 1438654.780099593
1800.19/923.31	c non guided choices	31808
1800.19/923.35	c learnt constraints type 
1800.19/923.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 102089
1800.19/923.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62315
1800.19/923.35	c constraints type 
1800.19/923.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16277
1800.19/923.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 152
1800.19/923.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.19/923.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1963
1800.19/923.35	c 18394 constraints processed.
1800.19/923.35	c constraints type 
1800.19/923.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1963
1800.19/923.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16277
1800.19/923.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 152
1800.19/923.35	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.19/923.35	c 18394 constraints processed.
1800.19/923.35	s UNKNOWN
1800.19/923.35	c Total wall clock time (in seconds): 923.225

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-3689692-1337884316/watcher-3689692-1337884316 -o /tmp/evaluation-result-3689692-1337884316/solver-3689692-1337884316 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689692-1337884316.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.98 3.98 3.89 4/197 28585
/proc/meminfo: memFree=26356676/32873844 swapFree=7616/7616
[pid=28585] ppid=28583 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28585/stat : 28585 (java) D 28583 28585 23801 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254557236 9515008 183 33554432000 1073741824 1073778376 140733570702528 140733570693560 214369648309 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/28585/statm: 2323 183 140 9 0 71 0

[startup+0.0912511 s]
/proc/loadavg: 3.98 3.98 3.89 4/197 28585
/proc/meminfo: memFree=26356676/32873844 swapFree=7616/7616
[pid=28585] ppid=28583 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28583 28585 23801 0 -1 4202496 3372 0 1 0 6 0 0 0 20 0 18 0 254557236 9787813888 4580 33554432000 1073741824 1073778376 140733323368448 140733323359584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28585/statm: 2389603 4581 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100253 s]
/proc/loadavg: 3.98 3.98 3.89 4/197 28585
/proc/meminfo: memFree=26356676/32873844 swapFree=7616/7616
[pid=28585] ppid=28583 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28583 28585 23801 0 -1 4202496 4144 0 1 0 8 0 0 0 20 0 18 0 254557236 9787813888 5350 33554432000 1073741824 1073778376 140733323368448 140733323359584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28585/statm: 2389603 5350 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300224 s]
/proc/loadavg: 3.98 3.98 3.89 4/197 28585
/proc/meminfo: memFree=26356676/32873844 swapFree=7616/7616
[pid=28585] ppid=28583 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28583 28585 23801 0 -1 4202496 7620 0 1 0 52 1 0 0 20 0 18 0 254557236 9787813888 10485 33554432000 1073741824 1073778376 140733323368448 140733323359584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28585/statm: 2389603 10485 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700237 s]
/proc/loadavg: 3.98 3.98 3.89 4/197 28585
/proc/meminfo: memFree=26356676/32873844 swapFree=7616/7616
[pid=28585] ppid=28583 vsize=9558412 CPUtime=1.53 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28583 28585 23801 0 -1 4202496 14840 0 1 0 148 5 0 0 20 0 18 0 254557236 9787813888 40146 33554432000 1073741824 1073778376 140733323368448 140733323359584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28585/statm: 2389603 40146 2243 9 0 2380296 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9558412

[startup+1.50071 s]
/proc/loadavg: 3.98 3.98 3.89 7/219 28607
/proc/meminfo: memFree=26169924/32873844 swapFree=7616/7616
[pid=28585] ppid=28583 vsize=9824668 CPUtime=4.45 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28583 28585 23801 0 -1 4202496 22892 0 1 0 437 8 0 0 20 0 22 0 254557236 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140733323359584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28585/statm: 2456167 50820 2272 9 0 2446860 0
[pid=28585/tid=28587] ppid=28583 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/28585/task/28587/stat : 28587 (java) S 28583 28585 23801 0 -1 4202560 2522 0 1 0 66 2 0 0 20 0 22 0 254557237 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203741987832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28588] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28588/stat : 28588 (java) S 28583 28585 23801 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254557239 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203714440104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28589] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28589/stat : 28589 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557239 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203713387560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28590] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28590/stat : 28590 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557239 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203712334504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28591] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28591/stat : 28591 (java) S 28583 28585 23801 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254557239 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203711281960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28592] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28592/stat : 28592 (java) S 28583 28585 23801 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254557239 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203710228904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28593] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28593/stat : 28593 (java) S 28583 28585 23801 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254557239 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203709176360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28594] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28594/stat : 28594 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557239 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203708123304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28595] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28595/stat : 28595 (java) S 28583 28585 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254557239 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203707070760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28596] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28596/stat : 28596 (java) S 28583 28585 23801 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254557240 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203095202664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28597] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28597/stat : 28597 (java) S 28583 28585 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254557240 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203094148984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28598] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28598/stat : 28598 (java) S 28583 28585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557240 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203093095816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28599] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28599/stat : 28599 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557243 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203092044560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28600] ppid=28583 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/28585/task/28600/stat : 28600 (java) S 28583 28585 23801 0 -1 4202560 8814 0 0 0 104 2 0 0 20 0 22 0 254557243 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203090991416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28601] ppid=28583 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/28585/task/28601/stat : 28601 (java) S 28583 28585 23801 0 -1 4202560 10157 0 0 0 109 1 0 0 20 0 22 0 254557243 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203089938872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28602] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28602/stat : 28602 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557243 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203088886008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28603] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28603/stat : 28603 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557243 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203087833672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28604] ppid=28583 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/28585/task/28604/stat : 28604 (java) R 28583 28585 23801 0 -1 4202560 21 0 0 0 74 0 0 0 20 0 22 0 254557310 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203086778920 140203587963292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28605] ppid=28583 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/28585/task/28605/stat : 28605 (java) R 28583 28585 23801 0 -1 4202560 75 0 0 0 73 0 0 0 20 0 22 0 254557310 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203085726584 140203588268674 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28606] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28606/stat : 28606 (java) S 28583 28585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557313 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203084674344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28607] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28607/stat : 28607 (java) S 28583 28585 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557313 10060460032 50820 33554432000 1073741824 1073778376 140733323368448 140203083621800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9824668

[startup+3.10082 s]
/proc/loadavg: 3.98 3.98 3.89 5/219 28607
/proc/meminfo: memFree=26136084/32873844 swapFree=7616/7616
[pid=28585] ppid=28583 vsize=9824668 CPUtime=7.83 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28583 28585 23801 0 -1 4202496 23075 0 1 0 767 16 0 0 20 0 22 0 254557236 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140733323359584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28585/statm: 2456167 86704 2285 9 0 2446860 0
[pid=28585/tid=28587] ppid=28583 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/28585/task/28587/stat : 28587 (java) S 28583 28585 23801 0 -1 4202560 2522 0 1 0 66 2 0 0 20 0 22 0 254557237 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203741987832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28588] ppid=28583 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28585/task/28588/stat : 28588 (java) S 28583 28585 23801 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 22 0 254557239 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203714440104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28589] ppid=28583 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28585/task/28589/stat : 28589 (java) S 28583 28585 23801 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254557239 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203713387560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28590] ppid=28583 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28585/task/28590/stat : 28590 (java) S 28583 28585 23801 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254557239 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203712334504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28591] ppid=28583 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28585/task/28591/stat : 28591 (java) S 28583 28585 23801 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 254557239 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203711281960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28592] ppid=28583 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28585/task/28592/stat : 28592 (java) S 28583 28585 23801 0 -1 4202560 22 0 0 0 1 2 0 0 20 0 22 0 254557239 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203710228904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28593] ppid=28583 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28585/task/28593/stat : 28593 (java) S 28583 28585 23801 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254557239 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203709176360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28594] ppid=28583 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28585/task/28594/stat : 28594 (java) S 28583 28585 23801 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 22 0 254557239 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203708123304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28595] ppid=28583 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28585/task/28595/stat : 28595 (java) S 28583 28585 23801 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254557239 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203707070760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28596] ppid=28583 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/28585/task/28596/stat : 28596 (java) R 28583 28585 23801 0 -1 4202560 103 0 0 0 6 0 0 0 20 0 22 0 254557240 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203095202784 214373032373 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28597] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28597/stat : 28597 (java) S 28583 28585 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254557240 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203094148984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28598] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28598/stat : 28598 (java) S 28583 28585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557240 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203093095816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28599] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28599/stat : 28599 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557243 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203092044560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28600] ppid=28583 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/28585/task/28600/stat : 28600 (java) R 28583 28585 23801 0 -1 4202560 8819 0 0 0 112 2 0 0 20 0 22 0 254557243 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203090980936 140203744853504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28601] ppid=28583 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/28585/task/28601/stat : 28601 (java) S 28583 28585 23801 0 -1 4202560 10163 0 0 0 116 1 0 0 20 0 22 0 254557243 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203089938872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28602] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28602/stat : 28602 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557243 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203088886008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28603] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28603/stat : 28603 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557243 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203087833672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28604] ppid=28583 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/28585/task/28604/stat : 28604 (java) R 28583 28585 23801 0 -1 4202560 22 0 0 0 220 0 0 0 20 0 22 0 254557310 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203086779192 140203587703587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28605] ppid=28583 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/28585/task/28605/stat : 28605 (java) R 28583 28585 23801 0 -1 4202560 115 0 0 0 218 0 0 0 20 0 22 0 254557310 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203085724656 140203588268674 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28606] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28606/stat : 28606 (java) S 28583 28585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557313 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203084674344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28607] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28607/stat : 28607 (java) S 28583 28585 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557313 10060460032 86704 33554432000 1073741824 1073778376 140733323368448 140203083621800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 9824668

[startup+6.30071 s]
/proc/loadavg: 3.98 3.98 3.89 7/219 28607
/proc/meminfo: memFree=25959148/32873844 swapFree=7616/7616
[pid=28585] ppid=28583 vsize=9824668 CPUtime=14.75 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28583 28585 23801 0 -1 4202496 26006 0 1 0 1457 18 0 0 20 0 22 0 254557236 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140733323359584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28585/statm: 2456167 99386 2285 9 0 2446860 0
[pid=28585/tid=28587] ppid=28583 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/28585/task/28587/stat : 28587 (java) S 28583 28585 23801 0 -1 4202560 2522 0 1 0 66 2 0 0 20 0 22 0 254557237 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203741987832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28588] ppid=28583 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28585/task/28588/stat : 28588 (java) S 28583 28585 23801 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 22 0 254557239 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203714440104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28589] ppid=28583 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28585/task/28589/stat : 28589 (java) S 28583 28585 23801 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254557239 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203713387560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28590] ppid=28583 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28585/task/28590/stat : 28590 (java) S 28583 28585 23801 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254557239 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203712334504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28591] ppid=28583 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28585/task/28591/stat : 28591 (java) S 28583 28585 23801 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 254557239 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203711281960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28592] ppid=28583 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28585/task/28592/stat : 28592 (java) S 28583 28585 23801 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 22 0 254557239 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203710228904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28593] ppid=28583 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28585/task/28593/stat : 28593 (java) S 28583 28585 23801 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254557239 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203709176360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28594] ppid=28583 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28585/task/28594/stat : 28594 (java) S 28583 28585 23801 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 254557239 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203708123304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28595] ppid=28583 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28585/task/28595/stat : 28595 (java) S 28583 28585 23801 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 22 0 254557239 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203707070760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28596] ppid=28583 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/28585/task/28596/stat : 28596 (java) S 28583 28585 23801 0 -1 4202560 239 0 0 0 16 0 0 0 20 0 22 0 254557240 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203095202664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28597] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28597/stat : 28597 (java) S 28583 28585 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254557240 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203094148984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28598] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28598/stat : 28598 (java) S 28583 28585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557240 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203093095816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28599] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28599/stat : 28599 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557243 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203092044560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28600] ppid=28583 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/28585/task/28600/stat : 28600 (java) S 28583 28585 23801 0 -1 4202560 11581 0 0 0 159 2 0 0 20 0 22 0 254557243 10060460032 99386 33554432000 1073741824 1073778376 140733323368448 140203090991416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/28585/statm: 2456167 943745 2286 9 0 2446860 0
[pid=28585/tid=28587] ppid=28583 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/28585/task/28587/stat : 28587 (java) S 28583 28585 23801 0 -1 4202560 2550 0 1 0 68 4 0 0 20 0 22 0 254557237 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203741987832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28588] ppid=28583 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/28585/task/28588/stat : 28588 (java) S 28583 28585 23801 0 -1 4202560 491 0 0 0 231 18 0 0 20 0 22 0 254557239 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203714440104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28589] ppid=28583 vsize=9824668 CPUtime=2.69 cores=0,2,4,6
/proc/28585/task/28589/stat : 28589 (java) S 28583 28585 23801 0 -1 4202560 539 0 0 0 253 16 0 0 20 0 22 0 254557239 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203713387560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28590] ppid=28583 vsize=9824668 CPUtime=2.83 cores=0,2,4,6
/proc/28585/task/28590/stat : 28590 (java) S 28583 28585 23801 0 -1 4202560 971 0 0 0 263 20 0 0 20 0 22 0 254557239 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203712334504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28591] ppid=28583 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/28585/task/28591/stat : 28591 (java) S 28583 28585 23801 0 -1 4202560 482 0 0 0 236 18 0 0 20 0 22 0 254557239 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203711281960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28592] ppid=28583 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/28585/task/28592/stat : 28592 (java) S 28583 28585 23801 0 -1 4202560 792 0 0 0 236 21 0 0 20 0 22 0 254557239 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203710228904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28593] ppid=28583 vsize=9824668 CPUtime=2.82 cores=0,2,4,6
/proc/28585/task/28593/stat : 28593 (java) S 28583 28585 23801 0 -1 4202560 817 0 0 0 261 21 0 0 20 0 22 0 254557239 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203709176360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28594] ppid=28583 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/28585/task/28594/stat : 28594 (java) S 28583 28585 23801 0 -1 4202560 575 0 0 0 253 22 0 0 20 0 22 0 254557239 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203708123304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28595] ppid=28583 vsize=9824668 CPUtime=2.73 cores=0,2,4,6
/proc/28585/task/28595/stat : 28595 (java) S 28583 28585 23801 0 -1 4202560 781 0 0 0 251 22 0 0 20 0 22 0 254557239 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203707070760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28596] ppid=28583 vsize=9824668 CPUtime=57.36 cores=0,2,4,6
/proc/28585/task/28596/stat : 28596 (java) S 28583 28585 23801 0 -1 4202560 3933 0 0 0 5715 21 0 0 20 0 22 0 254557240 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203095202664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28597] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28597/stat : 28597 (java) S 28583 28585 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254557240 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203094148984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28598] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28598/stat : 28598 (java) S 28583 28585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557240 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203093095816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28599] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28599/stat : 28599 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557243 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203092044560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28600] ppid=28583 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/28585/task/28600/stat : 28600 (java) S 28583 28585 23801 0 -1 4202560 11585 0 0 0 173 3 0 0 20 0 22 0 254557243 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203090991416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28601] ppid=28583 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/28585/task/28601/stat : 28601 (java) S 28583 28585 23801 0 -1 4202560 10174 0 0 0 173 1 0 0 20 0 22 0 254557243 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203089938872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28602] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28602/stat : 28602 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557243 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203088886008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28603] ppid=28583 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/28585/task/28603/stat : 28603 (java) S 28583 28585 23801 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 254557243 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203087833672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28604] ppid=28583 vsize=9824668 CPUtime=816.09 cores=0,2,4,6
/proc/28585/task/28604/stat : 28604 (java) R 28583 28585 23801 0 -1 4202560 92 0 0 0 81596 13 0 0 20 0 22 0 254557310 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203086779232 140203587939643 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28605] ppid=28583 vsize=9824668 CPUtime=816.03 cores=0,2,4,6
/proc/28585/task/28605/stat : 28605 (java) R 28583 28585 23801 0 -1 4202560 980 0 0 0 81563 40 0 0 20 0 22 0 254557310 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203085724800 140203588052999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28606] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28606/stat : 28606 (java) S 28583 28585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557313 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203084674344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28607] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28607/stat : 28607 (java) S 28583 28585 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557313 10060460032 943745 33554432000 1073741824 1073778376 140733323368448 140203083621800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1719.91
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.301 s]
/proc/loadavg: 3.94 3.95 3.91 5/219 28802
/proc/meminfo: memFree=21337276/32873844 swapFree=7616/7616
[pid=28585] ppid=28583 vsize=9824668 CPUtime=1800.19 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28583 28585 23801 0 -1 4202496 36074 0 1 0 179785 234 0 0 20 0 22 0 254557236 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140733323359584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28585/statm: 2456167 952994 2286 9 0 2446860 0
[pid=28585/tid=28587] ppid=28583 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/28585/task/28587/stat : 28587 (java) S 28583 28585 23801 0 -1 4202560 2551 0 1 0 68 4 0 0 20 0 22 0 254557237 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203741987832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28588] ppid=28583 vsize=9824668 CPUtime=2.53 cores=0,2,4,6
/proc/28585/task/28588/stat : 28588 (java) S 28583 28585 23801 0 -1 4202560 497 0 0 0 235 18 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203714440104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28589] ppid=28583 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/28585/task/28589/stat : 28589 (java) S 28583 28585 23801 0 -1 4202560 541 0 0 0 263 16 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203713387560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28590] ppid=28583 vsize=9824668 CPUtime=2.86 cores=0,2,4,6
/proc/28585/task/28590/stat : 28590 (java) S 28583 28585 23801 0 -1 4202560 980 0 0 0 266 20 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203712334504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28591] ppid=28583 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/28585/task/28591/stat : 28591 (java) S 28583 28585 23801 0 -1 4202560 484 0 0 0 239 18 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203711281960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28592] ppid=28583 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/28585/task/28592/stat : 28592 (java) S 28583 28585 23801 0 -1 4202560 796 0 0 0 249 21 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203710228904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28593] ppid=28583 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/28585/task/28593/stat : 28593 (java) S 28583 28585 23801 0 -1 4202560 821 0 0 0 264 21 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203709176360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28594] ppid=28583 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/28585/task/28594/stat : 28594 (java) S 28583 28585 23801 0 -1 4202560 575 0 0 0 257 22 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203708123304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28595] ppid=28583 vsize=9824668 CPUtime=2.84 cores=0,2,4,6
/proc/28585/task/28595/stat : 28595 (java) S 28583 28585 23801 0 -1 4202560 782 0 0 0 262 22 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203707070760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28596] ppid=28583 vsize=9824668 CPUtime=59.31 cores=0,2,4,6
/proc/28585/task/28596/stat : 28596 (java) S 28583 28585 23801 0 -1 4202560 3973 0 0 0 5910 21 0 0 20 0 22 0 254557240 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203095202664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28597] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28597/stat : 28597 (java) S 28583 28585 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254557240 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203094148984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28598] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28598/stat : 28598 (java) S 28583 28585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557240 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203093095816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28599] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28599/stat : 28599 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557243 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203092044560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28600] ppid=28583 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/28585/task/28600/stat : 28600 (java) S 28583 28585 23801 0 -1 4202560 11585 0 0 0 173 3 0 0 20 0 22 0 254557243 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203090991416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28601] ppid=28583 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/28585/task/28601/stat : 28601 (java) S 28583 28585 23801 0 -1 4202560 10174 0 0 0 173 1 0 0 20 0 22 0 254557243 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203089938872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28602] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28602/stat : 28602 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557243 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203088886008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28603] ppid=28583 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/28585/task/28603/stat : 28603 (java) S 28583 28585 23801 0 -1 4202560 53 0 0 0 16 17 0 0 20 0 22 0 254557243 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203087833672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28604] ppid=28583 vsize=9824668 CPUtime=854.91 cores=0,2,4,6
/proc/28585/task/28604/stat : 28604 (java) R 28583 28585 23801 0 -1 4202560 92 0 0 0 85478 13 0 0 20 0 22 0 254557310 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203086779232 140203587652505 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28605] ppid=28583 vsize=9824668 CPUtime=854.84 cores=0,2,4,6
/proc/28585/task/28605/stat : 28605 (java) R 28583 28585 23801 0 -1 4202560 981 0 0 0 85444 40 0 0 20 0 22 0 254557310 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203085724496 140203588416274 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28606] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28606/stat : 28606 (java) S 28583 28585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557313 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203084674344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28607] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28607/stat : 28607 (java) S 28583 28585 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557313 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203083621800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 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+923.301 s]
/proc/loadavg: 3.94 3.95 3.91 5/219 28802
/proc/meminfo: memFree=21337276/32873844 swapFree=7616/7616
[pid=28585] ppid=28583 vsize=9824668 CPUtime=1800.19 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28583 28585 23801 0 -1 4202496 36074 0 1 0 179785 234 0 0 20 0 22 0 254557236 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140733323359584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28585/statm: 2456167 952994 2286 9 0 2446860 0
[pid=28585/tid=28587] ppid=28583 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/28585/task/28587/stat : 28587 (java) S 28583 28585 23801 0 -1 4202560 2551 0 1 0 68 4 0 0 20 0 22 0 254557237 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203741987832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28588] ppid=28583 vsize=9824668 CPUtime=2.53 cores=0,2,4,6
/proc/28585/task/28588/stat : 28588 (java) S 28583 28585 23801 0 -1 4202560 497 0 0 0 235 18 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203714440104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28589] ppid=28583 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/28585/task/28589/stat : 28589 (java) S 28583 28585 23801 0 -1 4202560 541 0 0 0 263 16 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203713387560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28590] ppid=28583 vsize=9824668 CPUtime=2.86 cores=0,2,4,6
/proc/28585/task/28590/stat : 28590 (java) S 28583 28585 23801 0 -1 4202560 980 0 0 0 266 20 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203712334504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28591] ppid=28583 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/28585/task/28591/stat : 28591 (java) S 28583 28585 23801 0 -1 4202560 484 0 0 0 239 18 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203711281960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28592] ppid=28583 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/28585/task/28592/stat : 28592 (java) S 28583 28585 23801 0 -1 4202560 796 0 0 0 249 21 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203710228904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28593] ppid=28583 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/28585/task/28593/stat : 28593 (java) S 28583 28585 23801 0 -1 4202560 821 0 0 0 264 21 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203709176360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28594] ppid=28583 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/28585/task/28594/stat : 28594 (java) S 28583 28585 23801 0 -1 4202560 575 0 0 0 257 22 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203708123304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28595] ppid=28583 vsize=9824668 CPUtime=2.84 cores=0,2,4,6
/proc/28585/task/28595/stat : 28595 (java) S 28583 28585 23801 0 -1 4202560 782 0 0 0 262 22 0 0 20 0 22 0 254557239 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203707070760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28596] ppid=28583 vsize=9824668 CPUtime=59.31 cores=0,2,4,6
/proc/28585/task/28596/stat : 28596 (java) S 28583 28585 23801 0 -1 4202560 3973 0 0 0 5910 21 0 0 20 0 22 0 254557240 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203095202664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28597] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28597/stat : 28597 (java) S 28583 28585 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254557240 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203094148984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28598] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28598/stat : 28598 (java) S 28583 28585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557240 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203093095816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28599] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28599/stat : 28599 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557243 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203092044560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28600] ppid=28583 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/28585/task/28600/stat : 28600 (java) S 28583 28585 23801 0 -1 4202560 11585 0 0 0 173 3 0 0 20 0 22 0 254557243 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203090991416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28601] ppid=28583 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/28585/task/28601/stat : 28601 (java) S 28583 28585 23801 0 -1 4202560 10174 0 0 0 173 1 0 0 20 0 22 0 254557243 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203089938872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28602] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28602/stat : 28602 (java) S 28583 28585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254557243 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203088886008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28603] ppid=28583 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/28585/task/28603/stat : 28603 (java) S 28583 28585 23801 0 -1 4202560 53 0 0 0 16 17 0 0 20 0 22 0 254557243 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203087833672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28604] ppid=28583 vsize=9824668 CPUtime=854.91 cores=0,2,4,6
/proc/28585/task/28604/stat : 28604 (java) R 28583 28585 23801 0 -1 4202560 92 0 0 0 85478 13 0 0 20 0 22 0 254557310 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203086779232 140203587652505 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28605] ppid=28583 vsize=9824668 CPUtime=854.84 cores=0,2,4,6
/proc/28585/task/28605/stat : 28605 (java) R 28583 28585 23801 0 -1 4202560 981 0 0 0 85444 40 0 0 20 0 22 0 254557310 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203085724496 140203588416274 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28606] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28606/stat : 28606 (java) S 28583 28585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254557313 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203084674344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28607] ppid=28583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28607/stat : 28607 (java) S 28583 28585 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254557313 10060460032 952994 33554432000 1073741824 1073778376 140733323368448 140203083621800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 28585 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=259383
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=752581
# CPU time returned by wait4() is 1796.01
# 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): 923.378
CPU time (s): 1800.19
CPU user time (s): 1797.85
CPU system time (s): 2.34
CPU usage (%): 194.957
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.26
system time used= 2.75258
maximum resident set size= 3812100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36107
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= 25093
involuntary context switches= 36604

runsolver used 3.90141 second user time and 7.83381 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 20:31:56
IDJOB=3689692
IDBENCH=90193
IDSOLVER=2268
FILE ID=node130/3689692-1337884316
RUNJOBID= node130-1337871881-23817
PBS_JOBID= 14620074
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= 6abb89533e60aa1ed19663db7c40a868
RANDOM SEED=2081723716

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26356940 kB
Buffers:          207272 kB
Cached:          2145100 kB
SwapCached:            0 kB
Active:          3892064 kB
Inactive:        1853108 kB
Active(anon):    3395096 kB
Inactive(anon):        0 kB
Active(file):     496968 kB
Inactive(file):  1853108 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:       3400200 kB
Mapped:            22556 kB
Shmem:               200 kB
Slab:             627900 kB
SReclaimable:      70092 kB
SUnreclaim:       557808 kB
KernelStack:        1640 kB
PageTables:        11212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3562376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3317760 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= 71668 MiB
End job on node130 at 2012-05-24 20:47:22