Trace number 3689658

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.2 912.769

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K126.opb
MD5SUM8617651a414bb8902c12959cc1c92372
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 variables14994
Total number of constraints15248
Number of constraints which are clauses15122
Number of constraints which are cardinality constraints (but not clauses)126
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint126
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 127
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689658-1337884040.opb
0.09/0.12	c reading problem ... 
1.29/0.65	c ... done. Wall clock time 0.528s.
1.29/0.65	c declared #vars     14994
1.29/0.65	c #constraints  15248
1.29/0.65	c constraints type 
1.29/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13495
1.29/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 126
1.29/0.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.29/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1625
1.29/0.65	c 15248 constraints processed.
1.29/0.65	c constraints type 
1.29/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1625
1.29/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13495
1.29/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 126
1.29/0.65	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.29/0.65	c 15248 constraints processed.
6.16/2.32	c cleaning 2492 clauses out of 4990 with flag 5000/5000
9.78/4.08	c cleaning 4233 clauses out of 8491 with flag 11000/11000
13.37/5.87	c cleaning 5566 clauses out of 11260 with flag 18004/18004
17.76/8.09	c cleaning 6798 clauses out of 13689 with flag 26000/26000
22.91/10.63	c cleaning 7843 clauses out of 15889 with flag 35000/35000
28.85/13.69	c cleaning 8918 clauses out of 18043 with flag 45000/45000
34.94/16.76	c cleaning 9937 clauses out of 20122 with flag 56001/56001
41.03/19.83	c cleaning 10973 clauses out of 22186 with flag 68004/68004
48.21/23.54	c cleaning 11970 clauses out of 24209 with flag 81000/81000
56.08/27.58	c cleaning 12953 clauses out of 26233 with flag 95000/95000
64.94/32.06	c cleaning 13980 clauses out of 28281 with flag 110002/110002
74.18/36.73	c cleaning 14911 clauses out of 30299 with flag 126000/126000
85.28/42.42	c cleaning 16044 clauses out of 32386 with flag 143001/143001
96.25/48.07	c cleaning 16987 clauses out of 34346 with flag 161005/161005
108.02/54.06	c cleaning 17977 clauses out of 36355 with flag 180002/180002
120.32/60.37	c cleaning 19009 clauses out of 38379 with flag 200003/200003
133.47/67.12	c cleaning 20007 clauses out of 40366 with flag 221000/221000
145.75/73.41	c cleaning 21011 clauses out of 42357 with flag 243000/243000
162.64/82.06	c cleaning 21912 clauses out of 44347 with flag 266002/266002
178.50/90.17	c cleaning 23003 clauses out of 46431 with flag 290000/290000
196.24/99.38	c cleaning 23865 clauses out of 48429 with flag 315001/315001
213.91/108.32	c cleaning 25032 clauses out of 50565 with flag 341002/341002
229.68/116.40	c cleaning 25123 clauses out of 52532 with flag 368001/368001
248.74/126.29	c cleaning 26342 clauses out of 55409 with flag 396002/396002
269.36/136.92	c cleaning 27291 clauses out of 58065 with flag 425000/425000
288.67/146.84	c cleaning 27899 clauses out of 60773 with flag 455000/455000
313.59/159.51	c cleaning 29399 clauses out of 63874 with flag 486000/486000
335.12/170.59	c cleaning 30032 clauses out of 66474 with flag 518000/518000
355.27/181.05	c cleaning 30981 clauses out of 69442 with flag 551000/551000
377.18/192.22	c cleaning 32068 clauses out of 72461 with flag 585000/585000
403.69/205.72	c cleaning 33097 clauses out of 75392 with flag 620000/620000
428.39/218.31	c cleaning 33777 clauses out of 78298 with flag 656003/656003
455.00/232.06	c cleaning 35345 clauses out of 81517 with flag 693000/693000
479.70/244.61	c cleaning 35711 clauses out of 84172 with flag 731000/731000
508.59/259.38	c cleaning 37190 clauses out of 87461 with flag 770000/770000
537.30/273.96	c cleaning 37845 clauses out of 90271 with flag 810001/810001
573.47/292.46	c cleaning 38880 clauses out of 93425 with flag 851000/851000
619.19/315.50	c cleaning 39911 clauses out of 96545 with flag 893000/893000
657.29/334.89	c cleaning 40525 clauses out of 99635 with flag 936001/936001
690.46/351.63	c cleaning 41586 clauses out of 103109 with flag 980000/980000
720.43/367.02	c cleaning 42230 clauses out of 106525 with flag 1025002/1025002
752.32/383.21	c cleaning 43608 clauses out of 110291 with flag 1071000/1071000
808.29/411.41	c cleaning 45358 clauses out of 113684 with flag 1118001/1118001
851.20/433.14	c cleaning 45603 clauses out of 116329 with flag 1166004/1166004
889.76/452.87	c cleaning 46133 clauses out of 119723 with flag 1215001/1215001
940.24/478.36	c cleaning 47586 clauses out of 123589 with flag 1265000/1265000
993.11/505.01	c cleaning 49017 clauses out of 127003 with flag 1316000/1316000
1036.36/527.00	c cleaning 49196 clauses out of 129986 with flag 1368000/1368000
1095.44/556.90	c cleaning 50676 clauses out of 133792 with flag 1421002/1421002
1175.94/597.43	c cleaning 52034 clauses out of 137114 with flag 1475000/1475000
1218.57/619.01	c cleaning 52270 clauses out of 140081 with flag 1530001/1530001
1265.20/642.68	c cleaning 53639 clauses out of 143808 with flag 1586001/1586001
1310.11/665.57	c cleaning 54246 clauses out of 147167 with flag 1643000/1643000
1362.78/692.14	c cleaning 55178 clauses out of 150923 with flag 1701003/1701003
1426.61/724.32	c cleaning 56640 clauses out of 154742 with flag 1760000/1760000
1523.23/772.99	c cleaning 57894 clauses out of 158104 with flag 1820002/1820002
1584.11/803.81	c cleaning 58839 clauses out of 161208 with flag 1881000/1881000
1677.35/850.76	c cleaning 59813 clauses out of 164372 with flag 1943003/1943003
1752.36/888.59	c cleaning 61477 clauses out of 167558 with flag 2006002/2006002
1800.20/912.71	c starts		: 210
1800.20/912.71	c conflicts		: 2052379
1800.20/912.71	c decisions		: 21523498
1800.20/912.71	c propagations		: 1466476576
1800.20/912.71	c inspects		: 3150804005
1800.20/912.71	c shortcuts		: 0
1800.20/912.71	c learnt literals	: 61
1800.20/912.71	c learnt binary clauses	: 90680
1800.20/912.71	c learnt ternary clauses	: 107416
1800.20/912.71	c learnt constraints	: 2052317
1800.20/912.71	c ignored constraints	: 0
1800.20/912.71	c root simplifications	: 0
1800.20/912.71	c removed literals (reason simplification)	: 31965913
1800.20/912.71	c reason swapping (by a shorter reason)	: 0
1800.20/912.71	c Calls to reduceDB	: 59
1800.20/912.71	c number of reductions to clauses (during analyze)	: 0
1800.20/912.71	c number of learned constraints concerned by reduction	: 0
1800.20/912.71	c number of learning phase by resolution	: 0
1800.20/912.71	c number of learning phase by cutting planes	: 0
1800.20/912.71	c speed (assignments/second)	: 1607908.1805622561
1800.20/912.71	c non guided choices	4838
1800.20/912.75	c learnt constraints type 
1800.20/912.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 90680
1800.20/912.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 61816
1800.20/912.75	c constraints type 
1800.20/912.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13495
1800.20/912.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 126
1800.20/912.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.20/912.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1625
1800.20/912.75	c 15248 constraints processed.
1800.20/912.75	c constraints type 
1800.20/912.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1625
1800.20/912.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13495
1800.20/912.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 126
1800.20/912.75	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.20/912.75	c 15248 constraints processed.
1800.20/912.75	s UNKNOWN
1800.20/912.75	c Total wall clock time (in seconds): 912.635

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-3689658-1337884040/watcher-3689658-1337884040 -o /tmp/evaluation-result-3689658-1337884040/solver-3689658-1337884040 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689658-1337884040.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.64 3.85 3.81 4/197 30123
/proc/meminfo: memFree=27774380/32873648 swapFree=6596/6596
[pid=30123] ppid=30121 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30123/stat : 30123 (java) R 30121 30123 25418 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 254528517 9515008 185 33554432000 1073741824 1073778376 140733602804800 140733602796024 212073082295 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30123/statm: 2323 185 142 9 0 71 0

[startup+0.054638 s]
/proc/loadavg: 3.64 3.85 3.81 4/197 30123
/proc/meminfo: memFree=27774380/32873648 swapFree=6596/6596
[pid=30123] ppid=30121 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/30123/stat : 30123 (java) S 30121 30123 25418 0 -1 4202496 3070 0 1 0 2 0 0 0 20 0 13 0 254528517 9446973440 3767 33554432000 1073741824 1073778376 140733497472448 140733497463584 212076625981 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30123/statm: 2306390 3767 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100256 s]
/proc/loadavg: 3.64 3.85 3.81 4/197 30123
/proc/meminfo: memFree=27774380/32873648 swapFree=6596/6596
[pid=30123] ppid=30121 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/30123/stat : 30123 (java) S 30121 30123 25418 0 -1 4202496 4266 0 1 0 8 1 0 0 20 0 18 0 254528517 9787813888 5463 33554432000 1073741824 1073778376 140733497472448 140733497463584 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30123/statm: 2389603 5463 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300226 s]
/proc/loadavg: 3.64 3.85 3.81 4/197 30123
/proc/meminfo: memFree=27774380/32873648 swapFree=6596/6596
[pid=30123] ppid=30121 vsize=9558412 CPUtime=0.56 cores=0,2,4,6
/proc/30123/stat : 30123 (java) S 30121 30123 25418 0 -1 4202496 7588 0 1 0 54 2 0 0 20 0 18 0 254528517 9787813888 11410 33554432000 1073741824 1073778376 140733497472448 140733497463584 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30123/statm: 2389603 11410 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700165 s]
/proc/loadavg: 3.64 3.85 3.81 4/197 30123
/proc/meminfo: memFree=27774380/32873648 swapFree=6596/6596
[pid=30123] ppid=30121 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/30123/stat : 30123 (java) S 30121 30123 25418 0 -1 4202496 14928 0 1 0 158 5 0 0 20 0 22 0 254528517 10060460032 38915 33554432000 1073741824 1073778376 140733497472448 140733497463584 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30123/statm: 2456167 38915 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9824668

[startup+1.50074 s]
/proc/loadavg: 3.64 3.85 3.81 5/219 30145
/proc/meminfo: memFree=27616460/32873648 swapFree=6596/6596
[pid=30123] ppid=30121 vsize=9824668 CPUtime=4.42 cores=0,2,4,6
/proc/30123/stat : 30123 (java) S 30121 30123 25418 0 -1 4202496 20512 0 1 0 434 8 0 0 20 0 22 0 254528517 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140733497463584 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30123/statm: 2456167 48297 2272 9 0 2446860 0
[pid=30123/tid=30125] ppid=30121 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/30123/task/30125/stat : 30125 (java) S 30121 30123 25418 0 -1 4202560 2505 0 1 0 59 3 0 0 20 0 22 0 254528518 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287503938552 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30126] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30126/stat : 30126 (java) S 30121 30123 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254528519 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287465429672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30127] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30127/stat : 30127 (java) S 30121 30123 25418 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254528519 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287464377128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30128] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30128/stat : 30128 (java) S 30121 30123 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254528519 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287463324584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30129] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30129/stat : 30129 (java) S 30121 30123 25418 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254528519 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287462272040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30130] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30130/stat : 30130 (java) S 30121 30123 25418 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254528519 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287461218472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30131] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30131/stat : 30131 (java) S 30121 30123 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254528519 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287460165928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30132] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30132/stat : 30132 (java) S 30121 30123 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254528519 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287459113384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30133] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30133/stat : 30133 (java) S 30121 30123 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254528519 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287458060840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30134] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30134/stat : 30134 (java) S 30121 30123 25418 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254528520 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287327722088 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30135] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30135/stat : 30135 (java) S 30121 30123 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254528521 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287326668408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30136] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30136/stat : 30136 (java) S 30121 30123 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254528521 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287325615752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30137] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30137/stat : 30137 (java) S 30121 30123 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254528523 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287324564496 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30138] ppid=30121 vsize=9824668 CPUtime=0.91 cores=0,2,4,6
/proc/30123/task/30138/stat : 30138 (java) R 30121 30123 25418 0 -1 4202560 6285 0 0 0 91 0 0 0 20 0 22 0 254528523 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140287323510720 140287511672624 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30139] ppid=30121 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/30123/task/30139/stat : 30139 (java) R 30121 30123 25418 0 -1 4202560 10297 0 0 0 111 2 0 0 20 0 22 0 254528523 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140286449661280 140287508029749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30140] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30140/stat : 30140 (java) S 30121 30123 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254528523 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140286448622072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30141] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30141/stat : 30141 (java) S 30121 30123 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254528524 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140286447569736 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30142] ppid=30121 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/30123/task/30142/stat : 30142 (java) R 30121 30123 25418 0 -1 4202560 29 0 0 0 80 0 0 0 20 0 22 0 254528582 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140286446515096 140287339140994 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30143] ppid=30121 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/30123/task/30143/stat : 30143 (java) R 30121 30123 25418 0 -1 4202560 85 0 0 0 80 0 0 0 20 0 22 0 254528583 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140286445460744 140287339726580 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30144] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30144/stat : 30144 (java) S 30121 30123 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254528585 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140286444410408 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30145] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30145/stat : 30145 (java) S 30121 30123 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254528585 10060460032 48297 33554432000 1073741824 1073778376 140733497472448 140286443357864 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 3.64 3.85 3.81 5/219 30145
/proc/meminfo: memFree=27585912/32873648 swapFree=6596/6596
[pid=30123] ppid=30121 vsize=9824668 CPUtime=7.8 cores=0,2,4,6
/proc/30123/stat : 30123 (java) S 30121 30123 25418 0 -1 4202496 21554 0 1 0 770 10 0 0 20 0 22 0 254528517 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140733497463584 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30123/statm: 2456167 58758 2285 9 0 2446860 0
[pid=30123/tid=30125] ppid=30121 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/30123/task/30125/stat : 30125 (java) S 30121 30123 25418 0 -1 4202560 2506 0 1 0 59 3 0 0 20 0 22 0 254528518 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287503938552 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30126] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30126/stat : 30126 (java) S 30121 30123 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254528519 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287465429672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30127] ppid=30121 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/30123/task/30127/stat : 30127 (java) S 30121 30123 25418 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254528519 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287464377128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30128] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30128/stat : 30128 (java) S 30121 30123 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254528519 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287463324584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30129] ppid=30121 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/30123/task/30129/stat : 30129 (java) S 30121 30123 25418 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254528519 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287462272040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30130] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30130/stat : 30130 (java) S 30121 30123 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254528519 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287461218472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30131] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30131/stat : 30131 (java) S 30121 30123 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254528519 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287460165928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30132] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30132/stat : 30132 (java) S 30121 30123 25418 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254528519 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287459113384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30133] ppid=30121 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/30123/task/30133/stat : 30133 (java) S 30121 30123 25418 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254528519 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287458060840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30134] ppid=30121 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/30123/task/30134/stat : 30134 (java) S 30121 30123 25418 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 22 0 254528520 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287327722088 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30135] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30135/stat : 30135 (java) S 30121 30123 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254528521 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287326668408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30136] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30136/stat : 30136 (java) S 30121 30123 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254528521 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287325615752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30137] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30137/stat : 30137 (java) S 30121 30123 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254528523 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287324564496 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30138] ppid=30121 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/30123/task/30138/stat : 30138 (java) S 30121 30123 25418 0 -1 4202560 7230 0 0 0 104 0 0 0 20 0 22 0 254528523 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140287323510840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30139] ppid=30121 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/30123/task/30139/stat : 30139 (java) S 30121 30123 25418 0 -1 4202560 10328 0 0 0 120 3 0 0 20 0 22 0 254528523 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140286449674424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30140] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30140/stat : 30140 (java) S 30121 30123 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254528523 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140286448622072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30141] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30141/stat : 30141 (java) S 30121 30123 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254528524 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140286447569736 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30142] ppid=30121 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/30123/task/30142/stat : 30142 (java) R 30121 30123 25418 0 -1 4202560 29 0 0 0 231 0 0 0 20 0 22 0 254528582 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140286446514784 140287339853768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30143] ppid=30121 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/30123/task/30143/stat : 30143 (java) R 30121 30123 25418 0 -1 4202560 85 0 0 0 230 0 0 0 20 0 22 0 254528583 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140286445462472 140287340002258 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30144] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30144/stat : 30144 (java) S 30121 30123 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254528585 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140286444410408 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30145] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30145/stat : 30145 (java) S 30121 30123 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254528585 10060460032 58758 33554432000 1073741824 1073778376 140733497472448 140286443357864 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 9824668

[startup+6.30071 s]
/proc/loadavg: 3.75 3.87 3.81 5/219 30145
/proc/meminfo: memFree=27510692/32873648 swapFree=6596/6596
[pid=30123] ppid=30121 vsize=9824668 CPUtime=14.3 cores=0,2,4,6
/proc/30123/stat : 30123 (java) S 30121 30123 25418 0 -1 4202496 22065 0 1 0 1417 13 0 0 20 0 22 0 254528517 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140733497463584 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30123/statm: 2456167 81416 2285 9 0 2446860 0
[pid=30123/tid=30125] ppid=30121 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/30123/task/30125/stat : 30125 (java) S 30121 30123 25418 0 -1 4202560 2507 0 1 0 59 3 0 0 20 0 22 0 254528518 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287503938552 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30126] ppid=30121 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/30123/task/30126/stat : 30126 (java) S 30121 30123 25418 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254528519 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287465429672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30127] ppid=30121 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/30123/task/30127/stat : 30127 (java) S 30121 30123 25418 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 254528519 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287464377128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30128] ppid=30121 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/30123/task/30128/stat : 30128 (java) S 30121 30123 25418 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 254528519 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287463324584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30129] ppid=30121 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/30123/task/30129/stat : 30129 (java) S 30121 30123 25418 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 254528519 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287462272040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30130] ppid=30121 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/30123/task/30130/stat : 30130 (java) S 30121 30123 25418 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254528519 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287461218472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30131] ppid=30121 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/30123/task/30131/stat : 30131 (java) S 30121 30123 25418 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254528519 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287460165928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30132] ppid=30121 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/30123/task/30132/stat : 30132 (java) S 30121 30123 25418 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 254528519 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287459113384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30133] ppid=30121 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/30123/task/30133/stat : 30133 (java) S 30121 30123 25418 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 254528519 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287458060840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30134] ppid=30121 vsize=9824668 CPUtime=0.21 cores=0,2,4,6
/proc/30123/task/30134/stat : 30134 (java) S 30121 30123 25418 0 -1 4202560 117 0 0 0 19 2 0 0 20 0 22 0 254528520 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287327722088 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30135] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30135/stat : 30135 (java) S 30121 30123 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254528521 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287326668408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30136] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30136/stat : 30136 (java) S 30121 30123 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254528521 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287325615752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30137] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30137/stat : 30137 (java) S 30121 30123 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254528523 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287324564496 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30138] ppid=30121 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/30123/task/30138/stat : 30138 (java) S 30121 30123 25418 0 -1 4202560 7647 0 0 0 118 0 0 0 20 0 22 0 254528523 10060460032 81416 33554432000 1073741824 1073778376 140733497472448 140287323510840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/30123/statm: 2456167 579741 2286 9 0 2446860 0
[pid=30123/tid=30125] ppid=30121 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/30123/task/30125/stat : 30125 (java) S 30121 30123 25418 0 -1 4202560 2551 0 1 0 61 4 0 0 20 0 22 0 254528518 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287503938552 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30126] ppid=30121 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/30123/task/30126/stat : 30126 (java) S 30121 30123 25418 0 -1 4202560 219 0 0 0 61 5 0 0 20 0 22 0 254528519 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287465429672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30127] ppid=30121 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/30123/task/30127/stat : 30127 (java) S 30121 30123 25418 0 -1 4202560 548 0 0 0 50 5 0 0 20 0 22 0 254528519 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287464377128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30128] ppid=30121 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/30123/task/30128/stat : 30128 (java) S 30121 30123 25418 0 -1 4202560 406 0 0 0 61 4 0 0 20 0 22 0 254528519 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287463324584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30129] ppid=30121 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/30123/task/30129/stat : 30129 (java) S 30121 30123 25418 0 -1 4202560 208 0 0 0 61 6 0 0 20 0 22 0 254528519 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287462272040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30130] ppid=30121 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/30123/task/30130/stat : 30130 (java) S 30121 30123 25418 0 -1 4202560 386 0 0 0 58 4 0 0 20 0 22 0 254528519 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287461218472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30131] ppid=30121 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/30123/task/30131/stat : 30131 (java) S 30121 30123 25418 0 -1 4202560 480 0 0 0 63 5 0 0 20 0 22 0 254528519 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287460165928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30132] ppid=30121 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/30123/task/30132/stat : 30132 (java) S 30121 30123 25418 0 -1 4202560 312 0 0 0 55 5 0 0 20 0 22 0 254528519 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287459113384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30133] ppid=30121 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/30123/task/30133/stat : 30133 (java) S 30121 30123 25418 0 -1 4202560 186 0 0 0 58 5 0 0 20 0 22 0 254528519 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287458060840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30134] ppid=30121 vsize=9824668 CPUtime=28.74 cores=0,2,4,6
/proc/30123/task/30134/stat : 30134 (java) S 30121 30123 25418 0 -1 4202560 1239 0 0 0 2862 12 0 0 20 0 22 0 254528520 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287327722088 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30135] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30135/stat : 30135 (java) S 30121 30123 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254528521 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287326668408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30136] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30136/stat : 30136 (java) S 30121 30123 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254528521 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287325615752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30137] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30137/stat : 30137 (java) S 30121 30123 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254528523 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287324564496 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30138] ppid=30121 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/30123/task/30138/stat : 30138 (java) S 30121 30123 25418 0 -1 4202560 7660 0 0 0 133 0 0 0 20 0 22 0 254528523 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140287323510840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30139] ppid=30121 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/30123/task/30139/stat : 30139 (java) S 30121 30123 25418 0 -1 4202560 10330 0 0 0 134 3 0 0 20 0 22 0 254528523 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140286449674424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30140] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30140/stat : 30140 (java) S 30121 30123 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254528523 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140286448622072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30141] ppid=30121 vsize=9824668 CPUtime=0.21 cores=0,2,4,6
/proc/30123/task/30141/stat : 30141 (java) S 30121 30123 25418 0 -1 4202560 51 0 0 0 10 11 0 0 20 0 22 0 254528524 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140286447569736 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30142] ppid=30121 vsize=9824668 CPUtime=849.22 cores=0,2,4,6
/proc/30123/task/30142/stat : 30142 (java) R 30121 30123 25418 0 -1 4202560 68 0 0 0 84909 13 0 0 20 0 22 0 254528582 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140286446514784 140287339454142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30143] ppid=30121 vsize=9824668 CPUtime=849.07 cores=0,2,4,6
/proc/30123/task/30143/stat : 30143 (java) R 30121 30123 25418 0 -1 4202560 948 0 0 0 84866 41 0 0 20 0 22 0 254528583 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140286445460016 140287339984078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30144] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30144/stat : 30144 (java) S 30121 30123 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254528585 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140286444410408 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30145] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30145/stat : 30145 (java) S 30121 30123 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254528585 10060460032 579741 33554432000 1073741824 1073778376 140733497472448 140286443357864 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1739.96
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.701 s]
/proc/loadavg: 3.83 3.90 3.84 5/219 30217
/proc/meminfo: memFree=23815300/32873648 swapFree=6596/6596
[pid=30123] ppid=30121 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/30123/stat : 30123 (java) S 30121 30123 25418 0 -1 4202496 26786 0 1 0 179920 100 0 0 20 0 22 0 254528517 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140733497463584 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30123/statm: 2456167 580253 2286 9 0 2446860 0
[pid=30123/tid=30125] ppid=30121 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/30123/task/30125/stat : 30125 (java) S 30121 30123 25418 0 -1 4202560 2552 0 1 0 61 4 0 0 20 0 22 0 254528518 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287503938552 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30126] ppid=30121 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/30123/task/30126/stat : 30126 (java) S 30121 30123 25418 0 -1 4202560 219 0 0 0 61 5 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287465429672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30127] ppid=30121 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/30123/task/30127/stat : 30127 (java) S 30121 30123 25418 0 -1 4202560 548 0 0 0 50 5 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287464377128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30128] ppid=30121 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/30123/task/30128/stat : 30128 (java) S 30121 30123 25418 0 -1 4202560 406 0 0 0 61 4 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287463324584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30129] ppid=30121 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/30123/task/30129/stat : 30129 (java) S 30121 30123 25418 0 -1 4202560 208 0 0 0 61 6 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287462272040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30130] ppid=30121 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/30123/task/30130/stat : 30130 (java) S 30121 30123 25418 0 -1 4202560 386 0 0 0 58 4 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287461218472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30131] ppid=30121 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/30123/task/30131/stat : 30131 (java) S 30121 30123 25418 0 -1 4202560 480 0 0 0 63 5 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287460165928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30132] ppid=30121 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/30123/task/30132/stat : 30132 (java) S 30121 30123 25418 0 -1 4202560 312 0 0 0 55 5 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287459113384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30133] ppid=30121 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/30123/task/30133/stat : 30133 (java) S 30121 30123 25418 0 -1 4202560 186 0 0 0 58 5 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287458060840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30134] ppid=30121 vsize=9824668 CPUtime=29.32 cores=0,2,4,6
/proc/30123/task/30134/stat : 30134 (java) S 30121 30123 25418 0 -1 4202560 1242 0 0 0 2919 13 0 0 20 0 22 0 254528520 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287327722088 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30135] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30135/stat : 30135 (java) S 30121 30123 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254528521 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287326668408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30136] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30136/stat : 30136 (java) S 30121 30123 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254528521 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287325615752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30137] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30137/stat : 30137 (java) S 30121 30123 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254528523 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287324564496 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30138] ppid=30121 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/30123/task/30138/stat : 30138 (java) S 30121 30123 25418 0 -1 4202560 7660 0 0 0 133 0 0 0 20 0 22 0 254528523 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287323510840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30139] ppid=30121 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/30123/task/30139/stat : 30139 (java) S 30121 30123 25418 0 -1 4202560 10330 0 0 0 134 3 0 0 20 0 22 0 254528523 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286449674424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30140] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30140/stat : 30140 (java) S 30121 30123 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254528523 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286448622072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30141] ppid=30121 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/30123/task/30141/stat : 30141 (java) S 30121 30123 25418 0 -1 4202560 53 0 0 0 10 12 0 0 20 0 22 0 254528524 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286447569736 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30142] ppid=30121 vsize=9824668 CPUtime=878.97 cores=0,2,4,6
/proc/30123/task/30142/stat : 30142 (java) R 30121 30123 25418 0 -1 4202560 68 0 0 0 87883 14 0 0 20 0 22 0 254528582 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286446514784 140287339926843 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30143] ppid=30121 vsize=9824668 CPUtime=878.82 cores=0,2,4,6
/proc/30123/task/30143/stat : 30143 (java) R 30121 30123 25418 0 -1 4202560 948 0 0 0 87840 42 0 0 20 0 22 0 254528583 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286445460016 140287339984061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30144] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30144/stat : 30144 (java) S 30121 30123 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254528585 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286444410408 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30145] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30145/stat : 30145 (java) S 30121 30123 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254528585 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286443357864 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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+912.701 s]
/proc/loadavg: 3.83 3.90 3.84 5/219 30217
/proc/meminfo: memFree=23815300/32873648 swapFree=6596/6596
[pid=30123] ppid=30121 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/30123/stat : 30123 (java) S 30121 30123 25418 0 -1 4202496 26786 0 1 0 179920 100 0 0 20 0 22 0 254528517 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140733497463584 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30123/statm: 2456167 580253 2286 9 0 2446860 0
[pid=30123/tid=30125] ppid=30121 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/30123/task/30125/stat : 30125 (java) S 30121 30123 25418 0 -1 4202560 2552 0 1 0 61 4 0 0 20 0 22 0 254528518 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287503938552 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30126] ppid=30121 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/30123/task/30126/stat : 30126 (java) S 30121 30123 25418 0 -1 4202560 219 0 0 0 61 5 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287465429672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30127] ppid=30121 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/30123/task/30127/stat : 30127 (java) S 30121 30123 25418 0 -1 4202560 548 0 0 0 50 5 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287464377128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30128] ppid=30121 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/30123/task/30128/stat : 30128 (java) S 30121 30123 25418 0 -1 4202560 406 0 0 0 61 4 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287463324584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30129] ppid=30121 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/30123/task/30129/stat : 30129 (java) S 30121 30123 25418 0 -1 4202560 208 0 0 0 61 6 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287462272040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30130] ppid=30121 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/30123/task/30130/stat : 30130 (java) S 30121 30123 25418 0 -1 4202560 386 0 0 0 58 4 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287461218472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30131] ppid=30121 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/30123/task/30131/stat : 30131 (java) S 30121 30123 25418 0 -1 4202560 480 0 0 0 63 5 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287460165928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30132] ppid=30121 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/30123/task/30132/stat : 30132 (java) S 30121 30123 25418 0 -1 4202560 312 0 0 0 55 5 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287459113384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30133] ppid=30121 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/30123/task/30133/stat : 30133 (java) S 30121 30123 25418 0 -1 4202560 186 0 0 0 58 5 0 0 20 0 22 0 254528519 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287458060840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30134] ppid=30121 vsize=9824668 CPUtime=29.32 cores=0,2,4,6
/proc/30123/task/30134/stat : 30134 (java) S 30121 30123 25418 0 -1 4202560 1242 0 0 0 2919 13 0 0 20 0 22 0 254528520 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287327722088 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30123/tid=30135] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30135/stat : 30135 (java) S 30121 30123 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254528521 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287326668408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30123/tid=30136] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30136/stat : 30136 (java) S 30121 30123 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254528521 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287325615752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30137] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30137/stat : 30137 (java) S 30121 30123 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254528523 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287324564496 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30138] ppid=30121 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/30123/task/30138/stat : 30138 (java) S 30121 30123 25418 0 -1 4202560 7660 0 0 0 133 0 0 0 20 0 22 0 254528523 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140287323510840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30139] ppid=30121 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/30123/task/30139/stat : 30139 (java) S 30121 30123 25418 0 -1 4202560 10330 0 0 0 134 3 0 0 20 0 22 0 254528523 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286449674424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30140] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30140/stat : 30140 (java) S 30121 30123 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254528523 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286448622072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30141] ppid=30121 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/30123/task/30141/stat : 30141 (java) S 30121 30123 25418 0 -1 4202560 53 0 0 0 10 12 0 0 20 0 22 0 254528524 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286447569736 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30142] ppid=30121 vsize=9824668 CPUtime=878.97 cores=0,2,4,6
/proc/30123/task/30142/stat : 30142 (java) R 30121 30123 25418 0 -1 4202560 68 0 0 0 87883 14 0 0 20 0 22 0 254528582 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286446514784 140287339926843 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30143] ppid=30121 vsize=9824668 CPUtime=878.82 cores=0,2,4,6
/proc/30123/task/30143/stat : 30143 (java) R 30121 30123 25418 0 -1 4202560 948 0 0 0 87840 42 0 0 20 0 22 0 254528583 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286445460016 140287339984061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30123/tid=30144] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30144/stat : 30144 (java) S 30121 30123 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254528585 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286444410408 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30123/tid=30145] ppid=30121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30123/task/30145/stat : 30145 (java) S 30121 30123 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254528585 10060460032 580253 33554432000 1073741824 1073778376 140733497472448 140286443357864 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30123 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=778152
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=442780
# CPU time returned by wait4() is 1796.22
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 912.769
CPU time (s): 1800.2
CPU user time (s): 1799.2
CPU system time (s): 1
CPU usage (%): 197.224
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 1.44278
maximum resident set size= 2376616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26821
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23201
involuntary context switches= 20725

runsolver used 3.40148 second user time and 7.8748 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 20:27:20
IDJOB=3689658
IDBENCH=90146
IDSOLVER=2268
FILE ID=node148/3689658-1337884040
RUNJOBID= node148-1337871865-25434
PBS_JOBID= 14620056
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_K126.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689658-1337884040/watcher-3689658-1337884040 -o /tmp/evaluation-result-3689658-1337884040/solver-3689658-1337884040 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689658-1337884040.opb

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

MD5SUM BENCH= 8617651a414bb8902c12959cc1c92372
RANDOM SEED=1417451014

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27774380 kB
Buffers:          243172 kB
Cached:          2647232 kB
SwapCached:            0 kB
Active:          1889032 kB
Inactive:        2419560 kB
Active(anon):    1420608 kB
Inactive(anon):        0 kB
Active(file):     468424 kB
Inactive(file):  2419560 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1296 kB
Writeback:             0 kB
AnonPages:       1428740 kB
Mapped:            22664 kB
Shmem:               200 kB
Slab:             646176 kB
SReclaimable:      90460 kB
SUnreclaim:       555716 kB
KernelStack:        1624 kB
PageTables:         6664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1658896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1349632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node148 at 2012-05-24 20:42:35