Trace number 3689703

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 Resolution 2.3.2 Snapshot? (TO) 1800.75 1785.77

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K168.opb
MD5SUM4a002b4e44699cf4cd35a469f7223c94
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 variables19992
Total number of constraints20330
Number of constraints which are clauses20162
Number of constraints which are cardinality constraints (but not clauses)168
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint168
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 169
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
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 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-3689703-1337892533.opb
0.09/0.12	c reading problem ... 
1.19/0.62	c ... done. Wall clock time 0.502s.
1.19/0.62	c declared #vars     19992
1.19/0.62	c #constraints  20330
1.19/0.62	c constraints type 
1.19/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17989
1.19/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 168
1.19/0.62	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.19/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2171
1.19/0.62	c 20330 constraints processed.
3.56/2.69	c cleaning 2492 clauses out of 4994 with flag 5002/5002
5.47/4.43	c cleaning 4203 clauses out of 8499 with flag 11000/11000
7.80/6.71	c cleaning 5591 clauses out of 11294 with flag 18000/18000
10.23/9.13	c cleaning 6735 clauses out of 13697 with flag 26000/26000
13.48/12.37	c cleaning 7866 clauses out of 15958 with flag 35000/35000
16.89/15.72	c cleaning 8807 clauses out of 18091 with flag 45001/45001
20.40/19.24	c cleaning 9953 clauses out of 20280 with flag 56000/56000
24.11/22.97	c cleaning 10913 clauses out of 22327 with flag 68001/68001
28.41/27.25	c cleaning 12023 clauses out of 24411 with flag 81001/81001
32.85/31.68	c cleaning 13089 clauses out of 26386 with flag 95000/95000
37.38/36.10	c cleaning 14087 clauses out of 28299 with flag 110003/110003
41.68/40.45	c cleaning 14930 clauses out of 30210 with flag 126001/126001
46.19/44.95	c cleaning 16058 clauses out of 32278 with flag 143000/143000
52.13/50.86	c cleaning 16922 clauses out of 34224 with flag 161005/161005
57.75/56.40	c cleaning 17785 clauses out of 36296 with flag 180000/180000
64.17/62.80	c cleaning 18008 clauses out of 38513 with flag 200002/200002
70.61/69.20	c cleaning 19131 clauses out of 41503 with flag 221001/221001
77.34/75.92	c cleaning 19922 clauses out of 44372 with flag 243002/243002
84.89/83.41	c cleaning 20859 clauses out of 47447 with flag 266000/266000
93.41/91.91	c cleaning 22041 clauses out of 50586 with flag 290000/290000
100.96/99.49	c cleaning 22752 clauses out of 53545 with flag 315000/315000
109.05/107.46	c cleaning 23728 clauses out of 56794 with flag 341002/341002
117.28/115.68	c cleaning 24928 clauses out of 60063 with flag 368000/368000
126.60/124.93	c cleaning 25056 clauses out of 63136 with flag 396002/396002
135.94/134.25	c cleaning 26254 clauses out of 67076 with flag 425001/425001
145.01/143.28	c cleaning 27553 clauses out of 70821 with flag 455001/455001
154.56/152.73	c cleaning 28327 clauses out of 74266 with flag 486000/486000
163.80/161.98	c cleaning 29554 clauses out of 77938 with flag 518000/518000
174.33/172.48	c cleaning 30267 clauses out of 81385 with flag 551002/551002
185.57/183.66	c cleaning 30987 clauses out of 85116 with flag 585000/585000
197.10/195.20	c cleaning 31972 clauses out of 89129 with flag 620000/620000
209.26/207.22	c cleaning 33105 clauses out of 93157 with flag 656000/656000
221.89/219.89	c cleaning 33863 clauses out of 97053 with flag 693001/693001
234.03/231.94	c cleaning 35083 clauses out of 101190 with flag 731002/731002
246.59/244.43	c cleaning 36051 clauses out of 105106 with flag 770001/770001
260.94/258.78	c cleaning 37021 clauses out of 109054 with flag 810000/810000
274.34/272.06	c cleaning 38332 clauses out of 113033 with flag 851000/851000
289.21/286.86	c cleaning 38458 clauses out of 116701 with flag 893000/893000
302.64/300.24	c cleaning 39961 clauses out of 121243 with flag 936000/936000
317.87/315.46	c cleaning 40701 clauses out of 125283 with flag 980001/980001
333.31/330.86	c cleaning 41757 clauses out of 129581 with flag 1025000/1025000
349.07/346.52	c cleaning 42120 clauses out of 133824 with flag 1071000/1071000
365.41/362.84	c cleaning 43428 clauses out of 138707 with flag 1118004/1118004
381.77/379.16	c cleaning 45279 clauses out of 143276 with flag 1166001/1166001
399.52/396.86	c cleaning 45939 clauses out of 146995 with flag 1215000/1215000
417.30/414.51	c cleaning 46061 clauses out of 151055 with flag 1265000/1265000
433.55/430.71	c cleaning 47812 clauses out of 155994 with flag 1316000/1316000
450.98/448.17	c cleaning 48923 clauses out of 160182 with flag 1368000/1368000
469.85/466.92	c cleaning 50150 clauses out of 164262 with flag 1421003/1421003
490.94/487.90	c cleaning 50146 clauses out of 168109 with flag 1475001/1475001
511.73/508.60	c cleaning 50975 clauses out of 172964 with flag 1530002/1530002
530.76/527.63	c cleaning 52064 clauses out of 177989 with flag 1586002/1586002
551.80/548.61	c cleaning 54307 clauses out of 182923 with flag 1643000/1643000
572.26/569.00	c cleaning 54520 clauses out of 186617 with flag 1701001/1701001
595.53/592.29	c cleaning 55099 clauses out of 191095 with flag 1760000/1760000
617.73/614.39	c cleaning 55915 clauses out of 195996 with flag 1820000/1820000
640.58/637.10	c cleaning 57098 clauses out of 201081 with flag 1881000/1881000
663.97/660.50	c cleaning 58230 clauses out of 205983 with flag 1943000/1943000
688.92/685.14	c cleaning 59728 clauses out of 210757 with flag 2006004/2006004
714.86/710.94	c cleaning 59618 clauses out of 215024 with flag 2070000/2070000
748.32/744.28	c cleaning 61957 clauses out of 220407 with flag 2135001/2135001
781.99/777.74	c cleaning 63077 clauses out of 224449 with flag 2201000/2201000
806.97/802.66	c cleaning 63092 clauses out of 228372 with flag 2268000/2268000
835.87/831.44	c cleaning 64779 clauses out of 233280 with flag 2336000/2336000
863.38/858.88	c cleaning 66668 clauses out of 237501 with flag 2405000/2405000
891.00/886.34	c cleaning 65265 clauses out of 240832 with flag 2475000/2475000
918.67/913.93	c cleaning 66375 clauses out of 246567 with flag 2546000/2546000
947.40/942.45	c cleaning 68053 clauses out of 252192 with flag 2618000/2618000
979.53/974.42	c cleaning 69423 clauses out of 257141 with flag 2691002/2691002
1012.18/1007.09	c cleaning 69678 clauses out of 261717 with flag 2765001/2765001
1043.66/1038.43	c cleaning 71338 clauses out of 267038 with flag 2840000/2840000
1078.33/1072.84	c cleaning 72251 clauses out of 271700 with flag 2916000/2916000
1113.55/1107.95	c cleaning 73355 clauses out of 276451 with flag 2993002/2993002
1146.90/1141.07	c cleaning 75073 clauses out of 281095 with flag 3071001/3071001
1178.32/1172.28	c cleaning 74788 clauses out of 285021 with flag 3150000/3150000
1210.34/1204.15	c cleaning 76022 clauses out of 290233 with flag 3230000/3230000
1241.03/1234.66	c cleaning 77180 clauses out of 295211 with flag 3311000/3311000
1277.50/1270.98	c cleaning 78778 clauses out of 300033 with flag 3393002/3393002
1313.92/1307.12	c cleaning 78298 clauses out of 304253 with flag 3476000/3476000
1351.37/1344.53	c cleaning 79288 clauses out of 309956 with flag 3560001/3560001
1389.12/1382.26	c cleaning 80057 clauses out of 315667 with flag 3645000/3645000
1423.70/1416.63	c cleaning 82405 clauses out of 321612 with flag 3731002/3731002
1500.80/1492.56	c cleaning 85095 clauses out of 326205 with flag 3818000/3818000
1557.84/1548.76	c cleaning 85308 clauses out of 329110 with flag 3906000/3906000
1600.72/1591.14	c cleaning 85849 clauses out of 332803 with flag 3995001/3995001
1644.57/1634.67	c cleaning 87158 clauses out of 336955 with flag 4085002/4085002
1680.39/1670.20	c cleaning 87359 clauses out of 340797 with flag 4176002/4176002
1739.92/1728.89	c cleaning 89812 clauses out of 345436 with flag 4268000/4268000
1800.07/1785.71	c starts		: 252
1800.07/1785.71	c conflicts		: 4354478
1800.07/1785.71	c decisions		: 87636465
1800.07/1785.71	c propagations		: 3444960859
1800.07/1785.71	c inspects		: 8353020197
1800.07/1785.71	c shortcuts		: 0
1800.07/1785.71	c learnt literals	: 58
1800.07/1785.71	c learnt binary clauses	: 224793
1800.07/1785.71	c learnt ternary clauses	: 232144
1800.07/1785.71	c learnt constraints	: 4354420
1800.07/1785.71	c ignored constraints	: 0
1800.07/1785.71	c root simplifications	: 0
1800.07/1785.71	c removed literals (reason simplification)	: 0
1800.07/1785.71	c reason swapping (by a shorter reason)	: 0
1800.07/1785.71	c Calls to reduceDB	: 88
1800.07/1785.71	c number of reductions to clauses (during analyze)	: 0
1800.07/1785.71	c number of learned constraints concerned by reduction	: 0
1800.07/1785.71	c number of learning phase by resolution	: 0
1800.07/1785.71	c number of learning phase by cutting planes	: 0
1800.07/1785.71	c speed (assignments/second)	: 1929874.6009960393
1800.07/1785.71	c non guided choices	64015
1800.07/1785.76	c learnt constraints type 
1800.07/1785.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 224796
1800.07/1785.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117339
1800.07/1785.76	c constraints type 
1800.07/1785.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17989
1800.07/1785.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 168
1800.07/1785.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.07/1785.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2171
1800.07/1785.76	c 20330 constraints processed.
1800.07/1785.76	s UNKNOWN
1800.07/1785.76	c Total wall clock time (in seconds): 1785.648

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-3689703-1337892533/watcher-3689703-1337892533 -o /tmp/evaluation-result-3689703-1337892533/solver-3689703-1337892533 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689703-1337892533.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: 2.11 2.06 2.06 3/194 27059
/proc/meminfo: memFree=29082956/32873648 swapFree=7108/7108
[pid=27059] ppid=27057 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27059/stat : 27059 (java) D 27057 27059 21597 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255380693 9515008 182 33554432000 1073741824 1073778376 140733716007888 140733715998920 219513962165 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/27059/statm: 2323 182 140 9 0 71 0

[startup+0.036838 s]
/proc/loadavg: 2.11 2.06 2.06 3/194 27059
/proc/meminfo: memFree=29082956/32873648 swapFree=7108/7108
[pid=27059] ppid=27057 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/27059/stat : 27059 (java) S 27057 27059 21597 0 -1 4202496 2917 0 1 0 1 0 0 0 20 0 11 0 255380693 9310650368 3617 33554432000 1073741824 1073778376 140737007869792 140737007860928 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27059/statm: 2273108 3617 1644 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.10024 s]
/proc/loadavg: 2.11 2.06 2.06 3/194 27059
/proc/meminfo: memFree=29082956/32873648 swapFree=7108/7108
[pid=27059] ppid=27057 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27059/stat : 27059 (java) S 27057 27059 21597 0 -1 4202496 4262 0 1 0 8 1 0 0 20 0 18 0 255380693 9787813888 5470 33554432000 1073741824 1073778376 140737007869792 140737007860928 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27059/statm: 2389603 5470 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300228 s]
/proc/loadavg: 2.11 2.06 2.06 3/194 27059
/proc/meminfo: memFree=29082956/32873648 swapFree=7108/7108
[pid=27059] ppid=27057 vsize=9558412 CPUtime=0.55 cores=0,2,4,6
/proc/27059/stat : 27059 (java) S 27057 27059 21597 0 -1 4202496 7382 0 1 0 53 2 0 0 20 0 18 0 255380693 9787813888 11426 33554432000 1073741824 1073778376 140737007869792 140737007860928 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27059/statm: 2389603 11426 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.700233 s]
/proc/loadavg: 2.11 2.06 2.06 3/194 27059
/proc/meminfo: memFree=29082956/32873648 swapFree=7108/7108
[pid=27059] ppid=27057 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/27059/stat : 27059 (java) S 27057 27059 21597 0 -1 4202496 9779 0 1 0 141 4 0 0 20 0 19 0 255380693 9855975424 36227 33554432000 1073741824 1073778376 140737007869792 140737007860928 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27059/statm: 2406244 36227 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9624976

[startup+1.50067 s]
/proc/loadavg: 2.11 2.06 2.06 3/213 27078
/proc/meminfo: memFree=28943232/32873648 swapFree=7108/7108
[pid=27059] ppid=27057 vsize=9624976 CPUtime=2.44 cores=0,2,4,6
/proc/27059/stat : 27059 (java) S 27057 27059 21597 0 -1 4202496 9783 0 1 0 240 4 0 0 20 0 19 0 255380693 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140737007860928 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27059/statm: 2406244 36742 2251 9 0 2396937 0
[pid=27059/tid=27061] ppid=27057 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/27059/task/27061/stat : 27061 (java) R 27057 27059 21597 0 -1 4202560 2508 0 1 0 143 3 0 0 20 0 19 0 255380694 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140138649510392 140138492349065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27062] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27062/stat : 27062 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140138611002024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27063] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27063/stat : 27063 (java) S 27057 27059 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140138609949480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27064] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27064/stat : 27064 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140138491407272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27059/tid=27065] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27065/stat : 27065 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140138490354728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27066] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27066/stat : 27066 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140138489301160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27067] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27067/stat : 27067 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140138488248616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27068] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27068/stat : 27068 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140138487196072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27069] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27069/stat : 27069 (java) S 27057 27059 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140138486143528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27070] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27070/stat : 27070 (java) S 27057 27059 21597 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140138003815016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27071] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27071/stat : 27071 (java) S 27057 27059 21597 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140138002761336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27072] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27072/stat : 27072 (java) S 27057 27059 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140138001708680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27073] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27073/stat : 27073 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140138000657424 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27074] ppid=27057 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/27059/task/27074/stat : 27074 (java) S 27057 27059 21597 0 -1 4202560 3567 0 0 0 46 0 0 0 20 0 19 0 255380699 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140137999603768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27075] ppid=27057 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/27059/task/27075/stat : 27075 (java) S 27057 27059 21597 0 -1 4202560 2508 0 0 0 48 0 0 0 20 0 19 0 255380699 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140137998551224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27076] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27076/stat : 27076 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140137997498872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27077] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27077/stat : 27077 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140137996446536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27078] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27078/stat : 27078 (java) S 27057 27059 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255380757 9855975424 36742 33554432000 1073741824 1073778376 140737007869792 140137995392296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9624976

[startup+3.10072 s]
/proc/loadavg: 2.11 2.06 2.06 3/213 27078
/proc/meminfo: memFree=28938764/32873648 swapFree=7108/7108
[pid=27059] ppid=27057 vsize=9624976 CPUtime=4.13 cores=0,2,4,6
/proc/27059/stat : 27059 (java) S 27057 27059 21597 0 -1 4202496 9987 0 1 0 408 5 0 0 20 0 19 0 255380693 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140737007860928 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27059/statm: 2406244 42424 2281 9 0 2396937 0
[pid=27059/tid=27061] ppid=27057 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/27059/task/27061/stat : 27061 (java) R 27057 27059 21597 0 -1 4202560 2514 0 1 0 300 3 0 0 20 0 19 0 255380694 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140138649510264 140138492203460 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27062] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27062/stat : 27062 (java) S 27057 27059 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140138611002024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27063] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27063/stat : 27063 (java) S 27057 27059 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140138609949480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27064] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27064/stat : 27064 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140138491407272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27065] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27065/stat : 27065 (java) S 27057 27059 21597 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140138490354728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27066] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27066/stat : 27066 (java) S 27057 27059 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140138489301160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27067] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27067/stat : 27067 (java) S 27057 27059 21597 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140138488248616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27068] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27068/stat : 27068 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140138487196072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27069] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27069/stat : 27069 (java) S 27057 27059 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140138486143528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27070] ppid=27057 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/27059/task/27070/stat : 27070 (java) S 27057 27059 21597 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 255380696 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140138003815016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27071] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27071/stat : 27071 (java) S 27057 27059 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140138002761336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27072] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27072/stat : 27072 (java) S 27057 27059 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140138001708680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27073] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27073/stat : 27073 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140138000657424 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27074] ppid=27057 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/27059/task/27074/stat : 27074 (java) S 27057 27059 21597 0 -1 4202560 3697 0 0 0 49 0 0 0 20 0 19 0 255380699 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140137999603768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27075] ppid=27057 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/27059/task/27075/stat : 27075 (java) S 27057 27059 21597 0 -1 4202560 2515 0 0 0 52 0 0 0 20 0 19 0 255380699 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140137998551224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27076] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27076/stat : 27076 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140137997498872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27077] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27077/stat : 27077 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140137996446536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27078] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27078/stat : 27078 (java) S 27057 27059 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255380757 9855975424 42424 33554432000 1073741824 1073778376 140737007869792 140137995392296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9624976

[startup+6.30073 s]
/proc/loadavg: 2.10 2.06 2.06 3/213 27078
/proc/meminfo: memFree=28872620/32873648 swapFree=7108/7108
[pid=27059] ppid=27057 vsize=9624976 CPUtime=7.4 cores=0,2,4,6
/proc/27059/stat : 27059 (java) S 27057 27059 21597 0 -1 4202496 10005 0 1 0 734 6 0 0 20 0 19 0 255380693 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140737007860928 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27059/statm: 2406244 44445 2281 9 0 2396937 0
[pid=27059/tid=27061] ppid=27057 vsize=9624976 CPUtime=6.19 cores=0,2,4,6
/proc/27059/task/27061/stat : 27061 (java) R 27057 27059 21597 0 -1 4202560 2517 0 1 0 616 3 0 0 20 0 19 0 255380694 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140138649509088 140138491643399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27062] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27062/stat : 27062 (java) S 27057 27059 21597 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140138611002024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27059/tid=27063] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27063/stat : 27063 (java) S 27057 27059 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140138609949480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27059/tid=27064] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27064/stat : 27064 (java) S 27057 27059 21597 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140138491407272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27065] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27065/stat : 27065 (java) S 27057 27059 21597 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140138490354728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27066] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27066/stat : 27066 (java) S 27057 27059 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140138489301160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27067] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27067/stat : 27067 (java) S 27057 27059 21597 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140138488248616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27059/tid=27068] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27068/stat : 27068 (java) S 27057 27059 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140138487196072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27069] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27069/stat : 27069 (java) S 27057 27059 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255380695 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140138486143528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27070] ppid=27057 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/27059/task/27070/stat : 27070 (java) S 27057 27059 21597 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 255380696 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140138003815016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27071] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27071/stat : 27071 (java) S 27057 27059 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140138002761336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27072] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27072/stat : 27072 (java) S 27057 27059 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140138001708680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27073] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27073/stat : 27073 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140138000657424 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27074] ppid=27057 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/27059/task/27074/stat : 27074 (java) S 27057 27059 21597 0 -1 4202560 3697 0 0 0 50 0 0 0 20 0 19 0 255380699 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140137999603768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27075] ppid=27057 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27059/task/27075/stat : 27075 (java) S 27057 27059 21597 0 -1 4202560 2515 0 0 0 54 0 0 0 20 0 19 0 255380699 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140137998551224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27076] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27076/stat : 27076 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140137997498872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27077] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27077/stat : 27077 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140137996446536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27078] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27078/stat : 27078 (java) S 27057 27059 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255380757 9855975424 44445 33554432000 1073741824 1073778376 140737007869792 140137995392296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=27059/tid=27067] ppid=27057 vsize=9624976 CPUtime=1.67 cores=0,2,4,6
/proc/27059/task/27067/stat : 27067 (java) S 27057 27059 21597 0 -1 4202560 630 0 0 0 152 15 0 0 20 0 19 0 255380695 9855975424 341827 33554432000 1073741824 1073778376 140737007869792 140138488248616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27068] ppid=27057 vsize=9624976 CPUtime=1.56 cores=0,2,4,6
/proc/27059/task/27068/stat : 27068 (java) S 27057 27059 21597 0 -1 4202560 387 0 0 0 141 15 0 0 20 0 19 0 255380695 9855975424 341827 33554432000 1073741824 1073778376 140737007869792 140138487196072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27069] ppid=27057 vsize=9624976 CPUtime=1.76 cores=0,2,4,6
/proc/27059/task/27069/stat : 27069 (java) S 27057 27059 21597 0 -1 4202560 837 0 0 0 157 19 0 0 20 0 19 0 255380695 9855975424 341827 33554432000 1073741824 1073778376 140737007869792 140138486143528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27070] ppid=27057 vsize=9624976 CPUtime=6.47 cores=0,2,4,6
/proc/27059/task/27070/stat : 27070 (java) S 27057 27059 21597 0 -1 4202560 1450 0 0 0 642 5 0 0 20 0 19 0 255380696 9855975424 341827 33554432000 1073741824 1073778376 140737007869792 140138003815016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27071] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27071/stat : 27071 (java) S 27057 27059 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 341827 33554432000 1073741824 1073778376 140737007869792 140138002761336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27072] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27072/stat : 27072 (java) S 27057 27059 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 341827 33554432000 1073741824 1073778376 140737007869792 140138001708680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27073] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27073/stat : 27073 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 341827 33554432000 1073741824 1073778376 140737007869792 140138000657424 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27074] ppid=27057 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27059/task/27074/stat : 27074 (java) S 27057 27059 21597 0 -1 4202560 3704 0 0 0 51 0 0 0 20 0 19 0 255380699 9855975424 341827 33554432000 1073741824 1073778376 140737007869792 140137999603768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27075] ppid=27057 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/27059/task/27075/stat : 27075 (java) S 27057 27059 21597 0 -1 4202560 2722 0 0 0 70 0 0 0 20 0 19 0 255380699 9855975424 341827 33554432000 1073741824 1073778376 140737007869792 140137998551224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27076] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27076/stat : 27076 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 341827 33554432000 1073741824 1073778376 140737007869792 140137997498872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27077] ppid=27057 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27059/task/27077/stat : 27077 (java) S 27057 27059 21597 0 -1 4202560 99 0 0 0 23 31 0 0 20 0 19 0 255380699 9855975424 341827 33554432000 1073741824 1073778376 140737007869792 140137996446536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27078] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27078/stat : 27078 (java) S 27057 27059 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255380757 9855975424 341827 33554432000 1073741824 1073778376 140737007869792 140137995392296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1733.2
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 27174
/proc/meminfo: memFree=28381452/32873648 swapFree=7108/7108
[pid=27059] ppid=27057 vsize=9624976 CPUtime=1796.61 cores=0,2,4,6
/proc/27059/stat : 27059 (java) S 27057 27059 21597 0 -1 4202496 16956 0 1 0 179484 177 0 0 20 0 19 0 255380693 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140737007860928 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27059/statm: 2406244 177559 2282 9 0 2396937 0
[pid=27059/tid=27061] ppid=27057 vsize=9624976 CPUtime=1770.6 cores=0,2,4,6
/proc/27059/task/27061/stat : 27061 (java) R 27057 27059 21597 0 -1 4202560 2693 0 1 0 177027 33 0 0 20 0 19 0 255380694 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140138649509168 140138492203149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27062] ppid=27057 vsize=9624976 CPUtime=2.22 cores=0,2,4,6
/proc/27059/task/27062/stat : 27062 (java) S 27057 27059 21597 0 -1 4202560 466 0 0 0 205 17 0 0 20 0 19 0 255380695 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140138611002024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27059/tid=27063] ppid=27057 vsize=9624976 CPUtime=2.08 cores=0,2,4,6
/proc/27059/task/27063/stat : 27063 (java) S 27057 27059 21597 0 -1 4202560 559 0 0 0 193 15 0 0 20 0 19 0 255380695 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140138609949480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27064] ppid=27057 vsize=9624976 CPUtime=2.49 cores=0,2,4,6
/proc/27059/task/27064/stat : 27064 (java) S 27057 27059 21597 0 -1 4202560 719 0 0 0 229 20 0 0 20 0 19 0 255380695 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140138491407272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27065] ppid=27057 vsize=9624976 CPUtime=2.15 cores=0,2,4,6
/proc/27059/task/27065/stat : 27065 (java) S 27057 27059 21597 0 -1 4202560 564 0 0 0 197 18 0 0 20 0 19 0 255380695 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140138490354728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27066] ppid=27057 vsize=9624976 CPUtime=2.16 cores=0,2,4,6
/proc/27059/task/27066/stat : 27066 (java) S 27057 27059 21597 0 -1 4202560 569 0 0 0 200 16 0 0 20 0 19 0 255380695 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140138489301160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27067] ppid=27057 vsize=9624976 CPUtime=2.31 cores=0,2,4,6
/proc/27059/task/27067/stat : 27067 (java) S 27057 27059 21597 0 -1 4202560 699 0 0 0 213 18 0 0 20 0 19 0 255380695 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140138488248616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27068] ppid=27057 vsize=9624976 CPUtime=2.13 cores=0,2,4,6
/proc/27059/task/27068/stat : 27068 (java) S 27057 27059 21597 0 -1 4202560 473 0 0 0 197 16 0 0 20 0 19 0 255380695 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140138487196072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27069] ppid=27057 vsize=9624976 CPUtime=2.37 cores=0,2,4,6
/proc/27059/task/27069/stat : 27069 (java) S 27057 27059 21597 0 -1 4202560 888 0 0 0 217 20 0 0 20 0 19 0 255380695 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140138486143528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27070] ppid=27057 vsize=9624976 CPUtime=6.59 cores=0,2,4,6
/proc/27059/task/27070/stat : 27070 (java) S 27057 27059 21597 0 -1 4202560 1612 0 0 0 653 6 0 0 20 0 19 0 255380696 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140138003815016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27071] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27071/stat : 27071 (java) S 27057 27059 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140138002761336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27072] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27072/stat : 27072 (java) S 27057 27059 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140138001708680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27073] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27073/stat : 27073 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140138000657424 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27074] ppid=27057 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27059/task/27074/stat : 27074 (java) S 27057 27059 21597 0 -1 4202560 3704 0 0 0 51 0 0 0 20 0 19 0 255380699 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140137999603768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27075] ppid=27057 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/27059/task/27075/stat : 27075 (java) S 27057 27059 21597 0 -1 4202560 2722 0 0 0 70 0 0 0 20 0 19 0 255380699 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140137998551224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27076] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27076/stat : 27076 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140137997498872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27077] ppid=27057 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/27059/task/27077/stat : 27077 (java) S 27057 27059 21597 0 -1 4202560 103 0 0 0 24 33 0 0 20 0 19 0 255380699 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140137996446536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27078] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27078/stat : 27078 (java) S 27057 27059 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255380757 9855975424 177559 33554432000 1073741824 1073778376 140737007869792 140137995392296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 27174
/proc/meminfo: memFree=28388524/32873648 swapFree=7108/7108
[pid=27059] ppid=27057 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/27059/stat : 27059 (java) S 27057 27059 21597 0 -1 4202496 16958 0 1 0 179830 177 0 0 20 0 19 0 255380693 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140737007860928 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27059/statm: 2406244 175779 2282 9 0 2396937 0
[pid=27059/tid=27061] ppid=27057 vsize=9624976 CPUtime=1773.98 cores=0,2,4,6
/proc/27059/task/27061/stat : 27061 (java) R 27057 27059 21597 0 -1 4202560 2695 0 1 0 177365 33 0 0 20 0 19 0 255380694 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138649509184 140138492203856 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27062] ppid=27057 vsize=9624976 CPUtime=2.24 cores=0,2,4,6
/proc/27059/task/27062/stat : 27062 (java) S 27057 27059 21597 0 -1 4202560 466 0 0 0 207 17 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138611002024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27059/tid=27063] ppid=27057 vsize=9624976 CPUtime=2.08 cores=0,2,4,6
/proc/27059/task/27063/stat : 27063 (java) S 27057 27059 21597 0 -1 4202560 559 0 0 0 193 15 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138609949480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27064] ppid=27057 vsize=9624976 CPUtime=2.51 cores=0,2,4,6
/proc/27059/task/27064/stat : 27064 (java) S 27057 27059 21597 0 -1 4202560 719 0 0 0 231 20 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138491407272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27065] ppid=27057 vsize=9624976 CPUtime=2.16 cores=0,2,4,6
/proc/27059/task/27065/stat : 27065 (java) S 27057 27059 21597 0 -1 4202560 564 0 0 0 198 18 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138490354728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27059/tid=27066] ppid=27057 vsize=9624976 CPUtime=2.18 cores=0,2,4,6
/proc/27059/task/27066/stat : 27066 (java) S 27057 27059 21597 0 -1 4202560 569 0 0 0 202 16 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138489301160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27067] ppid=27057 vsize=9624976 CPUtime=2.31 cores=0,2,4,6
/proc/27059/task/27067/stat : 27067 (java) S 27057 27059 21597 0 -1 4202560 699 0 0 0 213 18 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138488248616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27068] ppid=27057 vsize=9624976 CPUtime=2.14 cores=0,2,4,6
/proc/27059/task/27068/stat : 27068 (java) S 27057 27059 21597 0 -1 4202560 473 0 0 0 198 16 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138487196072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27069] ppid=27057 vsize=9624976 CPUtime=2.38 cores=0,2,4,6
/proc/27059/task/27069/stat : 27069 (java) S 27057 27059 21597 0 -1 4202560 888 0 0 0 218 20 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138486143528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27070] ppid=27057 vsize=9624976 CPUtime=6.59 cores=0,2,4,6
/proc/27059/task/27070/stat : 27070 (java) S 27057 27059 21597 0 -1 4202560 1612 0 0 0 653 6 0 0 20 0 19 0 255380696 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138003815016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27071] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27071/stat : 27071 (java) S 27057 27059 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138002761336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27072] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27072/stat : 27072 (java) S 27057 27059 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138001708680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27073] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27073/stat : 27073 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138000657424 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27074] ppid=27057 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27059/task/27074/stat : 27074 (java) S 27057 27059 21597 0 -1 4202560 3704 0 0 0 51 0 0 0 20 0 19 0 255380699 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140137999603768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27075] ppid=27057 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/27059/task/27075/stat : 27075 (java) S 27057 27059 21597 0 -1 4202560 2722 0 0 0 70 0 0 0 20 0 19 0 255380699 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140137998551224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27076] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27076/stat : 27076 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140137997498872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27077] ppid=27057 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/27059/task/27077/stat : 27077 (java) S 27057 27059 21597 0 -1 4202560 103 0 0 0 24 33 0 0 20 0 19 0 255380699 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140137996446536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27078] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27078/stat : 27078 (java) S 27057 27059 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255380757 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140137995392296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1785.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 27174
/proc/meminfo: memFree=28388524/32873648 swapFree=7108/7108
[pid=27059] ppid=27057 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/27059/stat : 27059 (java) S 27057 27059 21597 0 -1 4202496 16958 0 1 0 179830 177 0 0 20 0 19 0 255380693 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140737007860928 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27059/statm: 2406244 175779 2282 9 0 2396937 0
[pid=27059/tid=27061] ppid=27057 vsize=9624976 CPUtime=1773.98 cores=0,2,4,6
/proc/27059/task/27061/stat : 27061 (java) R 27057 27059 21597 0 -1 4202560 2695 0 1 0 177365 33 0 0 20 0 19 0 255380694 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138649509184 140138492203856 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27062] ppid=27057 vsize=9624976 CPUtime=2.24 cores=0,2,4,6
/proc/27059/task/27062/stat : 27062 (java) S 27057 27059 21597 0 -1 4202560 466 0 0 0 207 17 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138611002024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27059/tid=27063] ppid=27057 vsize=9624976 CPUtime=2.08 cores=0,2,4,6
/proc/27059/task/27063/stat : 27063 (java) S 27057 27059 21597 0 -1 4202560 559 0 0 0 193 15 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138609949480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27064] ppid=27057 vsize=9624976 CPUtime=2.51 cores=0,2,4,6
/proc/27059/task/27064/stat : 27064 (java) S 27057 27059 21597 0 -1 4202560 719 0 0 0 231 20 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138491407272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27065] ppid=27057 vsize=9624976 CPUtime=2.16 cores=0,2,4,6
/proc/27059/task/27065/stat : 27065 (java) S 27057 27059 21597 0 -1 4202560 564 0 0 0 198 18 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138490354728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27059/tid=27066] ppid=27057 vsize=9624976 CPUtime=2.18 cores=0,2,4,6
/proc/27059/task/27066/stat : 27066 (java) S 27057 27059 21597 0 -1 4202560 569 0 0 0 202 16 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138489301160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27067] ppid=27057 vsize=9624976 CPUtime=2.31 cores=0,2,4,6
/proc/27059/task/27067/stat : 27067 (java) S 27057 27059 21597 0 -1 4202560 699 0 0 0 213 18 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138488248616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27068] ppid=27057 vsize=9624976 CPUtime=2.14 cores=0,2,4,6
/proc/27059/task/27068/stat : 27068 (java) S 27057 27059 21597 0 -1 4202560 473 0 0 0 198 16 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138487196072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27069] ppid=27057 vsize=9624976 CPUtime=2.38 cores=0,2,4,6
/proc/27059/task/27069/stat : 27069 (java) S 27057 27059 21597 0 -1 4202560 888 0 0 0 218 20 0 0 20 0 19 0 255380695 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138486143528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27070] ppid=27057 vsize=9624976 CPUtime=6.59 cores=0,2,4,6
/proc/27059/task/27070/stat : 27070 (java) S 27057 27059 21597 0 -1 4202560 1612 0 0 0 653 6 0 0 20 0 19 0 255380696 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138003815016 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27071] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27071/stat : 27071 (java) S 27057 27059 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138002761336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27072] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27072/stat : 27072 (java) S 27057 27059 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255380696 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138001708680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27073] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27073/stat : 27073 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140138000657424 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27074] ppid=27057 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27059/task/27074/stat : 27074 (java) S 27057 27059 21597 0 -1 4202560 3704 0 0 0 51 0 0 0 20 0 19 0 255380699 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140137999603768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27075] ppid=27057 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/27059/task/27075/stat : 27075 (java) S 27057 27059 21597 0 -1 4202560 2722 0 0 0 70 0 0 0 20 0 19 0 255380699 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140137998551224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27059/tid=27076] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27076/stat : 27076 (java) S 27057 27059 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255380699 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140137997498872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27059/tid=27077] ppid=27057 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/27059/task/27077/stat : 27077 (java) S 27057 27059 21597 0 -1 4202560 103 0 0 0 24 33 0 0 20 0 19 0 255380699 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140137996446536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27059/tid=27078] ppid=27057 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27059/task/27078/stat : 27078 (java) S 27057 27059 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255380757 9855975424 175779 33554432000 1073741824 1073778376 140737007869792 140137995392296 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1785.77
CPU time (s): 1800.75
CPU user time (s): 1798.49
CPU system time (s): 2.26266
CPU usage (%): 100.839
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 2.26266
maximum resident set size= 1481120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16991
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42932
involuntary context switches= 31462

runsolver used 9.13261 second user time and 11.8622 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 22:48:53
IDJOB=3689703
IDBENCH=90204
IDSOLVER=2269
FILE ID=node114/3689703-1337892533
RUNJOBID= node114-1337889993-26418
PBS_JOBID= 14620090
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K168.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689703-1337892533/watcher-3689703-1337892533 -o /tmp/evaluation-result-3689703-1337892533/solver-3689703-1337892533 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689703-1337892533.opb

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

MD5SUM BENCH= 4a002b4e44699cf4cd35a469f7223c94
RANDOM SEED=884214717

node114.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.242
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	: 5332.48
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.242
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.242
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	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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.242
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.242
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.242
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:       32873648 kB
MemFree:        29082956 kB
Buffers:          217944 kB
Cached:          2531616 kB
SwapCached:            0 kB
Active:           890360 kB
Inactive:        2130112 kB
Active(anon):     273484 kB
Inactive(anon):        0 kB
Active(file):     616876 kB
Inactive(file):  2130112 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1740 kB
Writeback:             0 kB
AnonPages:        288252 kB
Mapped:            21720 kB
Shmem:               200 kB
Slab:             623300 kB
SReclaimable:      67652 kB
SUnreclaim:       555648 kB
KernelStack:        1592 kB
PageTables:         4696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     698940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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= 71668 MiB
End job on node114 at 2012-05-24 23:18:41