Trace number 3710003

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.03 1794.56

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K125.opb
MD5SUMd572050902dbd97a5ce685e3ceb3e01a
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 variables14875
Total number of constraints15127
Number of constraints which are clauses15002
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint125
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 126
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710003-1338219490.opb
0.10/0.12	c reading problem ... 
0.96/0.52	c ... done. Wall clock time 0.406s.
0.96/0.52	c declared #vars     14875
0.96/0.52	c #constraints  15127
0.96/0.52	c constraints type 
0.96/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13388
0.96/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 125
0.96/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.96/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1612
0.96/0.52	c 15127 constraints processed.
3.50/2.54	c cleaning 2457 clauses out of 4990 with flag 5000/5000
5.76/4.36	c cleaning 4162 clauses out of 8530 with flag 11000/11000
7.77/6.36	c cleaning 5498 clauses out of 11365 with flag 18001/18001
10.30/8.83	c cleaning 6842 clauses out of 13862 with flag 26000/26000
12.96/11.40	c cleaning 7939 clauses out of 16017 with flag 35000/35000
15.87/14.38	c cleaning 8870 clauses out of 18074 with flag 45000/45000
19.57/18.02	c cleaning 9918 clauses out of 20200 with flag 56000/56000
24.00/22.40	c cleaning 10484 clauses out of 22280 with flag 68000/68000
27.81/26.21	c cleaning 10850 clauses out of 24804 with flag 81008/81008
32.14/30.50	c cleaning 11858 clauses out of 27942 with flag 95000/95000
36.66/35.03	c cleaning 12821 clauses out of 31081 with flag 110000/110000
41.77/40.10	c cleaning 14025 clauses out of 34260 with flag 126000/126000
47.00/45.32	c cleaning 14811 clauses out of 37235 with flag 143002/143002
52.50/50.81	c cleaning 15739 clauses out of 40422 with flag 161000/161000
58.32/56.65	c cleaning 16482 clauses out of 43682 with flag 180000/180000
65.34/63.61	c cleaning 17947 clauses out of 47200 with flag 200000/200000
72.20/70.40	c cleaning 18535 clauses out of 50253 with flag 221000/221000
79.05/77.23	c cleaning 19506 clauses out of 53718 with flag 243000/243000
86.48/84.63	c cleaning 20554 clauses out of 57212 with flag 266000/266000
93.99/92.13	c cleaning 21561 clauses out of 60656 with flag 290000/290000
104.41/102.53	c cleaning 23152 clauses out of 64095 with flag 315000/315000
113.47/111.57	c cleaning 23532 clauses out of 66943 with flag 341000/341000
123.18/121.21	c cleaning 24400 clauses out of 70411 with flag 368001/368001
132.71/130.74	c cleaning 24876 clauses out of 74010 with flag 396000/396000
146.74/144.79	c cleaning 26759 clauses out of 78134 with flag 425000/425000
157.16/155.18	c cleaning 27035 clauses out of 81375 with flag 455000/455000
169.98/167.93	c cleaning 28800 clauses out of 85340 with flag 486000/486000
183.71/181.69	c cleaning 29520 clauses out of 88540 with flag 518000/518000
197.54/195.45	c cleaning 30012 clauses out of 92020 with flag 551000/551000
209.86/207.76	c cleaning 31336 clauses out of 96008 with flag 585000/585000
224.59/222.41	c cleaning 31840 clauses out of 99672 with flag 620002/620002
243.69/241.49	c cleaning 33961 clauses out of 103828 with flag 656000/656000
259.84/257.50	c cleaning 34666 clauses out of 106867 with flag 693000/693000
274.18/271.86	c cleaning 34992 clauses out of 110202 with flag 731001/731001
292.01/289.60	c cleaning 36500 clauses out of 114209 with flag 770000/770000
321.06/318.67	c cleaning 37818 clauses out of 117710 with flag 810001/810001
340.84/338.38	c cleaning 38544 clauses out of 120889 with flag 851000/851000
359.67/357.19	c cleaning 38882 clauses out of 124345 with flag 893000/893000
381.89/379.35	c cleaning 40440 clauses out of 128464 with flag 936001/936001
403.63/401.08	c cleaning 41127 clauses out of 132023 with flag 980000/980000
422.18/419.58	c cleaning 41901 clauses out of 135896 with flag 1025000/1025000
441.32/438.66	c cleaning 43293 clauses out of 139993 with flag 1071000/1071000
462.54/459.87	c cleaning 44418 clauses out of 143701 with flag 1118001/1118001
484.77/482.03	c cleaning 45010 clauses out of 147282 with flag 1166000/1166000
507.82/505.09	c cleaning 45839 clauses out of 151272 with flag 1215000/1215000
531.88/529.01	c cleaning 47078 clauses out of 155433 with flag 1265000/1265000
556.83/553.94	c cleaning 48316 clauses out of 159357 with flag 1316002/1316002
581.89/578.96	c cleaning 48649 clauses out of 163039 with flag 1368000/1368000
610.35/607.37	c cleaning 49182 clauses out of 167389 with flag 1421001/1421001
639.09/636.01	c cleaning 50728 clauses out of 172204 with flag 1475000/1475000
672.97/669.90	c cleaning 52026 clauses out of 176476 with flag 1530000/1530000
723.76/720.57	c cleaning 53241 clauses out of 180452 with flag 1586002/1586002
759.28/755.91	c cleaning 54065 clauses out of 184209 with flag 1643000/1643000
786.55/783.17	c cleaning 55440 clauses out of 188144 with flag 1701000/1701000
813.01/809.51	c cleaning 56085 clauses out of 191704 with flag 1760000/1760000
849.02/845.53	c cleaning 57063 clauses out of 195619 with flag 1820000/1820000
893.69/890.16	c cleaning 58470 clauses out of 199556 with flag 1881000/1881000
932.29/928.66	c cleaning 59977 clauses out of 203085 with flag 1943000/1943000
965.38/961.63	c cleaning 60330 clauses out of 206106 with flag 2006001/2006001
1007.48/1003.68	c cleaning 61608 clauses out of 209775 with flag 2070000/2070000
1053.88/1049.92	c cleaning 63410 clauses out of 213167 with flag 2135000/2135000
1089.31/1085.26	c cleaning 63273 clauses out of 215757 with flag 2201000/2201000
1134.48/1130.38	c cleaning 64507 clauses out of 219485 with flag 2268001/2268001
1174.14/1169.97	c cleaning 65107 clauses out of 222977 with flag 2336000/2336000
1218.21/1213.91	c cleaning 66406 clauses out of 226868 with flag 2405000/2405000
1257.59/1253.28	c cleaning 67006 clauses out of 230462 with flag 2475000/2475000
1305.06/1300.64	c cleaning 69086 clauses out of 234456 with flag 2546000/2546000
1341.43/1336.99	c cleaning 69088 clauses out of 237373 with flag 2618003/2618003
1386.39/1381.88	c cleaning 70993 clauses out of 241285 with flag 2691003/2691003
1443.06/1438.42	c cleaning 71981 clauses out of 244289 with flag 2765000/2765000
1500.64/1495.95	c cleaning 72930 clauses out of 247306 with flag 2840000/2840000
1548.82/1544.05	c cleaning 74448 clauses out of 250378 with flag 2916002/2916002
1600.80/1595.98	c cleaning 75602 clauses out of 252928 with flag 2993000/2993000
1647.01/1642.10	c cleaning 75473 clauses out of 255326 with flag 3071000/3071000
1714.29/1709.06	c cleaning 76999 clauses out of 258853 with flag 3150000/3150000
1779.15/1773.71	c cleaning 78122 clauses out of 261854 with flag 3230000/3230000
1800.03/1794.51	c starts		: 231
1800.03/1794.51	c conflicts		: 3264897
1800.03/1794.51	c decisions		: 13246329
1800.03/1794.51	c propagations		: 2425392690
1800.03/1794.51	c inspects		: 7057562751
1800.03/1794.51	c shortcuts		: 0
1800.03/1794.51	c learnt literals	: 40
1800.03/1794.51	c learnt binary clauses	: 147911
1800.03/1794.51	c learnt ternary clauses	: 177108
1800.03/1794.51	c learnt constraints	: 3264857
1800.03/1794.51	c ignored constraints	: 0
1800.03/1794.51	c root simplifications	: 271
1800.03/1794.51	c removed literals (reason simplification)	: 99820631
1800.03/1794.51	c reason swapping (by a shorter reason)	: 0
1800.03/1794.51	c Calls to reduceDB	: 76
1800.03/1794.51	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.51	c number of learned constraints concerned by reduction	: 0
1800.03/1794.51	c number of learning phase by resolution	: 0
1800.03/1794.51	c number of learning phase by cutting planes	: 0
1800.03/1794.51	c speed (assignments/second)	: 1351976.6488792119
1800.03/1794.51	c non guided choices	2098
1800.03/1794.56	c learnt constraints type 
1800.03/1794.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 147901
1800.03/1794.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70771
1800.03/1794.56	c constraints type 
1800.03/1794.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13388
1800.03/1794.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 125
1800.03/1794.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/1794.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1612
1800.03/1794.56	c 15127 constraints processed.
1800.03/1794.56	s UNKNOWN
1800.03/1794.56	c Total wall clock time (in seconds): 1794.44

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-3710003-1338219490/watcher-3710003-1338219490 -o /tmp/evaluation-result-3710003-1338219490/solver-3710003-1338219490 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710003-1338219490.opb 

running on 4 cores: 1,3,5,7

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: 1.92 1.98 1.99 2/194 16171
/proc/meminfo: memFree=26816136/32873660 swapFree=7120/7120
[pid=16171] ppid=16169 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (java) D 16169 16171 13800 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 288074778 9515008 183 33554432000 1073741824 1073778376 140734795538176 140734795529208 270330052277 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2323 183 140 9 0 71 0

[startup+0.046294 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 16171
/proc/meminfo: memFree=26816136/32873660 swapFree=7120/7120
[pid=16171] ppid=16169 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/16171/stat : 16171 (java) S 16169 16171 13800 0 -1 4202496 3035 0 1 0 2 1 0 0 20 0 13 0 288074778 9446973440 3731 33554432000 1073741824 1073778376 140735884210416 140735884201552 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16171/statm: 2306390 3732 1702 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100207 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 16171
/proc/meminfo: memFree=26816136/32873660 swapFree=7120/7120
[pid=16171] ppid=16169 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/16171/stat : 16171 (java) S 16169 16171 13800 0 -1 4202496 4278 0 1 0 8 2 0 0 20 0 18 0 288074778 9787842560 5995 33554432000 1073741824 1073778376 140735884210416 140735884201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16171/statm: 2389610 5995 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300227 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 16171
/proc/meminfo: memFree=26816136/32873660 swapFree=7120/7120
[pid=16171] ppid=16169 vsize=9558440 CPUtime=0.55 cores=1,3,5,7
/proc/16171/stat : 16171 (java) S 16169 16171 13800 0 -1 4202496 7133 0 1 0 53 2 0 0 20 0 18 0 288074778 9787842560 10955 33554432000 1073741824 1073778376 140735884210416 140735884201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16171/statm: 2389610 10955 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.700178 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 16171
/proc/meminfo: memFree=26816136/32873660 swapFree=7120/7120
[pid=16171] ppid=16169 vsize=9625004 CPUtime=1.52 cores=1,3,5,7
/proc/16171/stat : 16171 (java) S 16169 16171 13800 0 -1 4202496 9248 0 1 0 148 4 0 0 20 0 19 0 288074778 9856004096 28677 33554432000 1073741824 1073778376 140735884210416 140735884201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16171/statm: 2406251 28677 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9625004

[startup+1.50058 s]
/proc/loadavg: 1.92 1.98 1.99 4/213 16190
/proc/meminfo: memFree=26708204/32873660 swapFree=7120/7120
[pid=16171] ppid=16169 vsize=9625004 CPUtime=2.48 cores=1,3,5,7
/proc/16171/stat : 16171 (java) S 16169 16171 13800 0 -1 4202496 9307 0 1 0 244 4 0 0 20 0 19 0 288074778 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 140735884201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16171/statm: 2406251 29195 2261 9 0 2396937 0
[pid=16171/tid=16173] ppid=16169 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/16171/task/16173/stat : 16173 (java) R 16169 16171 13800 0 -1 4202560 2554 0 1 0 144 3 0 0 20 0 19 0 288074779 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139918174421448 139918039520431 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16174] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16174/stat : 16174 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139918163483304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16175] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16175/stat : 16175 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139918162430760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16176] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16176/stat : 16176 (java) S 16169 16171 13800 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139918161378216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16177] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16177/stat : 16177 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139918160325672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16178] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16178/stat : 16178 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139918159272104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16179] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16179/stat : 16179 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139918158219560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16180] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16180/stat : 16180 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139918011218344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16181] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16181/stat : 16181 (java) S 16169 16171 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139918010165800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16182] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16182/stat : 16182 (java) S 16169 16171 13800 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288074781 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139917997967976 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16183] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16183/stat : 16183 (java) S 16169 16171 13800 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 288074782 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139917996914296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16184] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16184/stat : 16184 (java) S 16169 16171 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288074782 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139917995861640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16185] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16185/stat : 16185 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139917994810384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16186] ppid=16169 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/16171/task/16186/stat : 16186 (java) S 16169 16171 13800 0 -1 4202560 2265 0 0 0 50 0 0 0 20 0 19 0 288074784 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139917993756728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16187] ppid=16169 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/16171/task/16187/stat : 16187 (java) S 16169 16171 13800 0 -1 4202560 3286 0 0 0 46 0 0 0 20 0 19 0 288074784 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139917992704184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16188] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16188/stat : 16188 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139917991651832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16189] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16189/stat : 16189 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139917990599496 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16190] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16190/stat : 16190 (java) S 16169 16171 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288074834 9856004096 29195 33554432000 1073741824 1073778376 140735884210416 139917989545256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625004

[startup+3.10063 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 16190
/proc/meminfo: memFree=26707832/32873660 swapFree=7120/7120
[pid=16171] ppid=16169 vsize=9625004 CPUtime=4.53 cores=1,3,5,7
/proc/16171/stat : 16171 (java) S 16169 16171 13800 0 -1 4202496 15138 0 1 0 448 5 0 0 20 0 19 0 288074778 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 140735884201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16171/statm: 2406251 37164 2286 9 0 2396937 0
[pid=16171/tid=16173] ppid=16169 vsize=9625004 CPUtime=3.04 cores=1,3,5,7
/proc/16171/task/16173/stat : 16173 (java) R 16169 16171 13800 0 -1 4202560 2559 0 1 0 301 3 0 0 20 0 19 0 288074779 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139918174417728 139918039559004 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16174] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16174/stat : 16174 (java) S 16169 16171 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139918163483304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16175] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16175/stat : 16175 (java) S 16169 16171 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139918162430760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16176] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16176/stat : 16176 (java) S 16169 16171 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139918161378216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16177] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16177/stat : 16177 (java) S 16169 16171 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139918160325672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16178] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16178/stat : 16178 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139918159272104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16179] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16179/stat : 16179 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139918158219560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16180] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16180/stat : 16180 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139918011218344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16181] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16181/stat : 16181 (java) S 16169 16171 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139918010165800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16182] ppid=16169 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/16171/task/16182/stat : 16182 (java) S 16169 16171 13800 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 288074781 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139917997967976 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16183] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16183/stat : 16183 (java) S 16169 16171 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288074782 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139917996914296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16184] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16184/stat : 16184 (java) S 16169 16171 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288074782 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139917995861640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16185] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16185/stat : 16185 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139917994810384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16186] ppid=16169 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/16171/task/16186/stat : 16186 (java) S 16169 16171 13800 0 -1 4202560 2269 0 0 0 53 0 0 0 20 0 19 0 288074784 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139917993756728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16187] ppid=16169 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/16171/task/16187/stat : 16187 (java) S 16169 16171 13800 0 -1 4202560 9050 0 0 0 86 1 0 0 20 0 19 0 288074784 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139917992704184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16188] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16188/stat : 16188 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139917991651832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16189] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16189/stat : 16189 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139917990599496 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16190] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16190/stat : 16190 (java) S 16169 16171 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288074834 9856004096 37164 33554432000 1073741824 1073778376 140735884210416 139917989545256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 9625004

[startup+6.30057 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 16190
/proc/meminfo: memFree=26673368/32873660 swapFree=7120/7120
[pid=16171] ppid=16169 vsize=9625004 CPUtime=7.77 cores=1,3,5,7
/proc/16171/stat : 16171 (java) S 16169 16171 13800 0 -1 4202496 15150 0 1 0 772 5 0 0 20 0 19 0 288074778 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 140735884201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16171/statm: 2406251 37670 2286 9 0 2396937 0
[pid=16171/tid=16173] ppid=16169 vsize=9625004 CPUtime=6.2 cores=1,3,5,7
/proc/16171/task/16173/stat : 16173 (java) R 16169 16171 13800 0 -1 4202560 2562 0 1 0 617 3 0 0 20 0 19 0 288074779 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139918174421624 139918039531560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16174] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16174/stat : 16174 (java) S 16169 16171 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139918163483304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16175] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16175/stat : 16175 (java) S 16169 16171 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139918162430760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16176] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16176/stat : 16176 (java) S 16169 16171 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139918161378216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16177] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16177/stat : 16177 (java) S 16169 16171 13800 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139918160325672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16178] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16178/stat : 16178 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139918159272104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16179] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16179/stat : 16179 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139918158219560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16180] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16180/stat : 16180 (java) S 16169 16171 13800 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139918011218344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16181] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16181/stat : 16181 (java) S 16169 16171 13800 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 288074780 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139918010165800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16182] ppid=16169 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/16171/task/16182/stat : 16182 (java) S 16169 16171 13800 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 288074781 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139917997967976 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16183] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16183/stat : 16183 (java) S 16169 16171 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288074782 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139917996914296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16184] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16184/stat : 16184 (java) S 16169 16171 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288074782 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139917995861640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16185] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16185/stat : 16185 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139917994810384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16186] ppid=16169 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/16171/task/16186/stat : 16186 (java) S 16169 16171 13800 0 -1 4202560 2269 0 0 0 55 0 0 0 20 0 19 0 288074784 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139917993756728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16187] ppid=16169 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/16171/task/16187/stat : 16187 (java) S 16169 16171 13800 0 -1 4202560 9050 0 0 0 87 1 0 0 20 0 19 0 288074784 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139917992704184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16188] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16188/stat : 16188 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139917991651832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16189] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16189/stat : 16189 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139917990599496 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16190] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16190/stat : 16190 (java) S 16169 16171 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288074834 9856004096 37670 33554432000 1073741824 1073778376 140735884210416 139917989545256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=16171/tid=16186] ppid=16169 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/16171/task/16186/stat : 16186 (java) S 16169 16171 13800 0 -1 4202560 2280 0 0 0 60 0 0 0 20 0 19 0 288074784 9856004096 107224 33554432000 1073741824 1073778376 140735884210416 139917993756728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16187] ppid=16169 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/16171/task/16187/stat : 16187 (java) S 16169 16171 13800 0 -1 4202560 9061 0 0 0 99 1 0 0 20 0 19 0 288074784 9856004096 107224 33554432000 1073741824 1073778376 140735884210416 139917992704184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16188] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16188/stat : 16188 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 107224 33554432000 1073741824 1073778376 140735884210416 139917991651832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16189] ppid=16169 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/16171/task/16189/stat : 16189 (java) S 16169 16171 13800 0 -1 4202560 99 0 0 0 16 23 0 0 20 0 19 0 288074784 9856004096 107224 33554432000 1073741824 1073778376 140735884210416 139917990599496 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16190] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16190/stat : 16190 (java) S 16169 16171 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288074834 9856004096 107224 33554432000 1073741824 1073778376 140735884210416 139917989545256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.64
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.98 2.00 2.00 3/213 16287
/proc/meminfo: memFree=26394768/32873660 swapFree=7120/7120
[pid=16171] ppid=16169 vsize=9625004 CPUtime=1787.83 cores=1,3,5,7
/proc/16171/stat : 16171 (java) S 16169 16171 13800 0 -1 4202496 16768 0 1 0 178728 55 0 0 20 0 19 0 288074778 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 140735884201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16171/statm: 2406251 108252 2287 9 0 2396937 0
[pid=16171/tid=16173] ppid=16169 vsize=9625004 CPUtime=1772.06 cores=1,3,5,7
/proc/16171/task/16173/stat : 16173 (java) R 16169 16171 13800 0 -1 4202560 2656 0 1 0 177175 31 0 0 20 0 19 0 288074779 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918174421296 139918039631993 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16174] ppid=16169 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/16171/task/16174/stat : 16174 (java) S 16169 16171 13800 0 -1 4202560 182 0 0 0 63 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918163483304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16175] ppid=16169 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/16171/task/16175/stat : 16175 (java) S 16169 16171 13800 0 -1 4202560 189 0 0 0 71 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918162430760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16176] ppid=16169 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/16171/task/16176/stat : 16176 (java) S 16169 16171 13800 0 -1 4202560 289 0 0 0 71 4 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918161378216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16177] ppid=16169 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/16171/task/16177/stat : 16177 (java) S 16169 16171 13800 0 -1 4202560 76 0 0 0 62 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918160325672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16178] ppid=16169 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/16171/task/16178/stat : 16178 (java) S 16169 16171 13800 0 -1 4202560 199 0 0 0 66 5 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918159272104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16179] ppid=16169 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/16171/task/16179/stat : 16179 (java) S 16169 16171 13800 0 -1 4202560 122 0 0 0 63 4 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918158219560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16180] ppid=16169 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/16171/task/16180/stat : 16180 (java) S 16169 16171 13800 0 -1 4202560 175 0 0 0 67 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918011218344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16181] ppid=16169 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/16171/task/16181/stat : 16181 (java) S 16169 16171 13800 0 -1 4202560 92 0 0 0 53 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918010165800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16182] ppid=16169 vsize=9625004 CPUtime=3.89 cores=1,3,5,7
/proc/16171/task/16182/stat : 16182 (java) S 16169 16171 13800 0 -1 4202560 157 0 0 0 388 1 0 0 20 0 19 0 288074781 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917997967976 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16183] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16183/stat : 16183 (java) S 16169 16171 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288074782 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917996914296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16184] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16184/stat : 16184 (java) S 16169 16171 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288074782 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917995861640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16185] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16185/stat : 16185 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917994810384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16186] ppid=16169 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/16171/task/16186/stat : 16186 (java) S 16169 16171 13800 0 -1 4202560 2280 0 0 0 60 0 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917993756728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16187] ppid=16169 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/16171/task/16187/stat : 16187 (java) S 16169 16171 13800 0 -1 4202560 9061 0 0 0 99 1 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917992704184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16188] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16188/stat : 16188 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917991651832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16189] ppid=16169 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/16171/task/16189/stat : 16189 (java) S 16169 16171 13800 0 -1 4202560 103 0 0 0 17 23 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917990599496 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16190] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16190/stat : 16190 (java) S 16169 16171 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288074834 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917989545256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.83
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 1.98 2.00 2.00 3/213 16287
/proc/meminfo: memFree=26394772/32873660 swapFree=7120/7120
[pid=16171] ppid=16169 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/16171/stat : 16171 (java) S 16169 16171 13800 0 -1 4202496 16768 0 1 0 179948 55 0 0 20 0 19 0 288074778 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 140735884201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16171/statm: 2406251 108252 2287 9 0 2396937 0
[pid=16171/tid=16173] ppid=16169 vsize=9625004 CPUtime=1784.23 cores=1,3,5,7
/proc/16171/task/16173/stat : 16173 (java) R 16169 16171 13800 0 -1 4202560 2656 0 1 0 178391 32 0 0 20 0 19 0 288074779 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918174421296 139918039645072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16174] ppid=16169 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/16171/task/16174/stat : 16174 (java) S 16169 16171 13800 0 -1 4202560 182 0 0 0 63 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918163483304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16175] ppid=16169 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/16171/task/16175/stat : 16175 (java) S 16169 16171 13800 0 -1 4202560 189 0 0 0 71 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918162430760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16176] ppid=16169 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/16171/task/16176/stat : 16176 (java) S 16169 16171 13800 0 -1 4202560 289 0 0 0 71 4 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918161378216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16177] ppid=16169 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/16171/task/16177/stat : 16177 (java) S 16169 16171 13800 0 -1 4202560 76 0 0 0 62 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918160325672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16178] ppid=16169 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/16171/task/16178/stat : 16178 (java) S 16169 16171 13800 0 -1 4202560 199 0 0 0 66 5 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918159272104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16179] ppid=16169 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/16171/task/16179/stat : 16179 (java) S 16169 16171 13800 0 -1 4202560 122 0 0 0 63 4 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918158219560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16180] ppid=16169 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/16171/task/16180/stat : 16180 (java) S 16169 16171 13800 0 -1 4202560 175 0 0 0 67 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918011218344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16181] ppid=16169 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/16171/task/16181/stat : 16181 (java) S 16169 16171 13800 0 -1 4202560 92 0 0 0 53 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918010165800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16182] ppid=16169 vsize=9625004 CPUtime=3.89 cores=1,3,5,7
/proc/16171/task/16182/stat : 16182 (java) S 16169 16171 13800 0 -1 4202560 157 0 0 0 388 1 0 0 20 0 19 0 288074781 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917997967976 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16183] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16183/stat : 16183 (java) S 16169 16171 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288074782 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917996914296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16184] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16184/stat : 16184 (java) S 16169 16171 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288074782 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917995861640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16185] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16185/stat : 16185 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917994810384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16186] ppid=16169 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/16171/task/16186/stat : 16186 (java) S 16169 16171 13800 0 -1 4202560 2280 0 0 0 60 0 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917993756728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16187] ppid=16169 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/16171/task/16187/stat : 16187 (java) S 16169 16171 13800 0 -1 4202560 9061 0 0 0 99 1 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917992704184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16188] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16188/stat : 16188 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917991651832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16189] ppid=16169 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/16171/task/16189/stat : 16189 (java) S 16169 16171 13800 0 -1 4202560 103 0 0 0 17 23 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917990599496 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16190] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16190/stat : 16190 (java) S 16169 16171 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288074834 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917989545256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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.5 s]
/proc/loadavg: 1.98 2.00 2.00 3/213 16287
/proc/meminfo: memFree=26394772/32873660 swapFree=7120/7120
[pid=16171] ppid=16169 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/16171/stat : 16171 (java) S 16169 16171 13800 0 -1 4202496 16768 0 1 0 179948 55 0 0 20 0 19 0 288074778 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 140735884201552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16171/statm: 2406251 108252 2287 9 0 2396937 0
[pid=16171/tid=16173] ppid=16169 vsize=9625004 CPUtime=1784.23 cores=1,3,5,7
/proc/16171/task/16173/stat : 16173 (java) R 16169 16171 13800 0 -1 4202560 2656 0 1 0 178391 32 0 0 20 0 19 0 288074779 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918174421296 139918039645072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16174] ppid=16169 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/16171/task/16174/stat : 16174 (java) S 16169 16171 13800 0 -1 4202560 182 0 0 0 63 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918163483304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16175] ppid=16169 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/16171/task/16175/stat : 16175 (java) S 16169 16171 13800 0 -1 4202560 189 0 0 0 71 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918162430760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16176] ppid=16169 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/16171/task/16176/stat : 16176 (java) S 16169 16171 13800 0 -1 4202560 289 0 0 0 71 4 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918161378216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16177] ppid=16169 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/16171/task/16177/stat : 16177 (java) S 16169 16171 13800 0 -1 4202560 76 0 0 0 62 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918160325672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16178] ppid=16169 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/16171/task/16178/stat : 16178 (java) S 16169 16171 13800 0 -1 4202560 199 0 0 0 66 5 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918159272104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16179] ppid=16169 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/16171/task/16179/stat : 16179 (java) S 16169 16171 13800 0 -1 4202560 122 0 0 0 63 4 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918158219560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16171/tid=16180] ppid=16169 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/16171/task/16180/stat : 16180 (java) S 16169 16171 13800 0 -1 4202560 175 0 0 0 67 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918011218344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16181] ppid=16169 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/16171/task/16181/stat : 16181 (java) S 16169 16171 13800 0 -1 4202560 92 0 0 0 53 3 0 0 20 0 19 0 288074780 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139918010165800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16182] ppid=16169 vsize=9625004 CPUtime=3.89 cores=1,3,5,7
/proc/16171/task/16182/stat : 16182 (java) S 16169 16171 13800 0 -1 4202560 157 0 0 0 388 1 0 0 20 0 19 0 288074781 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917997967976 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16183] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16183/stat : 16183 (java) S 16169 16171 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288074782 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917996914296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16184] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16184/stat : 16184 (java) S 16169 16171 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288074782 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917995861640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16185] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16185/stat : 16185 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917994810384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16186] ppid=16169 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/16171/task/16186/stat : 16186 (java) S 16169 16171 13800 0 -1 4202560 2280 0 0 0 60 0 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917993756728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16171/tid=16187] ppid=16169 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/16171/task/16187/stat : 16187 (java) S 16169 16171 13800 0 -1 4202560 9061 0 0 0 99 1 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917992704184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16188] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16188/stat : 16188 (java) S 16169 16171 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917991651832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16171/tid=16189] ppid=16169 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/16171/task/16189/stat : 16189 (java) S 16169 16171 13800 0 -1 4202560 103 0 0 0 17 23 0 0 20 0 19 0 288074784 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917990599496 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16171/tid=16190] ppid=16169 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16171/task/16190/stat : 16190 (java) S 16169 16171 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288074834 9856004096 108252 33554432000 1073741824 1073778376 140735884210416 139917989545256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16171 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=958124
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=993848
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.56
CPU time (s): 1800.03
CPU user time (s): 1799.48
CPU system time (s): 0.55
CPU usage (%): 100.305
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.96
system time used= 0.993848
maximum resident set size= 433128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16802
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40173
involuntary context switches= 33496

runsolver used 6.07008 second user time and 14.3248 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 17:38:10
IDJOB=3710003
IDBENCH=90201
IDSOLVER=2289
FILE ID=node117/3710003-1338219490
RUNJOBID= node117-1338194296-13817
PBS_JOBID= 14624597
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K125.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-3710003-1338219490/watcher-3710003-1338219490 -o /tmp/evaluation-result-3710003-1338219490/solver-3710003-1338219490 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710003-1338219490.opb

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

MD5SUM BENCH= d572050902dbd97a5ce685e3ceb3e01a
RANDOM SEED=660350450

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        26816780 kB
Buffers:          586772 kB
Cached:          4121436 kB
SwapCached:            0 kB
Active:          2913908 kB
Inactive:        2227996 kB
Active(anon):     418356 kB
Inactive(anon):    11352 kB
Active(file):    2495552 kB
Inactive(file):  2216644 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1564 kB
Writeback:             8 kB
AnonPages:        436320 kB
Mapped:            22564 kB
Shmem:               200 kB
Slab:             773664 kB
SReclaimable:     217544 kB
SUnreclaim:       556120 kB
KernelStack:        1600 kB
PageTables:         5152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     699644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    403456 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= 70048 MiB
End job on node117 at 2012-05-28 18:08:07