Trace number 3710013

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.67 1794.57

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K141.opb
MD5SUMe981076bb5354ded6cb9b093a6d1a03e
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 variables16779
Total number of constraints17063
Number of constraints which are clauses16922
Number of constraints which are cardinality constraints (but not clauses)141
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint141
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 142
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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@742808b3
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-3710013-1338219521.opb
0.09/0.12	c reading problem ... 
0.93/0.55	c ... done. Wall clock time 0.429s.
0.93/0.55	c declared #vars     16779
0.93/0.55	c #constraints  17063
0.93/0.55	c constraints type 
0.93/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15100
0.93/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 141
0.93/0.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.93/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1820
0.93/0.55	c 17063 constraints processed.
3.60/2.67	c cleaning 2448 clauses out of 4975 with flag 5000/5000
6.05/4.66	c cleaning 4215 clauses out of 8505 with flag 11000/11000
8.57/7.11	c cleaning 5512 clauses out of 11268 with flag 18001/18001
11.20/9.75	c cleaning 6704 clauses out of 13748 with flag 26000/26000
14.38/12.88	c cleaning 7863 clauses out of 16040 with flag 35003/35003
18.20/16.64	c cleaning 8896 clauses out of 18171 with flag 45001/45001
21.93/20.39	c cleaning 9664 clauses out of 20268 with flag 56002/56002
26.14/24.57	c cleaning 10092 clauses out of 22600 with flag 68000/68000
31.07/29.46	c cleaning 10777 clauses out of 25506 with flag 81000/81000
36.88/35.25	c cleaning 12024 clauses out of 28718 with flag 95000/95000
42.41/40.78	c cleaning 12815 clauses out of 31691 with flag 110002/110002
48.62/46.99	c cleaning 14184 clauses out of 34874 with flag 126000/126000
54.65/52.92	c cleaning 14754 clauses out of 37685 with flag 143001/143001
61.09/59.32	c cleaning 15747 clauses out of 40926 with flag 161000/161000
68.31/66.58	c cleaning 17169 clauses out of 44175 with flag 180000/180000
74.82/73.09	c cleaning 16995 clauses out of 47007 with flag 200001/200001
82.30/80.48	c cleaning 18664 clauses out of 51014 with flag 221005/221005
90.32/88.45	c cleaning 19149 clauses out of 54228 with flag 243003/243003
98.94/97.05	c cleaning 20630 clauses out of 58071 with flag 266000/266000
108.85/106.97	c cleaning 21707 clauses out of 61439 with flag 290000/290000
118.24/116.21	c cleaning 22584 clauses out of 64732 with flag 315000/315000
128.06/126.06	c cleaning 23330 clauses out of 68149 with flag 341001/341001
138.60/136.55	c cleaning 23866 clauses out of 71815 with flag 368002/368002
152.12/150.01	c cleaning 25338 clauses out of 75947 with flag 396000/396000
162.35/160.25	c cleaning 25576 clauses out of 79609 with flag 425000/425000
173.78/171.64	c cleaning 27242 clauses out of 84017 with flag 455002/455002
188.60/186.45	c cleaning 28311 clauses out of 87771 with flag 486003/486003
200.66/198.48	c cleaning 28662 clauses out of 91448 with flag 518000/518000
213.69/211.43	c cleaning 29645 clauses out of 95786 with flag 551000/551000
228.01/225.70	c cleaning 30869 clauses out of 100134 with flag 585000/585000
243.24/240.94	c cleaning 32273 clauses out of 104256 with flag 620002/620002
258.57/256.23	c cleaning 33160 clauses out of 107983 with flag 656002/656002
280.50/278.18	c cleaning 34380 clauses out of 111821 with flag 693000/693000
303.77/301.39	c cleaning 35355 clauses out of 115442 with flag 731001/731001
322.15/319.66	c cleaning 37163 clauses out of 119081 with flag 770000/770000
339.48/336.99	c cleaning 37016 clauses out of 121919 with flag 810001/810001
357.80/355.27	c cleaning 37605 clauses out of 125898 with flag 851000/851000
376.56/373.92	c cleaning 38595 clauses out of 130292 with flag 893000/893000
400.90/398.25	c cleaning 40527 clauses out of 134693 with flag 936000/936000
437.85/435.13	c cleaning 41210 clauses out of 138164 with flag 980000/980000
463.94/461.19	c cleaning 41835 clauses out of 141954 with flag 1025000/1025000
490.69/487.81	c cleaning 43491 clauses out of 146114 with flag 1071000/1071000
518.24/515.37	c cleaning 44539 clauses out of 149625 with flag 1118002/1118002
546.52/543.59	c cleaning 44911 clauses out of 153084 with flag 1166000/1166000
569.18/566.11	c cleaning 45299 clauses out of 157171 with flag 1215000/1215000
591.44/588.35	c cleaning 46718 clauses out of 161872 with flag 1265000/1265000
616.18/613.03	c cleaning 47815 clauses out of 166152 with flag 1316000/1316000
640.63/637.49	c cleaning 48472 clauses out of 170336 with flag 1368000/1368000
667.88/664.69	c cleaning 50116 clauses out of 174865 with flag 1421001/1421001
692.64/689.32	c cleaning 50701 clauses out of 178749 with flag 1475001/1475001
724.20/720.83	c cleaning 51770 clauses out of 183041 with flag 1530001/1530001
759.25/755.84	c cleaning 52889 clauses out of 187270 with flag 1586000/1586000
797.22/793.78	c cleaning 53976 clauses out of 191381 with flag 1643000/1643000
828.38/824.82	c cleaning 54768 clauses out of 195402 with flag 1701000/1701000
857.53/853.96	c cleaning 55167 clauses out of 199634 with flag 1760000/1760000
892.42/888.73	c cleaning 57067 clauses out of 204459 with flag 1820000/1820000
919.87/916.19	c cleaning 56744 clauses out of 208391 with flag 1881001/1881001
950.03/946.25	c cleaning 57860 clauses out of 213643 with flag 1943000/1943000
983.71/979.84	c cleaning 60027 clauses out of 218781 with flag 2006000/2006000
1035.07/1031.11	c cleaning 60744 clauses out of 222754 with flag 2070000/2070000
1069.70/1065.63	c cleaning 61785 clauses out of 227010 with flag 2135001/2135001
1113.89/1109.76	c cleaning 63559 clauses out of 231224 with flag 2201000/2201000
1147.09/1142.88	c cleaning 62614 clauses out of 234660 with flag 2268002/2268002
1186.95/1182.60	c cleaning 64027 clauses out of 240046 with flag 2336002/2336002
1240.06/1235.61	c cleaning 67102 clauses out of 245017 with flag 2405000/2405000
1283.46/1278.92	c cleaning 66478 clauses out of 247917 with flag 2475002/2475002
1333.35/1328.79	c cleaning 68085 clauses out of 252437 with flag 2546000/2546000
1391.26/1386.53	c cleaning 70154 clauses out of 256352 with flag 2618000/2618000
1432.67/1427.88	c cleaning 70083 clauses out of 259198 with flag 2691002/2691002
1468.86/1463.99	c cleaning 69976 clauses out of 263110 with flag 2765000/2765000
1532.89/1527.80	c cleaning 72280 clauses out of 268135 with flag 2840001/2840001
1586.22/1581.09	c cleaning 72352 clauses out of 271854 with flag 2916000/2916000
1631.92/1626.63	c cleaning 74009 clauses out of 276502 with flag 2993001/2993001
1681.17/1675.85	c cleaning 75007 clauses out of 280493 with flag 3071005/3071005
1727.71/1722.31	c cleaning 76583 clauses out of 284481 with flag 3150000/3150000
1773.69/1768.24	c cleaning 76529 clauses out of 287895 with flag 3230000/3230000
1800.09/1794.51	c starts		: 230
1800.09/1794.51	c conflicts		: 3261010
1800.09/1794.51	c decisions		: 14981186
1800.09/1794.51	c propagations		: 2580294234
1800.09/1794.51	c inspects		: 6356056473
1800.09/1794.51	c shortcuts		: 0
1800.09/1794.51	c learnt literals	: 123
1800.09/1794.51	c learnt binary clauses	: 174484
1800.09/1794.51	c learnt ternary clauses	: 211149
1800.09/1794.51	c learnt constraints	: 3260886
1800.09/1794.51	c ignored constraints	: 0
1800.09/1794.51	c root simplifications	: 353
1800.09/1794.51	c removed literals (reason simplification)	: 65125476
1800.09/1794.51	c reason swapping (by a shorter reason)	: 0
1800.09/1794.51	c Calls to reduceDB	: 76
1800.09/1794.51	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.51	c number of learned constraints concerned by reduction	: 0
1800.09/1794.51	c number of learning phase by resolution	: 0
1800.09/1794.51	c number of learning phase by cutting planes	: 0
1800.09/1794.51	c speed (assignments/second)	: 1438338.4035483887
1800.09/1794.51	c non guided choices	2982
1800.09/1794.56	c learnt constraints type 
1800.09/1794.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 174340
1800.09/1794.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68079
1800.09/1794.56	c constraints type 
1800.09/1794.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15100
1800.09/1794.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 141
1800.09/1794.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1794.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1820
1800.09/1794.56	c 17063 constraints processed.
1800.09/1794.56	s UNKNOWN
1800.09/1794.56	c Total wall clock time (in seconds): 1794.439

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-3710013-1338219521/watcher-3710013-1338219521 -o /tmp/evaluation-result-3710013-1338219521/solver-3710013-1338219521 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710013-1338219521.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: 2.00 2.00 2.00 4/194 6300
/proc/meminfo: memFree=27584860/32873648 swapFree=7104/7104
[pid=6300] ppid=6298 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6300/stat : 6300 (java) D 6298 6300 32675 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 288077570 9515008 184 33554432000 1073741824 1073778376 140736739205616 140736739196840 214537235895 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/6300/statm: 2323 184 142 9 0 71 0

[startup+0.010146 s]
/proc/loadavg: 2.00 2.00 2.00 4/194 6300
/proc/meminfo: memFree=27584860/32873648 swapFree=7104/7104
[pid=6300] ppid=6298 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6298 6300 32675 0 -1 4202496 1206 0 0 0 0 0 0 0 20 0 2 0 288077570 94019584 917 33554432000 1073741824 1073778376 140734263678528 140734263669664 214540779581 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6300/statm: 22954 917 697 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91816

[startup+0.100185 s]
/proc/loadavg: 2.00 2.00 2.00 4/194 6300
/proc/meminfo: memFree=27584860/32873648 swapFree=7104/7104
[pid=6300] ppid=6298 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6298 6300 32675 0 -1 4202496 4334 0 1 0 8 1 0 0 20 0 18 0 288077570 9787842560 6052 33554432000 1073741824 1073778376 140734263678528 140734263669664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6300/statm: 2389610 6052 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300175 s]
/proc/loadavg: 2.00 2.00 2.00 4/194 6300
/proc/meminfo: memFree=27584860/32873648 swapFree=7104/7104
[pid=6300] ppid=6298 vsize=9558440 CPUtime=0.54 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6298 6300 32675 0 -1 4202496 7380 0 1 0 53 1 0 0 20 0 18 0 288077570 9787842560 11040 33554432000 1073741824 1073778376 140734263678528 140734263669664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6300/statm: 2389610 11040 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700175 s]
/proc/loadavg: 2.00 2.00 2.00 4/194 6300
/proc/meminfo: memFree=27584860/32873648 swapFree=7104/7104
[pid=6300] ppid=6298 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6298 6300 32675 0 -1 4202496 9470 0 1 0 148 3 0 0 20 0 19 0 288077570 9856004096 31814 33554432000 1073741824 1073778376 140734263678528 140734263669664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6300/statm: 2406251 31814 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9625004

[startup+1.50065 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6319
/proc/meminfo: memFree=27466812/32873648 swapFree=7104/7104
[pid=6300] ppid=6298 vsize=9625004 CPUtime=2.49 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6298 6300 32675 0 -1 4202496 9476 0 1 0 246 3 0 0 20 0 19 0 288077570 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140734263669664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6300/statm: 2406251 32331 2261 9 0 2396937 0
[pid=6300/tid=6302] ppid=6298 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) R 6298 6300 32675 0 -1 4202560 2595 0 1 0 144 3 0 0 20 0 19 0 288077571 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599310414248 140599250218252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6303] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599249144360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6304] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599248091560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6305] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599247038760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6306] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599245985960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6307] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599149411368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6308] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599148358568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6309] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599147305768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6310] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6298 6300 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599146252968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6311] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) S 6298 6300 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599134054888 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6312] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) S 6298 6300 32675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599133000952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6313] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) S 6298 6300 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599131948040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6314] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599130896528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6315] ppid=6298 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6298 6300 32675 0 -1 4202560 2131 0 0 0 52 0 0 0 20 0 19 0 288077576 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599129844664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6316] ppid=6298 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/6300/task/6316/stat : 6316 (java) S 6298 6300 32675 0 -1 4202560 3555 0 0 0 47 0 0 0 20 0 19 0 288077576 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599128791864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6317] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6317/stat : 6317 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599127739256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6318] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6318/stat : 6318 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599126686664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6319] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6319/stat : 6319 (java) S 6298 6300 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288077628 9856004096 32331 33554432000 1073741824 1073778376 140734263678528 140599125632168 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625004

[startup+3.10071 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6319
/proc/meminfo: memFree=27464020/32873648 swapFree=7104/7104
[pid=6300] ppid=6298 vsize=9625004 CPUtime=4.54 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6298 6300 32675 0 -1 4202496 15220 0 1 0 449 5 0 0 20 0 19 0 288077570 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140734263669664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6300/statm: 2406251 40752 2286 9 0 2396937 0
[pid=6300/tid=6302] ppid=6298 vsize=9625004 CPUtime=3.03 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) R 6298 6300 32675 0 -1 4202560 2600 0 1 0 300 3 0 0 20 0 19 0 288077571 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599310410560 140599250526516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6303] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6298 6300 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599249144360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6304] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6298 6300 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599248091560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6305] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599247038760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6306] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6298 6300 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599245985960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6307] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6298 6300 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599149411368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6308] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599148358568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6309] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599147305768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6310] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6298 6300 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599146252968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6311] ppid=6298 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) S 6298 6300 32675 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 288077574 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599134054888 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6312] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) S 6298 6300 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599133000952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6313] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) S 6298 6300 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599131948040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6314] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599130896528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6315] ppid=6298 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6298 6300 32675 0 -1 4202560 7807 0 0 0 93 0 0 0 20 0 19 0 288077576 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599129844664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6316] ppid=6298 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/6300/task/6316/stat : 6316 (java) S 6298 6300 32675 0 -1 4202560 3555 0 0 0 48 0 0 0 20 0 19 0 288077576 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599128791864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6317] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6317/stat : 6317 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599127739256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6318] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6318/stat : 6318 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599126686664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6319] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6319/stat : 6319 (java) S 6298 6300 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288077628 9856004096 40752 33554432000 1073741824 1073778376 140734263678528 140599125632168 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6319
/proc/meminfo: memFree=27429280/32873648 swapFree=7104/7104
[pid=6300] ppid=6298 vsize=9625004 CPUtime=7.77 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6298 6300 32675 0 -1 4202496 15231 0 1 0 772 5 0 0 20 0 19 0 288077570 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140734263669664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6300/statm: 2406251 40810 2286 9 0 2396937 0
[pid=6300/tid=6302] ppid=6298 vsize=9625004 CPUtime=6.19 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) R 6298 6300 32675 0 -1 4202560 2602 0 1 0 616 3 0 0 20 0 19 0 288077571 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599310414248 140599250808960 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6303] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6298 6300 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599249144360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6304] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6298 6300 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599248091560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6305] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6298 6300 32675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599247038760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6306] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6298 6300 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599245985960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6307] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6298 6300 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599149411368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6308] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599148358568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6309] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599147305768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6310] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6298 6300 32675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 288077572 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599146252968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6311] ppid=6298 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) S 6298 6300 32675 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 288077574 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599134054888 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6312] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) S 6298 6300 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599133000952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6313] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) S 6298 6300 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599131948040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6314] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599130896528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6315] ppid=6298 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6298 6300 32675 0 -1 4202560 7808 0 0 0 94 0 0 0 20 0 19 0 288077576 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599129844664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6316] ppid=6298 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/6300/task/6316/stat : 6316 (java) S 6298 6300 32675 0 -1 4202560 3555 0 0 0 49 0 0 0 20 0 19 0 288077576 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599128791864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6317] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6317/stat : 6317 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599127739256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6318] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6318/stat : 6318 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599126686664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6319] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6319/stat : 6319 (java) S 6298 6300 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288077628 9856004096 40810 33554432000 1073741824 1073778376 140734263678528 140599125632168 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 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=6300/tid=6308] ppid=6298 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6298 6300 32675 0 -1 4202560 89 0 0 0 55 3 0 0 20 0 19 0 288077572 9856004096 103181 33554432000 1073741824 1073778376 140734263678528 140599148358568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6309] ppid=6298 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6298 6300 32675 0 -1 4202560 202 0 0 0 64 4 0 0 20 0 19 0 288077572 9856004096 103181 33554432000 1073741824 1073778376 140734263678528 140599147305768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6310] ppid=6298 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6298 6300 32675 0 -1 4202560 208 0 0 0 58 4 0 0 20 0 19 0 288077572 9856004096 103181 33554432000 1073741824 1073778376 140734263678528 140599146252968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6311] ppid=6298 vsize=9625004 CPUtime=3.92 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) S 6298 6300 32675 0 -1 4202560 151 0 0 0 390 2 0 0 20 0 19 0 288077574 9856004096 103181 33554432000 1073741824 1073778376 140734263678528 140599134054888 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6312] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) S 6298 6300 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 103181 33554432000 1073741824 1073778376 140734263678528 140599133000952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6313] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) S 6298 6300 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 103181 33554432000 1073741824 1073778376 140734263678528 140599131948040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6314] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 103181 33554432000 1073741824 1073778376 140734263678528 140599130896528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6315] ppid=6298 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6298 6300 32675 0 -1 4202560 7820 0 0 0 99 0 0 0 20 0 19 0 288077576 9856004096 103181 33554432000 1073741824 1073778376 140734263678528 140599129844664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6316] ppid=6298 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/6300/task/6316/stat : 6316 (java) S 6298 6300 32675 0 -1 4202560 3563 0 0 0 62 0 0 0 20 0 19 0 288077576 9856004096 103181 33554432000 1073741824 1073778376 140734263678528 140599128791864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6317] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6317/stat : 6317 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 103181 33554432000 1073741824 1073778376 140734263678528 140599127739256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6318] ppid=6298 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/6300/task/6318/stat : 6318 (java) S 6298 6300 32675 0 -1 4202560 99 0 0 0 17 24 0 0 20 0 19 0 288077576 9856004096 103181 33554432000 1073741824 1073778376 140734263678528 140599126686664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6319] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6319/stat : 6319 (java) S 6298 6300 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288077628 9856004096 103181 33554432000 1073741824 1073778376 140734263678528 140599125632168 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.71
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/213 6530
/proc/meminfo: memFree=27269984/32873648 swapFree=7104/7104
[pid=6300] ppid=6298 vsize=9625004 CPUtime=1787.89 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6298 6300 32675 0 -1 4202496 16866 0 1 0 178729 60 0 0 20 0 19 0 288077570 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140734263669664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6300/statm: 2406251 103198 2287 9 0 2396937 0
[pid=6300/tid=6302] ppid=6298 vsize=9625004 CPUtime=1776.78 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) R 6298 6300 32675 0 -1 4202560 2690 0 1 0 177647 31 0 0 20 0 19 0 288077571 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599310414128 140599250942430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6303] ppid=6298 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6298 6300 32675 0 -1 4202560 121 0 0 0 58 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599249144360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6304] ppid=6298 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6298 6300 32675 0 -1 4202560 237 0 0 0 63 3 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599248091560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6305] ppid=6298 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6298 6300 32675 0 -1 4202560 128 0 0 0 57 2 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599247038760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6306] ppid=6298 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6298 6300 32675 0 -1 4202560 247 0 0 0 53 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599245985960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6307] ppid=6298 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6298 6300 32675 0 -1 4202560 115 0 0 0 67 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599149411368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6308] ppid=6298 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6298 6300 32675 0 -1 4202560 96 0 0 0 60 3 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599148358568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6309] ppid=6298 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6298 6300 32675 0 -1 4202560 202 0 0 0 66 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599147305768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6310] ppid=6298 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6298 6300 32675 0 -1 4202560 208 0 0 0 61 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599146252968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6311] ppid=6298 vsize=9625004 CPUtime=4.11 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) S 6298 6300 32675 0 -1 4202560 155 0 0 0 409 2 0 0 20 0 19 0 288077574 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599134054888 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6312] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) S 6298 6300 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599133000952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6313] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) S 6298 6300 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599131948040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6314] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599130896528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6315] ppid=6298 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6298 6300 32675 0 -1 4202560 7820 0 0 0 99 0 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599129844664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6316] ppid=6298 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/6300/task/6316/stat : 6316 (java) S 6298 6300 32675 0 -1 4202560 3563 0 0 0 62 0 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599128791864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6317] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6317/stat : 6317 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599127739256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6318] ppid=6298 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/6300/task/6318/stat : 6318 (java) S 6298 6300 32675 0 -1 4202560 103 0 0 0 17 25 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599126686664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6319] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6319/stat : 6319 (java) S 6298 6300 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288077628 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599125632168 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.89
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 2.01 1.99 1.99 3/213 6530
/proc/meminfo: memFree=27270112/32873648 swapFree=7104/7104
[pid=6300] ppid=6298 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6298 6300 32675 0 -1 4202496 16866 0 1 0 179949 60 0 0 20 0 19 0 288077570 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140734263669664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6300/statm: 2406251 103198 2287 9 0 2396937 0
[pid=6300/tid=6302] ppid=6298 vsize=9625004 CPUtime=1788.99 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) R 6298 6300 32675 0 -1 4202560 2690 0 1 0 178868 31 0 0 20 0 19 0 288077571 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599310414128 140599250842936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6303] ppid=6298 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6298 6300 32675 0 -1 4202560 121 0 0 0 58 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599249144360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6304] ppid=6298 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6298 6300 32675 0 -1 4202560 237 0 0 0 63 3 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599248091560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6305] ppid=6298 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6298 6300 32675 0 -1 4202560 128 0 0 0 57 2 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599247038760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6306] ppid=6298 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6298 6300 32675 0 -1 4202560 247 0 0 0 53 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599245985960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6307] ppid=6298 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6298 6300 32675 0 -1 4202560 115 0 0 0 67 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599149411368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6308] ppid=6298 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6298 6300 32675 0 -1 4202560 96 0 0 0 60 3 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599148358568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6309] ppid=6298 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6298 6300 32675 0 -1 4202560 202 0 0 0 66 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599147305768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6310] ppid=6298 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6298 6300 32675 0 -1 4202560 208 0 0 0 61 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599146252968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6311] ppid=6298 vsize=9625004 CPUtime=4.11 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) S 6298 6300 32675 0 -1 4202560 155 0 0 0 409 2 0 0 20 0 19 0 288077574 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599134054888 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6312] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) S 6298 6300 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599133000952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6313] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) S 6298 6300 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599131948040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6314] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599130896528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6315] ppid=6298 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6298 6300 32675 0 -1 4202560 7820 0 0 0 99 0 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599129844664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6316] ppid=6298 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/6300/task/6316/stat : 6316 (java) S 6298 6300 32675 0 -1 4202560 3563 0 0 0 62 0 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599128791864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6317] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6317/stat : 6317 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599127739256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6318] ppid=6298 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/6300/task/6318/stat : 6318 (java) S 6298 6300 32675 0 -1 4202560 103 0 0 0 18 25 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599126686664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6319] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6319/stat : 6319 (java) S 6298 6300 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288077628 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599125632168 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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: 2.01 1.99 1.99 3/213 6530
/proc/meminfo: memFree=27270112/32873648 swapFree=7104/7104
[pid=6300] ppid=6298 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6298 6300 32675 0 -1 4202496 16866 0 1 0 179949 60 0 0 20 0 19 0 288077570 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140734263669664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6300/statm: 2406251 103198 2287 9 0 2396937 0
[pid=6300/tid=6302] ppid=6298 vsize=9625004 CPUtime=1788.99 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) R 6298 6300 32675 0 -1 4202560 2690 0 1 0 178868 31 0 0 20 0 19 0 288077571 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599310414128 140599250842936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6303] ppid=6298 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6298 6300 32675 0 -1 4202560 121 0 0 0 58 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599249144360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6304] ppid=6298 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6298 6300 32675 0 -1 4202560 237 0 0 0 63 3 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599248091560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6305] ppid=6298 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6298 6300 32675 0 -1 4202560 128 0 0 0 57 2 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599247038760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6306] ppid=6298 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6298 6300 32675 0 -1 4202560 247 0 0 0 53 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599245985960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6307] ppid=6298 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6298 6300 32675 0 -1 4202560 115 0 0 0 67 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599149411368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6308] ppid=6298 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6298 6300 32675 0 -1 4202560 96 0 0 0 60 3 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599148358568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6309] ppid=6298 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6298 6300 32675 0 -1 4202560 202 0 0 0 66 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599147305768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6310] ppid=6298 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6298 6300 32675 0 -1 4202560 208 0 0 0 61 4 0 0 20 0 19 0 288077572 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599146252968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6311] ppid=6298 vsize=9625004 CPUtime=4.11 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) S 6298 6300 32675 0 -1 4202560 155 0 0 0 409 2 0 0 20 0 19 0 288077574 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599134054888 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6312] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) S 6298 6300 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599133000952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6313] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) S 6298 6300 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288077574 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599131948040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6314] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599130896528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6300/tid=6315] ppid=6298 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6298 6300 32675 0 -1 4202560 7820 0 0 0 99 0 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599129844664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6316] ppid=6298 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/6300/task/6316/stat : 6316 (java) S 6298 6300 32675 0 -1 4202560 3563 0 0 0 62 0 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599128791864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6300/tid=6317] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6317/stat : 6317 (java) S 6298 6300 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599127739256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6300/tid=6318] ppid=6298 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/6300/task/6318/stat : 6318 (java) S 6298 6300 32675 0 -1 4202560 103 0 0 0 18 25 0 0 20 0 19 0 288077576 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599126686664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6300/tid=6319] ppid=6298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6319/stat : 6319 (java) S 6298 6300 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288077628 9856004096 103198 33554432000 1073741824 1073778376 140734263678528 140599125632168 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1794.57
CPU time (s): 1800.67
CPU user time (s): 1799.67
CPU system time (s): 1.00185
CPU usage (%): 100.34
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 1.00185
maximum resident set size= 412920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16901
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40024
involuntary context switches= 11817

runsolver used 5.78912 second user time and 14.7148 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-28 17:38:41
IDJOB=3710013
IDBENCH=90203
IDSOLVER=2289
FILE ID=node127/3710013-1338219521
RUNJOBID= node127-1338206934-5255
PBS_JOBID= 14624582
Free space on /tmp= 71168 MiB

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

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

MD5SUM BENCH= e981076bb5354ded6cb9b093a6d1a03e
RANDOM SEED=1321371166

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27585280 kB
Buffers:          497256 kB
Cached:          3630148 kB
SwapCached:            0 kB
Active:          1527280 kB
Inactive:        2870448 kB
Active(anon):     272144 kB
Inactive(anon):        0 kB
Active(file):    1255136 kB
Inactive(file):  2870448 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2012 kB
Writeback:             0 kB
AnonPages:        282876 kB
Mapped:            22620 kB
Shmem:               200 kB
Slab:             745724 kB
SReclaimable:     189872 kB
SUnreclaim:       555852 kB
KernelStack:        1608 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     703656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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= 71168 MiB
End job on node127 at 2012-05-28 18:08:38