Trace number 3710034

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.07 1794.18

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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710034-1338214616.opb
0.09/0.12	c reading problem ... 
0.54/0.39	c ... done. Wall clock time 0.266s.
0.54/0.39	c declared #vars     6868
0.54/0.39	c #constraints  7072
0.54/0.39	c constraints type 
0.54/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5669
0.54/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 101
0.54/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.54/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1300
0.54/0.39	c 7072 constraints processed.
2.33/1.71	c cleaning 2494 clauses out of 4989 with flag 5000/5000
3.71/3.07	c cleaning 4199 clauses out of 8485 with flag 11000/11000
5.32/4.69	c cleaning 5585 clauses out of 11278 with flag 18000/18000
7.03/6.37	c cleaning 6780 clauses out of 13688 with flag 26000/26000
9.09/8.37	c cleaning 7858 clauses out of 15907 with flag 35000/35000
11.59/10.81	c cleaning 8918 clauses out of 18048 with flag 45000/45000
14.39/13.62	c cleaning 10000 clauses out of 20129 with flag 56000/56000
17.20/16.46	c cleaning 10950 clauses out of 22129 with flag 68000/68000
20.32/19.54	c cleaning 11326 clauses out of 24181 with flag 81002/81002
23.53/22.76	c cleaning 11883 clauses out of 26853 with flag 95000/95000
27.75/26.91	c cleaning 13411 clauses out of 29970 with flag 110000/110000
31.58/30.79	c cleaning 14054 clauses out of 32559 with flag 126000/126000
36.08/35.28	c cleaning 15086 clauses out of 35503 with flag 143000/143000
43.88/43.01	c cleaning 16954 clauses out of 38418 with flag 161001/161001
51.12/50.24	c cleaning 18043 clauses out of 40463 with flag 180000/180000
56.48/55.59	c cleaning 18286 clauses out of 42418 with flag 200000/200000
61.70/60.79	c cleaning 18619 clauses out of 45132 with flag 221000/221000
67.83/66.89	c cleaning 20458 clauses out of 48512 with flag 243001/243001
73.95/72.99	c cleaning 21098 clauses out of 51053 with flag 266000/266000
80.78/79.70	c cleaning 22554 clauses out of 53955 with flag 290000/290000
87.79/86.75	c cleaning 22727 clauses out of 56402 with flag 315001/315001
97.80/96.75	c cleaning 24329 clauses out of 59674 with flag 341000/341000
107.23/106.17	c cleaning 25379 clauses out of 62345 with flag 368002/368002
114.94/113.87	c cleaning 26070 clauses out of 64962 with flag 396000/396000
127.08/125.96	c cleaning 28325 clauses out of 67892 with flag 425000/425000
136.42/135.21	c cleaning 28076 clauses out of 69568 with flag 455001/455001
148.84/147.64	c cleaning 28613 clauses out of 72493 with flag 486002/486002
159.33/158.02	c cleaning 30078 clauses out of 75876 with flag 518000/518000
179.88/178.58	c cleaning 31405 clauses out of 78804 with flag 551006/551006
194.43/193.06	c cleaning 32368 clauses out of 81393 with flag 585000/585000
204.25/202.86	c cleaning 32212 clauses out of 84021 with flag 620000/620000
214.27/212.87	c cleaning 33889 clauses out of 87809 with flag 656000/656000
225.15/223.62	c cleaning 35127 clauses out of 90923 with flag 693003/693003
236.09/234.50	c cleaning 35457 clauses out of 93793 with flag 731000/731000
253.11/251.57	c cleaning 37933 clauses out of 97336 with flag 770000/770000
267.67/266.01	c cleaning 38497 clauses out of 99403 with flag 810000/810000
292.34/290.64	c cleaning 40035 clauses out of 101906 with flag 851000/851000
309.20/307.44	c cleaning 40248 clauses out of 103871 with flag 893000/893000
326.15/324.32	c cleaning 41375 clauses out of 106623 with flag 936000/936000
343.41/341.54	c cleaning 42314 clauses out of 109248 with flag 980000/980000
357.64/355.73	c cleaning 42572 clauses out of 111931 with flag 1025001/1025001
373.47/371.50	c cleaning 44144 clauses out of 115358 with flag 1071000/1071000
390.90/388.95	c cleaning 45292 clauses out of 118216 with flag 1118002/1118002
408.95/406.96	c cleaning 45748 clauses out of 120922 with flag 1166000/1166000
431.69/429.63	c cleaning 47968 clauses out of 124174 with flag 1215000/1215000
458.95/456.84	c cleaning 49334 clauses out of 126207 with flag 1265001/1265001
483.83/481.64	c cleaning 48832 clauses out of 127872 with flag 1316000/1316000
524.28/522.05	c cleaning 50504 clauses out of 131040 with flag 1368000/1368000
570.39/568.06	c cleaning 52123 clauses out of 133538 with flag 1421002/1421002
589.68/587.23	c cleaning 51843 clauses out of 135413 with flag 1475000/1475000
609.31/606.85	c cleaning 52896 clauses out of 138568 with flag 1530000/1530000
632.25/629.77	c cleaning 54137 clauses out of 141675 with flag 1586003/1586003
654.36/651.78	c cleaning 55089 clauses out of 144533 with flag 1643000/1643000
680.19/677.55	c cleaning 56810 clauses out of 147444 with flag 1701000/1701000
707.36/704.63	c cleaning 57672 clauses out of 149634 with flag 1760000/1760000
737.71/734.90	c cleaning 58703 clauses out of 151965 with flag 1820003/1820003
767.60/764.75	c cleaning 59475 clauses out of 154259 with flag 1881000/1881000
794.09/791.19	c cleaning 60327 clauses out of 156784 with flag 1943000/1943000
823.33/820.32	c cleaning 61425 clauses out of 159457 with flag 2006000/2006000
855.43/852.39	c cleaning 62703 clauses out of 162032 with flag 2070000/2070000
898.30/895.16	c cleaning 64264 clauses out of 164329 with flag 2135000/2135000
922.98/919.70	c cleaning 64119 clauses out of 166065 with flag 2201000/2201000
949.70/946.40	c cleaning 65653 clauses out of 168947 with flag 2268001/2268001
975.53/972.28	c cleaning 66149 clauses out of 171293 with flag 2336000/2336000
999.65/996.36	c cleaning 66070 clauses out of 174144 with flag 2405000/2405000
1033.71/1030.32	c cleaning 68802 clauses out of 178073 with flag 2475001/2475001
1069.89/1066.49	c cleaning 70147 clauses out of 180270 with flag 2546000/2546000
1100.88/1097.32	c cleaning 70604 clauses out of 182122 with flag 2618001/2618001
1128.33/1124.79	c cleaning 71086 clauses out of 184518 with flag 2691001/2691001
1158.49/1154.86	c cleaning 72570 clauses out of 187431 with flag 2765000/2765000
1196.34/1192.65	c cleaning 74098 clauses out of 189861 with flag 2840000/2840000
1239.55/1235.76	c cleaning 74881 clauses out of 191764 with flag 2916001/2916001
1278.97/1275.02	c cleaning 76252 clauses out of 193882 with flag 2993000/2993000
1317.80/1313.87	c cleaning 76727 clauses out of 195630 with flag 3071000/3071000
1354.20/1350.14	c cleaning 77609 clauses out of 197903 with flag 3150000/3150000
1401.34/1397.03	c cleaning 78884 clauses out of 200294 with flag 3230000/3230000
1433.70/1429.35	c cleaning 78864 clauses out of 202410 with flag 3311000/3311000
1468.34/1463.98	c cleaning 80389 clauses out of 205546 with flag 3393000/3393000
1504.03/1499.60	c cleaning 81906 clauses out of 208158 with flag 3476001/3476001
1543.38/1538.81	c cleaning 82476 clauses out of 210251 with flag 3560000/3560000
1607.37/1602.62	c cleaning 83842 clauses out of 212775 with flag 3645000/3645000
1655.67/1650.78	c cleaning 84935 clauses out of 214934 with flag 3731001/3731001
1724.73/1719.63	c cleaning 86466 clauses out of 216998 with flag 3818000/3818000
1800.07/1794.12	c starts		: 251
1800.07/1794.12	c conflicts		: 3905351
1800.07/1794.12	c decisions		: 12327700
1800.07/1794.12	c propagations		: 1280307897
1800.07/1794.12	c inspects		: 7439993667
1800.07/1794.12	c shortcuts		: 0
1800.07/1794.12	c learnt literals	: 37
1800.07/1794.12	c learnt binary clauses	: 108061
1800.07/1794.12	c learnt ternary clauses	: 156649
1800.07/1794.12	c learnt constraints	: 3905314
1800.07/1794.12	c ignored constraints	: 0
1800.07/1794.12	c root simplifications	: 288
1800.07/1794.12	c removed literals (reason simplification)	: 174452687
1800.07/1794.12	c reason swapping (by a shorter reason)	: 0
1800.07/1794.12	c Calls to reduceDB	: 83
1800.07/1794.12	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.12	c number of learned constraints concerned by reduction	: 0
1800.07/1794.12	c number of learning phase by resolution	: 0
1800.07/1794.12	c number of learning phase by cutting planes	: 0
1800.07/1794.12	c speed (assignments/second)	: 713773.2391602247
1800.07/1794.12	c non guided choices	6459
1800.07/1794.17	c learnt constraints type 
1800.07/1794.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 108033
1800.07/1794.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109877
1800.07/1794.17	c constraints type 
1800.07/1794.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5669
1800.07/1794.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 101
1800.07/1794.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.07/1794.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1300
1800.07/1794.17	c 7072 constraints processed.
1800.07/1794.17	s UNKNOWN
1800.07/1794.17	c Total wall clock time (in seconds): 1794.05

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-3710034-1338214616/watcher-3710034-1338214616 -o /tmp/evaluation-result-3710034-1338214616/solver-3710034-1338214616 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710034-1338214616.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.16 2.07 2.02 3/194 23638
/proc/meminfo: memFree=30676364/32873844 swapFree=6080/6080
[pid=23638] ppid=23636 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23638/stat : 23638 (java) R 23636 23638 20249 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 287586181 9515008 184 33554432000 1073741824 1073778376 140733639978224 140733639969448 248790019511 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23638/statm: 2323 184 142 9 0 71 0

[startup+0.0977399 s]
/proc/loadavg: 2.16 2.07 2.02 3/194 23638
/proc/meminfo: memFree=30676364/32873844 swapFree=6080/6080
[pid=23638] ppid=23636 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/23638/stat : 23638 (java) S 23636 23638 20249 0 -1 4202496 4238 0 1 0 7 1 0 0 20 0 18 0 287586181 9787842560 5444 33554432000 1073741824 1073778376 140736294380784 140736294371920 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23638/statm: 2389610 5445 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.100283 s]
/proc/loadavg: 2.16 2.07 2.02 3/194 23638
/proc/meminfo: memFree=30676364/32873844 swapFree=6080/6080
[pid=23638] ppid=23636 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/23638/stat : 23638 (java) S 23636 23638 20249 0 -1 4202496 4274 0 1 0 8 1 0 0 20 0 18 0 287586181 9787842560 5480 33554432000 1073741824 1073778376 140736294380784 140736294371920 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23638/statm: 2389610 5480 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300158 s]
/proc/loadavg: 2.16 2.07 2.02 3/194 23638
/proc/meminfo: memFree=30676364/32873844 swapFree=6080/6080
[pid=23638] ppid=23636 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/23638/stat : 23638 (java) S 23636 23638 20249 0 -1 4202496 7147 0 1 0 52 2 0 0 20 0 18 0 287586181 9787842560 9851 33554432000 1073741824 1073778376 140736294380784 140736294371920 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23638/statm: 2389610 9851 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700266 s]
/proc/loadavg: 2.16 2.07 2.02 3/194 23638
/proc/meminfo: memFree=30676364/32873844 swapFree=6080/6080
[pid=23638] ppid=23636 vsize=9625004 CPUtime=1.31 cores=0,2,4,6
/proc/23638/stat : 23638 (java) S 23636 23638 20249 0 -1 4202496 7613 0 1 0 129 2 0 0 20 0 19 0 287586181 9856004096 17213 33554432000 1073741824 1073778376 140736294380784 140736294371920 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23638/statm: 2406251 17213 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625004

[startup+1.50065 s]
/proc/loadavg: 2.16 2.07 2.02 3/213 23657
/proc/meminfo: memFree=30616756/32873844 swapFree=6080/6080
[pid=23638] ppid=23636 vsize=9625004 CPUtime=2.12 cores=0,2,4,6
/proc/23638/stat : 23638 (java) S 23636 23638 20249 0 -1 4202496 7615 0 1 0 210 2 0 0 20 0 19 0 287586181 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140736294371920 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23638/statm: 2406251 17214 2258 9 0 2396937 0
[pid=23638/tid=23640] ppid=23636 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/23638/task/23640/stat : 23640 (java) R 23636 23638 20249 0 -1 4202560 2521 0 1 0 144 2 0 0 20 0 19 0 287586182 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277909000888 140277742921331 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23641] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23641/stat : 23641 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277870491944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23642] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23642/stat : 23642 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277869439144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23643] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23643/stat : 23643 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277868386856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23644] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23644/stat : 23644 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277867334056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23645] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23645/stat : 23645 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277866281768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23646] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23646/stat : 23646 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277865228968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23647] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23647/stat : 23647 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277864176680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23648] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23648/stat : 23648 (java) S 23636 23638 20249 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277863123880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23649] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23649/stat : 23649 (java) S 23636 23638 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287586184 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277732825320 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23650] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23650/stat : 23650 (java) S 23636 23638 20249 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287586185 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277731771384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23651] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23651/stat : 23651 (java) S 23636 23638 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287586185 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277730718984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23652] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23652/stat : 23652 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277729667472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23653] ppid=23636 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/23638/task/23653/stat : 23653 (java) S 23636 23638 20249 0 -1 4202560 1560 0 0 0 30 0 0 0 20 0 19 0 287586187 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277728615096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23654] ppid=23636 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/23638/task/23654/stat : 23654 (java) S 23636 23638 20249 0 -1 4202560 2337 0 0 0 33 0 0 0 20 0 19 0 287586187 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140277727562296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23655] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23655/stat : 23655 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140276853107832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23656] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23656/stat : 23656 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140276852055240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23657] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23657/stat : 23657 (java) S 23636 23638 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287586221 9856004096 17214 33554432000 1073741824 1073778376 140736294380784 140276851000232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9625004

[startup+3.10065 s]
/proc/loadavg: 2.16 2.07 2.02 3/213 23657
/proc/meminfo: memFree=30603840/32873844 swapFree=6080/6080
[pid=23638] ppid=23636 vsize=9625004 CPUtime=3.81 cores=0,2,4,6
/proc/23638/stat : 23638 (java) S 23636 23638 20249 0 -1 4202496 7746 0 1 0 378 3 0 0 20 0 19 0 287586181 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140736294371920 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23638/statm: 2406251 20847 2283 9 0 2396937 0
[pid=23638/tid=23640] ppid=23636 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/23638/task/23640/stat : 23640 (java) R 23636 23638 20249 0 -1 4202560 2527 0 1 0 301 2 0 0 20 0 19 0 287586182 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277909000600 140277743001666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23641] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23641/stat : 23641 (java) S 23636 23638 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277870491944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23642] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23642/stat : 23642 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277869439144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23643] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23643/stat : 23643 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277868386856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23644] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23644/stat : 23644 (java) S 23636 23638 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277867334056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23645] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23645/stat : 23645 (java) S 23636 23638 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277866281768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23646] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23646/stat : 23646 (java) S 23636 23638 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277865228968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23647] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23647/stat : 23647 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277864176680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23648] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23648/stat : 23648 (java) S 23636 23638 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277863123880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23649] ppid=23636 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/23638/task/23649/stat : 23649 (java) S 23636 23638 20249 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287586184 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277732825320 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23650] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23650/stat : 23650 (java) S 23636 23638 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287586185 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277731771384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23651] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23651/stat : 23651 (java) S 23636 23638 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287586185 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277730718984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23652] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23652/stat : 23652 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277729667472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23653] ppid=23636 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/23638/task/23653/stat : 23653 (java) S 23636 23638 20249 0 -1 4202560 1627 0 0 0 35 0 0 0 20 0 19 0 287586187 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277728615096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23654] ppid=23636 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/23638/task/23654/stat : 23654 (java) S 23636 23638 20249 0 -1 4202560 2341 0 0 0 36 0 0 0 20 0 19 0 287586187 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140277727562296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23655] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23655/stat : 23655 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140276853107832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23656] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23656/stat : 23656 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140276852055240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23657] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23657/stat : 23657 (java) S 23636 23638 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287586221 9856004096 20847 33554432000 1073741824 1073778376 140736294380784 140276851000232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 2.15 2.07 2.02 3/213 23657
/proc/meminfo: memFree=30601544/32873844 swapFree=6080/6080
[pid=23638] ppid=23636 vsize=9625004 CPUtime=7.03 cores=0,2,4,6
/proc/23638/stat : 23638 (java) S 23636 23638 20249 0 -1 4202496 7750 0 1 0 700 3 0 0 20 0 19 0 287586181 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140736294371920 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23638/statm: 2406251 20833 2284 9 0 2396937 0
[pid=23638/tid=23640] ppid=23636 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/23638/task/23640/stat : 23640 (java) R 23636 23638 20249 0 -1 4202560 2528 0 1 0 618 2 0 0 20 0 19 0 287586182 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277909000664 140277742976214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23641] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23641/stat : 23641 (java) S 23636 23638 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277870491944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23642] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23642/stat : 23642 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277869439144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23643] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23643/stat : 23643 (java) S 23636 23638 20249 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277868386856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23644] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23644/stat : 23644 (java) S 23636 23638 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277867334056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23645] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23645/stat : 23645 (java) S 23636 23638 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277866281768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23646] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23646/stat : 23646 (java) S 23636 23638 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277865228968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23647] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23647/stat : 23647 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277864176680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23648] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23648/stat : 23648 (java) S 23636 23638 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287586183 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277863123880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23649] ppid=23636 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23638/task/23649/stat : 23649 (java) S 23636 23638 20249 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 287586184 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277732825320 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23650] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23650/stat : 23650 (java) S 23636 23638 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287586185 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277731771384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23651] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23651/stat : 23651 (java) S 23636 23638 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287586185 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277730718984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23652] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23652/stat : 23652 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277729667472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23653] ppid=23636 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/23638/task/23653/stat : 23653 (java) S 23636 23638 20249 0 -1 4202560 1629 0 0 0 36 0 0 0 20 0 19 0 287586187 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277728615096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23654] ppid=23636 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/23638/task/23654/stat : 23654 (java) S 23636 23638 20249 0 -1 4202560 2341 0 0 0 36 0 0 0 20 0 19 0 287586187 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140277727562296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23655] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23655/stat : 23655 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140276853107832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23656] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23656/stat : 23656 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140276852055240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23657] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23657/stat : 23657 (java) S 23636 23638 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287586221 9856004096 20833 33554432000 1073741824 1073778376 140736294380784 140276851000232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=23638/tid=23653] ppid=23636 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/23638/task/23653/stat : 23653 (java) S 23636 23638 20249 0 -1 4202560 2324 0 0 0 41 0 0 0 20 0 19 0 287586187 9856004096 105603 33554432000 1073741824 1073778376 140736294380784 140277728615096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23654] ppid=23636 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23638/task/23654/stat : 23654 (java) S 23636 23638 20249 0 -1 4202560 3156 0 0 0 47 1 0 0 20 0 19 0 287586187 9856004096 105603 33554432000 1073741824 1073778376 140736294380784 140277727562296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23655] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23655/stat : 23655 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 105603 33554432000 1073741824 1073778376 140736294380784 140276853107832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23656] ppid=23636 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/23638/task/23656/stat : 23656 (java) S 23636 23638 20249 0 -1 4202560 99 0 0 0 18 20 0 0 20 0 19 0 287586187 9856004096 105603 33554432000 1073741824 1073778376 140736294380784 140276852055240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23657] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23657/stat : 23657 (java) S 23636 23638 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287586221 9856004096 105603 33554432000 1073741824 1073778376 140736294380784 140276851000232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.46
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23732
/proc/meminfo: memFree=30239828/32873844 swapFree=6080/6080
[pid=23638] ppid=23636 vsize=9625004 CPUtime=1788.14 cores=0,2,4,6
/proc/23638/stat : 23638 (java) S 23636 23638 20249 0 -1 4202496 11139 0 1 0 178748 66 0 0 20 0 19 0 287586181 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140736294371920 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23638/statm: 2406251 111757 2285 9 0 2396937 0
[pid=23638/tid=23640] ppid=23636 vsize=9625004 CPUtime=1772.03 cores=0,2,4,6
/proc/23638/task/23640/stat : 23640 (java) R 23636 23638 20249 0 -1 4202560 2672 0 1 0 177173 30 0 0 20 0 19 0 287586182 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277908999536 140277742940591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23641] ppid=23636 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/23638/task/23641/stat : 23641 (java) S 23636 23638 20249 0 -1 4202560 111 0 0 0 86 5 0 0 20 0 19 0 287586183 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277870491944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23642] ppid=23636 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/23638/task/23642/stat : 23642 (java) S 23636 23638 20249 0 -1 4202560 228 0 0 0 83 4 0 0 20 0 19 0 287586183 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277869439144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23643] ppid=23636 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/23638/task/23643/stat : 23643 (java) S 23636 23638 20249 0 -1 4202560 101 0 0 0 74 4 0 0 20 0 19 0 287586183 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277868386856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23644] ppid=23636 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/23638/task/23644/stat : 23644 (java) S 23636 23638 20249 0 -1 4202560 121 0 0 0 85 5 0 0 20 0 19 0 287586183 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277867334056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23645] ppid=23636 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/23638/task/23645/stat : 23645 (java) S 23636 23638 20249 0 -1 4202560 231 0 0 0 79 4 0 0 20 0 19 0 287586183 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277866281768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23646] ppid=23636 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/23638/task/23646/stat : 23646 (java) S 23636 23638 20249 0 -1 4202560 129 0 0 0 73 5 0 0 20 0 19 0 287586183 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277865228968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23647] ppid=23636 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/23638/task/23647/stat : 23647 (java) S 23636 23638 20249 0 -1 4202560 109 0 0 0 86 5 0 0 20 0 19 0 287586183 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277864176680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23648] ppid=23636 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/23638/task/23648/stat : 23648 (java) S 23636 23638 20249 0 -1 4202560 197 0 0 0 70 4 0 0 20 0 19 0 287586183 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277863123880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23649] ppid=23636 vsize=9625004 CPUtime=3.56 cores=0,2,4,6
/proc/23638/task/23649/stat : 23649 (java) S 23636 23638 20249 0 -1 4202560 475 0 0 0 354 2 0 0 20 0 19 0 287586184 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277732825320 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23650] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23650/stat : 23650 (java) S 23636 23638 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287586185 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277731771384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23651] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23651/stat : 23651 (java) S 23636 23638 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287586185 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277730718984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23652] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23652/stat : 23652 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277729667472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23653] ppid=23636 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/23638/task/23653/stat : 23653 (java) S 23636 23638 20249 0 -1 4202560 2324 0 0 0 41 0 0 0 20 0 19 0 287586187 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277728615096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23654] ppid=23636 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23638/task/23654/stat : 23654 (java) S 23636 23638 20249 0 -1 4202560 3156 0 0 0 47 1 0 0 20 0 19 0 287586187 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140277727562296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23655] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23655/stat : 23655 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140276853107832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23656] ppid=23636 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/23638/task/23656/stat : 23656 (java) S 23636 23638 20249 0 -1 4202560 103 0 0 0 19 21 0 0 20 0 19 0 287586187 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140276852055240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23657] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23657/stat : 23657 (java) S 23636 23638 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287586221 9856004096 111757 33554432000 1073741824 1073778376 140736294380784 140276851000232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1788.14
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.11 s]
/proc/loadavg: 2.07 2.02 2.00 4/213 23732
/proc/meminfo: memFree=30241436/32873844 swapFree=6080/6080
[pid=23638] ppid=23636 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/23638/stat : 23638 (java) S 23636 23638 20249 0 -1 4202496 11174 0 1 0 179939 68 0 0 20 0 19 0 287586181 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140736294371920 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23638/statm: 2406251 111340 2285 9 0 2396937 0
[pid=23638/tid=23640] ppid=23636 vsize=9625004 CPUtime=1783.77 cores=0,2,4,6
/proc/23638/task/23640/stat : 23640 (java) R 23636 23638 20249 0 -1 4202560 2675 0 1 0 178346 31 0 0 20 0 19 0 287586182 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277908999536 140277742921923 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23641] ppid=23636 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/23638/task/23641/stat : 23641 (java) S 23636 23638 20249 0 -1 4202560 119 0 0 0 89 5 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277870491944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23642] ppid=23636 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/23638/task/23642/stat : 23642 (java) S 23636 23638 20249 0 -1 4202560 232 0 0 0 84 5 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277869439144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23643] ppid=23636 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/23638/task/23643/stat : 23643 (java) S 23636 23638 20249 0 -1 4202560 104 0 0 0 76 4 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277868386856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23644] ppid=23636 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/23638/task/23644/stat : 23644 (java) S 23636 23638 20249 0 -1 4202560 128 0 0 0 88 5 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277867334056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23645] ppid=23636 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/23638/task/23645/stat : 23645 (java) S 23636 23638 20249 0 -1 4202560 231 0 0 0 80 4 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277866281768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23646] ppid=23636 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/23638/task/23646/stat : 23646 (java) S 23636 23638 20249 0 -1 4202560 130 0 0 0 74 5 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277865228968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23647] ppid=23636 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/23638/task/23647/stat : 23647 (java) S 23636 23638 20249 0 -1 4202560 110 0 0 0 87 5 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277864176680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23648] ppid=23636 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/23638/task/23648/stat : 23648 (java) S 23636 23638 20249 0 -1 4202560 205 0 0 0 72 5 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277863123880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23649] ppid=23636 vsize=9625004 CPUtime=3.56 cores=0,2,4,6
/proc/23638/task/23649/stat : 23649 (java) S 23636 23638 20249 0 -1 4202560 475 0 0 0 354 2 0 0 20 0 19 0 287586184 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277732825320 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23650] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23650/stat : 23650 (java) S 23636 23638 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287586185 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277731771384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23651] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23651/stat : 23651 (java) S 23636 23638 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287586185 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277730718984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23652] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23652/stat : 23652 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277729667472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23653] ppid=23636 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/23638/task/23653/stat : 23653 (java) S 23636 23638 20249 0 -1 4202560 2324 0 0 0 41 0 0 0 20 0 19 0 287586187 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277728615096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23654] ppid=23636 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23638/task/23654/stat : 23654 (java) S 23636 23638 20249 0 -1 4202560 3156 0 0 0 47 1 0 0 20 0 19 0 287586187 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277727562296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23655] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23655/stat : 23655 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140276853107832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23656] ppid=23636 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/23638/task/23656/stat : 23656 (java) S 23636 23638 20249 0 -1 4202560 103 0 0 0 20 21 0 0 20 0 19 0 287586187 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140276852055240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23657] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23657/stat : 23657 (java) S 23636 23638 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287586221 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140276851000232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1794.11 s]
/proc/loadavg: 2.07 2.02 2.00 4/213 23732
/proc/meminfo: memFree=30241436/32873844 swapFree=6080/6080
[pid=23638] ppid=23636 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/23638/stat : 23638 (java) S 23636 23638 20249 0 -1 4202496 11174 0 1 0 179939 68 0 0 20 0 19 0 287586181 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140736294371920 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23638/statm: 2406251 111340 2285 9 0 2396937 0
[pid=23638/tid=23640] ppid=23636 vsize=9625004 CPUtime=1783.77 cores=0,2,4,6
/proc/23638/task/23640/stat : 23640 (java) R 23636 23638 20249 0 -1 4202560 2675 0 1 0 178346 31 0 0 20 0 19 0 287586182 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277908999536 140277742921923 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23641] ppid=23636 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/23638/task/23641/stat : 23641 (java) S 23636 23638 20249 0 -1 4202560 119 0 0 0 89 5 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277870491944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23642] ppid=23636 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/23638/task/23642/stat : 23642 (java) S 23636 23638 20249 0 -1 4202560 232 0 0 0 84 5 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277869439144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23643] ppid=23636 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/23638/task/23643/stat : 23643 (java) S 23636 23638 20249 0 -1 4202560 104 0 0 0 76 4 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277868386856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23644] ppid=23636 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/23638/task/23644/stat : 23644 (java) S 23636 23638 20249 0 -1 4202560 128 0 0 0 88 5 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277867334056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23645] ppid=23636 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/23638/task/23645/stat : 23645 (java) S 23636 23638 20249 0 -1 4202560 231 0 0 0 80 4 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277866281768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23646] ppid=23636 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/23638/task/23646/stat : 23646 (java) S 23636 23638 20249 0 -1 4202560 130 0 0 0 74 5 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277865228968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23647] ppid=23636 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/23638/task/23647/stat : 23647 (java) S 23636 23638 20249 0 -1 4202560 110 0 0 0 87 5 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277864176680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23648] ppid=23636 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/23638/task/23648/stat : 23648 (java) S 23636 23638 20249 0 -1 4202560 205 0 0 0 72 5 0 0 20 0 19 0 287586183 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277863123880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23649] ppid=23636 vsize=9625004 CPUtime=3.56 cores=0,2,4,6
/proc/23638/task/23649/stat : 23649 (java) S 23636 23638 20249 0 -1 4202560 475 0 0 0 354 2 0 0 20 0 19 0 287586184 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277732825320 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23650] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23650/stat : 23650 (java) S 23636 23638 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287586185 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277731771384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23651] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23651/stat : 23651 (java) S 23636 23638 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287586185 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277730718984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23652] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23652/stat : 23652 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277729667472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23638/tid=23653] ppid=23636 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/23638/task/23653/stat : 23653 (java) S 23636 23638 20249 0 -1 4202560 2324 0 0 0 41 0 0 0 20 0 19 0 287586187 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277728615096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23638/tid=23654] ppid=23636 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23638/task/23654/stat : 23654 (java) S 23636 23638 20249 0 -1 4202560 3156 0 0 0 47 1 0 0 20 0 19 0 287586187 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140277727562296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23655] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23655/stat : 23655 (java) S 23636 23638 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287586187 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140276853107832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23638/tid=23656] ppid=23636 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/23638/task/23656/stat : 23656 (java) S 23636 23638 20249 0 -1 4202560 103 0 0 0 20 21 0 0 20 0 19 0 287586187 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140276852055240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23638/tid=23657] ppid=23636 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23638/task/23657/stat : 23657 (java) S 23636 23638 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287586221 9856004096 111340 33554432000 1073741824 1073778376 140736294380784 140276851000232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1794.18
CPU time (s): 1800.07
CPU user time (s): 1799.39
CPU system time (s): 0.68
CPU usage (%): 100.328
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.84
system time used= 1.07084
maximum resident set size= 465532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11210
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41072
involuntary context switches= 27207

runsolver used 6.11207 second user time and 13.9919 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 16:16:56
IDJOB=3710034
IDBENCH=90139
IDSOLVER=2289
FILE ID=node139/3710034-1338214616
RUNJOBID= node139-1338207428-23070
PBS_JOBID= 14624580
Free space on /tmp= 71652 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K101.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710034-1338214616/watcher-3710034-1338214616 -o /tmp/evaluation-result-3710034-1338214616/solver-3710034-1338214616 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710034-1338214616.opb

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

MD5SUM BENCH= a3de6c6ee42f8b511357d3857e721bb4
RANDOM SEED=1811147186

node139.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.750
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.50
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.750
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.750
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.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.750
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.750
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.92
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.750
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.750
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.750
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:        30676744 kB
Buffers:          434392 kB
Cached:           509296 kB
SwapCached:          828 kB
Active:          1077464 kB
Inactive:         264048 kB
Active(anon):     391312 kB
Inactive(anon):     7968 kB
Active(file):     686152 kB
Inactive(file):   256080 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:        402080 kB
Mapped:            20120 kB
Shmem:                 8 kB
Slab:             717560 kB
SReclaimable:     159736 kB
SUnreclaim:       557824 kB
KernelStack:        1592 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     699920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 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= 71648 MiB
End job on node139 at 2012-05-28 16:46:52