Trace number 3689646

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.1 916.58

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K101.opb
MD5SUMa3de6c6ee42f8b511357d3857e721bb4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark198.533
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6868
Total number of constraints7072
Number of constraints which are clauses6971
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint101
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 102
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	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@63415de6
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@23174b07
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-3689646-1337883926.opb
0.08/0.13	c reading problem ... 
1.04/0.51	c ... done. Wall clock time 0.376s.
1.04/0.51	c declared #vars     6868
1.04/0.51	c #constraints  7072
1.04/0.51	c constraints type 
1.04/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5669
1.04/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 101
1.04/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.04/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1300
1.04/0.51	c 7072 constraints processed.
1.04/0.51	c constraints type 
1.04/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1300
1.04/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5669
1.04/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101
1.04/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.04/0.51	c 7072 constraints processed.
5.15/1.75	c cleaning 2486 clauses out of 4991 with flag 5001/5001
8.56/3.11	c cleaning 4231 clauses out of 8495 with flag 11001/11001
11.39/4.56	c cleaning 5591 clauses out of 11261 with flag 18000/18000
14.93/6.36	c cleaning 6735 clauses out of 13668 with flag 26003/26003
18.50/8.14	c cleaning 7852 clauses out of 15928 with flag 35000/35000
23.25/10.56	c cleaning 9011 clauses out of 18075 with flag 45001/45001
27.54/12.78	c cleaning 9918 clauses out of 20065 with flag 56003/56003
33.40/15.76	c cleaning 10878 clauses out of 22144 with flag 68000/68000
40.95/19.65	c cleaning 11913 clauses out of 24266 with flag 81000/81000
46.80/22.65	c cleaning 13033 clauses out of 26353 with flag 95000/95000
53.04/25.82	c cleaning 14101 clauses out of 28320 with flag 110000/110000
59.85/29.30	c cleaning 15005 clauses out of 30218 with flag 126000/126000
67.98/33.58	c cleaning 15976 clauses out of 32213 with flag 143000/143000
76.77/38.01	c cleaning 17074 clauses out of 34235 with flag 161001/161001
85.74/42.65	c cleaning 17900 clauses out of 36161 with flag 180001/180001
97.29/48.57	c cleaning 19043 clauses out of 38263 with flag 200003/200003
107.69/53.93	c cleaning 19998 clauses out of 40216 with flag 221000/221000
117.58/59.01	c cleaning 20927 clauses out of 42220 with flag 243002/243002
129.25/65.04	c cleaning 21979 clauses out of 44291 with flag 266001/266001
146.18/73.65	c cleaning 22914 clauses out of 46317 with flag 290006/290006
160.82/81.23	c cleaning 24039 clauses out of 48398 with flag 315001/315001
174.46/88.23	c cleaning 25061 clauses out of 50357 with flag 341001/341001
199.59/100.90	c cleaning 25953 clauses out of 52301 with flag 368006/368006
219.25/110.97	c cleaning 27053 clauses out of 54342 with flag 396000/396000
238.35/120.82	c cleaning 27835 clauses out of 56289 with flag 425001/425001
268.98/136.39	c cleaning 29009 clauses out of 58452 with flag 455000/455000
287.36/145.76	c cleaning 30106 clauses out of 60442 with flag 486000/486000
312.65/159.42	c cleaning 30921 clauses out of 62338 with flag 518002/518002
325.08/165.97	c cleaning 0 clauses out of 5000 with flag 0/5000
330.84/168.98	c cleaning 31899 clauses out of 64416 with flag 551001/551001
349.32/178.41	c cleaning 32324 clauses out of 66515 with flag 585001/585001
374.07/191.21	c cleaning 33731 clauses out of 69190 with flag 620000/620000
433.52/221.05	c cleaning 34825 clauses out of 71459 with flag 656000/656000
485.52/247.26	c cleaning 36296 clauses out of 73636 with flag 693002/693002
509.86/259.79	c cleaning 36032 clauses out of 75338 with flag 731000/731000
532.94/271.90	c cleaning 37200 clauses out of 78306 with flag 770000/770000
555.39/283.57	c cleaning 38323 clauses out of 81106 with flag 810000/810000
592.45/302.47	c cleaning 38504 clauses out of 83783 with flag 851000/851000
629.67/321.49	c cleaning 40279 clauses out of 87280 with flag 893001/893001
668.65/341.55	c cleaning 41353 clauses out of 90003 with flag 936003/936003
698.27/356.76	c cleaning 42389 clauses out of 92648 with flag 980001/980001
724.90/370.41	c cleaning 42939 clauses out of 95259 with flag 1025002/1025002
767.31/392.08	c cleaning 44474 clauses out of 98318 with flag 1071000/1071000
803.78/410.95	c cleaning 45522 clauses out of 100845 with flag 1118001/1118001
867.96/443.49	c cleaning 46895 clauses out of 103322 with flag 1166000/1166000
906.01/462.88	c cleaning 47141 clauses out of 105427 with flag 1215000/1215000
960.64/490.53	c cleaning 49193 clauses out of 108287 with flag 1265001/1265001
999.57/510.67	c cleaning 49385 clauses out of 110092 with flag 1316000/1316000
1055.99/539.29	c cleaning 50328 clauses out of 112707 with flag 1368000/1368000
1106.82/565.05	c cleaning 51858 clauses out of 115383 with flag 1421004/1421004
1151.47/587.73	c cleaning 52275 clauses out of 117521 with flag 1475000/1475000
1186.78/606.04	c cleaning 52602 clauses out of 120246 with flag 1530000/1530000
1227.79/626.99	c cleaning 54365 clauses out of 123644 with flag 1586000/1586000
1274.76/650.81	c cleaning 55447 clauses out of 126279 with flag 1643000/1643000
1371.37/699.46	c cleaning 56549 clauses out of 128833 with flag 1701001/1701001
1456.76/742.67	c cleaning 57910 clauses out of 131283 with flag 1760000/1760000
1580.46/804.92	c cleaning 59016 clauses out of 133374 with flag 1820001/1820001
1703.24/866.85	c cleaning 60632 clauses out of 135361 with flag 1881004/1881004
1761.67/896.51	c cleaning 59515 clauses out of 136725 with flag 1943000/1943000
1800.10/916.51	c starts		: 210
1800.10/916.51	c conflicts		: 1976230
1800.10/916.51	c decisions		: 17739962
1800.10/916.51	c propagations		: 650084277
1800.10/916.51	c inspects		: 2664457096
1800.10/916.51	c shortcuts		: 0
1800.10/916.51	c learnt literals	: 47
1800.10/916.51	c learnt binary clauses	: 66787
1800.10/916.51	c learnt ternary clauses	: 79558
1800.10/916.51	c learnt constraints	: 1976183
1800.10/916.51	c ignored constraints	: 0
1800.10/916.51	c root simplifications	: 0
1800.10/916.51	c removed literals (reason simplification)	: 64546847
1800.10/916.51	c reason swapping (by a shorter reason)	: 0
1800.10/916.51	c Calls to reduceDB	: 58
1800.10/916.51	c number of reductions to clauses (during analyze)	: 0
1800.10/916.51	c number of learned constraints concerned by reduction	: 0
1800.10/916.51	c number of learning phase by resolution	: 0
1800.10/916.51	c number of learning phase by cutting planes	: 0
1800.10/916.51	c speed (assignments/second)	: 709714.5232428656
1800.10/916.51	c non guided choices	9123
1800.10/916.55	c learnt constraints type 
1800.10/916.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 66787
1800.10/916.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 43674
1800.10/916.55	c constraints type 
1800.10/916.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5669
1800.10/916.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 101
1800.10/916.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.10/916.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1300
1800.10/916.55	c 7072 constraints processed.
1800.10/916.55	c constraints type 
1800.10/916.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1300
1800.10/916.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5669
1800.10/916.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101
1800.10/916.55	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.10/916.55	c 7072 constraints processed.
1800.10/916.55	s UNKNOWN
1800.10/916.55	c Total wall clock time (in seconds): 916.419

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-3689646-1337883926/watcher-3689646-1337883926 -o /tmp/evaluation-result-3689646-1337883926/solver-3689646-1337883926 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689646-1337883926.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.93 3.82 4/197 30161
/proc/meminfo: memFree=27685836/32873844 swapFree=7388/7388
[pid=30161] ppid=30159 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30161/stat : 30161 (java) D 30159 30161 25184 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 254517002 9515008 184 33554432000 1073741824 1073778376 140733846974608 140733846965832 239237492151 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/30161/statm: 2323 184 142 9 0 71 0

[startup+0.0992291 s]
/proc/loadavg: 3.98 3.93 3.82 4/197 30161
/proc/meminfo: memFree=27685836/32873844 swapFree=7388/7388
[pid=30161] ppid=30159 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/30161/stat : 30161 (java) S 30159 30161 25184 0 -1 4202496 3754 0 1 0 7 1 0 0 20 0 18 0 254517002 9787813888 4957 33554432000 1073741824 1073778376 140737430329648 140737430320784 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30161/statm: 2389603 4962 1990 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.10026 s]
/proc/loadavg: 3.98 3.93 3.82 4/197 30161
/proc/meminfo: memFree=27685836/32873844 swapFree=7388/7388
[pid=30161] ppid=30159 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/30161/stat : 30161 (java) S 30159 30161 25184 0 -1 4202496 3910 0 1 0 7 1 0 0 20 0 18 0 254517002 9787813888 5113 33554432000 1073741824 1073778376 140737430329648 140737430320784 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30161/statm: 2389603 5113 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30022 s]
/proc/loadavg: 3.98 3.93 3.82 4/197 30161
/proc/meminfo: memFree=27685836/32873844 swapFree=7388/7388
[pid=30161] ppid=30159 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/30161/stat : 30161 (java) S 30159 30161 25184 0 -1 4202496 6956 0 1 0 50 2 0 0 20 0 18 0 254517002 9787813888 9865 33554432000 1073741824 1073778376 140737430329648 140737430320784 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30161/statm: 2389603 9865 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700176 s]
/proc/loadavg: 3.98 3.93 3.82 4/197 30161
/proc/meminfo: memFree=27685836/32873844 swapFree=7388/7388
[pid=30161] ppid=30159 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/30161/stat : 30161 (java) S 30159 30161 25184 0 -1 4202496 14627 0 1 0 177 5 0 0 20 0 22 0 254517002 10060460032 24919 33554432000 1073741824 1073778376 140737430329648 140737430320784 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30161/statm: 2456167 24919 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 3.98 3.93 3.82 7/219 30183
/proc/meminfo: memFree=27557048/32873844 swapFree=7388/7388
[pid=30161] ppid=30159 vsize=9824668 CPUtime=4.72 cores=0,2,4,6
/proc/30161/stat : 30161 (java) S 30159 30161 25184 0 -1 4202496 25928 0 1 0 463 9 0 0 20 0 22 0 254517002 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140737430320784 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30161/statm: 2456167 51051 2273 9 0 2446860 0
[pid=30161/tid=30163] ppid=30159 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 25184 0 -1 4202560 2476 0 1 0 45 2 0 0 20 0 22 0 254517004 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731765449720 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 25184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254517005 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731726941096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30165] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517005 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731725888552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517005 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731724835496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254517005 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731723782952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 25184 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254517005 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731722729896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 25184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254517005 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731721677352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517005 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731720624296 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30171] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254517005 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731719571752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30172] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254517006 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731589454696 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254517007 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731588401016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30174] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30174/stat : 30174 (java) S 30159 30161 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254517007 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731587347848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30175] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30175/stat : 30175 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517009 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731586296592 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30176] ppid=30159 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/30161/task/30176/stat : 30176 (java) S 30159 30161 25184 0 -1 4202560 12375 0 0 0 102 3 0 0 20 0 22 0 254517009 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731585243448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30177] ppid=30159 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/30161/task/30177/stat : 30177 (java) S 30159 30161 25184 0 -1 4202560 9692 0 0 0 117 2 0 0 20 0 22 0 254517009 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140731584190904 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30178] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30178/stat : 30178 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517010 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140730710354168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30179] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30179/stat : 30179 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517010 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140730709301832 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30180] ppid=30159 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/30161/task/30180/stat : 30180 (java) R 30159 30161 25184 0 -1 4202560 26 0 0 0 94 0 0 0 20 0 22 0 254517054 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140730708247600 140731600342326 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30181] ppid=30159 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/30161/task/30181/stat : 30181 (java) R 30159 30161 25184 0 -1 4202560 117 0 0 0 94 2 0 0 20 0 22 0 254517054 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140730707194440 140731600411204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30182] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30182/stat : 30182 (java) S 30159 30161 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254517056 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140730706142504 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30183] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30183/stat : 30183 (java) S 30159 30161 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254517056 10060460032 51051 33554432000 1073741824 1073778376 140737430329648 140730705089960 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 9824668

[startup+3.10083 s]
/proc/loadavg: 3.98 3.93 3.82 6/219 30183
/proc/meminfo: memFree=27461540/32873844 swapFree=7388/7388
[pid=30161] ppid=30159 vsize=9824668 CPUtime=8.56 cores=0,2,4,6
/proc/30161/stat : 30161 (java) S 30159 30161 25184 0 -1 4202496 26829 0 1 0 844 12 0 0 20 0 22 0 254517002 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140737430320784 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30161/statm: 2456167 59489 2286 9 0 2446860 0
[pid=30161/tid=30163] ppid=30159 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 25184 0 -1 4202560 2477 0 1 0 45 2 0 0 20 0 22 0 254517004 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731765449720 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 25184 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254517005 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731726941096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30165] ppid=30159 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 25184 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 254517005 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731725888552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 25184 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254517005 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731724835496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 25184 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254517005 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731723782952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 25184 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 254517005 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731722729896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 25184 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254517005 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731721677352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 25184 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 254517005 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731720624296 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30171] ppid=30159 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 25184 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254517005 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731719571752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30172] ppid=30159 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 25184 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 22 0 254517006 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731589454696 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254517007 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731588401016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30174] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30174/stat : 30174 (java) S 30159 30161 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254517007 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731587347848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30175] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30175/stat : 30175 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517009 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731586296592 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30176] ppid=30159 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/30161/task/30176/stat : 30176 (java) S 30159 30161 25184 0 -1 4202560 12379 0 0 0 109 3 0 0 20 0 22 0 254517009 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731585243448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30177] ppid=30159 vsize=9824668 CPUtime=1.68 cores=0,2,4,6
/proc/30161/task/30177/stat : 30177 (java) S 30159 30161 25184 0 -1 4202560 10434 0 0 0 166 2 0 0 20 0 22 0 254517009 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140731584190904 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30178] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30178/stat : 30178 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517010 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140730710354168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30179] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30179/stat : 30179 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517010 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140730709301832 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30180] ppid=30159 vsize=9824668 CPUtime=2.42 cores=0,2,4,6
/proc/30161/task/30180/stat : 30180 (java) R 30159 30161 25184 0 -1 4202560 26 0 0 0 242 0 0 0 20 0 22 0 254517054 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140730708245632 140731600300976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30181] ppid=30159 vsize=9824668 CPUtime=2.44 cores=0,2,4,6
/proc/30161/task/30181/stat : 30181 (java) R 30159 30161 25184 0 -1 4202560 119 0 0 0 242 2 0 0 20 0 22 0 254517054 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140730707193648 140731600411287 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30182] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30182/stat : 30182 (java) S 30159 30161 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254517056 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140730706142504 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30183] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30183/stat : 30183 (java) S 30159 30161 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254517056 10060460032 59489 33554432000 1073741824 1073778376 140737430329648 140730705089960 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 9824668

[startup+6.30088 s]
/proc/loadavg: 3.98 3.93 3.82 5/219 30183
/proc/meminfo: memFree=27257548/32873844 swapFree=7388/7388
[pid=30161] ppid=30159 vsize=9824668 CPUtime=14.93 cores=0,2,4,6
/proc/30161/stat : 30161 (java) S 30159 30161 25184 0 -1 4202496 27475 0 1 0 1470 23 0 0 20 0 22 0 254517002 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140737430320784 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30161/statm: 2456167 161102 2286 9 0 2446860 0
[pid=30161/tid=30163] ppid=30159 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 25184 0 -1 4202560 2477 0 1 0 45 2 0 0 20 0 22 0 254517004 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731765449720 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 25184 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 22 0 254517005 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731726941096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30165] ppid=30159 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 25184 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 254517005 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731725888552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 25184 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 254517005 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731724835496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 25184 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 22 0 254517005 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731723782952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 25184 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 22 0 254517005 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731722729896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 25184 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 22 0 254517005 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731721677352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 25184 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 254517005 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731720624296 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30171] ppid=30159 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 25184 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 254517005 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731719571752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30172] ppid=30159 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 25184 0 -1 4202560 493 0 0 0 23 0 0 0 20 0 22 0 254517006 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731589454696 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254517007 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731588401016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30174] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30174/stat : 30174 (java) S 30159 30161 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254517007 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731587347848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30175] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30175/stat : 30175 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517009 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731586296592 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30176] ppid=30159 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/30161/task/30176/stat : 30176 (java) S 30159 30161 25184 0 -1 4202560 12379 0 0 0 114 3 0 0 20 0 22 0 254517009 10060460032 161102 33554432000 1073741824 1073778376 140737430329648 140731585243448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/30161/statm: 2456167 850766 2287 9 0 2446860 0
[pid=30161/tid=30163] ppid=30159 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 25184 0 -1 4202560 2509 0 1 0 48 3 0 0 20 0 22 0 254517004 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731765449720 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 25184 0 -1 4202560 387 0 0 0 119 12 0 0 20 0 22 0 254517005 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731726941096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30165] ppid=30159 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 25184 0 -1 4202560 477 0 0 0 122 13 0 0 20 0 22 0 254517005 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731725888552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 25184 0 -1 4202560 286 0 0 0 117 13 0 0 20 0 22 0 254517005 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731724835496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 25184 0 -1 4202560 364 0 0 0 129 12 0 0 20 0 22 0 254517005 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731723782952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 25184 0 -1 4202560 440 0 0 0 116 12 0 0 20 0 22 0 254517005 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731722729896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 25184 0 -1 4202560 385 0 0 0 115 9 0 0 20 0 22 0 254517005 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731721677352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 25184 0 -1 4202560 560 0 0 0 128 14 0 0 20 0 22 0 254517005 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731720624296 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30171] ppid=30159 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 25184 0 -1 4202560 457 0 0 0 124 12 0 0 20 0 22 0 254517005 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731719571752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30172] ppid=30159 vsize=9824668 CPUtime=38.96 cores=0,2,4,6
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 25184 0 -1 4202560 2472 0 0 0 3884 12 0 0 20 0 22 0 254517006 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731589454696 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254517007 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731588401016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30174] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30174/stat : 30174 (java) S 30159 30161 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254517007 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731587347848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30175] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30175/stat : 30175 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517009 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731586296592 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30176] ppid=30159 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/30161/task/30176/stat : 30176 (java) S 30159 30161 25184 0 -1 4202560 12382 0 0 0 129 3 0 0 20 0 22 0 254517009 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731585243448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30177] ppid=30159 vsize=9824668 CPUtime=2.09 cores=0,2,4,6
/proc/30161/task/30177/stat : 30177 (java) S 30159 30161 25184 0 -1 4202560 10445 0 0 0 207 2 0 0 20 0 22 0 254517009 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140731584190904 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30178] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30178/stat : 30178 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517010 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140730710354168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30179] ppid=30159 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/30161/task/30179/stat : 30179 (java) S 30159 30161 25184 0 -1 4202560 51 0 0 0 14 13 0 0 20 0 22 0 254517010 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140730709301832 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30180] ppid=30159 vsize=9824668 CPUtime=837.49 cores=0,2,4,6
/proc/30161/task/30180/stat : 30180 (java) R 30159 30161 25184 0 -1 4202560 111 0 0 0 83735 14 0 0 20 0 22 0 254517054 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140730708247392 140731600504173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30181] ppid=30159 vsize=9824668 CPUtime=837.57 cores=0,2,4,6
/proc/30161/task/30181/stat : 30181 (java) R 30159 30161 25184 0 -1 4202560 1216 0 0 0 83706 51 0 0 20 0 22 0 254517054 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140730707191904 140731600880540 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30182] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30182/stat : 30182 (java) S 30159 30161 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254517056 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140730706142504 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30183] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30183/stat : 30183 (java) S 30159 30161 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254517056 10060460032 850766 33554432000 1073741824 1073778376 140737430329648 140730705089960 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1733.26
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.501 s]
/proc/loadavg: 3.99 3.95 3.87 5/220 30255
/proc/meminfo: memFree=23525476/32873844 swapFree=7388/7388
[pid=30161] ppid=30159 vsize=9824668 CPUtime=1800.1 cores=0,2,4,6
/proc/30161/stat : 30161 (java) S 30159 30161 25184 0 -1 4202496 33736 0 1 0 179836 174 0 0 20 0 22 0 254517002 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140737430320784 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30161/statm: 2456167 850765 2287 9 0 2446860 0
[pid=30161/tid=30163] ppid=30159 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 25184 0 -1 4202560 2510 0 1 0 48 3 0 0 20 0 22 0 254517004 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731765449720 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 25184 0 -1 4202560 387 0 0 0 119 12 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731726941096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30165] ppid=30159 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 25184 0 -1 4202560 477 0 0 0 122 13 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731725888552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 25184 0 -1 4202560 286 0 0 0 117 13 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731724835496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 25184 0 -1 4202560 364 0 0 0 129 12 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731723782952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 25184 0 -1 4202560 440 0 0 0 116 12 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731722729896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 25184 0 -1 4202560 385 0 0 0 115 9 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731721677352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 25184 0 -1 4202560 560 0 0 0 128 14 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731720624296 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30171] ppid=30159 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 25184 0 -1 4202560 457 0 0 0 124 12 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731719571752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30172] ppid=30159 vsize=9824668 CPUtime=40.53 cores=0,2,4,6
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 25184 0 -1 4202560 2474 0 0 0 4041 12 0 0 20 0 22 0 254517006 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731589454696 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254517007 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731588401016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30174] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30174/stat : 30174 (java) S 30159 30161 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254517007 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731587347848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30175] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30175/stat : 30175 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517009 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731586296592 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30176] ppid=30159 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/30161/task/30176/stat : 30176 (java) S 30159 30161 25184 0 -1 4202560 12382 0 0 0 129 3 0 0 20 0 22 0 254517009 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731585243448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30177] ppid=30159 vsize=9824668 CPUtime=2.09 cores=0,2,4,6
/proc/30161/task/30177/stat : 30177 (java) S 30159 30161 25184 0 -1 4202560 10445 0 0 0 207 2 0 0 20 0 22 0 254517009 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731584190904 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30178] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30178/stat : 30178 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517010 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140730710354168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30179] ppid=30159 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/30161/task/30179/stat : 30179 (java) S 30159 30161 25184 0 -1 4202560 53 0 0 0 15 13 0 0 20 0 22 0 254517010 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140730709301832 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30180] ppid=30159 vsize=9824668 CPUtime=870.03 cores=0,2,4,6
/proc/30161/task/30180/stat : 30180 (java) R 30159 30161 25184 0 -1 4202560 111 0 0 0 86988 15 0 0 20 0 22 0 254517054 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140730708247392 140731600448880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30181] ppid=30159 vsize=9824668 CPUtime=870.12 cores=0,2,4,6
/proc/30161/task/30181/stat : 30181 (java) R 30159 30161 25184 0 -1 4202560 1216 0 0 0 86960 52 0 0 20 0 22 0 254517054 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140730707192736 140731600880610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30182] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30182/stat : 30182 (java) S 30159 30161 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254517056 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140730706142504 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30183] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30183/stat : 30183 (java) S 30159 30161 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254517056 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140730705089960 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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+916.501 s]
/proc/loadavg: 3.99 3.95 3.87 5/220 30255
/proc/meminfo: memFree=23525476/32873844 swapFree=7388/7388
[pid=30161] ppid=30159 vsize=9824668 CPUtime=1800.1 cores=0,2,4,6
/proc/30161/stat : 30161 (java) S 30159 30161 25184 0 -1 4202496 33736 0 1 0 179836 174 0 0 20 0 22 0 254517002 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140737430320784 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30161/statm: 2456167 850765 2287 9 0 2446860 0
[pid=30161/tid=30163] ppid=30159 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 25184 0 -1 4202560 2510 0 1 0 48 3 0 0 20 0 22 0 254517004 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731765449720 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 25184 0 -1 4202560 387 0 0 0 119 12 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731726941096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30165] ppid=30159 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 25184 0 -1 4202560 477 0 0 0 122 13 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731725888552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 25184 0 -1 4202560 286 0 0 0 117 13 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731724835496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 25184 0 -1 4202560 364 0 0 0 129 12 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731723782952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 25184 0 -1 4202560 440 0 0 0 116 12 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731722729896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 25184 0 -1 4202560 385 0 0 0 115 9 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731721677352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 25184 0 -1 4202560 560 0 0 0 128 14 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731720624296 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30171] ppid=30159 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 25184 0 -1 4202560 457 0 0 0 124 12 0 0 20 0 22 0 254517005 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731719571752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30172] ppid=30159 vsize=9824668 CPUtime=40.53 cores=0,2,4,6
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 25184 0 -1 4202560 2474 0 0 0 4041 12 0 0 20 0 22 0 254517006 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731589454696 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254517007 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731588401016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30174] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30174/stat : 30174 (java) S 30159 30161 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254517007 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731587347848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30175] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30175/stat : 30175 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517009 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731586296592 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30176] ppid=30159 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/30161/task/30176/stat : 30176 (java) S 30159 30161 25184 0 -1 4202560 12382 0 0 0 129 3 0 0 20 0 22 0 254517009 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731585243448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30177] ppid=30159 vsize=9824668 CPUtime=2.09 cores=0,2,4,6
/proc/30161/task/30177/stat : 30177 (java) S 30159 30161 25184 0 -1 4202560 10445 0 0 0 207 2 0 0 20 0 22 0 254517009 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140731584190904 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30178] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30178/stat : 30178 (java) S 30159 30161 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254517010 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140730710354168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30179] ppid=30159 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/30161/task/30179/stat : 30179 (java) S 30159 30161 25184 0 -1 4202560 53 0 0 0 15 13 0 0 20 0 22 0 254517010 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140730709301832 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30161/tid=30180] ppid=30159 vsize=9824668 CPUtime=870.03 cores=0,2,4,6
/proc/30161/task/30180/stat : 30180 (java) R 30159 30161 25184 0 -1 4202560 111 0 0 0 86988 15 0 0 20 0 22 0 254517054 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140730708247392 140731600448880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30161/tid=30181] ppid=30159 vsize=9824668 CPUtime=870.12 cores=0,2,4,6
/proc/30161/task/30181/stat : 30181 (java) R 30159 30161 25184 0 -1 4202560 1216 0 0 0 86960 52 0 0 20 0 22 0 254517054 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140730707192736 140731600880610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30161/tid=30182] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30182/stat : 30182 (java) S 30159 30161 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254517056 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140730706142504 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30161/tid=30183] ppid=30159 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/30161/task/30183/stat : 30183 (java) S 30159 30161 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254517056 10060460032 850765 33554432000 1073741824 1073778376 140737430329648 140730705089960 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 916.58
CPU time (s): 1800.1
CPU user time (s): 1798.36
CPU system time (s): 1.74
CPU usage (%): 196.393
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.89
system time used= 2.14367
maximum resident set size= 3403184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33769
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24068
involuntary context switches= 23367

runsolver used 3.57146 second user time and 7.62384 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 20:25:26
IDJOB=3689646
IDBENCH=90139
IDSOLVER=2268
FILE ID=node147/3689646-1337883926
RUNJOBID= node147-1337871880-25200
PBS_JOBID= 14620057
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= a3de6c6ee42f8b511357d3857e721bb4
RANDOM SEED=1948956623

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27686472 kB
Buffers:          228628 kB
Cached:          1447936 kB
SwapCached:         6180 kB
Active:          3074372 kB
Inactive:        1338540 kB
Active(anon):    2732096 kB
Inactive(anon):     6780 kB
Active(file):     342276 kB
Inactive(file):  1331760 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:               908 kB
Writeback:             4 kB
AnonPages:       2738688 kB
Mapped:            18020 kB
Shmem:                 0 kB
Slab:             631128 kB
SReclaimable:      72324 kB
SUnreclaim:       558804 kB
KernelStack:        1624 kB
PageTables:         9692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2947060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2674688 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= 71716 MiB
End job on node147 at 2012-05-24 20:40:45