Trace number 2659495

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 Resolution 2.2.0 2010-05-26? (TO) 1800.31 1798.45

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
Bench CategoryDEC-SMALLINT (no 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.16/0.50	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.16/0.50	c This is free software under the dual EPL/GNU LGPL licenses.
0.16/0.50	c See www.sat4j.org for details.
0.16/0.51	c version 2.2.0.v20100526
0.16/0.51	c java.runtime.name	Java(TM) SE Runtime Environment
0.16/0.51	c java.vm.name		Java HotSpot(TM) Server VM
0.16/0.51	c java.vm.version	11.2-b01
0.16/0.51	c java.vm.vendor	Sun Microsystems Inc.
0.16/0.51	c sun.arch.data.model	32
0.16/0.51	c java.version		1.6.0_12
0.16/0.51	c os.name		Linux
0.16/0.51	c os.version		2.6.18-164.el5
0.16/0.51	c os.arch		i386
0.16/0.51	c Free memory 		1393557488
0.16/0.51	c Max memory 		1395916800
0.16/0.51	c Total memory 		1395916800
0.16/0.51	c Number of processors 	2
0.16/0.57	c Pseudo Boolean Optimization
0.16/0.57	c --- Begin Solver configuration ---
0.16/0.57	c Stops conflict analysis at the first Unique Implication Point
0.16/0.57	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.16/0.57	c Learn all clauses as in MiniSAT
0.16/0.57	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.57	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.16/0.57	c Expensive reason simplification
0.16/0.57	c Armin Biere (Picosat) restarts strategy
0.16/0.57	c Glucose learned constraints deletion strategy
0.16/0.57	c timeout=2147483s
0.16/0.57	c DB Simplification allowed=false
0.16/0.57	c --- End Solver configuration ---
0.16/0.57	c solving HOME/instance-2659495-1276317683.opb
0.16/0.57	c reading problem ... 
3.03/2.92	c ... done. Wall clock time 2.346s.
3.03/2.92	c #vars     1440
3.03/2.92	c #constraints  86400
3.03/2.92	c constraints type 
3.03/2.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
3.03/2.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
6.03/5.41	c cleaning 2497 clauses out of 5000 with flag 5000/5000
8.10/7.48	c cleaning 4249 clauses out of 8503 with flag 11000/11000
10.40/9.72	c cleaning 5619 clauses out of 11255 with flag 18001/18001
13.13/12.40	c cleaning 6811 clauses out of 13636 with flag 26001/26001
16.30/15.53	c cleaning 7905 clauses out of 15824 with flag 35000/35000
19.61/18.81	c cleaning 8956 clauses out of 17919 with flag 45000/45000
23.42/22.68	c cleaning 9971 clauses out of 19963 with flag 56000/56000
27.62/26.88	c cleaning 10990 clauses out of 21992 with flag 68000/68000
32.43/31.67	c cleaning 11998 clauses out of 24003 with flag 81001/81001
37.54/36.71	c cleaning 12995 clauses out of 26005 with flag 95001/95001
43.65/42.82	c cleaning 13999 clauses out of 28014 with flag 110005/110005
49.55/48.72	c cleaning 14992 clauses out of 30010 with flag 126000/126000
55.96/55.17	c cleaning 15997 clauses out of 32020 with flag 143002/143002
63.47/62.67	c cleaning 17006 clauses out of 34022 with flag 161001/161001
71.37/70.55	c cleaning 18002 clauses out of 36016 with flag 180001/180001
79.08/78.28	c cleaning 18999 clauses out of 38014 with flag 200001/200001
87.58/86.77	c cleaning 19991 clauses out of 40014 with flag 221000/221000
98.09/97.27	c cleaning 20991 clauses out of 42024 with flag 243001/243001
109.51/108.69	c cleaning 22013 clauses out of 44033 with flag 266001/266001
119.12/118.25	c cleaning 23003 clauses out of 46019 with flag 290000/290000
131.12/130.28	c cleaning 23995 clauses out of 48016 with flag 315000/315000
146.04/145.16	c cleaning 24997 clauses out of 50022 with flag 341001/341001
162.85/161.96	c cleaning 25996 clauses out of 52024 with flag 368000/368000
179.67/178.73	c cleaning 27000 clauses out of 54028 with flag 396000/396000
191.38/190.46	c cleaning 28001 clauses out of 56028 with flag 425000/425000
205.99/205.03	c cleaning 29007 clauses out of 58027 with flag 455000/455000
222.90/221.92	c cleaning 29990 clauses out of 60020 with flag 486000/486000
246.91/245.96	c cleaning 30987 clauses out of 62030 with flag 518000/518000
268.33/267.35	c cleaning 32019 clauses out of 64043 with flag 551000/551000
292.43/291.48	c cleaning 32996 clauses out of 66027 with flag 585003/585003
307.95/306.98	c cleaning 34005 clauses out of 68029 with flag 620001/620001
327.67/326.68	c cleaning 35006 clauses out of 70024 with flag 656001/656001
348.77/347.70	c cleaning 35998 clauses out of 72017 with flag 693000/693000
370.18/369.19	c cleaning 36993 clauses out of 74019 with flag 731000/731000
396.71/395.69	c cleaning 37994 clauses out of 76029 with flag 770003/770003
422.44/421.38	c cleaning 39004 clauses out of 78034 with flag 810002/810002
455.84/454.75	c cleaning 39998 clauses out of 80028 with flag 851000/851000
484.96/483.81	c cleaning 41004 clauses out of 82031 with flag 893001/893001
505.28/504.13	c cleaning 42002 clauses out of 84026 with flag 936000/936000
531.19/530.05	c cleaning 42998 clauses out of 86024 with flag 980000/980000
556.73/555.58	c cleaning 44001 clauses out of 88027 with flag 1025001/1025001
597.04/595.89	c cleaning 44994 clauses out of 90025 with flag 1071000/1071000
626.66/625.44	c cleaning 45993 clauses out of 92032 with flag 1118001/1118001
670.67/669.45	c cleaning 47003 clauses out of 94039 with flag 1166001/1166001
706.19/704.90	c cleaning 48005 clauses out of 96035 with flag 1215000/1215000
749.31/748.03	c cleaning 48993 clauses out of 98030 with flag 1265000/1265000
793.34/792.05	c cleaning 50007 clauses out of 100038 with flag 1316001/1316001
819.57/818.22	c cleaning 51011 clauses out of 102030 with flag 1368000/1368000
849.98/848.63	c cleaning 51997 clauses out of 104019 with flag 1421000/1421000
889.60/888.29	c cleaning 52988 clauses out of 106022 with flag 1475000/1475000
925.12/923.78	c cleaning 54008 clauses out of 108034 with flag 1530000/1530000
976.44/975.05	c cleaning 54986 clauses out of 110026 with flag 1586000/1586000
1019.56/1018.19	c cleaning 56007 clauses out of 112040 with flag 1643000/1643000
1078.98/1077.54	c cleaning 57005 clauses out of 114034 with flag 1701001/1701001
1138.31/1136.82	c cleaning 58004 clauses out of 116031 with flag 1760003/1760003
1197.50/1196.00	c cleaning 58991 clauses out of 118024 with flag 1820000/1820000
1264.23/1262.75	c cleaning 59987 clauses out of 120033 with flag 1881000/1881000
1332.94/1331.48	c cleaning 61009 clauses out of 122047 with flag 1943001/1943001
1387.67/1386.14	c cleaning 61999 clauses out of 124037 with flag 2006000/2006000
1426.48/1424.93	c cleaning 63001 clauses out of 126038 with flag 2070000/2070000
1476.30/1474.79	c cleaning 64004 clauses out of 128038 with flag 2135001/2135001
1529.53/1527.99	c cleaning 65006 clauses out of 130033 with flag 2201000/2201000
1593.74/1592.10	c cleaning 65994 clauses out of 132028 with flag 2268001/2268001
1654.66/1653.09	c cleaning 67002 clauses out of 134034 with flag 2336001/2336001
1726.79/1725.12	c cleaning 68001 clauses out of 136032 with flag 2405001/2405001
1783.42/1781.72	c cleaning 69001 clauses out of 138030 with flag 2475000/2475000
1800.07/1798.32	c starts		: 230
1800.07/1798.32	c conflicts		: 2500561
1800.07/1798.32	c decisions		: 3129802
1800.07/1798.32	c propagations		: 279773472
1800.07/1798.32	c inspects		: 4967956915
1800.07/1798.32	c learnt literals	: 0
1800.07/1798.32	c learnt binary clauses	: 0
1800.07/1798.32	c learnt ternary clauses	: 0
1800.07/1798.32	c learnt clauses	: 2500560
1800.07/1798.32	c ignored clauses	: 0
1800.07/1798.32	c root simplifications	: 0
1800.07/1798.32	c removed literals (reason simplification)	: 28221620
1800.07/1798.32	c reason swapping (by a shorter reason)	: 0
1800.07/1798.32	c Calls to reduceDB	: 66
1800.07/1798.32	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.34	c number of learned constraints concerned by reduction	: 0
1800.07/1798.34	c number of learning phase by resolution	: 0
1800.07/1798.34	c number of learning phase by cutting planes	: 0
1800.07/1798.34	c speed (assignments/second)	: 155828.83624509236
1800.07/1798.34	c non guided choices	214
1800.07/1798.41	c learnt constraints type 
1800.07/1798.41	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 94690
1800.07/1798.41	c constraints type 
1800.07/1798.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1800.07/1798.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
1800.07/1798.41	s UNKNOWN
1800.07/1798.41	c Total wall clock time (in seconds): 1797.832

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-2659495-1276317683/watcher-2659495-1276317683 -o /tmp/evaluation-result-2659495-1276317683/solver-2659495-1276317683 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659495-1276317683.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: 2.78 1.80 1.29 3/107 9199
/proc/meminfo: memFree=1965396/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=24036 CPUtime=0
/proc/9199/stat : 9199 (runsolver) D 9197 9199 7733 0 -1 4202560 81 0 0 0 0 0 0 0 18 0 1 0 7369651 24612864 107 1992294400 4194304 4302564 140736912220272 18446744073709551615 238759289847 0 0 4096 24578 18446744071562154983 0 0 17 0 0 0 0
/proc/9199/statm: 6009 107 69 27 0 2647 0

[startup+0.0989979 s]
/proc/loadavg: 2.78 1.80 1.29 3/107 9199
/proc/meminfo: memFree=1965396/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=1832 CPUtime=0
/proc/9199/stat : 9199 (java) D 9197 9199 7733 0 -1 4194304 422 0 8 0 0 0 0 0 15 0 1 0 7369651 1875968 160 1992294400 134512640 134550932 4292732096 18446744073709551615 9183956 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 8
/proc/9199/statm: 458 160 123 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.101998 s]
/proc/loadavg: 2.78 1.80 1.29 3/107 9199
/proc/meminfo: memFree=1965396/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=12956 CPUtime=0
/proc/9199/stat : 9199 (java) D 9197 9199 7733 0 -1 4194304 423 0 9 0 0 0 0 0 16 0 1 0 7369651 13266944 162 1992294400 134512640 134550932 4292732096 18446744073709551615 9185267 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 8
/proc/9199/statm: 3239 162 124 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12956

[startup+0.301526 s]
/proc/loadavg: 2.78 1.80 1.29 3/107 9199
/proc/meminfo: memFree=1965396/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=1518368 CPUtime=0.02
/proc/9199/stat : 9199 (java) S 9197 9199 7733 0 -1 4202496 2745 0 50 0 0 2 0 0 16 0 4 0 7369651 1554808832 2238 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 12
/proc/9199/statm: 379592 2238 519 10 0 377303 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1518368

[startup+0.70156 s]
/proc/loadavg: 2.78 1.80 1.29 3/107 9199
/proc/meminfo: memFree=1965396/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=1526392 CPUtime=0.42
/proc/9199/stat : 9199 (java) S 9197 9199 7733 0 -1 4202496 6027 0 97 0 36 6 0 0 16 0 12 0 7369651 1563025408 5561 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 12
/proc/9199/statm: 381598 5564 1361 10 0 378900 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 1526392

[startup+1.50164 s]
/proc/loadavg: 2.78 1.80 1.29 3/119 9211
/proc/meminfo: memFree=1930700/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=1528072 CPUtime=1.6
/proc/9199/stat : 9199 (java) S 9197 9199 7733 0 -1 4202496 13574 0 97 0 152 8 0 0 16 0 12 0 7369651 1564745728 12913 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 12
/proc/9199/statm: 382018 12913 1410 10 0 379320 0
[pid=9199/tid=9201] ppid=9197 vsize=1528072 CPUtime=0.87
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 7733 0 -1 4202560 11181 0 58 0 81 6 0 0 25 0 12 0 7369667 1564745728 12913 1992294400 134512640 134550932 4292732096 18446744073709551615 4109623543 0 4 0 16800975 0 0 0 -1 0 0 0 17
[pid=9199/tid=9202] ppid=9197 vsize=1528072 CPUtime=0
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 7733 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 12 0 7369680 1564745728 12913 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=1528072 CPUtime=0
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 7369680 1564745728 12913 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=1528072 CPUtime=0
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 7733 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7369684 1564745728 12913 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=1528072 CPUtime=0
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 7733 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 7369685 1564745728 12913 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=1528072 CPUtime=0
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 7733 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 7369685 1564745728 12913 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=1528072 CPUtime=0
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 7369693 1564745728 12913 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=1528072 CPUtime=0.38
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 7733 0 -1 4202560 374 0 0 0 38 0 0 0 16 0 12 0 7369693 1564745728 12913 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=1528072 CPUtime=0.32
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 7733 0 -1 4202560 993 0 0 0 32 0 0 0 15 0 12 0 7369693 1564745728 12913 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=1528072 CPUtime=0
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7369693 1564745728 12913 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=1528072 CPUtime=0
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7369693 1564745728 12913 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 1528072

[startup+3.11479 s]
/proc/loadavg: 2.63 1.79 1.29 3/118 9211
/proc/meminfo: memFree=1835476/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=1528732 CPUtime=3.39
/proc/9199/stat : 9199 (java) S 9197 9199 7733 0 -1 4202496 35596 0 97 0 320 19 0 0 16 0 13 0 7369651 1565421568 34796 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 12
/proc/9199/statm: 382183 34796 1433 10 0 379485 0
[pid=9199/tid=9201] ppid=9197 vsize=1528732 CPUtime=2.38
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 7733 0 -1 4202560 31981 0 58 0 222 16 0 0 25 0 13 0 7369667 1565421568 34796 1992294400 134512640 134550932 4292732096 18446744073709551615 4109182919 0 4 0 16800975 0 0 0 -1 1 0 0 17
[pid=9199/tid=9202] ppid=9197 vsize=1528732 CPUtime=0.02
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 7733 0 -1 4202560 493 0 0 0 2 0 0 0 18 0 13 0 7369680 1565421568 34796 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=1528732 CPUtime=0.01
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 7733 0 -1 4202560 425 0 0 0 1 0 0 0 18 0 13 0 7369680 1565421568 34796 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=1528732 CPUtime=0
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 7733 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 13 0 7369684 1565421568 34796 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=1528732 CPUtime=0
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 7733 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7369685 1565421568 34796 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=1528732 CPUtime=0
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7369685 1565421568 34796 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=1528732 CPUtime=0
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 7369693 1565421568 34796 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=1528732 CPUtime=0.49
/proc/9199/task/9208/stat : 9208 (java) R 9197 9199 7733 0 -1 4202560 459 0 0 0 49 0 0 0 15 0 13 0 7369693 1565421568 34796 1992294400 134512640 134550932 4292732096 18446744073709551615 103108544 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=1528732 CPUtime=0.43
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 7733 0 -1 4202560 1204 0 0 0 43 0 0 0 15 0 13 0 7369693 1565421568 34796 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=1528732 CPUtime=0
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7369693 1565421568 34796 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=1528732 CPUtime=0
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7369693 1565421568 34796 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 1528732

[startup+6.30108 s]
/proc/loadavg: 2.63 1.79 1.29 3/119 9212
/proc/meminfo: memFree=1819228/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=1528796 CPUtime=6.96
/proc/9199/stat : 9199 (java) S 9197 9199 7733 0 -1 4202496 40034 0 97 0 675 21 0 0 16 0 13 0 7369651 1565487104 38872 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 12
/proc/9199/statm: 382199 38872 1444 10 0 379501 0
[pid=9199/tid=9201] ppid=9197 vsize=1528796 CPUtime=5.27
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 7733 0 -1 4202560 31988 0 58 0 511 16 0 0 25 0 13 0 7369667 1565487104 38872 1992294400 134512640 134550932 4292732096 18446744073709551615 4109792893 0 4 0 16800975 0 0 0 -1 1 0 0 17
[pid=9199/tid=9202] ppid=9197 vsize=1528796 CPUtime=0.05
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 7733 0 -1 4202560 1456 0 0 0 5 0 0 0 18 0 13 0 7369680 1565487104 38872 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=1528796 CPUtime=0.04
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 7733 0 -1 4202560 1502 0 0 0 4 0 0 0 18 0 13 0 7369680 1565487104 38872 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=1528796 CPUtime=0.07
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 7733 0 -1 4202560 2007 0 0 0 7 0 0 0 16 0 13 0 7369684 1565487104 38872 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=1528796 CPUtime=0
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 7733 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7369685 1565487104 38872 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=1528796 CPUtime=0
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7369685 1565487104 38872 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=1528796 CPUtime=0
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 7369693 1565487104 38872 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=1528796 CPUtime=0.79
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 7733 0 -1 4202560 657 0 0 0 79 0 0 0 15 0 13 0 7369693 1565487104 38872 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=1528796 CPUtime=0.67
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 7733 0 -1 4202560 1398 0 0 0 67 0 0 0 15 0 13 0 7369693 1565487104 38872 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=1528796 CPUtime=0
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7369693 1565487104 38872 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=1528796 CPUtime=0
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7369693 1565487104 38872 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=1528796 CPUtime=0
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7369945 1565487104 38872 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 1528796

[startup+12.7027 s]
/proc/loadavg: 2.38 1.76 1.29 2/119 9212
/proc/meminfo: memFree=1802364/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=1529372 CPUtime=13.5
/proc/9199/stat : 9199 (java) S 9197 9199 7733 0 -1 4202496 40583 0 97 0 1328 22 0 0 16 0 13 0 7369651 1566076928 39259 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 12
/proc/9199/statm: 382343 39259 1444 10 0 379645 0
[pid=9199/tid=9201] ppid=9197 vsize=1529372 CPUtime=11.36
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 7733 0 -1 4202560 31991 0 58 0 1120 16 0 0 25 0 13 0 7369667 1566076928 39259 1992294400 134512640 134550932 4292732096 18446744073709551615 4109706565 0 4 0 16800975 0 0 0 -1 1 0 0 17
[pid=9199/tid=9202] ppid=9197 vsize=1529372 CPUtime=0.06
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 7733 0 -1 4202560 1459 0 0 0 6 0 0 0 18 0 13 0 7369680 1566076928 39259 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=1529372 CPUtime=0.06
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 7733 0 -1 4202560 1503 0 0 0 6 0 0 0 18 0 13 0 7369680 1566076928 39259 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=1529372 CPUtime=0.31
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 7733 0 -1 4202560 2249 0 0 0 30 1 0 0 16 0 13 0 7369684 1566076928 39259 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 7733 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7369685 1566076928 39259 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7369685 1566076928 39259 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 7369693 1566076928 39259 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=1529372 CPUtime=0.91
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 7733 0 -1 4202560 950 0 0 0 91 0 0 0 16 0 13 0 7369693 1566076928 39259 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=1529372 CPUtime=0.72
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 7733 0 -1 4202560 1405 0 0 0 72 0 0 0 16 0 13 0 7369693 1566076928 39259 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7369693 1566076928 39259 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7369693 1566076928 39259 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7369945 1566076928 39259 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 1529372

[startup+25.5019 s]
/proc/loadavg: 2.17 1.74 1.28 2/119 9212
/proc/meminfo: memFree=1801124/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=1529372 CPUtime=26.33
/proc/9199/stat : 9199 (java) S 9197 9199 7733 0 -1 4202496 40876 0 97 0 2611 22 0 0 16 0 13 0 7369651 1566076928 39549 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 12
/proc/9199/statm: 382343 39549 1444 10 0 379645 0
[pid=9199/tid=9201] ppid=9197 vsize=1529372 CPUtime=23.9
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 7733 0 -1 4202560 31994 0 58 0 2373 17 0 0 25 0 13 0 7369667 1566076928 39549 1992294400 134512640 134550932 4292732096 18446744073709551615 4109706565 0 4 0 16800975 0 0 0 -1 1 0 0 17
[pid=9199/tid=9202] ppid=9197 vsize=1529372 CPUtime=0.08
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 7733 0 -1 4202560 1459 0 0 0 8 0 0 0 18 0 13 0 7369680 1566076928 39549 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=1529372 CPUtime=0.08
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 7733 0 -1 4202560 1503 0 0 0 8 0 0 0 15 0 13 0 7369680 1566076928 39549 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=1529372 CPUtime=0.55
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 7733 0 -1 4202560 2539 0 0 0 54 1 0 0 15 0 13 0 7369684 1566076928 39549 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 7733 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7369685 1566076928 39549 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=1529372 CPUtime=0

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

/proc/9199/statm: 382343 57097 1444 10 0 379645 0
[pid=9199/tid=9201] ppid=9197 vsize=1529372 CPUtime=1651.94
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 7733 0 -1 4202560 32051 0 58 0 165176 18 0 0 25 0 13 0 7369667 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4109706565 0 4 0 16800975 0 0 0 -1 1 0 0 17
[pid=9199/tid=9202] ppid=9197 vsize=1529372 CPUtime=1.39
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 7733 0 -1 4202560 8403 0 0 0 134 5 0 0 18 0 13 0 7369680 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=1529372 CPUtime=1.51
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 7733 0 -1 4202560 9370 0 0 0 146 5 0 0 16 0 13 0 7369680 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=1529372 CPUtime=7.44
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 7733 0 -1 4202560 7460 0 0 0 740 4 0 0 15 0 13 0 7369684 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 7733 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7369685 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7369685 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 7369693 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=1529372 CPUtime=0.95
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 7733 0 -1 4202560 950 0 0 0 95 0 0 0 15 0 13 0 7369693 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=1529372 CPUtime=0.72
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 7733 0 -1 4202560 1405 0 0 0 72 0 0 0 16 0 13 0 7369693 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7369693 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 7733 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 7369693 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7369945 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.01
Current children cumulated vsize (KiB) 1529372

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9267
/proc/meminfo: memFree=1721224/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=1529372 CPUtime=1723.99
/proc/9199/stat : 9199 (java) S 9197 9199 7733 0 -1 4202496 60765 0 97 0 172364 35 0 0 16 0 13 0 7369651 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 12
/proc/9199/statm: 382343 57097 1444 10 0 379645 0
[pid=9199/tid=9201] ppid=9197 vsize=1529372 CPUtime=1711.92
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 7733 0 -1 4202560 32051 0 58 0 171174 18 0 0 25 0 13 0 7369667 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4109706565 0 4 0 16800975 0 0 0 -1 1 0 0 17
[pid=9199/tid=9202] ppid=9197 vsize=1529372 CPUtime=1.39
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 7733 0 -1 4202560 8403 0 0 0 134 5 0 0 18 0 13 0 7369680 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=1529372 CPUtime=1.51
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 7733 0 -1 4202560 9370 0 0 0 146 5 0 0 16 0 13 0 7369680 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=1529372 CPUtime=7.44
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 7733 0 -1 4202560 7460 0 0 0 740 4 0 0 15 0 13 0 7369684 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 7733 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7369685 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7369685 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 7369693 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=1529372 CPUtime=0.95
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 7733 0 -1 4202560 950 0 0 0 95 0 0 0 15 0 13 0 7369693 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=1529372 CPUtime=0.72
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 7733 0 -1 4202560 1405 0 0 0 72 0 0 0 16 0 13 0 7369693 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7369693 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 7733 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 7369693 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7369945 1566076928 57097 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1723.99
Current children cumulated vsize (KiB) 1529372

[startup+1782.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/119 9269
/proc/meminfo: memFree=1720976/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=1529372 CPUtime=1784.07
/proc/9199/stat : 9199 (java) S 9197 9199 7733 0 -1 4202496 60774 0 97 0 178371 36 0 0 16 0 13 0 7369651 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 12
/proc/9199/statm: 382343 57098 1444 10 0 379645 0
[pid=9199/tid=9201] ppid=9197 vsize=1529372 CPUtime=1771.52
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 7733 0 -1 4202560 32053 0 58 0 177134 18 0 0 25 0 13 0 7369667 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4109812088 0 4 0 16800975 0 0 0 -1 1 0 0 17
[pid=9199/tid=9202] ppid=9197 vsize=1529372 CPUtime=1.47
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 7733 0 -1 4202560 8404 0 0 0 142 5 0 0 18 0 13 0 7369680 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=1529372 CPUtime=1.59
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 7733 0 -1 4202560 9370 0 0 0 154 5 0 0 16 0 13 0 7369680 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=1529372 CPUtime=7.74
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 7733 0 -1 4202560 7464 0 0 0 770 4 0 0 16 0 13 0 7369684 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 7733 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7369685 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7369685 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 7369693 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=1529372 CPUtime=0.95
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 7733 0 -1 4202560 950 0 0 0 95 0 0 0 15 0 13 0 7369693 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=1529372 CPUtime=0.72
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 7733 0 -1 4202560 1405 0 0 0 72 0 0 0 16 0 13 0 7369693 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7369693 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 7733 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 7369693 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7369945 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.07
Current children cumulated vsize (KiB) 1529372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/119 9269
/proc/meminfo: memFree=1720976/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=1529372 CPUtime=1800.07
/proc/9199/stat : 9199 (java) S 9197 9199 7733 0 -1 4202496 60776 0 97 0 179971 36 0 0 16 0 13 0 7369651 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 12
/proc/9199/statm: 382343 57098 1444 10 0 379645 0
[pid=9199/tid=9201] ppid=9197 vsize=1529372 CPUtime=1787.52
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 7733 0 -1 4202560 32053 0 58 0 178734 18 0 0 25 0 13 0 7369667 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4109154826 0 4 0 16800975 0 0 0 -1 1 0 0 17
[pid=9199/tid=9202] ppid=9197 vsize=1529372 CPUtime=1.47
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 7733 0 -1 4202560 8404 0 0 0 142 5 0 0 18 0 13 0 7369680 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=1529372 CPUtime=1.59
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 7733 0 -1 4202560 9370 0 0 0 154 5 0 0 16 0 13 0 7369680 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=1529372 CPUtime=7.74
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 7733 0 -1 4202560 7464 0 0 0 770 4 0 0 15 0 13 0 7369684 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 7733 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7369685 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7369685 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 7369693 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=1529372 CPUtime=0.95
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 7733 0 -1 4202560 950 0 0 0 95 0 0 0 15 0 13 0 7369693 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=1529372 CPUtime=0.72
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 7733 0 -1 4202560 1405 0 0 0 72 0 0 0 16 0 13 0 7369693 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7369693 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 7733 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 7369693 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=1529372 CPUtime=0
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7369945 1566076928 57098 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1529372

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

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

[startup+1798.42 s]
/proc/loadavg: 1.06 1.02 1.00 2/121 9272
/proc/meminfo: memFree=1720900/2059040 swapFree=4121180/4192956
[pid=9199] ppid=9197 vsize=1530020 CPUtime=1800.28
/proc/9199/stat : 9199 (java) S 9197 9199 7733 0 -1 4202496 60797 0 97 0 179992 36 0 0 15 0 14 0 7369651 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 12
/proc/9199/statm: 382505 57117 1445 10 0 379807 0
[pid=9199/tid=9201] ppid=9197 vsize=1530020 CPUtime=1787.64
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 7733 0 -1 4202560 32053 0 58 0 178746 18 0 0 25 0 14 0 7369667 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4109757647 0 4 0 16800975 0 0 0 -1 1 0 0 17
[pid=9199/tid=9202] ppid=9197 vsize=1530020 CPUtime=1.47
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 7733 0 -1 4202560 8404 0 0 0 142 5 0 0 18 0 14 0 7369680 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=1530020 CPUtime=1.59
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 7733 0 -1 4202560 9370 0 0 0 154 5 0 0 16 0 14 0 7369680 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=1530020 CPUtime=7.74
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 7733 0 -1 4202560 7464 0 0 0 770 4 0 0 15 0 14 0 7369684 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 0 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=1530020 CPUtime=0
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 7733 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 7369685 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=1530020 CPUtime=0
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 7369685 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=1530020 CPUtime=0
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 7733 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 14 0 7369693 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=1530020 CPUtime=1.02
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 7733 0 -1 4202560 951 0 0 0 102 0 0 0 15 0 14 0 7369693 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=1530020 CPUtime=0.72
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 7733 0 -1 4202560 1405 0 0 0 72 0 0 0 16 0 14 0 7369693 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=1530020 CPUtime=0
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7369693 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=1530020 CPUtime=0
/proc/9199/task/9211/stat : 9211 (java) R 9197 9199 7733 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 7369693 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=1530020 CPUtime=0
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7369945 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
[pid=9199/tid=9271] ppid=9197 vsize=1530020 CPUtime=0
/proc/9199/task/9271/stat : 9271 (java) S 9197 9199 7733 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 14 0 7549483 1566740480 57117 1992294400 134512640 134550932 4292732096 18446744073709551615 4294960144 0 4 0 16800975 18446604437815124160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1530020

Child status: 143
Real time (s): 1798.45
CPU time (s): 1800.31
CPU user time (s): 1799.92
CPU system time (s): 0.386941
CPU usage (%): 100.103
Max. virtual memory (cumulated for all children) (KiB): 1530020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.386941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60797
page faults= 97
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38020
involuntary context switches= 7213

runsolver used 3.69744 second user time and 9.43456 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-12 06:41:23
IDJOB=2659495
IDBENCH=1372
IDSOLVER=1164
FILE ID=node015/2659495-1276317683
PBS_JOBID= 11173133
Free space on /tmp= 62544 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659495-1276317683/watcher-2659495-1276317683 -o /tmp/evaluation-result-2659495-1276317683/solver-2659495-1276317683 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659495-1276317683.opb

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

MD5SUM BENCH= a399b3055416a9d1117a7f2bb11b2cef
RANDOM SEED=660772053

node015.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.244
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.48
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.244
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.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1966216 kB
Buffers:          2336 kB
Cached:          16396 kB
SwapCached:      19056 kB
Active:          17852 kB
Inactive:        21656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1966216 kB
SwapTotal:     4192956 kB
SwapFree:      4121180 kB
Dirty:            4500 kB
Writeback:           0 kB
AnonPages:        6816 kB
Mapped:           5944 kB
Slab:            31676 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181212 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= 62544 MiB
End job on node015 at 2010-06-12 07:11:24