Trace number 2662852

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.61 916.942

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUMb656932a938990470d09f3771b5047c2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark192.501
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662852-1276316958.opb
0.23/0.21	c reading problem ... 
4.82/3.95	c ... done. Wall clock time 3.738s.
4.82/3.95	c #vars     1650
4.82/3.95	c #constraints  113714
4.82/3.95	c constraints type 
4.82/3.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113164
4.82/3.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
4.82/3.95	c constraints type 
4.82/3.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 113164
4.82/3.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 550
13.69/8.40	c cleaning 2490 clauses out of 5000 with flag 5000/5000
19.84/11.68	c cleaning 4248 clauses out of 8510 with flag 11000/11000
22.84/13.27	c cleaning 0 clauses out of 5001 with flag 0/5001
27.42/15.69	c cleaning 5624 clauses out of 11262 with flag 18000/18000
35.93/20.02	c cleaning 6806 clauses out of 13638 with flag 26000/26000
44.47/24.48	c cleaning 7907 clauses out of 15833 with flag 35001/35001
50.03/27.33	c cleaning 0 clauses out of 11000 with flag 0/11000
53.61/29.26	c cleaning 8944 clauses out of 17925 with flag 45000/45000
64.67/34.93	c cleaning 9972 clauses out of 19981 with flag 56000/56000
75.57/40.53	c cleaning 10994 clauses out of 22009 with flag 68000/68000
88.66/47.23	c cleaning 12003 clauses out of 24016 with flag 81001/81001
104.50/55.32	c cleaning 12998 clauses out of 26014 with flag 95002/95002
111.18/58.89	c cleaning 0 clauses out of 18000 with flag 0/18000
121.26/64.08	c cleaning 13997 clauses out of 28014 with flag 110000/110000
137.71/72.50	c cleaning 15003 clauses out of 30017 with flag 126000/126000
155.72/81.62	c cleaning 15997 clauses out of 32014 with flag 143000/143000
177.65/92.84	c cleaning 16987 clauses out of 34017 with flag 161000/161000
200.61/104.55	c cleaning 18009 clauses out of 36030 with flag 180000/180000
222.95/115.98	c cleaning 19000 clauses out of 38021 with flag 200000/200000
245.31/127.37	c cleaning 19999 clauses out of 40021 with flag 221000/221000
259.89/134.87	c cleaning 0 clauses out of 26000 with flag 0/26000
270.15/140.16	c cleaning 20991 clauses out of 42024 with flag 243002/243002
301.42/156.06	c cleaning 22004 clauses out of 44031 with flag 266000/266000
326.14/168.65	c cleaning 22998 clauses out of 46027 with flag 290000/290000
360.12/185.95	c cleaning 24007 clauses out of 48029 with flag 315000/315000
394.34/203.35	c cleaning 25000 clauses out of 50023 with flag 341001/341001
428.37/220.61	c cleaning 25973 clauses out of 52022 with flag 368000/368000
467.75/240.69	c cleaning 27022 clauses out of 54049 with flag 396000/396000
503.11/258.69	c cleaning 27992 clauses out of 56027 with flag 425000/425000
543.88/279.36	c cleaning 28998 clauses out of 58035 with flag 455000/455000
593.75/304.64	c cleaning 30003 clauses out of 60037 with flag 486000/486000
606.55/311.23	c cleaning 0 clauses out of 35000 with flag 0/35000
650.00/333.38	c cleaning 31005 clauses out of 62034 with flag 518000/518000
696.69/357.09	c cleaning 31977 clauses out of 64029 with flag 551000/551000
760.22/389.22	c cleaning 33019 clauses out of 66053 with flag 585001/585001
801.94/410.41	c cleaning 34007 clauses out of 68034 with flag 620001/620001
845.79/432.78	c cleaning 34997 clauses out of 70026 with flag 656000/656000
897.23/458.82	c cleaning 35959 clauses out of 72029 with flag 693000/693000
956.18/488.71	c cleaning 37016 clauses out of 74070 with flag 731000/731000
1038.89/530.68	c cleaning 38018 clauses out of 76056 with flag 770002/770002
1096.59/559.96	c cleaning 38991 clauses out of 78036 with flag 810000/810000
1144.61/584.33	c cleaning 0 clauses out of 45003 with flag 0/45003
1185.06/605.00	c cleaning 39990 clauses out of 80045 with flag 851000/851000
1258.64/642.26	c cleaning 41010 clauses out of 82055 with flag 893000/893000
1317.33/672.03	c cleaning 42007 clauses out of 84045 with flag 936000/936000
1378.04/702.85	c cleaning 42999 clauses out of 86040 with flag 980002/980002
1447.48/738.05	c cleaning 44002 clauses out of 88040 with flag 1025001/1025001
1537.31/783.56	c cleaning 44997 clauses out of 90037 with flag 1071000/1071000
1630.81/830.92	c cleaning 46010 clauses out of 92041 with flag 1118001/1118001
1741.06/886.76	c cleaning 46998 clauses out of 94030 with flag 1166000/1166000
1800.17/916.71	c starts		: 190
1800.17/916.71	c conflicts		: 1204045
1800.17/916.71	c decisions		: 1536897
1800.17/916.71	c propagations		: 140866593
1800.17/916.71	c inspects		: 2383315901
1800.17/916.71	c learnt literals	: 0
1800.17/916.71	c learnt binary clauses	: 0
1800.17/916.71	c learnt ternary clauses	: 0
1800.17/916.71	c learnt clauses	: 1204045
1800.17/916.71	c ignored clauses	: 0
1800.17/916.71	c root simplifications	: 0
1800.17/916.71	c removed literals (reason simplification)	: 5280645
1800.17/916.71	c reason swapping (by a shorter reason)	: 0
1800.17/916.71	c Calls to reduceDB	: 44
1800.17/916.71	c number of reductions to clauses (during analyze)	: 0
1800.17/916.71	c number of learned constraints concerned by reduction	: 0
1800.17/916.71	c number of learning phase by resolution	: 0
1800.17/916.71	c number of learning phase by cutting planes	: 0
1800.17/916.71	c speed (assignments/second)	: 154330.20582605962
1800.17/916.71	c non guided choices	294
1800.38/916.86	c learnt constraints type 
1800.38/916.86	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 85235
1800.38/916.86	c constraints type 
1800.38/916.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113164
1800.38/916.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
1800.38/916.86	c constraints type 
1800.38/916.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 113164
1800.38/916.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 550
1800.38/916.86	s UNKNOWN
1800.38/916.86	c Total wall clock time (in seconds): 916.647

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662852-1276316958/watcher-2662852-1276316958 -o /tmp/evaluation-result-2662852-1276316958/solver-2662852-1276316958 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662852-1276316958.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.12 1.09 1.09 3/106 12155
/proc/meminfo: memFree=1630116/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=248 CPUtime=0
/proc/12155/stat : 12155 (java) R 12153 12155 9032 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 7297371 253952 28 1992294400 134512640 134550932 4287319088 18446744073709551615 6382046 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12155/statm: 62 28 21 10 0 23 0

[startup+0.0155699 s]
/proc/loadavg: 1.12 1.09 1.09 3/106 12155
/proc/meminfo: memFree=1630116/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=13436 CPUtime=0.01
/proc/12155/stat : 12155 (java) S 12153 12155 9032 0 -1 4202496 1057 0 0 0 0 1 0 0 18 0 2 0 7297371 13758464 540 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12155/statm: 3359 540 231 10 0 1202 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13436

[startup+0.101555 s]
/proc/loadavg: 1.12 1.09 1.09 3/106 12155
/proc/meminfo: memFree=1630116/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=1524180 CPUtime=0.08
/proc/12155/stat : 12155 (java) S 12153 12155 9032 0 -1 4202496 3961 0 1 0 6 2 0 0 18 0 12 0 7297371 1560760320 3400 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12155/statm: 381045 3400 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301595 s]
/proc/loadavg: 1.12 1.09 1.09 3/106 12155
/proc/meminfo: memFree=1630116/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=1526208 CPUtime=0.36
/proc/12155/stat : 12155 (java) S 12153 12155 9032 0 -1 4202496 5908 0 1 0 32 4 0 0 18 0 12 0 7297371 1562836992 5345 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12155/statm: 381552 5345 1356 10 0 378855 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526208

[startup+0.701673 s]
/proc/loadavg: 1.12 1.09 1.09 3/106 12155
/proc/meminfo: memFree=1630116/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=1528456 CPUtime=1.05
/proc/12155/stat : 12155 (java) S 12153 12155 9032 0 -1 4202496 9310 0 1 0 100 5 0 0 18 0 12 0 7297371 1565138944 8576 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12155/statm: 382114 8577 1405 10 0 379417 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1528456

[startup+1.50182 s]
/proc/loadavg: 1.12 1.09 1.09 4/118 12167
/proc/meminfo: memFree=1582280/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=1530328 CPUtime=2.29
/proc/12155/stat : 12155 (java) S 12153 12155 9032 0 -1 4202496 25737 0 1 0 216 13 0 0 18 0 12 0 7297371 1567055872 24177 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12155/statm: 382582 24179 1409 10 0 379885 0
[pid=12155/tid=12157] ppid=12153 vsize=1530328 CPUtime=1.3
/proc/12155/task/12157/stat : 12157 (java) R 12153 12155 9032 0 -1 4202560 22007 0 1 0 120 10 0 0 25 0 12 0 7297373 1567055872 24181 1992294400 134512640 134550932 4287319088 18446744073709551615 4109234463 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12155/tid=12158] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12158/stat : 12158 (java) S 12153 12155 9032 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 7297374 1567055872 24182 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12159] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12159/stat : 12159 (java) S 12153 12155 9032 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 7297374 1567055872 24184 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12160] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12160/stat : 12160 (java) S 12153 12155 9032 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7297376 1567055872 24185 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12161] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12161/stat : 12161 (java) S 12153 12155 9032 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 7297376 1567055872 24187 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12162] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12162/stat : 12162 (java) S 12153 12155 9032 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 7297376 1567055872 24188 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12163] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12163/stat : 12163 (java) S 12153 12155 9032 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 7297381 1567055872 24190 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12164] ppid=12153 vsize=1530328 CPUtime=0.44
/proc/12155/task/12164/stat : 12164 (java) S 12153 12155 9032 0 -1 4202560 455 0 0 0 44 0 0 0 23 0 12 0 7297381 1567055872 24191 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12165] ppid=12153 vsize=1530328 CPUtime=0.52
/proc/12155/task/12165/stat : 12165 (java) S 12153 12155 9032 0 -1 4202560 2213 0 0 0 51 1 0 0 15 0 12 0 7297381 1567055872 24193 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12166] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12166/stat : 12166 (java) S 12153 12155 9032 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7297381 1567055872 24194 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12167] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12167/stat : 12167 (java) S 12153 12155 9032 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7297381 1567055872 24196 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1530328

[startup+3.10114 s]
/proc/loadavg: 1.43 1.15 1.11 2/118 12167
/proc/meminfo: memFree=1493248/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=1530328 CPUtime=3.96
/proc/12155/stat : 12155 (java) S 12153 12155 9032 0 -1 4202496 39333 0 1 0 376 20 0 0 18 0 12 0 7297371 1567055872 37738 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12155/statm: 382582 37738 1419 10 0 379885 0
[pid=12155/tid=12157] ppid=12153 vsize=1530328 CPUtime=2.82
/proc/12155/task/12157/stat : 12157 (java) R 12153 12155 9032 0 -1 4202560 32023 0 1 0 267 15 0 0 25 0 12 0 7297373 1567055872 37738 1992294400 134512640 134550932 4287319088 18446744073709551615 4109284675 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12155/tid=12158] ppid=12153 vsize=1530328 CPUtime=0.07
/proc/12155/task/12158/stat : 12158 (java) S 12153 12155 9032 0 -1 4202560 1786 0 0 0 6 1 0 0 16 0 12 0 7297374 1567055872 37738 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12159] ppid=12153 vsize=1530328 CPUtime=0.07
/proc/12155/task/12159/stat : 12159 (java) S 12153 12155 9032 0 -1 4202560 1778 0 0 0 6 1 0 0 16 0 12 0 7297374 1567055872 37738 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12160] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12160/stat : 12160 (java) S 12153 12155 9032 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 7297376 1567055872 37738 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12161] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12161/stat : 12161 (java) S 12153 12155 9032 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 7297376 1567055872 37738 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12162] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12162/stat : 12162 (java) S 12153 12155 9032 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 7297376 1567055872 37738 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12163] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12163/stat : 12163 (java) S 12153 12155 9032 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 7297381 1567055872 37738 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12164] ppid=12153 vsize=1530328 CPUtime=0.44
/proc/12155/task/12164/stat : 12164 (java) S 12153 12155 9032 0 -1 4202560 455 0 0 0 44 0 0 0 23 0 12 0 7297381 1567055872 37738 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12165] ppid=12153 vsize=1530328 CPUtime=0.52
/proc/12155/task/12165/stat : 12165 (java) S 12153 12155 9032 0 -1 4202560 2213 0 0 0 51 1 0 0 15 0 12 0 7297381 1567055872 37738 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12166] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12166/stat : 12166 (java) S 12153 12155 9032 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7297381 1567055872 37738 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12167] ppid=12153 vsize=1530328 CPUtime=0
/proc/12155/task/12167/stat : 12167 (java) S 12153 12155 9032 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7297381 1567055872 37738 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 1530328

[startup+6.30278 s]
/proc/loadavg: 1.43 1.15 1.11 4/122 12171
/proc/meminfo: memFree=1463580/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=1541912 CPUtime=9.53
/proc/12155/stat : 12155 (java) S 12153 12155 9032 0 -1 4202496 48412 0 1 0 928 25 0 0 18 0 16 0 7297371 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12155/statm: 385478 45089 1439 10 0 382781 0
[pid=12155/tid=12157] ppid=12153 vsize=1541912 CPUtime=3.61
/proc/12155/task/12157/stat : 12157 (java) S 12153 12155 9032 0 -1 4202560 32046 0 1 0 346 15 0 0 17 0 16 0 7297373 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12158] ppid=12153 vsize=1541912 CPUtime=0.22
/proc/12155/task/12158/stat : 12158 (java) S 12153 12155 9032 0 -1 4202560 4377 0 0 0 20 2 0 0 16 0 16 0 7297374 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12159] ppid=12153 vsize=1541912 CPUtime=0.22
/proc/12155/task/12159/stat : 12159 (java) S 12153 12155 9032 0 -1 4202560 4018 0 0 0 20 2 0 0 16 0 16 0 7297374 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12160] ppid=12153 vsize=1541912 CPUtime=0
/proc/12155/task/12160/stat : 12160 (java) S 12153 12155 9032 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 16 0 7297376 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12161] ppid=12153 vsize=1541912 CPUtime=0
/proc/12155/task/12161/stat : 12161 (java) S 12153 12155 9032 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7297376 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12162] ppid=12153 vsize=1541912 CPUtime=0
/proc/12155/task/12162/stat : 12162 (java) S 12153 12155 9032 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7297376 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12163] ppid=12153 vsize=1541912 CPUtime=0
/proc/12155/task/12163/stat : 12163 (java) S 12153 12155 9032 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 7297381 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12164] ppid=12153 vsize=1541912 CPUtime=1.65
/proc/12155/task/12164/stat : 12164 (java) S 12153 12155 9032 0 -1 4202560 3350 0 0 0 164 1 0 0 16 0 16 0 7297381 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12165] ppid=12153 vsize=1541912 CPUtime=1.43
/proc/12155/task/12165/stat : 12165 (java) S 12153 12155 9032 0 -1 4202560 3486 0 0 0 141 2 0 0 15 0 16 0 7297381 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12166] ppid=12153 vsize=1541912 CPUtime=0
/proc/12155/task/12166/stat : 12166 (java) S 12153 12155 9032 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7297381 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12167] ppid=12153 vsize=1541912 CPUtime=0
/proc/12155/task/12167/stat : 12167 (java) R 12153 12155 9032 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7297381 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12155/tid=12168] ppid=12153 vsize=1541912 CPUtime=1.05
/proc/12155/task/12168/stat : 12168 (java) R 12153 12155 9032 0 -1 4202560 16 0 0 0 105 0 0 0 25 0 16 0 7297767 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4109465706 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12155/tid=12169] ppid=12153 vsize=1541912 CPUtime=1.29
/proc/12155/task/12169/stat : 12169 (java) R 12153 12155 9032 0 -1 4202560 26 0 0 0 129 0 0 0 18 0 16 0 7297767 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4109536784 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12155/tid=12170] ppid=12153 vsize=1541912 CPUtime=0
/proc/12155/task/12170/stat : 12170 (java) S 12153 12155 9032 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7297768 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12171] ppid=12153 vsize=1541912 CPUtime=0
/proc/12155/task/12171/stat : 12171 (java) S 12153 12155 9032 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 7297768 1578917888 45089 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.53
Current children cumulated vsize (KiB) 1541912

[startup+12.702 s]
/proc/loadavg: 1.90 1.26 1.15 3/122 12171
/proc/meminfo: memFree=1424396/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=1541304 CPUtime=21.84
/proc/12155/stat : 12155 (java) S 12153 12155 9032 0 -1 4202496 55948 0 1 0 2156 28 0 0 18 0 16 0 7297371 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12155/statm: 385326 52396 1445 10 0 382629 0
[pid=12155/tid=12157] ppid=12153 vsize=1541304 CPUtime=3.61
/proc/12155/task/12157/stat : 12157 (java) S 12153 12155 9032 0 -1 4202560 32046 0 1 0 346 15 0 0 15 0 16 0 7297373 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12158] ppid=12153 vsize=1541304 CPUtime=0.41
/proc/12155/task/12158/stat : 12158 (java) S 12153 12155 9032 0 -1 4202560 5389 0 0 0 39 2 0 0 16 0 16 0 7297374 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12159] ppid=12153 vsize=1541304 CPUtime=0.42
/proc/12155/task/12159/stat : 12159 (java) S 12153 12155 9032 0 -1 4202560 5296 0 0 0 39 3 0 0 15 0 16 0 7297374 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12160] ppid=12153 vsize=1541304 CPUtime=0.36
/proc/12155/task/12160/stat : 12160 (java) S 12153 12155 9032 0 -1 4202560 5210 0 0 0 34 2 0 0 16 0 16 0 7297376 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12161] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12161/stat : 12161 (java) S 12153 12155 9032 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7297376 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12162] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12162/stat : 12162 (java) S 12153 12155 9032 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7297376 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12163] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12163/stat : 12163 (java) S 12153 12155 9032 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 7297381 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12164] ppid=12153 vsize=1541304 CPUtime=1.9
/proc/12155/task/12164/stat : 12164 (java) S 12153 12155 9032 0 -1 4202560 3379 0 0 0 189 1 0 0 15 0 16 0 7297381 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12165] ppid=12153 vsize=1541304 CPUtime=1.49
/proc/12155/task/12165/stat : 12165 (java) S 12153 12155 9032 0 -1 4202560 3498 0 0 0 147 2 0 0 15 0 16 0 7297381 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12166] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12166/stat : 12166 (java) S 12153 12155 9032 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7297381 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12167] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12167/stat : 12167 (java) S 12153 12155 9032 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7297381 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12168] ppid=12153 vsize=1541304 CPUtime=6.61
/proc/12155/task/12168/stat : 12168 (java) R 12153 12155 9032 0 -1 4202560 22 0 0 0 661 0 0 0 18 0 16 0 7297767 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4109474463 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12155/tid=12169] ppid=12153 vsize=1541304 CPUtime=6.97
/proc/12155/task/12169/stat : 12169 (java) R 12153 12155 9032 0 -1 4202560 34 0 0 0 697 0 0 0 25 0 16 0 7297767 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4109474506 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12155/tid=12170] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12170/stat : 12170 (java) S 12153 12155 9032 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7297768 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12171] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12171/stat : 12171 (java) S 12153 12155 9032 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 7297768 1578295296 52396 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.84
Current children cumulated vsize (KiB) 1541304

[startup+25.5019 s]
/proc/loadavg: 1.91 1.29 1.16 3/122 12171
/proc/meminfo: memFree=1411996/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=1541304 CPUtime=46.46
/proc/12155/stat : 12155 (java) S 12153 12155 9032 0 -1 4202496 59527 0 1 0 4615 31 0 0 18 0 16 0 7297371 1578295296 55599 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/12155/task/12170/stat : 12170 (java) S 12153 12155 9032 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7297768 1578295296 76730 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12171] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12171/stat : 12171 (java) S 12153 12155 9032 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 7297768 1578295296 76730 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1613.78
Current children cumulated vsize (KiB) 1541304

[startup+882.301 s]
/proc/loadavg: 2.04 1.96 1.65 3/122 12195
/proc/meminfo: memFree=1317508/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=1541304 CPUtime=1732.34
/proc/12155/stat : 12155 (java) S 12153 12155 9032 0 -1 4202496 85676 0 1 0 173115 119 0 0 18 0 16 0 7297371 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12155/statm: 385326 78923 1445 10 0 382629 0
[pid=12155/tid=12157] ppid=12153 vsize=1541304 CPUtime=3.61
/proc/12155/task/12157/stat : 12157 (java) S 12153 12155 9032 0 -1 4202560 32058 0 1 0 346 15 0 0 15 0 16 0 7297373 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12158] ppid=12153 vsize=1541304 CPUtime=7.88
/proc/12155/task/12158/stat : 12158 (java) S 12153 12155 9032 0 -1 4202560 20721 0 0 0 764 24 0 0 15 0 16 0 7297374 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12159] ppid=12153 vsize=1541304 CPUtime=7.9
/proc/12155/task/12159/stat : 12159 (java) S 12153 12155 9032 0 -1 4202560 18640 0 0 0 759 31 0 0 16 0 16 0 7297374 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12160] ppid=12153 vsize=1541304 CPUtime=13.37
/proc/12155/task/12160/stat : 12160 (java) S 12153 12155 9032 0 -1 4202560 5675 0 0 0 1327 10 0 0 15 0 16 0 7297376 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12161] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12161/stat : 12161 (java) S 12153 12155 9032 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7297376 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12162] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12162/stat : 12162 (java) S 12153 12155 9032 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7297376 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12163] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12163/stat : 12163 (java) S 12153 12155 9032 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 7297381 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12164] ppid=12153 vsize=1541304 CPUtime=2.14
/proc/12155/task/12164/stat : 12164 (java) S 12153 12155 9032 0 -1 4202560 3393 0 0 0 213 1 0 0 15 0 16 0 7297381 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12165] ppid=12153 vsize=1541304 CPUtime=1.76
/proc/12155/task/12165/stat : 12165 (java) S 12153 12155 9032 0 -1 4202560 3498 0 0 0 174 2 0 0 15 0 16 0 7297381 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12166] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12166/stat : 12166 (java) S 12153 12155 9032 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7297381 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12167] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12167/stat : 12167 (java) S 12153 12155 9032 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 7297381 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12168] ppid=12153 vsize=1541304 CPUtime=850.11
/proc/12155/task/12168/stat : 12168 (java) R 12153 12155 9032 0 -1 4202560 385 0 0 0 84989 22 0 0 25 0 16 0 7297767 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4109535055 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12155/tid=12169] ppid=12153 vsize=1541304 CPUtime=845.47
/proc/12155/task/12169/stat : 12169 (java) R 12153 12155 9032 0 -1 4202560 180 0 0 0 84538 9 0 0 25 0 16 0 7297767 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4109775840 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12155/tid=12170] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12170/stat : 12170 (java) S 12153 12155 9032 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7297768 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12171] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12171/stat : 12171 (java) S 12153 12155 9032 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 7297768 1578295296 78923 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1732.34
Current children cumulated vsize (KiB) 1541304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.701 s]
/proc/loadavg: 2.09 1.98 1.67 3/122 12195
/proc/meminfo: memFree=1315400/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=1541304 CPUtime=1800.17
/proc/12155/stat : 12155 (java) S 12153 12155 9032 0 -1 4202496 86260 0 1 0 179895 122 0 0 18 0 16 0 7297371 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12155/statm: 385326 79445 1445 10 0 382629 0
[pid=12155/tid=12157] ppid=12153 vsize=1541304 CPUtime=3.61
/proc/12155/task/12157/stat : 12157 (java) S 12153 12155 9032 0 -1 4202560 32058 0 1 0 346 15 0 0 15 0 16 0 7297373 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12158] ppid=12153 vsize=1541304 CPUtime=8.18
/proc/12155/task/12158/stat : 12158 (java) S 12153 12155 9032 0 -1 4202560 21016 0 0 0 793 25 0 0 15 0 16 0 7297374 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12159] ppid=12153 vsize=1541304 CPUtime=8.21
/proc/12155/task/12159/stat : 12159 (java) S 12153 12155 9032 0 -1 4202560 18908 0 0 0 789 32 0 0 16 0 16 0 7297374 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12160] ppid=12153 vsize=1541304 CPUtime=13.74
/proc/12155/task/12160/stat : 12160 (java) S 12153 12155 9032 0 -1 4202560 5677 0 0 0 1363 11 0 0 15 0 16 0 7297376 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12161] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12161/stat : 12161 (java) S 12153 12155 9032 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7297376 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12162] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12162/stat : 12162 (java) S 12153 12155 9032 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7297376 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12163] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12163/stat : 12163 (java) S 12153 12155 9032 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 7297381 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12164] ppid=12153 vsize=1541304 CPUtime=2.14
/proc/12155/task/12164/stat : 12164 (java) S 12153 12155 9032 0 -1 4202560 3393 0 0 0 213 1 0 0 15 0 16 0 7297381 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12165] ppid=12153 vsize=1541304 CPUtime=1.76
/proc/12155/task/12165/stat : 12165 (java) S 12153 12155 9032 0 -1 4202560 3498 0 0 0 174 2 0 0 15 0 16 0 7297381 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12166] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12166/stat : 12166 (java) S 12153 12155 9032 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7297381 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12167] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12167/stat : 12167 (java) S 12153 12155 9032 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 7297381 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12168] ppid=12153 vsize=1541304 CPUtime=883.77
/proc/12155/task/12168/stat : 12168 (java) R 12153 12155 9032 0 -1 4202560 399 0 0 0 88354 23 0 0 25 0 16 0 7297767 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4109474463 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12155/tid=12169] ppid=12153 vsize=1541304 CPUtime=878.68
/proc/12155/task/12169/stat : 12169 (java) R 12153 12155 9032 0 -1 4202560 183 0 0 0 87859 9 0 0 25 0 16 0 7297767 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4109774736 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12155/tid=12170] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12170/stat : 12170 (java) S 12153 12155 9032 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7297768 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12171] ppid=12153 vsize=1541304 CPUtime=0
/proc/12155/task/12171/stat : 12171 (java) S 12153 12155 9032 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 7297768 1578295296 79445 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 1541304

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

Solver just ended. Dumping a history of the last processes samples

[startup+916.815 s]
/proc/loadavg: 2.09 1.98 1.67 3/122 12195
/proc/meminfo: memFree=1315400/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=1541952 CPUtime=1800.38
/proc/12155/stat : 12155 (java) S 12153 12155 9032 0 -1 4202496 86276 0 1 0 179916 122 0 0 18 0 18 0 7297371 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12155/statm: 385488 79461 1445 10 0 382791 0
[pid=12155/tid=12157] ppid=12153 vsize=1541952 CPUtime=3.61
/proc/12155/task/12157/stat : 12157 (java) S 12153 12155 9032 0 -1 4202560 32058 0 1 0 346 15 0 0 15 0 18 0 7297373 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12158] ppid=12153 vsize=1541952 CPUtime=8.18
/proc/12155/task/12158/stat : 12158 (java) S 12153 12155 9032 0 -1 4202560 21016 0 0 0 793 25 0 0 15 0 18 0 7297374 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12159] ppid=12153 vsize=1541952 CPUtime=8.21
/proc/12155/task/12159/stat : 12159 (java) S 12153 12155 9032 0 -1 4202560 18908 0 0 0 789 32 0 0 16 0 18 0 7297374 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12160] ppid=12153 vsize=1541952 CPUtime=13.74
/proc/12155/task/12160/stat : 12160 (java) S 12153 12155 9032 0 -1 4202560 5677 0 0 0 1363 11 0 0 15 0 18 0 7297376 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12161] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12161/stat : 12161 (java) S 12153 12155 9032 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 7297376 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12162] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12162/stat : 12162 (java) S 12153 12155 9032 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 7297376 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12163] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12163/stat : 12163 (java) S 12153 12155 9032 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 18 0 7297381 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12164] ppid=12153 vsize=1541952 CPUtime=2.14
/proc/12155/task/12164/stat : 12164 (java) S 12153 12155 9032 0 -1 4202560 3393 0 0 0 213 1 0 0 15 0 18 0 7297381 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12165] ppid=12153 vsize=1541952 CPUtime=1.76
/proc/12155/task/12165/stat : 12165 (java) S 12153 12155 9032 0 -1 4202560 3498 0 0 0 174 2 0 0 15 0 18 0 7297381 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12166] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12166/stat : 12166 (java) S 12153 12155 9032 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 7297381 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12167] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12167/stat : 12167 (java) S 12153 12155 9032 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 7297381 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12168] ppid=12153 vsize=1541952 CPUtime=883.87
/proc/12155/task/12168/stat : 12168 (java) R 12153 12155 9032 0 -1 4202560 399 0 0 0 88364 23 0 0 25 0 18 0 7297767 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4109748290 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12155/tid=12169] ppid=12153 vsize=1541952 CPUtime=878.78
/proc/12155/task/12169/stat : 12169 (java) R 12153 12155 9032 0 -1 4202560 183 0 0 0 87869 9 0 0 25 0 18 0 7297767 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4109677391 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12155/tid=12170] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12170/stat : 12170 (java) S 12153 12155 9032 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 7297768 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12171] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12171/stat : 12171 (java) S 12153 12155 9032 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 7297768 1578958848 79461 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 1541952

[startup+916.901 s]
/proc/loadavg: 2.09 1.98 1.67 3/122 12195
/proc/meminfo: memFree=1315400/2059040 swapFree=4192076/4192956
[pid=12155] ppid=12153 vsize=1541952 CPUtime=1800.55
/proc/12155/stat : 12155 (java) S 12153 12155 9032 0 -1 4202496 86280 0 1 0 179933 122 0 0 18 0 17 0 7297371 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12155/statm: 385488 79465 1446 10 0 382791 0
[pid=12155/tid=12157] ppid=12153 vsize=1541952 CPUtime=3.61
/proc/12155/task/12157/stat : 12157 (java) S 12153 12155 9032 0 -1 4202560 32058 0 1 0 346 15 0 0 15 0 17 0 7297373 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12158] ppid=12153 vsize=1541952 CPUtime=8.18
/proc/12155/task/12158/stat : 12158 (java) S 12153 12155 9032 0 -1 4202560 21016 0 0 0 793 25 0 0 15 0 17 0 7297374 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12159] ppid=12153 vsize=1541952 CPUtime=8.21
/proc/12155/task/12159/stat : 12159 (java) S 12153 12155 9032 0 -1 4202560 18908 0 0 0 789 32 0 0 16 0 17 0 7297374 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12160] ppid=12153 vsize=1541952 CPUtime=13.74
/proc/12155/task/12160/stat : 12160 (java) S 12153 12155 9032 0 -1 4202560 5677 0 0 0 1363 11 0 0 15 0 17 0 7297376 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12161] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12161/stat : 12161 (java) S 12153 12155 9032 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 7297376 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12162] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12162/stat : 12162 (java) S 12153 12155 9032 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 7297376 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12163] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12163/stat : 12163 (java) S 12153 12155 9032 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 17 0 7297381 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12164] ppid=12153 vsize=1541952 CPUtime=2.19
/proc/12155/task/12164/stat : 12164 (java) S 12153 12155 9032 0 -1 4202560 3393 0 0 0 218 1 0 0 16 0 17 0 7297381 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12165] ppid=12153 vsize=1541952 CPUtime=1.76
/proc/12155/task/12165/stat : 12165 (java) S 12153 12155 9032 0 -1 4202560 3498 0 0 0 174 2 0 0 16 0 17 0 7297381 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12166] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12166/stat : 12166 (java) S 12153 12155 9032 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 7297381 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=12155/tid=12167] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12167/stat : 12167 (java) S 12153 12155 9032 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 7297381 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12168] ppid=12153 vsize=1541952 CPUtime=883.9
/proc/12155/task/12168/stat : 12168 (java) R 12153 12155 9032 0 -1 4202560 399 0 0 0 88367 23 0 0 25 0 17 0 7297767 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4109642805 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12155/tid=12169] ppid=12153 vsize=1541952 CPUtime=878.81
/proc/12155/task/12169/stat : 12169 (java) R 12153 12155 9032 0 -1 4202560 183 0 0 0 87872 9 0 0 25 0 17 0 7297767 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4109597794 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12155/tid=12170] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12170/stat : 12170 (java) S 12153 12155 9032 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 7297768 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=12155/tid=12171] ppid=12153 vsize=1541952 CPUtime=0
/proc/12155/task/12171/stat : 12171 (java) S 12153 12155 9032 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 7297768 1578958848 79465 1992294400 134512640 134550932 4287319088 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (KiB) 1541952

Child status: 143
Real time (s): 916.942
CPU time (s): 1800.61
CPU user time (s): 1799.35
CPU system time (s): 1.25781
CPU usage (%): 196.371
Max. virtual memory (cumulated for all children) (KiB): 1543716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 1.25781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86281
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25938
involuntary context switches= 51350

runsolver used 3.99639 second user time and 11.6962 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-12 06:29:18
IDJOB=2662852
IDBENCH=1370
IDSOLVER=1166
FILE ID=node011/2662852-1276316958
PBS_JOBID= 11173134
Free space on /tmp= 62256 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662852-1276316958/watcher-2662852-1276316958 -o /tmp/evaluation-result-2662852-1276316958/solver-2662852-1276316958 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662852-1276316958.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=474326003

node011.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1630388 kB
Buffers:         65800 kB
Cached:         222956 kB
SwapCached:          0 kB
Active:         142380 kB
Inactive:       204668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1630388 kB
SwapTotal:     4192956 kB
SwapFree:      4192076 kB
Dirty:            5744 kB
Writeback:           0 kB
AnonPages:       58312 kB
Mapped:          15460 kB
Slab:            59652 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182036 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62256 MiB
End job on node011 at 2010-06-12 06:44:37