Trace number 3710049

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.06 1795.35

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K86.opb
MD5SUMa7a3236cd0071452eec601ea09fe7bbe
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 variables5848
Total number of constraints6022
Number of constraints which are clauses5936
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint86
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 87
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710049-1338214097.opb
0.09/0.12	c reading problem ... 
0.55/0.37	c ... done. Wall clock time 0.249s.
0.55/0.37	c declared #vars     5848
0.55/0.37	c #constraints  6022
0.55/0.37	c constraints type 
0.55/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4829
0.55/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 86
0.55/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.55/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1105
0.55/0.37	c 6022 constraints processed.
2.33/1.60	c cleaning 2457 clauses out of 4949 with flag 5000/5000
3.62/2.82	c cleaning 4178 clauses out of 8469 with flag 11000/11000
4.93/4.15	c cleaning 5570 clauses out of 11282 with flag 18001/18001
6.44/5.60	c cleaning 6772 clauses out of 13706 with flag 26000/26000
8.19/7.31	c cleaning 7905 clauses out of 15935 with flag 35001/35001
9.91/9.05	c cleaning 8936 clauses out of 18022 with flag 45001/45001
12.32/11.47	c cleaning 9978 clauses out of 20080 with flag 56000/56000
14.93/14.01	c cleaning 11024 clauses out of 22102 with flag 68000/68000
17.53/16.67	c cleaning 11940 clauses out of 24074 with flag 81002/81002
21.14/20.24	c cleaning 13009 clauses out of 26129 with flag 95000/95000
24.36/23.46	c cleaning 13971 clauses out of 28116 with flag 110000/110000
28.11/27.13	c cleaning 14946 clauses out of 30145 with flag 126002/126002
32.13/31.10	c cleaning 15751 clauses out of 32194 with flag 143000/143000
35.94/34.97	c cleaning 16642 clauses out of 34444 with flag 161001/161001
40.15/39.15	c cleaning 17455 clauses out of 36800 with flag 180001/180001
45.09/44.03	c cleaning 18351 clauses out of 39344 with flag 200000/200000
51.29/50.21	c cleaning 19748 clauses out of 41989 with flag 221000/221000
56.31/55.23	c cleaning 20154 clauses out of 44237 with flag 243001/243001
63.01/61.93	c cleaning 22041 clauses out of 47080 with flag 266000/266000
69.65/68.55	c cleaning 22747 clauses out of 49033 with flag 290000/290000
77.86/76.70	c cleaning 23787 clauses out of 51286 with flag 315000/315000
85.59/84.50	c cleaning 24708 clauses out of 53496 with flag 341001/341001
93.52/92.36	c cleaning 25649 clauses out of 55784 with flag 368000/368000
101.83/100.65	c cleaning 26545 clauses out of 58133 with flag 396000/396000
109.76/108.56	c cleaning 27203 clauses out of 60589 with flag 425001/425001
120.48/119.20	c cleaning 28527 clauses out of 63379 with flag 455003/455003
133.90/132.66	c cleaning 29626 clauses out of 65847 with flag 486000/486000
148.06/146.71	c cleaning 30903 clauses out of 68222 with flag 518001/518001
157.71/156.36	c cleaning 31118 clauses out of 70318 with flag 551000/551000
168.43/167.00	c cleaning 32122 clauses out of 73200 with flag 585000/585000
179.34/177.92	c cleaning 33544 clauses out of 76078 with flag 620000/620000
190.88/189.45	c cleaning 34581 clauses out of 78532 with flag 656000/656000
205.71/204.22	c cleaning 35847 clauses out of 80952 with flag 693003/693003
219.35/217.87	c cleaning 36429 clauses out of 83103 with flag 731001/731001
231.77/230.26	c cleaning 37189 clauses out of 85667 with flag 770000/770000
252.50/250.92	c cleaning 38942 clauses out of 88479 with flag 810001/810001
265.41/263.79	c cleaning 39341 clauses out of 90537 with flag 851001/851001
280.85/279.13	c cleaning 40734 clauses out of 93195 with flag 893000/893000
295.48/293.70	c cleaning 41771 clauses out of 95461 with flag 936000/936000
310.69/308.90	c cleaning 42403 clauses out of 97688 with flag 980001/980001
327.32/325.55	c cleaning 44038 clauses out of 100284 with flag 1025000/1025000
350.38/348.54	c cleaning 45198 clauses out of 102249 with flag 1071003/1071003
376.02/374.12	c cleaning 46502 clauses out of 104049 with flag 1118001/1118001
390.47/388.55	c cleaning 46112 clauses out of 105546 with flag 1166000/1166000
406.90/404.91	c cleaning 46969 clauses out of 108434 with flag 1215000/1215000
424.53/422.50	c cleaning 49072 clauses out of 111465 with flag 1265000/1265000
449.67/447.67	c cleaning 50320 clauses out of 113396 with flag 1316003/1316003
472.75/470.61	c cleaning 50637 clauses out of 115073 with flag 1368000/1368000
500.71/498.56	c cleaning 52313 clauses out of 117436 with flag 1421000/1421000
535.36/533.18	c cleaning 53331 clauses out of 119123 with flag 1475000/1475000
573.73/571.41	c cleaning 54585 clauses out of 120792 with flag 1530000/1530000
593.92/591.59	c cleaning 54993 clauses out of 122207 with flag 1586000/1586000
620.65/618.26	c cleaning 55446 clauses out of 124214 with flag 1643000/1643000
646.89/644.49	c cleaning 57265 clauses out of 126768 with flag 1701000/1701000
672.95/670.46	c cleaning 57951 clauses out of 128499 with flag 1760001/1760001
698.41/695.88	c cleaning 58863 clauses out of 130549 with flag 1820002/1820002
721.79/719.10	c cleaning 59778 clauses out of 132685 with flag 1881001/1881001
744.55/741.81	c cleaning 61018 clauses out of 134907 with flag 1943001/1943001
774.08/771.30	c cleaning 62443 clauses out of 136888 with flag 2006000/2006000
807.03/804.29	c cleaning 63699 clauses out of 138446 with flag 2070001/2070001
844.50/841.68	c cleaning 64256 clauses out of 139748 with flag 2135002/2135002
879.78/876.86	c cleaning 64793 clauses out of 141485 with flag 2201000/2201000
920.20/917.14	c cleaning 65908 clauses out of 143692 with flag 2268000/2268000
970.80/967.69	c cleaning 66910 clauses out of 145790 with flag 2336006/2336006
1002.99/999.77	c cleaning 67914 clauses out of 147874 with flag 2405000/2405000
1028.85/1025.56	c cleaning 68611 clauses out of 149958 with flag 2475000/2475000
1062.59/1059.30	c cleaning 70061 clauses out of 152350 with flag 2546003/2546003
1096.85/1093.48	c cleaning 70633 clauses out of 154288 with flag 2618002/2618002
1130.14/1126.65	c cleaning 71647 clauses out of 156653 with flag 2691000/2691000
1179.80/1176.26	c cleaning 72590 clauses out of 159010 with flag 2765004/2765004
1221.90/1218.20	c cleaning 73626 clauses out of 161416 with flag 2840000/2840000
1258.09/1254.34	c cleaning 75020 clauses out of 163788 with flag 2916000/2916000
1301.77/1297.93	c cleaning 75916 clauses out of 165768 with flag 2993000/2993000
1347.25/1343.38	c cleaning 77373 clauses out of 167852 with flag 3071000/3071000
1386.24/1382.27	c cleaning 78287 clauses out of 169478 with flag 3150001/3150001
1430.71/1426.64	c cleaning 79373 clauses out of 171190 with flag 3230000/3230000
1477.79/1473.63	c cleaning 80283 clauses out of 172818 with flag 3311001/3311001
1520.58/1516.38	c cleaning 81185 clauses out of 174535 with flag 3393001/3393001
1552.25/1547.96	c cleaning 81865 clauses out of 176351 with flag 3476002/3476002
1592.20/1587.89	c cleaning 83344 clauses out of 178486 with flag 3560002/3560002
1636.22/1631.83	c cleaning 84438 clauses out of 180142 with flag 3645002/3645002
1672.28/1667.83	c cleaning 84389 clauses out of 181706 with flag 3731004/3731004
1718.83/1714.38	c cleaning 86038 clauses out of 184311 with flag 3818000/3818000
1760.72/1756.12	c cleaning 86615 clauses out of 186273 with flag 3906000/3906000
1796.89/1792.23	c cleaning 87678 clauses out of 188663 with flag 3995008/3995008
1800.06/1795.31	c starts		: 251
1800.06/1795.31	c conflicts		: 4003932
1800.06/1795.31	c decisions		: 11386693
1800.06/1795.31	c propagations		: 1251887089
1800.06/1795.31	c inspects		: 8898008633
1800.06/1795.31	c shortcuts		: 0
1800.06/1795.31	c learnt literals	: 73
1800.06/1795.31	c learnt binary clauses	: 81545
1800.06/1795.31	c learnt ternary clauses	: 118211
1800.06/1795.31	c learnt constraints	: 4003858
1800.06/1795.31	c ignored constraints	: 0
1800.06/1795.31	c root simplifications	: 324
1800.06/1795.31	c removed literals (reason simplification)	: 199693513
1800.06/1795.31	c reason swapping (by a shorter reason)	: 0
1800.06/1795.31	c Calls to reduceDB	: 85
1800.06/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.31	c number of learned constraints concerned by reduction	: 0
1800.06/1795.31	c number of learning phase by resolution	: 0
1800.06/1795.31	c number of learning phase by cutting planes	: 0
1800.06/1795.31	c speed (assignments/second)	: 697456.9434702503
1800.06/1795.31	c non guided choices	4074
1800.06/1795.34	c learnt constraints type 
1800.06/1795.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 81472
1800.06/1795.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28493
1800.06/1795.34	c constraints type 
1800.06/1795.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4829
1800.06/1795.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 86
1800.06/1795.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.06/1795.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1105
1800.06/1795.34	c 6022 constraints processed.
1800.06/1795.34	s UNKNOWN
1800.06/1795.34	c Total wall clock time (in seconds): 1795.227

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-3710049-1338214097/watcher-3710049-1338214097 -o /tmp/evaluation-result-3710049-1338214097/solver-3710049-1338214097 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710049-1338214097.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.01 2.00 3/194 15748
/proc/meminfo: memFree=26799696/32873660 swapFree=7120/7120
[pid=15748] ppid=15746 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15748/stat : 15748 (java) D 15746 15748 13800 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 287535471 9515008 182 33554432000 1073741824 1073778376 140734686747424 140734686738456 270330052277 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/15748/statm: 2323 182 140 9 0 71 0

[startup+0.0785059 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 15748
/proc/meminfo: memFree=26799696/32873660 swapFree=7120/7120
[pid=15748] ppid=15746 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/15748/stat : 15748 (java) S 15746 15748 13800 0 -1 4202496 3445 0 1 0 5 0 0 0 20 0 18 0 287535471 9787842560 4654 33554432000 1073741824 1073778376 140734050965392 140734050956528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15748/statm: 2389610 4654 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100206 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 15748
/proc/meminfo: memFree=26799696/32873660 swapFree=7120/7120
[pid=15748] ppid=15746 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/15748/stat : 15748 (java) S 15746 15748 13800 0 -1 4202496 4289 0 1 0 9 0 0 0 20 0 18 0 287535471 9787842560 6007 33554432000 1073741824 1073778376 140734050965392 140734050956528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15748/statm: 2389610 6007 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300158 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 15748
/proc/meminfo: memFree=26799696/32873660 swapFree=7120/7120
[pid=15748] ppid=15746 vsize=9558440 CPUtime=0.55 cores=1,3,5,7
/proc/15748/stat : 15748 (java) S 15746 15748 13800 0 -1 4202496 7190 0 1 0 54 1 0 0 20 0 18 0 287535471 9787842560 9851 33554432000 1073741824 1073778376 140734050965392 140734050956528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15748/statm: 2389610 9851 2228 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.700212 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 15748
/proc/meminfo: memFree=26799696/32873660 swapFree=7120/7120
[pid=15748] ppid=15746 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/15748/stat : 15748 (java) S 15746 15748 13800 0 -1 4202496 9242 0 1 0 136 1 0 0 20 0 19 0 287535471 9856004096 16578 33554432000 1073741824 1073778376 140734050965392 140734050956528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15748/statm: 2406251 16578 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 2.16 2.04 2.01 3/213 15767
/proc/meminfo: memFree=26750956/32873660 swapFree=7120/7120
[pid=15748] ppid=15746 vsize=9625004 CPUtime=2.2 cores=1,3,5,7
/proc/15748/stat : 15748 (java) S 15746 15748 13800 0 -1 4202496 9248 0 1 0 219 1 0 0 20 0 19 0 287535471 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140734050956528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15748/statm: 2406251 17094 2257 9 0 2396937 0
[pid=15748/tid=15750] ppid=15746 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/15748/task/15750/stat : 15750 (java) R 15746 15748 13800 0 -1 4202560 2527 0 1 0 146 0 0 0 20 0 19 0 287535472 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140438296482304 140438133114860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15751] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15751/stat : 15751 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140438257973800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15752] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15752/stat : 15752 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140438256921000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15753] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15753/stat : 15753 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140438255868200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15748/tid=15754] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15754/stat : 15754 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140438254815400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15755] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15755/stat : 15755 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140438253763624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15756] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15756/stat : 15756 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140438252710824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15757] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15757/stat : 15757 (java) S 15746 15748 13800 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140438251658024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15748/tid=15758] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15758/stat : 15758 (java) S 15746 15748 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140438132484776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15759] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15759/stat : 15759 (java) S 15746 15748 13800 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287535475 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140438120286696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15760] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15760/stat : 15760 (java) S 15746 15748 13800 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287535475 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140438119232760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15761] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15761/stat : 15761 (java) S 15746 15748 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287535475 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140438118179848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15762] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15762/stat : 15762 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140438117128336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15763] ppid=15746 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/15748/task/15763/stat : 15763 (java) R 15746 15748 13800 0 -1 4202560 3135 0 0 0 36 0 0 0 20 0 19 0 287535477 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140437377510328 140438299088649 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15764] ppid=15746 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/15748/task/15764/stat : 15764 (java) S 15746 15748 13800 0 -1 4202560 2385 0 0 0 34 0 0 0 20 0 19 0 287535477 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140437376457528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15765] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15765/stat : 15765 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140437375404920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15766] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15766/stat : 15766 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140437374352328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15767] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15767/stat : 15767 (java) S 15746 15748 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287535510 9856004096 17094 33554432000 1073741824 1073778376 140734050965392 140437373297832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625004

[startup+3.10054 s]
/proc/loadavg: 2.16 2.04 2.01 3/213 15767
/proc/meminfo: memFree=26746920/32873660 swapFree=7120/7120
[pid=15748] ppid=15746 vsize=9625004 CPUtime=3.92 cores=1,3,5,7
/proc/15748/stat : 15748 (java) S 15746 15748 13800 0 -1 4202496 9320 0 1 0 390 2 0 0 20 0 19 0 287535471 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140734050956528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15748/statm: 2406251 20216 2282 9 0 2396937 0
[pid=15748/tid=15750] ppid=15746 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/15748/task/15750/stat : 15750 (java) R 15746 15748 13800 0 -1 4202560 2531 0 1 0 302 0 0 0 20 0 19 0 287535472 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140438296482096 140438133115717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15751] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15751/stat : 15751 (java) S 15746 15748 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140438257973800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15752] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15752/stat : 15752 (java) S 15746 15748 13800 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140438256921000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15753] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15753/stat : 15753 (java) S 15746 15748 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140438255868200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15748/tid=15754] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15754/stat : 15754 (java) S 15746 15748 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140438254815400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15755] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15755/stat : 15755 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140438253763624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15748/tid=15756] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15756/stat : 15756 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140438252710824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15757] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15757/stat : 15757 (java) S 15746 15748 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140438251658024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15758] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15758/stat : 15758 (java) S 15746 15748 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140438132484776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15759] ppid=15746 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/15748/task/15759/stat : 15759 (java) S 15746 15748 13800 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287535475 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140438120286696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15760] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15760/stat : 15760 (java) S 15746 15748 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287535475 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140438119232760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15761] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15761/stat : 15761 (java) S 15746 15748 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287535475 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140438118179848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15762] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15762/stat : 15762 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140438117128336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15763] ppid=15746 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/15748/task/15763/stat : 15763 (java) S 15746 15748 13800 0 -1 4202560 3137 0 0 0 42 0 0 0 20 0 19 0 287535477 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140437377510328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15764] ppid=15746 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/15748/task/15764/stat : 15764 (java) S 15746 15748 13800 0 -1 4202560 2389 0 0 0 38 0 0 0 20 0 19 0 287535477 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140437376457528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15765] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15765/stat : 15765 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140437375404920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15766] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15766/stat : 15766 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140437374352328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15767] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15767/stat : 15767 (java) S 15746 15748 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287535510 9856004096 20216 33554432000 1073741824 1073778376 140734050965392 140437373297832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 2.15 2.04 2.01 3/213 15767
/proc/meminfo: memFree=26770692/32873660 swapFree=7120/7120
[pid=15748] ppid=15746 vsize=9625004 CPUtime=7.19 cores=1,3,5,7
/proc/15748/stat : 15748 (java) S 15746 15748 13800 0 -1 4202496 9364 0 1 0 717 2 0 0 20 0 19 0 287535471 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140734050956528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15748/statm: 2406251 20642 2283 9 0 2396937 0
[pid=15748/tid=15750] ppid=15746 vsize=9625004 CPUtime=6.17 cores=1,3,5,7
/proc/15748/task/15750/stat : 15750 (java) R 15746 15748 13800 0 -1 4202560 2532 0 1 0 617 0 0 0 20 0 19 0 287535472 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140438296482096 140438133179244 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15751] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15751/stat : 15751 (java) S 15746 15748 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140438257973800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15752] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15752/stat : 15752 (java) S 15746 15748 13800 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140438256921000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15753] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15753/stat : 15753 (java) S 15746 15748 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140438255868200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15754] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15754/stat : 15754 (java) S 15746 15748 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140438254815400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15755] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15755/stat : 15755 (java) S 15746 15748 13800 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140438253763624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15748/tid=15756] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15756/stat : 15756 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140438252710824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15757] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15757/stat : 15757 (java) S 15746 15748 13800 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140438251658024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15758] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15758/stat : 15758 (java) S 15746 15748 13800 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287535473 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140438132484776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15759] ppid=15746 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15748/task/15759/stat : 15759 (java) S 15746 15748 13800 0 -1 4202560 44 0 0 0 4 0 0 0 20 0 19 0 287535475 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140438120286696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15760] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15760/stat : 15760 (java) S 15746 15748 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287535475 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140438119232760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15761] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15761/stat : 15761 (java) S 15746 15748 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287535475 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140438118179848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15762] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15762/stat : 15762 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140438117128336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15763] ppid=15746 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/15748/task/15763/stat : 15763 (java) S 15746 15748 13800 0 -1 4202560 3148 0 0 0 48 0 0 0 20 0 19 0 287535477 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140437377510328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15764] ppid=15746 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/15748/task/15764/stat : 15764 (java) S 15746 15748 13800 0 -1 4202560 2389 0 0 0 38 0 0 0 20 0 19 0 287535477 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140437376457528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15765] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15765/stat : 15765 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140437375404920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15766] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15766/stat : 15766 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140437374352328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15767] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15767/stat : 15767 (java) S 15746 15748 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287535510 9856004096 20642 33554432000 1073741824 1073778376 140734050965392 140437373297832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=15748/tid=15763] ppid=15746 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/15748/task/15763/stat : 15763 (java) S 15746 15748 13800 0 -1 4202560 3154 0 0 0 50 0 0 0 20 0 19 0 287535477 9856004096 86307 33554432000 1073741824 1073778376 140734050965392 140437377510328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15764] ppid=15746 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/15748/task/15764/stat : 15764 (java) S 15746 15748 13800 0 -1 4202560 2389 0 0 0 38 0 0 0 20 0 19 0 287535477 9856004096 86307 33554432000 1073741824 1073778376 140734050965392 140437376457528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15765] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15765/stat : 15765 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 86307 33554432000 1073741824 1073778376 140734050965392 140437375404920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15766] ppid=15746 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/15748/task/15766/stat : 15766 (java) S 15746 15748 13800 0 -1 4202560 101 0 0 0 18 21 0 0 20 0 19 0 287535477 9856004096 86307 33554432000 1073741824 1073778376 140734050965392 140437374352328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15767] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15767/stat : 15767 (java) S 15746 15748 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287535510 9856004096 86307 33554432000 1073741824 1073778376 140734050965392 140437373297832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.93
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 15841
/proc/meminfo: memFree=26489212/32873660 swapFree=7120/7120
[pid=15748] ppid=15746 vsize=9625004 CPUtime=1786.99 cores=1,3,5,7
/proc/15748/stat : 15748 (java) S 15746 15748 13800 0 -1 4202496 10836 0 1 0 178652 47 0 0 20 0 19 0 287535471 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140734050956528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15748/statm: 2406251 86317 2284 9 0 2396937 0
[pid=15748/tid=15750] ppid=15746 vsize=9625004 CPUtime=1773.08 cores=1,3,5,7
/proc/15748/task/15750/stat : 15750 (java) R 15746 15748 13800 0 -1 4202560 2653 0 1 0 177278 30 0 0 20 0 19 0 287535472 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140438296482096 140438133137624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15751] ppid=15746 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/15748/task/15751/stat : 15751 (java) S 15746 15748 13800 0 -1 4202560 166 0 0 0 58 3 0 0 20 0 19 0 287535473 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140438257973800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15752] ppid=15746 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/15748/task/15752/stat : 15752 (java) S 15746 15748 13800 0 -1 4202560 185 0 0 0 62 3 0 0 20 0 19 0 287535473 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140438256921000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15748/tid=15753] ppid=15746 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/15748/task/15753/stat : 15753 (java) S 15746 15748 13800 0 -1 4202560 275 0 0 0 66 3 0 0 20 0 19 0 287535473 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140438255868200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15754] ppid=15746 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/15748/task/15754/stat : 15754 (java) S 15746 15748 13800 0 -1 4202560 127 0 0 0 66 3 0 0 20 0 19 0 287535473 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140438254815400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15755] ppid=15746 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/15748/task/15755/stat : 15755 (java) S 15746 15748 13800 0 -1 4202560 191 0 0 0 65 3 0 0 20 0 19 0 287535473 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140438253763624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15748/tid=15756] ppid=15746 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/15748/task/15756/stat : 15756 (java) S 15746 15748 13800 0 -1 4202560 105 0 0 0 48 3 0 0 20 0 19 0 287535473 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140438252710824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15757] ppid=15746 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/15748/task/15757/stat : 15757 (java) S 15746 15748 13800 0 -1 4202560 111 0 0 0 71 3 0 0 20 0 19 0 287535473 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140438251658024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15758] ppid=15746 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/15748/task/15758/stat : 15758 (java) S 15746 15748 13800 0 -1 4202560 51 0 0 0 60 2 0 0 20 0 19 0 287535473 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140438132484776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15759] ppid=15746 vsize=9625004 CPUtime=3.01 cores=1,3,5,7
/proc/15748/task/15759/stat : 15759 (java) S 15746 15748 13800 0 -1 4202560 141 0 0 0 300 1 0 0 20 0 19 0 287535475 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140438120286696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15760] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15760/stat : 15760 (java) S 15746 15748 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287535475 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140438119232760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15761] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15761/stat : 15761 (java) S 15746 15748 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287535475 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140438118179848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15762] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15762/stat : 15762 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140438117128336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15763] ppid=15746 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/15748/task/15763/stat : 15763 (java) S 15746 15748 13800 0 -1 4202560 3154 0 0 0 50 0 0 0 20 0 19 0 287535477 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140437377510328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15764] ppid=15746 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/15748/task/15764/stat : 15764 (java) S 15746 15748 13800 0 -1 4202560 2389 0 0 0 38 0 0 0 20 0 19 0 287535477 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140437376457528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15765] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15765/stat : 15765 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140437375404920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15766] ppid=15746 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/15748/task/15766/stat : 15766 (java) S 15746 15748 13800 0 -1 4202560 103 0 0 0 19 22 0 0 20 0 19 0 287535477 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140437374352328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15767] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15767/stat : 15767 (java) S 15746 15748 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287535510 9856004096 86317 33554432000 1073741824 1073778376 140734050965392 140437373297832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.99
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 15841
/proc/meminfo: memFree=26489216/32873660 swapFree=7120/7120
[pid=15748] ppid=15746 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/15748/stat : 15748 (java) S 15746 15748 13800 0 -1 4202496 10847 0 1 0 179959 47 0 0 20 0 19 0 287535471 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140734050956528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15748/statm: 2406251 86323 2284 9 0 2396937 0
[pid=15748/tid=15750] ppid=15746 vsize=9625004 CPUtime=1785.97 cores=1,3,5,7
/proc/15748/task/15750/stat : 15750 (java) R 15746 15748 13800 0 -1 4202560 2654 0 1 0 178566 31 0 0 20 0 19 0 287535472 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438296482096 140438133128704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15751] ppid=15746 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/15748/task/15751/stat : 15751 (java) S 15746 15748 13800 0 -1 4202560 166 0 0 0 59 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438257973800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15752] ppid=15746 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/15748/task/15752/stat : 15752 (java) S 15746 15748 13800 0 -1 4202560 185 0 0 0 64 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438256921000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15753] ppid=15746 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/15748/task/15753/stat : 15753 (java) S 15746 15748 13800 0 -1 4202560 275 0 0 0 67 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438255868200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15754] ppid=15746 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/15748/task/15754/stat : 15754 (java) S 15746 15748 13800 0 -1 4202560 127 0 0 0 67 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438254815400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15755] ppid=15746 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/15748/task/15755/stat : 15755 (java) S 15746 15748 13800 0 -1 4202560 197 0 0 0 68 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438253763624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15748/tid=15756] ppid=15746 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/15748/task/15756/stat : 15756 (java) S 15746 15748 13800 0 -1 4202560 105 0 0 0 49 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438252710824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15757] ppid=15746 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/15748/task/15757/stat : 15757 (java) S 15746 15748 13800 0 -1 4202560 111 0 0 0 72 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438251658024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15758] ppid=15746 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/15748/task/15758/stat : 15758 (java) S 15746 15748 13800 0 -1 4202560 51 0 0 0 61 2 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438132484776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15759] ppid=15746 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/15748/task/15759/stat : 15759 (java) S 15746 15748 13800 0 -1 4202560 143 0 0 0 305 1 0 0 20 0 19 0 287535475 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438120286696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15760] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15760/stat : 15760 (java) S 15746 15748 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287535475 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438119232760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15761] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15761/stat : 15761 (java) S 15746 15748 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287535475 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438118179848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15762] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15762/stat : 15762 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438117128336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15763] ppid=15746 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/15748/task/15763/stat : 15763 (java) S 15746 15748 13800 0 -1 4202560 3154 0 0 0 50 0 0 0 20 0 19 0 287535477 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140437377510328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15764] ppid=15746 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/15748/task/15764/stat : 15764 (java) S 15746 15748 13800 0 -1 4202560 2389 0 0 0 38 0 0 0 20 0 19 0 287535477 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140437376457528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15765] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15765/stat : 15765 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140437375404920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15766] ppid=15746 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/15748/task/15766/stat : 15766 (java) S 15746 15748 13800 0 -1 4202560 105 0 0 0 19 22 0 0 20 0 19 0 287535477 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140437374352328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15767] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15767/stat : 15767 (java) S 15746 15748 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287535510 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140437373297832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 15841
/proc/meminfo: memFree=26489216/32873660 swapFree=7120/7120
[pid=15748] ppid=15746 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/15748/stat : 15748 (java) S 15746 15748 13800 0 -1 4202496 10847 0 1 0 179959 47 0 0 20 0 19 0 287535471 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140734050956528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15748/statm: 2406251 86323 2284 9 0 2396937 0
[pid=15748/tid=15750] ppid=15746 vsize=9625004 CPUtime=1785.97 cores=1,3,5,7
/proc/15748/task/15750/stat : 15750 (java) R 15746 15748 13800 0 -1 4202560 2654 0 1 0 178566 31 0 0 20 0 19 0 287535472 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438296482096 140438133128704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15751] ppid=15746 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/15748/task/15751/stat : 15751 (java) S 15746 15748 13800 0 -1 4202560 166 0 0 0 59 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438257973800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15752] ppid=15746 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/15748/task/15752/stat : 15752 (java) S 15746 15748 13800 0 -1 4202560 185 0 0 0 64 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438256921000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15753] ppid=15746 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/15748/task/15753/stat : 15753 (java) S 15746 15748 13800 0 -1 4202560 275 0 0 0 67 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438255868200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15754] ppid=15746 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/15748/task/15754/stat : 15754 (java) S 15746 15748 13800 0 -1 4202560 127 0 0 0 67 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438254815400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15755] ppid=15746 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/15748/task/15755/stat : 15755 (java) S 15746 15748 13800 0 -1 4202560 197 0 0 0 68 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438253763624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15748/tid=15756] ppid=15746 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/15748/task/15756/stat : 15756 (java) S 15746 15748 13800 0 -1 4202560 105 0 0 0 49 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438252710824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15757] ppid=15746 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/15748/task/15757/stat : 15757 (java) S 15746 15748 13800 0 -1 4202560 111 0 0 0 72 3 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438251658024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15758] ppid=15746 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/15748/task/15758/stat : 15758 (java) S 15746 15748 13800 0 -1 4202560 51 0 0 0 61 2 0 0 20 0 19 0 287535473 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438132484776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15759] ppid=15746 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/15748/task/15759/stat : 15759 (java) S 15746 15748 13800 0 -1 4202560 143 0 0 0 305 1 0 0 20 0 19 0 287535475 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438120286696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15760] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15760/stat : 15760 (java) S 15746 15748 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287535475 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438119232760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15761] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15761/stat : 15761 (java) S 15746 15748 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287535475 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438118179848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15762] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15762/stat : 15762 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140438117128336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15763] ppid=15746 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/15748/task/15763/stat : 15763 (java) S 15746 15748 13800 0 -1 4202560 3154 0 0 0 50 0 0 0 20 0 19 0 287535477 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140437377510328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15748/tid=15764] ppid=15746 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/15748/task/15764/stat : 15764 (java) S 15746 15748 13800 0 -1 4202560 2389 0 0 0 38 0 0 0 20 0 19 0 287535477 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140437376457528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15765] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15765/stat : 15765 (java) S 15746 15748 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287535477 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140437375404920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15748/tid=15766] ppid=15746 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/15748/task/15766/stat : 15766 (java) S 15746 15748 13800 0 -1 4202560 105 0 0 0 19 22 0 0 20 0 19 0 287535477 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140437374352328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15748/tid=15767] ppid=15746 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15748/task/15767/stat : 15767 (java) S 15746 15748 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287535510 9856004096 86323 33554432000 1073741824 1073778376 140734050965392 140437373297832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15748 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=78106
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=911861
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.35
CPU time (s): 1800.06
CPU user time (s): 1799.59
CPU system time (s): 0.47
CPU usage (%): 100.262
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.08
system time used= 0.911861
maximum resident set size= 345432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10884
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40282
involuntary context switches= 28183

runsolver used 5.64114 second user time and 15.1527 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 16:08:17
IDJOB=3710049
IDBENCH=90132
IDSOLVER=2289
FILE ID=node117/3710049-1338214097
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/ShortestPathTate/normalized-TateBritain_K86.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-3710049-1338214097/watcher-3710049-1338214097 -o /tmp/evaluation-result-3710049-1338214097/solver-3710049-1338214097 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710049-1338214097.opb

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

MD5SUM BENCH= a7a3236cd0071452eec601ea09fe7bbe
RANDOM SEED=529401708

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:        26799712 kB
Buffers:          585764 kB
Cached:          4118248 kB
SwapCached:            0 kB
Active:          2920536 kB
Inactive:        2227808 kB
Active(anon):     428244 kB
Inactive(anon):    11352 kB
Active(file):    2492292 kB
Inactive(file):  2216456 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               804 kB
Writeback:            28 kB
AnonPages:        444028 kB
Mapped:            22708 kB
Shmem:               200 kB
Slab:             773744 kB
SReclaimable:     217504 kB
SUnreclaim:       556240 kB
KernelStack:        1592 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     699936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 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 16:38:15