Trace number 4084641

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 2.3.6 Resolution PB16? (TO) 1800.85 1787.97

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K84.opb
MD5SUM895769e6300bec8b48d22e126916d397
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 variables5712
Total number of constraints5882
Number of constraints which are clauses5798
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint84
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 85
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084641-1465284055.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.56/0.37	c ... done. Wall clock time 0.259s.
0.56/0.37	c declared #vars     5712
0.56/0.37	c #constraints  5882
0.56/0.37	c constraints type 
0.56/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4717
0.56/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
0.56/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.56/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1079
0.56/0.37	c 5882 constraints processed.
1.79/1.18	c cleaning 2491 clauses out of 4992 with flag 26939/5000
2.66/1.97	c cleaning 4225 clauses out of 8491 with flag 69414/11000
3.88/2.87	c cleaning 5619 clauses out of 11261 with flag 119784/18000
5.32/3.89	c cleaning 6808 clauses out of 13641 with flag 175225/26000
6.54/5.09	c cleaning 7880 clauses out of 15833 with flag 239078/35001
7.84/6.30	c cleaning 8930 clauses out of 17951 with flag 305174/45000
9.24/7.76	c cleaning 9984 clauses out of 20021 with flag 373128/56000
10.73/9.28	c cleaning 10327 clauses out of 22034 with flag 446570/68000
12.54/11.10	c cleaning 11055 clauses out of 24705 with flag 527915/81000
14.53/13.03	c cleaning 12110 clauses out of 27648 with flag 616040/95000
16.54/15.06	c cleaning 12993 clauses out of 30538 with flag 711625/110000
18.84/17.37	c cleaning 13896 clauses out of 33544 with flag 810836/126001
21.34/19.83	c cleaning 14876 clauses out of 36647 with flag 915556/143000
24.03/22.59	c cleaning 15329 clauses out of 39771 with flag 1029228/161001
26.99/25.43	c cleaning 16564 clauses out of 43440 with flag 1159828/180000
29.98/28.42	c cleaning 17210 clauses out of 46875 with flag 1285637/200000
33.18/31.68	c cleaning 18385 clauses out of 50666 with flag 1426432/221001
36.79/35.27	c cleaning 19147 clauses out of 54280 with flag 1577411/243000
40.48/38.98	c cleaning 20183 clauses out of 58134 with flag 1735855/266001
44.49/42.97	c cleaning 21344 clauses out of 61954 with flag 1904419/290004
48.68/47.17	c cleaning 21950 clauses out of 65606 with flag 2085429/315000
53.18/51.68	c cleaning 22869 clauses out of 69657 with flag 2270945/341001
58.08/56.58	c cleaning 23920 clauses out of 73788 with flag 2477377/368001
63.00/61.41	c cleaning 24917 clauses out of 77869 with flag 2689677/396004
68.20/66.63	c cleaning 25455 clauses out of 81948 with flag 2895546/425000
73.81/72.21	c cleaning 26710 clauses out of 86493 with flag 3111202/455000
79.81/78.30	c cleaning 27842 clauses out of 90785 with flag 3355263/486003
86.31/84.80	c cleaning 28544 clauses out of 94939 with flag 3616058/518000
92.91/91.33	c cleaning 29741 clauses out of 99396 with flag 3863196/551001
99.46/97.90	c cleaning 30611 clauses out of 103654 with flag 4131055/585000
106.86/105.26	c cleaning 31392 clauses out of 108043 with flag 4413629/620000
114.26/112.69	c cleaning 32160 clauses out of 112651 with flag 4698876/656000
121.96/120.39	c cleaning 33519 clauses out of 117487 with flag 5000449/693000
130.37/128.72	c cleaning 34593 clauses out of 121968 with flag 5329500/731000
138.70/137.01	c cleaning 35456 clauses out of 126375 with flag 5664758/770000
147.70/146.04	c cleaning 36460 clauses out of 130919 with flag 6021765/810000
157.00/155.33	c cleaning 37193 clauses out of 135464 with flag 6368789/851005
167.20/165.55	c cleaning 38421 clauses out of 140267 with flag 6742183/893001
177.36/175.61	c cleaning 39548 clauses out of 144845 with flag 7115137/936000
188.26/186.51	c cleaning 40542 clauses out of 149298 with flag 7517904/980001
198.96/197.25	c cleaning 41323 clauses out of 153754 with flag 7902837/1025000
211.10/209.24	c cleaning 42197 clauses out of 158431 with flag 8347140/1071000
223.70/221.89	c cleaning 43191 clauses out of 163238 with flag 8809371/1118004
236.61/234.75	c cleaning 44239 clauses out of 168043 with flag 9301023/1166000
250.62/248.61	c cleaning 45660 clauses out of 172803 with flag 9857704/1215001
264.81/262.86	c cleaning 46503 clauses out of 177142 with flag 10366639/1265000
280.32/278.12	c cleaning 47701 clauses out of 181640 with flag 10989976/1316001
296.54/294.26	c cleaning 48850 clauses out of 185937 with flag 11608774/1368000
312.87/310.36	c cleaning 49884 clauses out of 190088 with flag 12267332/1421002
329.27/326.76	c cleaning 50575 clauses out of 194202 with flag 12950552/1475001
347.64/344.85	c cleaning 51735 clauses out of 198626 with flag 13767271/1530000
367.30/364.31	c cleaning 53105 clauses out of 202890 with flag 14671285/1586000
385.00/381.95	c cleaning 53826 clauses out of 206785 with flag 15384591/1643000
403.61/400.43	c cleaning 55034 clauses out of 210959 with flag 16066755/1701000
423.51/420.27	c cleaning 55903 clauses out of 214927 with flag 16732678/1760002
444.17/440.80	c cleaning 57039 clauses out of 219024 with flag 17374776/1820002
465.05/461.64	c cleaning 57964 clauses out of 222984 with flag 18057457/1881001
486.72/483.29	c cleaning 58913 clauses out of 227019 with flag 18742149/1943000
508.41/504.81	c cleaning 59884 clauses out of 231106 with flag 19442603/2006001
529.98/526.36	c cleaning 60791 clauses out of 235223 with flag 20174114/2070002
552.27/548.52	c cleaning 62019 clauses out of 239430 with flag 20919793/2135000
576.52/572.70	c cleaning 62913 clauses out of 243410 with flag 21730318/2201000
601.91/597.92	c cleaning 63908 clauses out of 247497 with flag 22647099/2268000
628.44/624.31	c cleaning 64884 clauses out of 251589 with flag 23549090/2336000
656.41/652.10	c cleaning 66301 clauses out of 255705 with flag 24420763/2405000
686.70/682.23	c cleaning 67520 clauses out of 259404 with flag 25515312/2475001
714.76/710.28	c cleaning 67992 clauses out of 262882 with flag 26578083/2546000
743.29/738.60	c cleaning 69373 clauses out of 266890 with flag 27644295/2618000
775.83/771.06	c cleaning 69945 clauses out of 270519 with flag 28786989/2691002
808.64/803.67	c cleaning 70775 clauses out of 274571 with flag 30030424/2765000
842.41/837.25	c cleaning 72533 clauses out of 278796 with flag 31442913/2840001
873.33/868.02	c cleaning 73373 clauses out of 282264 with flag 32627063/2916002
907.68/902.29	c cleaning 74471 clauses out of 285890 with flag 33745588/2993001
941.87/936.23	c cleaning 75307 clauses out of 289418 with flag 34862418/3071000
974.14/968.36	c cleaning 76022 clauses out of 293111 with flag 35844647/3150001
1008.90/1002.91	c cleaning 77162 clauses out of 297088 with flag 36898420/3230000
1045.52/1039.34	c cleaning 78356 clauses out of 300927 with flag 38060463/3311001
1080.01/1073.61	c cleaning 79372 clauses out of 304570 with flag 39104359/3393000
1115.42/1108.84	c cleaning 80464 clauses out of 308201 with flag 40136629/3476003
1154.42/1147.73	c cleaning 81336 clauses out of 311734 with flag 41269258/3560000
1196.61/1189.70	c cleaning 82361 clauses out of 315399 with flag 42470855/3645002
1236.73/1229.69	c cleaning 83459 clauses out of 319036 with flag 43587860/3731000
1276.04/1268.74	c cleaning 84337 clauses out of 322577 with flag 44877139/3818000
1320.14/1312.53	c cleaning 85883 clauses out of 326240 with flag 46267037/3906000
1364.94/1357.03	c cleaning 86512 clauses out of 329357 with flag 47494707/3995000
1410.57/1402.42	c cleaning 87407 clauses out of 332848 with flag 48795891/4085003
1454.81/1446.34	c cleaning 88526 clauses out of 336438 with flag 50095426/4176000
1501.83/1492.92	c cleaning 89579 clauses out of 339914 with flag 51441979/4268002
1549.04/1539.72	c cleaning 90729 clauses out of 343334 with flag 52782618/4361001
1597.95/1588.21	c cleaning 91450 clauses out of 346604 with flag 54140250/4455000
1648.25/1637.95	c cleaning 92968 clauses out of 350154 with flag 55606534/4550000
1701.79/1690.85	c cleaning 93817 clauses out of 353186 with flag 57543067/4646000
1756.60/1745.05	c cleaning 95379 clauses out of 356371 with flag 59494210/4743002
1800.08/1787.90	c starts		: 41035
1800.08/1787.90	c conflicts		: 4827715
1800.08/1787.90	c decisions		: 62513481
1800.08/1787.90	c propagations		: 1705317600
1800.08/1787.90	c inspects		: 19055835275
1800.08/1787.90	c shortcuts		: 0
1800.08/1787.90	c learnt literals	: 61
1800.08/1787.90	c learnt binary clauses	: 93755
1800.08/1787.90	c learnt ternary clauses	: 100566
1800.08/1787.90	c learnt constraints	: 4827655
1800.08/1787.90	c ignored constraints	: 0
1800.08/1787.90	c root simplifications	: 0
1800.08/1787.90	c removed literals (reason simplification)	: 0
1800.08/1787.90	c reason swapping (by a shorter reason)	: 0
1800.08/1787.90	c Calls to reduceDB	: 93
1800.08/1787.90	c Number of update (reduction) of LBD	: 4306674
1800.08/1787.90	c Imported unit clauses	: 0
1800.08/1787.90	c number of reductions to clauses (during analyze)	: 0
1800.08/1787.90	c number of learned constraints concerned by reduction	: 0
1800.08/1787.90	c number of learning phase by resolution	: 0
1800.08/1787.90	c number of learning phase by cutting planes	: 0
1800.08/1787.90	c speed (assignments/second)	: 954011.0230687812
1800.08/1787.90	c non guided choices	4454
1800.08/1787.90	c timeout
1800.08/1787.96	c learnt constraints type 
1800.08/1787.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 93755
1800.08/1787.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 251951
1800.08/1787.96	s UNKNOWN
1800.08/1787.96	c Total wall clock time (in seconds): 1787.851

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4084641-1465284055/watcher-4084641-1465284055 -o /tmp/evaluation-result-4084641-1465284055/solver-4084641-1465284055 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28819 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084641-1465284055.opb 

pid=30463
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.18 2.12 2.05 4/195 30466
/proc/meminfo: memFree=31195892/32872528 swapFree=11320/319964
[pid=30466] ppid=30463 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30466/stat : 30466 (java) R 30463 30466 28803 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 110338788 9515008 185 33554432000 1073741824 1073778376 140736929810224 140736929799288 262953594100 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30466/statm: 5149 187 144 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 2.18 2.12 2.05 4/195 30466
/proc/meminfo: memFree=31195892/32872528 swapFree=11320/319964
[pid=30466] ppid=30463 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/30466/stat : 30466 (java) S 30463 30466 28803 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 110338788 9787879424 6025 33554432000 1073741824 1073778376 140736929810224 140736929801360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30466/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200171 s]
/proc/loadavg: 2.18 2.12 2.05 4/195 30466
/proc/meminfo: memFree=31195892/32872528 swapFree=11320/319964
[pid=30466] ppid=30463 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/30466/stat : 30466 (java) S 30463 30466 28803 0 -1 4202496 5013 0 1 0 27 1 0 0 20 0 18 0 110338788 9787879424 6994 33554432000 1073741824 1073778376 140736929810224 140736929801360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30466/statm: 2389619 6994 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 2.18 2.12 2.05 4/195 30466
/proc/meminfo: memFree=31195892/32872528 swapFree=11320/319964
[pid=30466] ppid=30463 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/30466/stat : 30466 (java) S 30463 30466 28803 0 -1 4202496 7496 0 1 0 54 2 0 0 20 0 18 0 110338788 9787879424 9939 33554432000 1073741824 1073778376 140736929810224 140736929801360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30466/statm: 2389619 9939 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.70017 s]
/proc/loadavg: 2.18 2.12 2.05 4/195 30466
/proc/meminfo: memFree=31195892/32872528 swapFree=11320/319964
[pid=30466] ppid=30463 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/30466/stat : 30466 (java) S 30463 30466 28803 0 -1 4202496 9462 0 1 0 135 2 0 0 20 0 19 0 110338788 9856040960 15732 33554432000 1073741824 1073778376 140736929810224 140736929801360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30466/statm: 2406260 15732 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.18 2.12 2.05 3/214 30485
/proc/meminfo: memFree=31138936/32872528 swapFree=11320/319964
[pid=30466] ppid=30463 vsize=9625040 CPUtime=2.23 cores=0,2,4,6
/proc/30466/stat : 30466 (java) S 30463 30466 28803 0 -1 4202496 9729 0 1 0 221 2 0 0 20 0 19 0 110338788 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140736929801360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30466/statm: 2406260 16251 2267 9 0 2396937 0
[pid=30466/tid=30468] ppid=30463 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/30466/task/30468/stat : 30468 (java) R 30463 30466 28803 0 -1 4202560 2429 0 1 0 144 2 0 0 20 0 19 0 110338789 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375961591112 140375788993113 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30466/tid=30469] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30469/stat : 30469 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375923084072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30470] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30470/stat : 30470 (java) S 30463 30466 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375922031272 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30471] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30471/stat : 30471 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375920978984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30466/tid=30472] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30472/stat : 30472 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375919926184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30466/tid=30473] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30473/stat : 30473 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375918872872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30474] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30474/stat : 30474 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375917820072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30466/tid=30475] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30475/stat : 30475 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375916767784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30476] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30476/stat : 30476 (java) S 30463 30466 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375915714984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30477] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30477/stat : 30477 (java) S 30463 30466 28803 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375785192168 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30478] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30478/stat : 30478 (java) S 30463 30466 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375784138232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30479] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30479/stat : 30479 (java) S 30463 30466 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375783085832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30480] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30480/stat : 30480 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375782034320 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30481] ppid=30463 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/30466/task/30481/stat : 30481 (java) S 30463 30466 28803 0 -1 4202560 2973 0 0 0 42 0 0 0 20 0 19 0 110338794 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375780980920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30482] ppid=30463 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/30466/task/30482/stat : 30482 (java) S 30463 30466 28803 0 -1 4202560 3054 0 0 0 33 0 0 0 20 0 19 0 110338794 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375779928120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30483] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30483/stat : 30483 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375778876024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30484] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30484/stat : 30484 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375777823432 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30485] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30485/stat : 30485 (java) S 30463 30466 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110338826 9856040960 16251 33554432000 1073741824 1073778376 140736929810224 140375776769448 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.18 2.12 2.05 4/214 30485
/proc/meminfo: memFree=31119340/32872528 swapFree=11320/319964
[pid=30466] ppid=30463 vsize=9625040 CPUtime=4.44 cores=0,2,4,6
/proc/30466/stat : 30466 (java) S 30463 30466 28803 0 -1 4202496 18019 0 1 0 440 4 0 0 20 0 19 0 110338788 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140736929801360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30466/statm: 2406260 23711 2267 9 0 2396937 0
[pid=30466/tid=30468] ppid=30463 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/30466/task/30468/stat : 30468 (java) R 30463 30466 28803 0 -1 4202560 2433 0 1 0 304 2 0 0 20 0 19 0 110338789 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375961592136 140375789052897 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30466/tid=30469] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30469/stat : 30469 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375923084072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30470] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30470/stat : 30470 (java) S 30463 30466 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375922031272 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30471] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30471/stat : 30471 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375920978984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30466/tid=30472] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30472/stat : 30472 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375919926184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30466/tid=30473] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30473/stat : 30473 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375918872872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30474] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30474/stat : 30474 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375917820072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30466/tid=30475] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30475/stat : 30475 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375916767784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30476] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30476/stat : 30476 (java) S 30463 30466 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375915714984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30477] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30477/stat : 30477 (java) S 30463 30466 28803 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375785192168 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30478] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30478/stat : 30478 (java) S 30463 30466 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375784138232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30479] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30479/stat : 30479 (java) S 30463 30466 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375783085832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30480] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30480/stat : 30480 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375782034320 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30481] ppid=30463 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/30466/task/30481/stat : 30481 (java) R 30463 30466 28803 0 -1 4202560 11259 0 0 0 97 3 0 0 20 0 19 0 110338794 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375780968488 140375965708799 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30482] ppid=30463 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/30466/task/30482/stat : 30482 (java) S 30463 30466 28803 0 -1 4202560 3054 0 0 0 35 0 0 0 20 0 19 0 110338794 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375779928120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30483] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30483/stat : 30483 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375778876024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30484] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30484/stat : 30484 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375777823432 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30485] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30485/stat : 30485 (java) S 30463 30466 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110338826 9856040960 23711 33554432000 1073741824 1073778376 140736929810224 140375776769448 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.17 2.12 2.04 3/214 30485
/proc/meminfo: memFree=31099636/32872528 swapFree=11320/319964
[pid=30466] ppid=30463 vsize=9625040 CPUtime=7.84 cores=0,2,4,6
/proc/30466/stat : 30466 (java) S 30463 30466 28803 0 -1 4202496 19350 0 1 0 779 5 0 0 20 0 19 0 110338788 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140736929801360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30466/statm: 2406260 26888 2268 9 0 2396937 0
[pid=30466/tid=30468] ppid=30463 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/30466/task/30468/stat : 30468 (java) R 30463 30466 28803 0 -1 4202560 2441 0 1 0 624 2 0 0 20 0 19 0 110338789 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375961583296 140375789072055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30466/tid=30469] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30469/stat : 30469 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375923084072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30470] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30470/stat : 30470 (java) S 30463 30466 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375922031272 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30471] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30471/stat : 30471 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375920978984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30466/tid=30472] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30472/stat : 30472 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375919926184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30466/tid=30473] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30473/stat : 30473 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375918872872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30474] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30474/stat : 30474 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375917820072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30466/tid=30475] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30475/stat : 30475 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375916767784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30476] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30476/stat : 30476 (java) S 30463 30466 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110338790 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375915714984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30477] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30477/stat : 30477 (java) S 30463 30466 28803 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375785192168 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30478] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30478/stat : 30478 (java) S 30463 30466 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375784138232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30479] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30479/stat : 30479 (java) S 30463 30466 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375783085832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30480] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30480/stat : 30480 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375782034320 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30481] ppid=30463 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/30466/task/30481/stat : 30481 (java) S 30463 30466 28803 0 -1 4202560 12581 0 0 0 116 3 0 0 20 0 19 0 110338794 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375780980920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30482] ppid=30463 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/30466/task/30482/stat : 30482 (java) S 30463 30466 28803 0 -1 4202560 3054 0 0 0 36 0 0 0 20 0 19 0 110338794 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375779928120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30483] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30483/stat : 30483 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375778876024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30484] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30484/stat : 30484 (java) S 30463 30466 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375777823432 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30485] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30485/stat : 30485 (java) S 30463 30466 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110338826 9856040960 26888 33554432000 1073741824 1073778376 140736929810224 140375776769448 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 9625040


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

[pid=30466/tid=30478] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30478/stat : 30478 (java) S 30463 30466 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 52454 33554432000 1073741824 1073778376 140736929810224 140375784138232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30479] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30479/stat : 30479 (java) S 30463 30466 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 52454 33554432000 1073741824 1073778376 140736929810224 140375783085832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30480] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30480/stat : 30480 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 52454 33554432000 1073741824 1073778376 140736929810224 140375782034320 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30481] ppid=30463 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/30466/task/30481/stat : 30481 (java) S 30463 30466 28803 0 -1 4202560 12586 0 0 0 119 3 0 0 20 0 19 0 110338794 9856040960 52454 33554432000 1073741824 1073778376 140736929810224 140375780980920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30482] ppid=30463 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/30466/task/30482/stat : 30482 (java) S 30463 30466 28803 0 -1 4202560 3054 0 0 0 36 0 0 0 20 0 19 0 110338794 9856040960 52454 33554432000 1073741824 1073778376 140736929810224 140375779928120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30483] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30483/stat : 30483 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 52454 33554432000 1073741824 1073778376 140736929810224 140375778876024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30484] ppid=30463 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/30466/task/30484/stat : 30484 (java) S 30463 30466 28803 0 -1 4202560 100 0 0 0 27 31 0 0 20 0 19 0 110338794 9856040960 52454 33554432000 1073741824 1073778376 140736929810224 140375777823432 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30485] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30485/stat : 30485 (java) S 30463 30466 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110338826 9856040960 52454 33554432000 1073741824 1073778376 140736929810224 140375776769448 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1733.66
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.14 2.10 3/214 30596
/proc/meminfo: memFree=30992960/32872528 swapFree=11320/319964
[pid=30466] ppid=30463 vsize=9625040 CPUtime=1794.41 cores=0,2,4,6
/proc/30466/stat : 30466 (java) S 30463 30466 28803 0 -1 4202496 26741 0 1 0 179314 127 0 0 20 0 19 0 110338788 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140736929801360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30466/statm: 2406260 62392 2290 9 0 2396937 0
[pid=30466/tid=30468] ppid=30463 vsize=9625040 CPUtime=1774.44 cores=0,2,4,6
/proc/30466/task/30468/stat : 30468 (java) R 30463 30466 28803 0 -1 4202560 2695 0 1 0 177413 31 0 0 20 0 19 0 110338789 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375961591104 140375788993616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30469] ppid=30463 vsize=9625040 CPUtime=1.76 cores=0,2,4,6
/proc/30466/task/30469/stat : 30469 (java) S 30463 30466 28803 0 -1 4202560 676 0 0 0 166 10 0 0 20 0 19 0 110338790 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375923084072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30470] ppid=30463 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/30466/task/30470/stat : 30470 (java) S 30463 30466 28803 0 -1 4202560 1114 0 0 0 178 13 0 0 20 0 19 0 110338790 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375922031272 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30471] ppid=30463 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/30466/task/30471/stat : 30471 (java) S 30463 30466 28803 0 -1 4202560 547 0 0 0 173 11 0 0 20 0 19 0 110338790 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375920978984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30466/tid=30472] ppid=30463 vsize=9625040 CPUtime=1.8 cores=0,2,4,6
/proc/30466/task/30472/stat : 30472 (java) S 30463 30466 28803 0 -1 4202560 891 0 0 0 169 11 0 0 20 0 19 0 110338790 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375919926184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30466/tid=30473] ppid=30463 vsize=9625040 CPUtime=2 cores=0,2,4,6
/proc/30466/task/30473/stat : 30473 (java) S 30463 30466 28803 0 -1 4202560 977 0 0 0 184 16 0 0 20 0 19 0 110338790 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375918872872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30474] ppid=30463 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/30466/task/30474/stat : 30474 (java) S 30463 30466 28803 0 -1 4202560 878 0 0 0 172 9 0 0 20 0 19 0 110338790 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375917820072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30475] ppid=30463 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/30466/task/30475/stat : 30475 (java) S 30463 30466 28803 0 -1 4202560 813 0 0 0 171 12 0 0 20 0 19 0 110338790 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375916767784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30466/tid=30476] ppid=30463 vsize=9625040 CPUtime=1.72 cores=0,2,4,6
/proc/30466/task/30476/stat : 30476 (java) S 30463 30466 28803 0 -1 4202560 511 0 0 0 162 10 0 0 20 0 19 0 110338790 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375915714984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30477] ppid=30463 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/30466/task/30477/stat : 30477 (java) S 30463 30466 28803 0 -1 4202560 637 0 0 0 347 5 0 0 20 0 19 0 110338791 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375785192168 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30478] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30478/stat : 30478 (java) S 30463 30466 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375784138232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30479] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30479/stat : 30479 (java) S 30463 30466 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375783085832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30480] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30480/stat : 30480 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375782034320 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30481] ppid=30463 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/30466/task/30481/stat : 30481 (java) S 30463 30466 28803 0 -1 4202560 12586 0 0 0 119 3 0 0 20 0 19 0 110338794 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375780980920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30482] ppid=30463 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/30466/task/30482/stat : 30482 (java) S 30463 30466 28803 0 -1 4202560 3054 0 0 0 36 0 0 0 20 0 19 0 110338794 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375779928120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30483] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30483/stat : 30483 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375778876024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30484] ppid=30463 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/30466/task/30484/stat : 30484 (java) S 30463 30466 28803 0 -1 4202560 104 0 0 0 28 32 0 0 20 0 19 0 110338794 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375777823432 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30485] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30485/stat : 30485 (java) S 30463 30466 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110338826 9856040960 62392 33554432000 1073741824 1073778376 140736929810224 140375776769448 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1794.41
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.9 s]
/proc/loadavg: 2.21 2.14 2.10 3/214 30596
/proc/meminfo: memFree=30992712/32872528 swapFree=11320/319964
[pid=30466] ppid=30463 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/30466/stat : 30466 (java) S 30463 30466 28803 0 -1 4202496 27002 0 1 0 179881 127 0 0 20 0 19 0 110338788 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140736929801360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30466/statm: 2406260 62651 2290 9 0 2396937 0
[pid=30466/tid=30468] ppid=30463 vsize=9625040 CPUtime=1780.01 cores=0,2,4,6
/proc/30466/task/30468/stat : 30468 (java) R 30463 30466 28803 0 -1 4202560 2697 0 1 0 177969 32 0 0 20 0 19 0 110338789 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375961591104 140375788993588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30469] ppid=30463 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/30466/task/30469/stat : 30469 (java) S 30463 30466 28803 0 -1 4202560 748 0 0 0 167 10 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375923084072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30466/tid=30470] ppid=30463 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/30466/task/30470/stat : 30470 (java) S 30463 30466 28803 0 -1 4202560 1114 0 0 0 179 13 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375922031272 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30466/tid=30471] ppid=30463 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/30466/task/30471/stat : 30471 (java) S 30463 30466 28803 0 -1 4202560 547 0 0 0 174 11 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375920978984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30472] ppid=30463 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/30466/task/30472/stat : 30472 (java) S 30463 30466 28803 0 -1 4202560 939 0 0 0 172 11 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375919926184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30473] ppid=30463 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/30466/task/30473/stat : 30473 (java) S 30463 30466 28803 0 -1 4202560 1073 0 0 0 186 16 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375918872872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30474] ppid=30463 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/30466/task/30474/stat : 30474 (java) S 30463 30466 28803 0 -1 4202560 918 0 0 0 173 9 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375917820072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30475] ppid=30463 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/30466/task/30475/stat : 30475 (java) S 30463 30466 28803 0 -1 4202560 813 0 0 0 172 12 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375916767784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30466/tid=30476] ppid=30463 vsize=9625040 CPUtime=1.73 cores=0,2,4,6
/proc/30466/task/30476/stat : 30476 (java) S 30463 30466 28803 0 -1 4202560 511 0 0 0 163 10 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375915714984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30477] ppid=30463 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/30466/task/30477/stat : 30477 (java) S 30463 30466 28803 0 -1 4202560 640 0 0 0 347 5 0 0 20 0 19 0 110338791 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375785192168 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30478] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30478/stat : 30478 (java) S 30463 30466 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375784138232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30479] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30479/stat : 30479 (java) S 30463 30466 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375783085832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30480] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30480/stat : 30480 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375782034320 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30481] ppid=30463 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/30466/task/30481/stat : 30481 (java) S 30463 30466 28803 0 -1 4202560 12586 0 0 0 119 3 0 0 20 0 19 0 110338794 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375780980920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30482] ppid=30463 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/30466/task/30482/stat : 30482 (java) S 30463 30466 28803 0 -1 4202560 3054 0 0 0 36 0 0 0 20 0 19 0 110338794 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375779928120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30483] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30483/stat : 30483 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375778876024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30484] ppid=30463 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/30466/task/30484/stat : 30484 (java) S 30463 30466 28803 0 -1 4202560 104 0 0 0 28 32 0 0 20 0 19 0 110338794 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375777823432 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30485] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30485/stat : 30485 (java) S 30463 30466 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110338826 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375776769448 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 30466 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1787.9 s]
/proc/loadavg: 2.21 2.14 2.10 3/214 30596
/proc/meminfo: memFree=30992712/32872528 swapFree=11320/319964
[pid=30466] ppid=30463 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/30466/stat : 30466 (java) S 30463 30466 28803 0 -1 4202496 27002 0 1 0 179881 127 0 0 20 0 19 0 110338788 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140736929801360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30466/statm: 2406260 62651 2290 9 0 2396937 0
[pid=30466/tid=30468] ppid=30463 vsize=9625040 CPUtime=1780.01 cores=0,2,4,6
/proc/30466/task/30468/stat : 30468 (java) R 30463 30466 28803 0 -1 4202560 2697 0 1 0 177969 32 0 0 20 0 19 0 110338789 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375961591104 140375788993588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30469] ppid=30463 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/30466/task/30469/stat : 30469 (java) S 30463 30466 28803 0 -1 4202560 748 0 0 0 167 10 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375923084072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30466/tid=30470] ppid=30463 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/30466/task/30470/stat : 30470 (java) S 30463 30466 28803 0 -1 4202560 1114 0 0 0 179 13 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375922031272 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30466/tid=30471] ppid=30463 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/30466/task/30471/stat : 30471 (java) S 30463 30466 28803 0 -1 4202560 547 0 0 0 174 11 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375920978984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30472] ppid=30463 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/30466/task/30472/stat : 30472 (java) S 30463 30466 28803 0 -1 4202560 939 0 0 0 172 11 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375919926184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30473] ppid=30463 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/30466/task/30473/stat : 30473 (java) S 30463 30466 28803 0 -1 4202560 1073 0 0 0 186 16 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375918872872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30474] ppid=30463 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/30466/task/30474/stat : 30474 (java) S 30463 30466 28803 0 -1 4202560 918 0 0 0 173 9 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375917820072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30475] ppid=30463 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/30466/task/30475/stat : 30475 (java) S 30463 30466 28803 0 -1 4202560 813 0 0 0 172 12 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375916767784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30466/tid=30476] ppid=30463 vsize=9625040 CPUtime=1.73 cores=0,2,4,6
/proc/30466/task/30476/stat : 30476 (java) S 30463 30466 28803 0 -1 4202560 511 0 0 0 163 10 0 0 20 0 19 0 110338790 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375915714984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30477] ppid=30463 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/30466/task/30477/stat : 30477 (java) S 30463 30466 28803 0 -1 4202560 640 0 0 0 347 5 0 0 20 0 19 0 110338791 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375785192168 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30478] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30478/stat : 30478 (java) S 30463 30466 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375784138232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30479] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30479/stat : 30479 (java) S 30463 30466 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110338791 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375783085832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30480] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30480/stat : 30480 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375782034320 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30481] ppid=30463 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/30466/task/30481/stat : 30481 (java) S 30463 30466 28803 0 -1 4202560 12586 0 0 0 119 3 0 0 20 0 19 0 110338794 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375780980920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30482] ppid=30463 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/30466/task/30482/stat : 30482 (java) S 30463 30466 28803 0 -1 4202560 3054 0 0 0 36 0 0 0 20 0 19 0 110338794 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375779928120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30483] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30483/stat : 30483 (java) S 30463 30466 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110338794 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375778876024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30466/tid=30484] ppid=30463 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/30466/task/30484/stat : 30484 (java) S 30463 30466 28803 0 -1 4202560 104 0 0 0 28 32 0 0 20 0 19 0 110338794 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375777823432 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30466/tid=30485] ppid=30463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30466/task/30485/stat : 30485 (java) S 30463 30466 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110338826 9856040960 62651 33554432000 1073741824 1073778376 140736929810224 140375776769448 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1787.97
CPU time (s): 1800.85
CPU user time (s): 1799.06
CPU system time (s): 1.79073
CPU usage (%): 100.72
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.79073
maximum resident set size= 648388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27037
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44467
involuntary context switches= 35208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3741 second user time and 16.8584 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 09:20:55
IDJOB=4084641
IDBENCH=90123
IDSOLVER=2546
FILE ID=node128/4084641-1465284055
RUNJOBID= node128-1465270992-28819
PBS_JOBID= 19843302
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K84.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084641-1465284055/watcher-4084641-1465284055 -o /tmp/evaluation-result-4084641-1465284055/solver-4084641-1465284055 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28819 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084641-1465284055.opb

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

MD5SUM BENCH= 895769e6300bec8b48d22e126916d397
RANDOM SEED=1196709142

node128.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.486
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.97
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.486
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	: 5332.55
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.486
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	: 5332.55
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.486
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	: 5332.56
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.486
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	: 5332.54
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.486
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	: 5332.56
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.486
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	: 5332.55
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.486
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31196156 kB
Buffers:          120512 kB
Cached:           242672 kB
SwapCached:         1668 kB
Active:           347516 kB
Inactive:         255896 kB
Active(anon):     242132 kB
Inactive(anon):      588 kB
Active(file):     105384 kB
Inactive(file):   255308 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098516 kB
Dirty:              1328 kB
Writeback:             0 kB
AnonPages:        578488 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             603424 kB
SReclaimable:      46668 kB
SUnreclaim:       556756 kB
KernelStack:        1576 kB
PageTables:         5768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1013552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    526336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node128 at 2016-06-07 09:50:43