Trace number 4102677

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.82 1798.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f600.opb
MD5SUM2b1f0bdf934439fa3364f5fdf4570849
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints3150
Number of constraints which are clauses3150
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 1200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1200
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1200
Number of bits of the biggest sum of numbers11
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4102677-1466231004.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
0.28/0.28	c ... done. Wall clock time 0.178s.
0.28/0.28	c declared #vars     1200
0.28/0.28	c #constraints  3150
0.28/0.28	c constraints type 
0.28/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2550
0.28/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 600
0.28/0.28	c 3150 constraints processed.
0.28/0.28	c objective function length is 1200 literals
1.27/0.86	c cleaning 2498 clauses out of 5001 with flag 40525/5001
1.96/1.42	c cleaning 4246 clauses out of 8502 with flag 89395/11000
2.66/2.13	c cleaning 5624 clauses out of 11256 with flag 165975/18000
3.47/3.00	c cleaning 6806 clauses out of 13632 with flag 265395/26000
4.58/4.01	c cleaning 7908 clauses out of 15827 with flag 368704/35001
5.78/5.25	c cleaning 8947 clauses out of 17918 with flag 504028/45000
7.08/6.60	c cleaning 9979 clauses out of 19971 with flag 629694/56000
8.68/8.14	c cleaning 10992 clauses out of 21992 with flag 783251/68000
10.38/9.84	c cleaning 11994 clauses out of 24000 with flag 921016/81000
12.28/11.73	c cleaning 12999 clauses out of 26006 with flag 1080494/95000
14.48/13.91	c cleaning 14001 clauses out of 28007 with flag 1241713/110000
16.68/16.18	c cleaning 15000 clauses out of 30006 with flag 1427629/126000
19.18/18.66	c cleaning 15994 clauses out of 32007 with flag 1588436/143001
21.98/21.42	c cleaning 17001 clauses out of 34013 with flag 1773075/161001
24.89/24.35	c cleaning 17996 clauses out of 36013 with flag 1988784/180002
27.99/27.44	c cleaning 19001 clauses out of 38016 with flag 2161649/200001
31.50/30.98	c cleaning 20001 clauses out of 40014 with flag 2344773/221000
35.49/34.92	c cleaning 21002 clauses out of 42014 with flag 2590897/243001
39.69/39.10	c cleaning 21997 clauses out of 44012 with flag 2833066/266001
44.19/43.60	c cleaning 22996 clauses out of 46016 with flag 3079296/290002
49.09/48.59	c cleaning 24000 clauses out of 48021 with flag 3401363/315003
54.38/53.89	c cleaning 25002 clauses out of 50019 with flag 3711613/341001
60.00/59.41	c cleaning 26001 clauses out of 52017 with flag 4045209/368001
65.69/65.16	c cleaning 26999 clauses out of 54015 with flag 4344331/396000
71.89/71.37	c cleaning 27997 clauses out of 56016 with flag 4686576/425000
78.59/78.06	c cleaning 29001 clauses out of 58019 with flag 5077293/455000
86.00/85.41	c cleaning 30000 clauses out of 60018 with flag 5519462/486000
93.39/92.89	c cleaning 30997 clauses out of 62019 with flag 5957895/518001
100.53/99.91	c cleaning 32005 clauses out of 64023 with flag 6292706/551002
107.63/107.04	c cleaning 33006 clauses out of 66016 with flag 6594915/585000
115.23/114.67	c cleaning 34000 clauses out of 68010 with flag 6900133/620000
123.44/122.82	c cleaning 34998 clauses out of 70011 with flag 7268000/656001
131.94/131.39	c cleaning 35995 clauses out of 72012 with flag 7687365/693000
141.04/140.40	c cleaning 37002 clauses out of 74017 with flag 8080368/731000
150.74/150.18	c cleaning 37999 clauses out of 76015 with flag 8444151/770000
161.25/160.68	c cleaning 39004 clauses out of 78016 with flag 8873718/810000
173.15/172.50	c cleaning 39996 clauses out of 80017 with flag 9349374/851005
184.75/184.10	c cleaning 40996 clauses out of 82017 with flag 9727455/893001
196.46/195.87	c cleaning 42010 clauses out of 84023 with flag 10152155/936003
208.96/208.36	c cleaning 43001 clauses out of 86011 with flag 10604740/980001
222.36/221.70	c cleaning 43997 clauses out of 88009 with flag 11099141/1025000
235.97/235.38	c cleaning 45002 clauses out of 90012 with flag 11479798/1071000
250.97/250.32	c cleaning 45997 clauses out of 92012 with flag 11984746/1118002
264.81/264.12	c cleaning 46994 clauses out of 94013 with flag 12468951/1166000
279.01/278.39	c cleaning 48001 clauses out of 96019 with flag 12929011/1215000
295.00/294.37	c cleaning 48996 clauses out of 98018 with flag 13414075/1265000
310.70/310.05	c cleaning 50007 clauses out of 100023 with flag 13839093/1316001
327.21/326.52	c cleaning 51002 clauses out of 102015 with flag 14314985/1368000
346.12/345.50	c cleaning 51999 clauses out of 104014 with flag 14907360/1421001
363.61/363.00	c cleaning 53003 clauses out of 106020 with flag 15410200/1475006
381.72/381.04	c cleaning 53994 clauses out of 108013 with flag 15888094/1530002
401.62/400.95	c cleaning 54998 clauses out of 110019 with flag 16427455/1586002
421.52/420.87	c cleaning 56005 clauses out of 112020 with flag 16920406/1643001
442.92/442.22	c cleaning 56999 clauses out of 114014 with flag 17507781/1701000
464.77/464.07	c cleaning 57993 clauses out of 116015 with flag 18224189/1760000
488.58/487.82	c cleaning 59000 clauses out of 118022 with flag 19039136/1820000
511.68/510.91	c cleaning 59997 clauses out of 120024 with flag 19876081/1881002
534.67/533.90	c cleaning 61003 clauses out of 122025 with flag 20480870/1943000
559.48/558.76	c cleaning 62001 clauses out of 124022 with flag 21128464/2006000
585.99/585.28	c cleaning 62998 clauses out of 126022 with flag 21899961/2070001
613.39/612.64	c cleaning 64001 clauses out of 128023 with flag 22735056/2135000
639.20/638.42	c cleaning 65005 clauses out of 130022 with flag 23305845/2201000
666.41/665.67	c cleaning 65997 clauses out of 132018 with flag 23863039/2268001
694.38/693.51	c cleaning 66998 clauses out of 134020 with flag 24507897/2336000
724.19/723.30	c cleaning 68004 clauses out of 136025 with flag 25166923/2405003
753.69/752.85	c cleaning 69006 clauses out of 138018 with flag 25812812/2475000
785.00/784.10	c cleaning 70000 clauses out of 140013 with flag 26513843/2546001
817.00/816.13	c cleaning 70996 clauses out of 142012 with flag 27113450/2618000
849.91/849.04	c cleaning 72006 clauses out of 144017 with flag 27779926/2691001
885.83/884.93	c cleaning 72989 clauses out of 146013 with flag 28590575/2765003
921.13/920.27	c cleaning 74000 clauses out of 148021 with flag 29367995/2840000
957.33/956.33	c cleaning 74998 clauses out of 150021 with flag 30135558/2916000
994.62/993.69	c cleaning 76003 clauses out of 152023 with flag 30804521/2993000
1033.03/1032.03	c cleaning 77003 clauses out of 154023 with flag 31520997/3071003
1073.02/1072.09	c cleaning 78006 clauses out of 156018 with flag 32167130/3150001
1114.44/1113.45	c cleaning 78994 clauses out of 158011 with flag 32873845/3230000
1158.15/1157.17	c cleaning 80000 clauses out of 160017 with flag 33575274/3311000
1204.56/1203.56	c cleaning 80998 clauses out of 162017 with flag 34397672/3393000
1251.27/1250.27	c cleaning 82000 clauses out of 164021 with flag 35216681/3476002
1298.29/1297.14	c cleaning 82996 clauses out of 166020 with flag 36087711/3560001
1343.61/1342.45	c cleaning 84000 clauses out of 168023 with flag 36864457/3645000
1394.31/1393.19	c cleaning 85008 clauses out of 170025 with flag 37655062/3731002
1447.01/1445.83	c cleaning 86002 clauses out of 172018 with flag 38450863/3818003
1498.82/1497.68	c cleaning 86990 clauses out of 174013 with flag 39203314/3906000
1551.43/1550.28	c cleaning 88000 clauses out of 176023 with flag 40074113/3995000
1608.26/1606.99	c cleaning 89006 clauses out of 178027 with flag 41035176/4085004
1659.66/1658.35	c cleaning 90005 clauses out of 180017 with flag 41846845/4176000
1714.17/1712.81	c cleaning 91000 clauses out of 182013 with flag 42601359/4268001
1770.37/1769.04	c cleaning 92000 clauses out of 184012 with flag 43443694/4361000
1800.08/1798.70	c starts		: 939
1800.08/1798.70	c conflicts		: 4418546
1800.08/1798.70	c decisions		: 5747864
1800.08/1798.70	c propagations		: 747144986
1800.08/1798.70	c inspects		: 26232838224
1800.08/1798.70	c shortcuts		: 0
1800.08/1798.70	c learnt literals	: 0
1800.08/1798.70	c learnt binary clauses	: 0
1800.08/1798.70	c learnt ternary clauses	: 80
1800.08/1798.70	c learnt constraints	: 4418547
1800.08/1798.70	c ignored constraints	: 0
1800.08/1798.70	c root simplifications	: 0
1800.08/1798.70	c removed literals (reason simplification)	: 0
1800.08/1798.70	c reason swapping (by a shorter reason)	: 0
1800.08/1798.70	c Calls to reduceDB	: 89
1800.08/1798.70	c Number of update (reduction) of LBD	: 1858826
1800.08/1798.70	c timeout
1800.08/1798.70	c Imported unit clauses	: 0
1800.08/1798.70	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.70	c number of learned constraints concerned by reduction	: 0
1800.08/1798.70	c number of learning phase by resolution	: 0
1800.08/1798.70	c number of learning phase by cutting planes	: 0
1800.08/1798.70	c speed (assignments/second)	: 415447.0649662035
1800.08/1798.70	c non guided choices	0
1800.08/1798.73	c learnt constraints type 
1800.08/1798.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 149559
1800.08/1798.73	s UNKNOWN
1800.08/1798.73	c Total wall clock time (in seconds): 1798.624

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-4102677-1466231004/watcher-4102677-1466231004 -o /tmp/evaluation-result-4102677-1466231004/solver-4102677-1466231004 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102677-1466231004.opb 

pid=30419
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.16 2.18 2.18 4/194 30422
/proc/meminfo: memFree=29892260/32872528 swapFree=1244176/1391344
[pid=30422] ppid=30419 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/30422/stat : 30422 (java) R 30419 30422 25977 0 -1 4202496 925 0 0 0 0 0 0 0 20 0 1 0 25148991 23793664 575 33554432000 1073741824 1073778376 140736487380880 140736487369944 272877271617 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30422/statm: 5809 589 440 9 0 128 0

[startup+0.100064 s]
/proc/loadavg: 2.16 2.18 2.18 4/194 30422
/proc/meminfo: memFree=29892260/32872528 swapFree=1244176/1391344
[pid=30422] ppid=30419 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/30422/stat : 30422 (java) S 30419 30422 25977 0 -1 4202496 4420 0 1 0 9 1 0 0 20 0 18 0 25148991 9787879424 6056 33554432000 1073741824 1073778376 140736487380880 140736487372016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30422/statm: 2389619 6056 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.16 2.18 2.18 4/194 30422
/proc/meminfo: memFree=29892260/32872528 swapFree=1244176/1391344
[pid=30422] ppid=30419 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/30422/stat : 30422 (java) S 30419 30422 25977 0 -1 4202496 4926 0 1 0 27 1 0 0 20 0 18 0 25148991 9787879424 6960 33554432000 1073741824 1073778376 140736487380880 140736487372016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30422/statm: 2389619 6960 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 2.16 2.18 2.18 4/194 30422
/proc/meminfo: memFree=29892260/32872528 swapFree=1244176/1391344
[pid=30422] ppid=30419 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/30422/stat : 30422 (java) S 30419 30422 25977 0 -1 4202496 5592 0 1 0 50 1 0 0 20 0 19 0 25148991 9856040960 8365 33554432000 1073741824 1073778376 140736487380880 140736487372016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30422/statm: 2406260 8365 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700125 s]
/proc/loadavg: 2.16 2.18 2.18 4/194 30422
/proc/meminfo: memFree=29892260/32872528 swapFree=1244176/1391344
[pid=30422] ppid=30419 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/30422/stat : 30422 (java) S 30419 30422 25977 0 -1 4202496 7187 0 1 0 113 2 0 0 20 0 19 0 25148991 9856040960 9612 33554432000 1073741824 1073778376 140736487380880 140736487372016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30422/statm: 2406260 9612 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.31 2.21 2.19 4/213 30441
/proc/meminfo: memFree=29861448/32872528 swapFree=1244176/1391344
[pid=30422] ppid=30419 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/30422/stat : 30422 (java) S 30419 30422 25977 0 -1 4202496 7888 0 1 0 204 2 0 0 20 0 19 0 25148991 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140736487372016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30422/statm: 2406260 10155 2259 9 0 2396937 0
[pid=30422/tid=30424] ppid=30419 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/30422/task/30424/stat : 30424 (java) R 30419 30422 25977 0 -1 4202560 2411 0 1 0 147 0 0 0 20 0 19 0 25148992 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247580854792 140247409677799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30425] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30425/stat : 30425 (java) S 30419 30422 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247542348072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30426] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30426/stat : 30426 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247541295272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30427] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30427/stat : 30427 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247540242984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30428] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30428/stat : 30428 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247539190184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30429] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30429/stat : 30429 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247538137896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30430] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30430/stat : 30430 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247537085096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30431] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30431/stat : 30431 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247536032808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30432] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30432/stat : 30432 (java) S 30419 30422 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247534980008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30433] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30433/stat : 30433 (java) S 30419 30422 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25148994 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247404882152 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30434] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30434/stat : 30434 (java) S 30419 30422 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247403828216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30435] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30435/stat : 30435 (java) S 30419 30422 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247402775816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30436] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30436/stat : 30436 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247401724304 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30437] ppid=30419 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/30422/task/30437/stat : 30437 (java) S 30419 30422 25977 0 -1 4202560 1676 0 0 0 25 0 0 0 20 0 19 0 25148997 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247400671928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30438] ppid=30419 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/30422/task/30438/stat : 30438 (java) S 30419 30422 25977 0 -1 4202560 2528 0 0 0 30 0 0 0 20 0 19 0 25148997 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247399619128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30439] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30439/stat : 30439 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247398567032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30440] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30440/stat : 30440 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247397514440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30441] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30441/stat : 30441 (java) S 30419 30422 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25149021 9856040960 10155 33554432000 1073741824 1073778376 140736487380880 140247396459432 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.31 2.21 2.19 3/213 30441
/proc/meminfo: memFree=29857352/32872528 swapFree=1244176/1391344
[pid=30422] ppid=30419 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/30422/stat : 30422 (java) S 30419 30422 25977 0 -1 4202496 7891 0 1 0 366 2 0 0 20 0 19 0 25148991 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140736487372016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30422/statm: 2406260 11179 2259 9 0 2396937 0
[pid=30422/tid=30424] ppid=30419 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/30422/task/30424/stat : 30424 (java) R 30419 30422 25977 0 -1 4202560 2414 0 1 0 307 0 0 0 20 0 19 0 25148992 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247580856664 140247409682125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30425] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30425/stat : 30425 (java) S 30419 30422 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247542348072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30426] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30426/stat : 30426 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247541295272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30427] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30427/stat : 30427 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247540242984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30428] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30428/stat : 30428 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247539190184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30429] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30429/stat : 30429 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247538137896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30430] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30430/stat : 30430 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247537085096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30431] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30431/stat : 30431 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247536032808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30432] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30432/stat : 30432 (java) S 30419 30422 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247534980008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30433] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30433/stat : 30433 (java) S 30419 30422 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25148994 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247404882152 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30434] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30434/stat : 30434 (java) S 30419 30422 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247403828216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30435] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30435/stat : 30435 (java) S 30419 30422 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247402775816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30436] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30436/stat : 30436 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247401724304 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30437] ppid=30419 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/30422/task/30437/stat : 30437 (java) S 30419 30422 25977 0 -1 4202560 1676 0 0 0 27 0 0 0 20 0 19 0 25148997 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247400671928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30438] ppid=30419 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/30422/task/30438/stat : 30438 (java) S 30419 30422 25977 0 -1 4202560 2528 0 0 0 30 0 0 0 20 0 19 0 25148997 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247399619128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30439] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30439/stat : 30439 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247398567032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30440] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30440/stat : 30440 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247397514440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30441] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30441/stat : 30441 (java) S 30419 30422 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25149021 9856040960 11179 33554432000 1073741824 1073778376 140736487380880 140247396459432 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.28 2.20 2.19 3/213 30441
/proc/meminfo: memFree=29852604/32872528 swapFree=1244176/1391344
[pid=30422] ppid=30419 vsize=9625040 CPUtime=6.88 cores=1,3,5,7
/proc/30422/stat : 30422 (java) S 30419 30422 25977 0 -1 4202496 7896 0 1 0 686 2 0 0 20 0 19 0 25148991 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140736487372016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30422/statm: 2406260 12546 2260 9 0 2396937 0
[pid=30422/tid=30424] ppid=30419 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/30422/task/30424/stat : 30424 (java) R 30419 30422 25977 0 -1 4202560 2418 0 1 0 626 2 0 0 20 0 19 0 25148992 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247580847808 140247409677189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30425] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30425/stat : 30425 (java) S 30419 30422 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247542348072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30426] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30426/stat : 30426 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247541295272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30427] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30427/stat : 30427 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247540242984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30428] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30428/stat : 30428 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247539190184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30429] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30429/stat : 30429 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247538137896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30430] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30430/stat : 30430 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247537085096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30431] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30431/stat : 30431 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247536032808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30432] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30432/stat : 30432 (java) S 30419 30422 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25148993 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247534980008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30433] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30433/stat : 30433 (java) S 30419 30422 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25148994 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247404882152 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30434] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30434/stat : 30434 (java) S 30419 30422 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247403828216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30435] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30435/stat : 30435 (java) S 30419 30422 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247402775816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30436] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30436/stat : 30436 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247401724304 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30437] ppid=30419 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/30422/task/30437/stat : 30437 (java) S 30419 30422 25977 0 -1 4202560 1676 0 0 0 27 0 0 0 20 0 19 0 25148997 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247400671928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30438] ppid=30419 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/30422/task/30438/stat : 30438 (java) S 30419 30422 25977 0 -1 4202560 2528 0 0 0 30 0 0 0 20 0 19 0 25148997 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247399619128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30439] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30439/stat : 30439 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247398567032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30440] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30440/stat : 30440 (java) S 30419 30422 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247397514440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30441] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30441/stat : 30441 (java) S 30419 30422 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25149021 9856040960 12546 33554432000 1073741824 1073778376 140736487380880 140247396459432 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 9625040


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

[pid=30422/tid=30434] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30434/stat : 30434 (java) S 30419 30422 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247403828216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30435] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30435/stat : 30435 (java) S 30419 30422 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247402775816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30436] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30436/stat : 30436 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247401724304 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30437] ppid=30419 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/30422/task/30437/stat : 30437 (java) S 30419 30422 25977 0 -1 4202560 1997 0 0 0 29 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247400671928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30438] ppid=30419 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/30422/task/30438/stat : 30438 (java) S 30419 30422 25977 0 -1 4202560 2528 0 0 0 30 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247399619128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30439] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30439/stat : 30439 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247398567032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30440] ppid=30419 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/30422/task/30440/stat : 30440 (java) S 30419 30422 25977 0 -1 4202560 100 0 0 0 32 41 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247397514440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30441] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30441/stat : 30441 (java) S 30419 30422 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25149021 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247396459432 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.66
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.27 2.20 3/213 30616
/proc/meminfo: memFree=29809520/32872528 swapFree=1244176/1391344
[pid=30422] ppid=30419 vsize=9625040 CPUtime=1783.67 cores=1,3,5,7
/proc/30422/stat : 30422 (java) S 30419 30422 25977 0 -1 4202496 9462 0 1 0 178319 48 0 0 20 0 19 0 25148991 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140736487372016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30422/statm: 2406260 69010 2274 9 0 2396937 0
[pid=30422/tid=30424] ppid=30419 vsize=9625040 CPUtime=1782.15 cores=1,3,5,7
/proc/30422/task/30424/stat : 30424 (java) R 30419 30422 25977 0 -1 4202560 2479 0 1 0 178184 31 0 0 20 0 19 0 25148992 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247580847808 140247409685321 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30425] ppid=30419 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/30422/task/30425/stat : 30425 (java) S 30419 30422 25977 0 -1 4202560 159 0 0 0 3 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247542348072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30426] ppid=30419 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/30422/task/30426/stat : 30426 (java) S 30419 30422 25977 0 -1 4202560 60 0 0 0 4 1 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247541295272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30427] ppid=30419 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/30422/task/30427/stat : 30427 (java) S 30419 30422 25977 0 -1 4202560 158 0 0 0 7 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247540242984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30428] ppid=30419 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/30422/task/30428/stat : 30428 (java) S 30419 30422 25977 0 -1 4202560 268 0 0 0 10 3 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247539190184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30429] ppid=30419 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/30422/task/30429/stat : 30429 (java) S 30419 30422 25977 0 -1 4202560 88 0 0 0 5 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247538137896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30430] ppid=30419 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/30422/task/30430/stat : 30430 (java) S 30419 30422 25977 0 -1 4202560 148 0 0 0 4 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247537085096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30431] ppid=30419 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/30422/task/30431/stat : 30431 (java) S 30419 30422 25977 0 -1 4202560 57 0 0 0 6 0 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247536032808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30432] ppid=30419 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/30422/task/30432/stat : 30432 (java) S 30419 30422 25977 0 -1 4202560 101 0 0 0 5 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247534980008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30433] ppid=30419 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30422/task/30433/stat : 30433 (java) S 30419 30422 25977 0 -1 4202560 56 0 0 0 1 1 0 0 20 0 19 0 25148994 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247404882152 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30434] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30434/stat : 30434 (java) S 30419 30422 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247403828216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30435] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30435/stat : 30435 (java) S 30419 30422 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247402775816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30436] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30436/stat : 30436 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247401724304 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30437] ppid=30419 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/30422/task/30437/stat : 30437 (java) S 30419 30422 25977 0 -1 4202560 1997 0 0 0 29 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247400671928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30438] ppid=30419 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/30422/task/30438/stat : 30438 (java) S 30419 30422 25977 0 -1 4202560 2528 0 0 0 30 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247399619128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30439] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30439/stat : 30439 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247398567032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30440] ppid=30419 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/30422/task/30440/stat : 30440 (java) S 30419 30422 25977 0 -1 4202560 104 0 0 0 33 43 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247397514440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30441] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30441/stat : 30441 (java) S 30419 30422 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25149021 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247396459432 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.67
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 2.28 2.28 2.20 3/213 30617
/proc/meminfo: memFree=29808232/32872528 swapFree=1244176/1391344
[pid=30422] ppid=30419 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/30422/stat : 30422 (java) S 30419 30422 25977 0 -1 4202496 9462 0 1 0 179959 49 0 0 20 0 19 0 25148991 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140736487372016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30422/statm: 2406260 69010 2274 9 0 2396937 0
[pid=30422/tid=30424] ppid=30419 vsize=9625040 CPUtime=1798.55 cores=1,3,5,7
/proc/30422/task/30424/stat : 30424 (java) R 30419 30422 25977 0 -1 4202560 2479 0 1 0 179824 31 0 0 20 0 19 0 25148992 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247580847808 140247409703492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30425] ppid=30419 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/30422/task/30425/stat : 30425 (java) S 30419 30422 25977 0 -1 4202560 159 0 0 0 3 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247542348072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30426] ppid=30419 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/30422/task/30426/stat : 30426 (java) S 30419 30422 25977 0 -1 4202560 60 0 0 0 4 1 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247541295272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30427] ppid=30419 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/30422/task/30427/stat : 30427 (java) S 30419 30422 25977 0 -1 4202560 158 0 0 0 7 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247540242984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30428] ppid=30419 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/30422/task/30428/stat : 30428 (java) S 30419 30422 25977 0 -1 4202560 268 0 0 0 10 3 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247539190184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30429] ppid=30419 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/30422/task/30429/stat : 30429 (java) S 30419 30422 25977 0 -1 4202560 88 0 0 0 5 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247538137896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30430] ppid=30419 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/30422/task/30430/stat : 30430 (java) S 30419 30422 25977 0 -1 4202560 148 0 0 0 4 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247537085096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30431] ppid=30419 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/30422/task/30431/stat : 30431 (java) S 30419 30422 25977 0 -1 4202560 57 0 0 0 6 0 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247536032808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30432] ppid=30419 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/30422/task/30432/stat : 30432 (java) S 30419 30422 25977 0 -1 4202560 101 0 0 0 5 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247534980008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30433] ppid=30419 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30422/task/30433/stat : 30433 (java) S 30419 30422 25977 0 -1 4202560 56 0 0 0 1 1 0 0 20 0 19 0 25148994 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247404882152 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30434] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30434/stat : 30434 (java) S 30419 30422 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247403828216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30435] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30435/stat : 30435 (java) S 30419 30422 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247402775816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30436] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30436/stat : 30436 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247401724304 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30437] ppid=30419 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/30422/task/30437/stat : 30437 (java) S 30419 30422 25977 0 -1 4202560 1997 0 0 0 29 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247400671928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30438] ppid=30419 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/30422/task/30438/stat : 30438 (java) S 30419 30422 25977 0 -1 4202560 2528 0 0 0 30 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247399619128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30439] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30439/stat : 30439 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247398567032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30440] ppid=30419 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/30422/task/30440/stat : 30440 (java) S 30419 30422 25977 0 -1 4202560 104 0 0 0 33 43 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247397514440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30441] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30441/stat : 30441 (java) S 30419 30422 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25149021 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247396459432 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 30422 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.7 s]
/proc/loadavg: 2.28 2.28 2.20 3/213 30617
/proc/meminfo: memFree=29808232/32872528 swapFree=1244176/1391344
[pid=30422] ppid=30419 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/30422/stat : 30422 (java) S 30419 30422 25977 0 -1 4202496 9462 0 1 0 179959 49 0 0 20 0 19 0 25148991 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140736487372016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30422/statm: 2406260 69010 2274 9 0 2396937 0
[pid=30422/tid=30424] ppid=30419 vsize=9625040 CPUtime=1798.55 cores=1,3,5,7
/proc/30422/task/30424/stat : 30424 (java) R 30419 30422 25977 0 -1 4202560 2479 0 1 0 179824 31 0 0 20 0 19 0 25148992 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247580847808 140247409703492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30422/tid=30425] ppid=30419 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/30422/task/30425/stat : 30425 (java) S 30419 30422 25977 0 -1 4202560 159 0 0 0 3 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247542348072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30426] ppid=30419 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/30422/task/30426/stat : 30426 (java) S 30419 30422 25977 0 -1 4202560 60 0 0 0 4 1 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247541295272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30427] ppid=30419 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/30422/task/30427/stat : 30427 (java) S 30419 30422 25977 0 -1 4202560 158 0 0 0 7 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247540242984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30428] ppid=30419 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/30422/task/30428/stat : 30428 (java) S 30419 30422 25977 0 -1 4202560 268 0 0 0 10 3 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247539190184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30429] ppid=30419 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/30422/task/30429/stat : 30429 (java) S 30419 30422 25977 0 -1 4202560 88 0 0 0 5 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247538137896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30430] ppid=30419 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/30422/task/30430/stat : 30430 (java) S 30419 30422 25977 0 -1 4202560 148 0 0 0 4 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247537085096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30431] ppid=30419 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/30422/task/30431/stat : 30431 (java) S 30419 30422 25977 0 -1 4202560 57 0 0 0 6 0 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247536032808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30432] ppid=30419 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/30422/task/30432/stat : 30432 (java) S 30419 30422 25977 0 -1 4202560 101 0 0 0 5 2 0 0 20 0 19 0 25148993 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247534980008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30433] ppid=30419 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30422/task/30433/stat : 30433 (java) S 30419 30422 25977 0 -1 4202560 56 0 0 0 1 1 0 0 20 0 19 0 25148994 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247404882152 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30434] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30434/stat : 30434 (java) S 30419 30422 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247403828216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30435] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30435/stat : 30435 (java) S 30419 30422 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25148995 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247402775816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30436] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30436/stat : 30436 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247401724304 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30437] ppid=30419 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/30422/task/30437/stat : 30437 (java) S 30419 30422 25977 0 -1 4202560 1997 0 0 0 29 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247400671928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30422/tid=30438] ppid=30419 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/30422/task/30438/stat : 30438 (java) S 30419 30422 25977 0 -1 4202560 2528 0 0 0 30 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247399619128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30439] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30439/stat : 30439 (java) S 30419 30422 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247398567032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30422/tid=30440] ppid=30419 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/30422/task/30440/stat : 30440 (java) S 30419 30422 25977 0 -1 4202560 104 0 0 0 33 43 0 0 20 0 19 0 25148997 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247397514440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30422/tid=30441] ppid=30419 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30422/task/30441/stat : 30441 (java) S 30419 30422 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25149021 9856040960 69010 33554432000 1073741824 1073778376 140736487380880 140247396459432 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 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): 1798.74
CPU time (s): 1800.82
CPU user time (s): 1799.79
CPU system time (s): 1.03184
CPU usage (%): 100.116
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 1.03184
maximum resident set size= 276196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9507
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38140
involuntary context switches= 2587

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2124 second user time and 14.3828 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 08:23:24
IDJOB=4102677
IDBENCH=2155
IDSOLVER=2546
FILE ID=node119/4102677-1466231004
RUNJOBID= node119-1466206086-25994
PBS_JOBID= 19918158
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f600.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102677-1466231004/watcher-4102677-1466231004 -o /tmp/evaluation-result-4102677-1466231004/solver-4102677-1466231004 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102677-1466231004.opb

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

MD5SUM BENCH= 2b1f0bdf934439fa3364f5fdf4570849
RANDOM SEED=1962376984

node119.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.456
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.91
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.456
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.456
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.456
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.55
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.456
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.456
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.55
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.456
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.56
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.456
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29892260 kB
Buffers:          111604 kB
Cached:           110500 kB
SwapCached:          956 kB
Active:           687448 kB
Inactive:         166640 kB
Active(anon):     631084 kB
Inactive(anon):     3764 kB
Active(file):      56364 kB
Inactive(file):   162876 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:               916 kB
Writeback:             0 kB
AnonPages:       2022924 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             599588 kB
SReclaimable:      42852 kB
SUnreclaim:       556736 kB
KernelStack:        1584 kB
PageTables:         8416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2165828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 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= 71736 MiB
End job on node119 at 2016-06-18 08:53:22