Trace number 2690897

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.22 1794.23

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/
normalized-j12026_5-unsat--soft-33-100-0.wbo
MD5SUM03b08701e36df5e014168edc711c28ff
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3411
Best CPU time to get the best result obtained on this benchmark1800.28
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables32912
Total number of constraints109848
Number of soft constraints73680
Number of constraints which are clauses109308
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints540
Minimum length of a constraint1
Maximum length of a constraint66
Top cost 3699128
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3699127
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 428
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.09	c Pseudo Boolean Optimization
0.11/0.09	c --- Begin Solver configuration ---
0.11/0.09	c Stops conflict analysis at the first Unique Implication Point
0.11/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.09	c Learn all clauses as in MiniSAT
0.11/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.09	c Expensive reason simplification
0.11/0.09	c Armin Biere (Picosat) restarts strategy
0.11/0.09	c Glucose learned constraints deletion strategy
0.11/0.09	c timeout=2147483s
0.11/0.09	c DB Simplification allowed=false
0.11/0.09	c --- End Solver configuration ---
0.11/0.09	c solving HOME/instance-2690897-1277886182.wbo
0.11/0.09	c reading problem ... 
4.70/2.97	c ... done. Wall clock time 2.877s.
4.70/2.97	c #vars     106592
4.70/2.97	c #constraints  98292
4.70/2.97	c constraints type 
4.70/2.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12528
4.70/2.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 9447
4.70/2.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 70569
4.70/2.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
9.27/6.54	c cleaning 2489 clauses out of 4999 with flag 5000/5000
13.06/10.25	c cleaning 4249 clauses out of 8510 with flag 11000/11000
17.67/14.89	c cleaning 5598 clauses out of 11263 with flag 18002/18002
22.69/19.87	c cleaning 6822 clauses out of 13663 with flag 26000/26000
28.90/26.03	c cleaning 7904 clauses out of 15841 with flag 35000/35000
35.21/32.35	c cleaning 8964 clauses out of 17936 with flag 45000/45000
42.82/39.96	c cleaning 9979 clauses out of 19972 with flag 56000/56000
51.82/48.96	c cleaning 10994 clauses out of 21994 with flag 68001/68001
60.44/57.59	c cleaning 11982 clauses out of 23999 with flag 81000/81000
70.47/67.50	c cleaning 12991 clauses out of 26017 with flag 95000/95000
81.19/78.24	c cleaning 13981 clauses out of 28027 with flag 110001/110001
92.81/89.89	c cleaning 14991 clauses out of 30046 with flag 126002/126002
105.04/102.04	c cleaning 16001 clauses out of 32053 with flag 143000/143000
120.37/117.32	c cleaning 17000 clauses out of 34052 with flag 161000/161000
135.50/132.45	c cleaning 18020 clauses out of 36053 with flag 180001/180001
150.93/147.85	c cleaning 19004 clauses out of 38032 with flag 200000/200000
167.26/164.14	c cleaning 20007 clauses out of 40031 with flag 221003/221003
185.18/182.06	c cleaning 20987 clauses out of 42021 with flag 243000/243000
204.60/201.47	c cleaning 22006 clauses out of 44034 with flag 266000/266000
224.52/221.35	c cleaning 22986 clauses out of 46028 with flag 290000/290000
245.56/242.37	c cleaning 23995 clauses out of 48044 with flag 315002/315002
266.71/263.40	c cleaning 25001 clauses out of 50047 with flag 341000/341000
287.37/284.08	c cleaning 26014 clauses out of 52046 with flag 368000/368000
310.19/306.82	c cleaning 27007 clauses out of 54032 with flag 396000/396000
334.45/331.02	c cleaning 28000 clauses out of 56025 with flag 425000/425000
358.19/354.79	c cleaning 28994 clauses out of 58025 with flag 455000/455000
385.33/381.80	c cleaning 29996 clauses out of 60033 with flag 486002/486002
414.47/410.92	c cleaning 31009 clauses out of 62035 with flag 518000/518000
442.44/438.90	c cleaning 31998 clauses out of 64027 with flag 551001/551001
472.08/468.44	c cleaning 32981 clauses out of 66028 with flag 585000/585000
503.34/499.60	c cleaning 34005 clauses out of 68048 with flag 620001/620001
535.99/532.27	c cleaning 35000 clauses out of 70042 with flag 656000/656000
570.84/567.06	c cleaning 36001 clauses out of 72043 with flag 693001/693001
605.70/601.85	c cleaning 37005 clauses out of 74042 with flag 731001/731001
642.38/638.41	c cleaning 38004 clauses out of 76037 with flag 770001/770001
680.14/676.10	c cleaning 39012 clauses out of 78033 with flag 810001/810001
718.91/714.88	c cleaning 39991 clauses out of 80023 with flag 851003/851003
756.47/752.32	c cleaning 41010 clauses out of 82029 with flag 893000/893000
799.23/795.07	c cleaning 41984 clauses out of 84019 with flag 936000/936000
849.22/844.94	c cleaning 43009 clauses out of 86035 with flag 980000/980000
896.39/892.03	c cleaning 43999 clauses out of 88026 with flag 1025000/1025000
950.68/946.20	c cleaning 44991 clauses out of 90027 with flag 1071000/1071000
999.26/994.71	c cleaning 46000 clauses out of 92037 with flag 1118001/1118001
1052.85/1048.30	c cleaning 46985 clauses out of 94036 with flag 1166000/1166000
1104.01/1099.33	c cleaning 48015 clauses out of 96051 with flag 1215000/1215000
1159.51/1154.73	c cleaning 49004 clauses out of 98036 with flag 1265000/1265000
1214.53/1209.67	c cleaning 49996 clauses out of 100033 with flag 1316001/1316001
1267.03/1262.08	c cleaning 51002 clauses out of 102036 with flag 1368000/1368000
1323.23/1318.16	c cleaning 51990 clauses out of 104034 with flag 1421000/1421000
1381.84/1376.61	c cleaning 53002 clauses out of 106045 with flag 1475001/1475001
1439.54/1434.27	c cleaning 53988 clauses out of 108043 with flag 1530001/1530001
1499.73/1494.31	c cleaning 54991 clauses out of 110055 with flag 1586001/1586001
1554.72/1549.24	c cleaning 56021 clauses out of 112064 with flag 1643001/1643001
1620.55/1614.94	c cleaning 56997 clauses out of 114042 with flag 1701000/1701000
1685.45/1679.78	c cleaning 58011 clauses out of 116045 with flag 1760000/1760000
1761.06/1755.28	c cleaning 58995 clauses out of 118035 with flag 1820001/1820001
1800.03/1794.16	c starts		: 210
1800.03/1794.16	c conflicts		: 1852657
1800.03/1794.16	c decisions		: 2377617
1800.03/1794.16	c propagations		: 2484531449
1800.03/1794.16	c inspects		: 10083463150
1800.03/1794.16	c learnt literals	: 3
1800.03/1794.16	c learnt binary clauses	: 81
1800.03/1794.16	c learnt ternary clauses	: 1251
1800.03/1794.16	c learnt clauses	: 1852654
1800.03/1794.16	c ignored clauses	: 0
1800.03/1794.16	c root simplifications	: 0
1800.03/1794.16	c removed literals (reason simplification)	: 68287691
1800.03/1794.16	c reason swapping (by a shorter reason)	: 0
1800.03/1794.16	c Calls to reduceDB	: 56
1800.03/1794.16	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.16	c number of learned constraints concerned by reduction	: 0
1800.03/1794.16	c number of learning phase by resolution	: 0
1800.03/1794.16	c number of learning phase by cutting planes	: 0
1800.03/1794.16	c speed (assignments/second)	: 1387083.6069408567
1800.03/1794.16	c non guided choices	14
1800.03/1794.19	c learnt constraints type 
1800.03/1794.19	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 91634
1800.03/1794.19	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 81
1800.03/1794.19	c constraints type 
1800.03/1794.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12528
1800.03/1794.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 9447
1800.03/1794.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 70569
1800.03/1794.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
1800.03/1794.19	s UNKNOWN
1800.03/1794.19	c Total wall clock time (in seconds): 1794.097

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-2690897-1277886182/watcher-2690897-1277886182 -o /tmp/evaluation-result-2690897-1277886182/solver-2690897-1277886182 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2690897-1277886182.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.32 0.09 0.02 3/200 9932
/proc/meminfo: memFree=31435616/32951124 swapFree=67111528/67111528
[pid=9932] ppid=9930 vsize=13644 CPUtime=0
/proc/9932/stat : 9932 (java) S 9930 9932 9699 0 -1 4202496 1160 0 0 0 0 0 0 0 23 0 2 0 129913833 13971456 613 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/9932/statm: 3411 613 291 10 0 1206 0
[pid=9932/tid=9933] ppid=9930 vsize=13684 CPUtime=0
/proc/9932/task/9933/stat : 9933 (java) R 9930 9932 9699 0 -1 4202560 138 0 0 0 0 0 0 0 25 0 2 0 129913833 14012416 627 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 7 0 0 0

[startup+0.0915289 s]
/proc/loadavg: 0.32 0.09 0.02 3/200 9932
/proc/meminfo: memFree=31435616/32951124 swapFree=67111528/67111528
[pid=9932] ppid=9930 vsize=1529988 CPUtime=0.11
/proc/9932/stat : 9932 (java) S 9930 9932 9699 0 -1 4202496 5149 0 1 0 10 1 0 0 23 0 18 0 129913833 1566707712 4585 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9932/statm: 382497 4585 1346 10 0 379799 0
[pid=9932/tid=9933] ppid=9930 vsize=1529988 CPUtime=0.08
/proc/9932/task/9933/stat : 9933 (java) R 9930 9932 9699 0 -1 4202560 3464 0 1 0 7 1 0 0 19 0 18 0 129913833 1566707712 4585 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529988

[startup+0.103506 s]
/proc/loadavg: 0.32 0.09 0.02 3/200 9932
/proc/meminfo: memFree=31435616/32951124 swapFree=67111528/67111528
[pid=9932] ppid=9930 vsize=1529988 CPUtime=0.12
/proc/9932/stat : 9932 (java) S 9930 9932 9699 0 -1 4202496 5423 0 1 0 11 1 0 0 23 0 18 0 129913833 1566707712 4859 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9932/statm: 382497 4859 1348 10 0 379799 0
[pid=9932/tid=9933] ppid=9930 vsize=1529988 CPUtime=0.09
/proc/9932/task/9933/stat : 9933 (java) R 9930 9932 9699 0 -1 4202560 3739 0 1 0 8 1 0 0 19 0 18 0 129913833 1566707712 4860 4089446400 134512640 134550932 4294269408 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529988

[startup+0.301233 s]
/proc/loadavg: 0.32 0.09 0.02 3/200 9932
/proc/meminfo: memFree=31435616/32951124 swapFree=67111528/67111528
[pid=9932] ppid=9930 vsize=1532292 CPUtime=0.52
/proc/9932/stat : 9932 (java) S 9930 9932 9699 0 -1 4202496 8192 0 1 0 51 1 0 0 23 0 18 0 129913833 1569067008 7469 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9932/statm: 383073 7470 1403 10 0 380375 0
[pid=9932/tid=9933] ppid=9930 vsize=1532292 CPUtime=0.27
/proc/9932/task/9933/stat : 9933 (java) R 9930 9932 9699 0 -1 4202560 5774 0 1 0 26 1 0 0 19 0 18 0 129913833 1569067008 7470 4089446400 134512640 134550932 4294269408 18446744073709551615 4109643268 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1532292

[startup+0.70037 s]
/proc/loadavg: 0.32 0.09 0.02 3/200 9932
/proc/meminfo: memFree=31435616/32951124 swapFree=67111528/67111528
[pid=9932] ppid=9930 vsize=1532144 CPUtime=1.19
/proc/9932/stat : 9932 (java) S 9930 9932 9699 0 -1 4202496 41637 0 1 0 114 5 0 0 23 0 18 0 129913833 1568915456 40561 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9932/statm: 383036 40567 1423 10 0 380338 0
[pid=9932/tid=9933] ppid=9930 vsize=1532144 CPUtime=0.64
/proc/9932/task/9933/stat : 9933 (java) S 9930 9932 9699 0 -1 4202560 32021 0 1 0 60 4 0 0 18 0 18 0 129913833 1568915456 40570 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1532144

[startup+1.50129 s]
/proc/loadavg: 0.32 0.09 0.02 4/218 9950
/proc/meminfo: memFree=31233548/32951124 swapFree=67111528/67111528
[pid=9932] ppid=9930 vsize=1532156 CPUtime=2.61
/proc/9932/stat : 9932 (java) S 9930 9932 9699 0 -1 4202496 49645 0 1 0 252 9 0 0 23 0 18 0 129913833 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9932/statm: 383039 48415 1423 10 0 380341 0
[pid=9932/tid=9933] ppid=9930 vsize=1532156 CPUtime=1.3
/proc/9932/task/9933/stat : 9933 (java) R 9930 9932 9699 0 -1 4202560 32046 0 1 0 126 4 0 0 17 0 18 0 129913833 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9932/tid=9935] ppid=9930 vsize=1532156 CPUtime=0.06
/proc/9932/task/9935/stat : 9935 (java) S 9930 9932 9699 0 -1 4202560 2753 0 0 0 6 0 0 0 15 0 18 0 129913834 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 3 0 0 0
[pid=9932/tid=9936] ppid=9930 vsize=1532156 CPUtime=0.1
/proc/9932/task/9936/stat : 9936 (java) S 9930 9932 9699 0 -1 4202560 2493 0 0 0 10 0 0 0 15 0 18 0 129913834 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 7 0 0 0
[pid=9932/tid=9937] ppid=9930 vsize=1532156 CPUtime=0.09
/proc/9932/task/9937/stat : 9937 (java) S 9930 9932 9699 0 -1 4202560 2802 0 0 0 9 0 0 0 15 0 18 0 129913834 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 0 0 0 0
[pid=9932/tid=9938] ppid=9930 vsize=1532156 CPUtime=0.04
/proc/9932/task/9938/stat : 9938 (java) S 9930 9932 9699 0 -1 4202560 982 0 0 0 4 0 0 0 15 0 18 0 129913834 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 2 0 0 0
[pid=9932/tid=9939] ppid=9930 vsize=1532156 CPUtime=0.11
/proc/9932/task/9939/stat : 9939 (java) S 9930 9932 9699 0 -1 4202560 2718 0 0 0 11 0 0 0 15 0 18 0 129913834 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 4 0 0 0
[pid=9932/tid=9940] ppid=9930 vsize=1532156 CPUtime=0.09
/proc/9932/task/9940/stat : 9940 (java) S 9930 9932 9699 0 -1 4202560 901 0 0 0 9 0 0 0 15 0 18 0 129913834 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 3 0 0 0
[pid=9932/tid=9941] ppid=9930 vsize=1532156 CPUtime=0.08
/proc/9932/task/9941/stat : 9941 (java) S 9930 9932 9699 0 -1 4202560 1120 0 0 0 8 0 0 0 15 0 18 0 129913834 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9942] ppid=9930 vsize=1532156 CPUtime=0.09
/proc/9932/task/9942/stat : 9942 (java) S 9930 9932 9699 0 -1 4202560 959 0 0 0 9 0 0 0 15 0 18 0 129913834 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9943] ppid=9930 vsize=1532156 CPUtime=0
/proc/9932/task/9943/stat : 9943 (java) S 9930 9932 9699 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 18 0 129913835 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9944] ppid=9930 vsize=1532156 CPUtime=0
/proc/9932/task/9944/stat : 9944 (java) S 9930 9932 9699 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 129913835 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9945] ppid=9930 vsize=1532156 CPUtime=0
/proc/9932/task/9945/stat : 9945 (java) S 9930 9932 9699 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 129913835 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9946] ppid=9930 vsize=1532156 CPUtime=0
/proc/9932/task/9946/stat : 9946 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 129913837 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9947] ppid=9930 vsize=1532156 CPUtime=0.3
/proc/9932/task/9947/stat : 9947 (java) S 9930 9932 9699 0 -1 4202560 867 0 0 0 30 0 0 0 20 0 18 0 129913837 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 0 0 0 0
[pid=9932/tid=9948] ppid=9930 vsize=1532156 CPUtime=0.23
/proc/9932/task/9948/stat : 9948 (java) S 9930 9932 9699 0 -1 4202560 922 0 0 0 23 0 0 0 15 0 18 0 129913837 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 3 0 0 0
[pid=9932/tid=9949] ppid=9930 vsize=1532156 CPUtime=0
/proc/9932/task/9949/stat : 9949 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 129913837 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9950] ppid=9930 vsize=1532156 CPUtime=0
/proc/9932/task/9950/stat : 9950 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 129913837 1568927744 48415 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1532156

[startup+3.10096 s]
/proc/loadavg: 0.32 0.09 0.02 3/218 9950
/proc/meminfo: memFree=31220280/32951124 swapFree=67111528/67111528
[pid=9932] ppid=9930 vsize=1549900 CPUtime=5.2
/proc/9932/stat : 9932 (java) S 9930 9932 9699 0 -1 4202496 59773 0 1 0 505 15 0 0 23 0 18 0 129913833 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9932/statm: 387475 56005 1430 10 0 384777 0
[pid=9932/tid=9933] ppid=9930 vsize=1549900 CPUtime=2.78
/proc/9932/task/9933/stat : 9933 (java) R 9930 9932 9699 0 -1 4202560 32498 0 1 0 274 4 0 0 18 0 18 0 129913833 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4109269496 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9932/tid=9935] ppid=9930 vsize=1549900 CPUtime=0.11
/proc/9932/task/9935/stat : 9935 (java) S 9930 9932 9699 0 -1 4202560 2998 0 0 0 11 0 0 0 15 0 18 0 129913834 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 7 0 0 0
[pid=9932/tid=9936] ppid=9930 vsize=1549900 CPUtime=0.15
/proc/9932/task/9936/stat : 9936 (java) S 9930 9932 9699 0 -1 4202560 2728 0 0 0 14 1 0 0 15 0 18 0 129913834 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 7 0 0 0
[pid=9932/tid=9937] ppid=9930 vsize=1549900 CPUtime=0.16
/proc/9932/task/9937/stat : 9937 (java) S 9930 9932 9699 0 -1 4202560 3196 0 0 0 15 1 0 0 15 0 18 0 129913834 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 4 0 0 0
[pid=9932/tid=9938] ppid=9930 vsize=1549900 CPUtime=0.11
/proc/9932/task/9938/stat : 9938 (java) S 9930 9932 9699 0 -1 4202560 1506 0 0 0 11 0 0 0 15 0 18 0 129913834 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 2 0 0 0
[pid=9932/tid=9939] ppid=9930 vsize=1549900 CPUtime=0.16
/proc/9932/task/9939/stat : 9939 (java) S 9930 9932 9699 0 -1 4202560 3040 0 0 0 16 0 0 0 15 0 18 0 129913834 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9940] ppid=9930 vsize=1549900 CPUtime=0.15
/proc/9932/task/9940/stat : 9940 (java) S 9930 9932 9699 0 -1 4202560 1477 0 0 0 15 0 0 0 15 0 18 0 129913834 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 4 0 0 0
[pid=9932/tid=9941] ppid=9930 vsize=1549900 CPUtime=0.13
/proc/9932/task/9941/stat : 9941 (java) S 9930 9932 9699 0 -1 4202560 1459 0 0 0 12 1 0 0 15 0 18 0 129913834 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 3 0 0 0
[pid=9932/tid=9942] ppid=9930 vsize=1549900 CPUtime=0.16
/proc/9932/task/9942/stat : 9942 (java) S 9930 9932 9699 0 -1 4202560 1397 0 0 0 15 1 0 0 15 0 18 0 129913834 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9943] ppid=9930 vsize=1549900 CPUtime=0.02
/proc/9932/task/9943/stat : 9943 (java) S 9930 9932 9699 0 -1 4202560 17 0 0 0 1 1 0 0 15 0 18 0 129913835 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9944] ppid=9930 vsize=1549900 CPUtime=0
/proc/9932/task/9944/stat : 9944 (java) S 9930 9932 9699 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 129913835 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9945] ppid=9930 vsize=1549900 CPUtime=0
/proc/9932/task/9945/stat : 9945 (java) S 9930 9932 9699 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 129913835 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9946] ppid=9930 vsize=1549900 CPUtime=0
/proc/9932/task/9946/stat : 9946 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 129913837 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9947] ppid=9930 vsize=1549900 CPUtime=0.66
/proc/9932/task/9947/stat : 9947 (java) R 9930 9932 9699 0 -1 4202560 5618 0 0 0 66 0 0 0 16 0 18 0 129913837 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 106251593 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9932/tid=9948] ppid=9930 vsize=1549900 CPUtime=0.49
/proc/9932/task/9948/stat : 9948 (java) R 9930 9932 9699 0 -1 4202560 2774 0 0 0 49 0 0 0 16 0 18 0 129913837 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 105543463 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9932/tid=9949] ppid=9930 vsize=1549900 CPUtime=0
/proc/9932/task/9949/stat : 9949 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 129913837 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9950] ppid=9930 vsize=1549900 CPUtime=0
/proc/9932/task/9950/stat : 9950 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 129913837 1587097600 56005 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 1549900

[startup+6.30138 s]
/proc/loadavg: 0.46 0.12 0.03 3/219 9951
/proc/meminfo: memFree=31194116/32951124 swapFree=67111528/67111528
[pid=9932] ppid=9930 vsize=1546796 CPUtime=9.06
/proc/9932/stat : 9932 (java) S 9930 9932 9699 0 -1 4202496 61097 0 1 0 890 16 0 0 23 0 19 0 129913833 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9932/statm: 386699 55580 1442 10 0 384001 0
[pid=9932/tid=9933] ppid=9930 vsize=1546796 CPUtime=5.97
/proc/9932/task/9933/stat : 9933 (java) R 9930 9932 9699 0 -1 4202560 32513 0 1 0 593 4 0 0 25 0 19 0 129913833 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4110096482 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9932/tid=9935] ppid=9930 vsize=1546796 CPUtime=0.11
/proc/9932/task/9935/stat : 9935 (java) S 9930 9932 9699 0 -1 4202560 2998 0 0 0 11 0 0 0 15 0 19 0 129913834 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 7 0 0 0
[pid=9932/tid=9936] ppid=9930 vsize=1546796 CPUtime=0.15
/proc/9932/task/9936/stat : 9936 (java) S 9930 9932 9699 0 -1 4202560 2728 0 0 0 14 1 0 0 15 0 19 0 129913834 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 7 0 0 0
[pid=9932/tid=9937] ppid=9930 vsize=1546796 CPUtime=0.16
/proc/9932/task/9937/stat : 9937 (java) S 9930 9932 9699 0 -1 4202560 3196 0 0 0 15 1 0 0 15 0 19 0 129913834 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 4 0 0 0
[pid=9932/tid=9938] ppid=9930 vsize=1546796 CPUtime=0.11
/proc/9932/task/9938/stat : 9938 (java) S 9930 9932 9699 0 -1 4202560 1506 0 0 0 11 0 0 0 15 0 19 0 129913834 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 2 0 0 0
[pid=9932/tid=9939] ppid=9930 vsize=1546796 CPUtime=0.16
/proc/9932/task/9939/stat : 9939 (java) S 9930 9932 9699 0 -1 4202560 3040 0 0 0 16 0 0 0 15 0 19 0 129913834 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9940] ppid=9930 vsize=1546796 CPUtime=0.15
/proc/9932/task/9940/stat : 9940 (java) S 9930 9932 9699 0 -1 4202560 1477 0 0 0 15 0 0 0 15 0 19 0 129913834 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 4 0 0 0
[pid=9932/tid=9941] ppid=9930 vsize=1546796 CPUtime=0.13
/proc/9932/task/9941/stat : 9941 (java) S 9930 9932 9699 0 -1 4202560 1459 0 0 0 12 1 0 0 15 0 19 0 129913834 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 3 0 0 0
[pid=9932/tid=9942] ppid=9930 vsize=1546796 CPUtime=0.16
/proc/9932/task/9942/stat : 9942 (java) S 9930 9932 9699 0 -1 4202560 1397 0 0 0 15 1 0 0 15 0 19 0 129913834 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9943] ppid=9930 vsize=1546796 CPUtime=0.02
/proc/9932/task/9943/stat : 9943 (java) S 9930 9932 9699 0 -1 4202560 17 0 0 0 1 1 0 0 15 0 19 0 129913835 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9944] ppid=9930 vsize=1546796 CPUtime=0
/proc/9932/task/9944/stat : 9944 (java) S 9930 9932 9699 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 129913835 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9945] ppid=9930 vsize=1546796 CPUtime=0
/proc/9932/task/9945/stat : 9945 (java) S 9930 9932 9699 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 129913835 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9946] ppid=9930 vsize=1546796 CPUtime=0
/proc/9932/task/9946/stat : 9946 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129913837 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9947] ppid=9930 vsize=1546796 CPUtime=1.03
/proc/9932/task/9947/stat : 9947 (java) S 9930 9932 9699 0 -1 4202560 6401 0 0 0 102 1 0 0 16 0 19 0 129913837 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 7 0 0 0
[pid=9932/tid=9948] ppid=9930 vsize=1546796 CPUtime=0.79
/proc/9932/task/9948/stat : 9948 (java) S 9930 9932 9699 0 -1 4202560 3291 0 0 0 79 0 0 0 15 0 19 0 129913837 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 0 0 0 0
[pid=9932/tid=9949] ppid=9930 vsize=1546796 CPUtime=0
/proc/9932/task/9949/stat : 9949 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 129913837 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9950] ppid=9930 vsize=1546796 CPUtime=0
/proc/9932/task/9950/stat : 9950 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 129913837 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9951] ppid=9930 vsize=1546796 CPUtime=0
/proc/9932/task/9951/stat : 9951 (java) S 9930 9932 9699 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 129914160 1583919104 55580 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.06
Current children cumulated vsize (KiB) 1546796

[startup+12.7012 s]
/proc/loadavg: 0.58 0.15 0.04 3/219 9952
/proc/meminfo: memFree=31181740/32951124 swapFree=67111528/67111528
[pid=9932] ppid=9930 vsize=1546796 CPUtime=15.57

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

[pid=9932/tid=9938] ppid=9930 vsize=1548844 CPUtime=0.55
/proc/9932/task/9938/stat : 9938 (java) S 9930 9932 9699 0 -1 4202560 2334 0 0 0 51 4 0 0 15 0 19 0 129913834 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 7 0 0 0
[pid=9932/tid=9939] ppid=9930 vsize=1548844 CPUtime=0.67
/proc/9932/task/9939/stat : 9939 (java) S 9930 9932 9699 0 -1 4202560 4249 0 0 0 63 4 0 0 16 0 19 0 129913834 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 6 0 0 0
[pid=9932/tid=9940] ppid=9930 vsize=1548844 CPUtime=0.63
/proc/9932/task/9940/stat : 9940 (java) S 9930 9932 9699 0 -1 4202560 2999 0 0 0 59 4 0 0 15 0 19 0 129913834 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 4 0 0 0
[pid=9932/tid=9941] ppid=9930 vsize=1548844 CPUtime=0.53
/proc/9932/task/9941/stat : 9941 (java) S 9930 9932 9699 0 -1 4202560 3036 0 0 0 48 5 0 0 16 0 19 0 129913834 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 4 0 0 0
[pid=9932/tid=9942] ppid=9930 vsize=1548844 CPUtime=0.64
/proc/9932/task/9942/stat : 9942 (java) S 9930 9932 9699 0 -1 4202560 3045 0 0 0 59 5 0 0 16 0 19 0 129913834 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 0 0 0 0
[pid=9932/tid=9943] ppid=9930 vsize=1548844 CPUtime=6.76
/proc/9932/task/9943/stat : 9943 (java) S 9930 9932 9699 0 -1 4202560 773 0 0 0 673 3 0 0 15 0 19 0 129913835 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446604471071123584 0 0 -1 2 0 0 0
[pid=9932/tid=9944] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9944/stat : 9944 (java) S 9930 9932 9699 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 129913835 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9945] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9945/stat : 9945 (java) S 9930 9932 9699 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 129913835 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9946] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9946/stat : 9946 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129913837 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9947] ppid=9930 vsize=1548844 CPUtime=1.09
/proc/9932/task/9947/stat : 9947 (java) S 9930 9932 9699 0 -1 4202560 6419 0 0 0 108 1 0 0 15 0 19 0 129913837 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9948] ppid=9930 vsize=1548844 CPUtime=0.84
/proc/9932/task/9948/stat : 9948 (java) S 9930 9932 9699 0 -1 4202560 3297 0 0 0 84 0 0 0 15 0 19 0 129913837 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 0 0 0 0
[pid=9932/tid=9949] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9949/stat : 9949 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 129913837 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9950] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9950/stat : 9950 (java) S 9930 9932 9699 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 129913837 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9951] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9951/stat : 9951 (java) S 9930 9932 9699 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 129914160 1586016256 66755 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1728.13
Current children cumulated vsize (KiB) 1548844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/201 10232
/proc/meminfo: memFree=29098976/32951124 swapFree=67111528/67111528
[pid=9932] ppid=9930 vsize=1548844 CPUtime=1788.22
/proc/9932/stat : 9932 (java) S 9930 9932 9699 0 -1 4202496 74488 0 1 0 178768 54 0 0 23 0 19 0 129913833 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9932/statm: 387211 67213 1447 10 0 384513 0
[pid=9932/tid=9933] ppid=9930 vsize=1548844 CPUtime=1774.2
/proc/9932/task/9933/stat : 9933 (java) R 9930 9932 9699 0 -1 4202560 32690 0 1 0 177415 5 0 0 25 0 19 0 129913833 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4110051104 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=9932/tid=9935] ppid=9930 vsize=1548844 CPUtime=0.66
/proc/9932/task/9935/stat : 9935 (java) S 9930 9932 9699 0 -1 4202560 4933 0 0 0 60 6 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9936] ppid=9930 vsize=1548844 CPUtime=0.66
/proc/9932/task/9936/stat : 9936 (java) S 9930 9932 9699 0 -1 4202560 4562 0 0 0 61 5 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9937] ppid=9930 vsize=1548844 CPUtime=0.65
/proc/9932/task/9937/stat : 9937 (java) S 9930 9932 9699 0 -1 4202560 4673 0 0 0 60 5 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 6 0 0 0
[pid=9932/tid=9938] ppid=9930 vsize=1548844 CPUtime=0.57
/proc/9932/task/9938/stat : 9938 (java) S 9930 9932 9699 0 -1 4202560 2522 0 0 0 53 4 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 7 0 0 0
[pid=9932/tid=9939] ppid=9930 vsize=1548844 CPUtime=0.67
/proc/9932/task/9939/stat : 9939 (java) S 9930 9932 9699 0 -1 4202560 4264 0 0 0 63 4 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 4 0 0 0
[pid=9932/tid=9940] ppid=9930 vsize=1548844 CPUtime=0.64
/proc/9932/task/9940/stat : 9940 (java) S 9930 9932 9699 0 -1 4202560 3054 0 0 0 60 4 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 2 0 0 0
[pid=9932/tid=9941] ppid=9930 vsize=1548844 CPUtime=0.55
/proc/9932/task/9941/stat : 9941 (java) S 9930 9932 9699 0 -1 4202560 3073 0 0 0 50 5 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 4 0 0 0
[pid=9932/tid=9942] ppid=9930 vsize=1548844 CPUtime=0.65
/proc/9932/task/9942/stat : 9942 (java) S 9930 9932 9699 0 -1 4202560 3046 0 0 0 60 5 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 0 0 0 0
[pid=9932/tid=9943] ppid=9930 vsize=1548844 CPUtime=6.91
/proc/9932/task/9943/stat : 9943 (java) S 9930 9932 9699 0 -1 4202560 777 0 0 0 688 3 0 0 15 0 19 0 129913835 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446604471071123584 0 0 -1 2 0 0 0
[pid=9932/tid=9944] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9944/stat : 9944 (java) S 9930 9932 9699 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 129913835 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9945] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9945/stat : 9945 (java) S 9930 9932 9699 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 129913835 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9946] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9946/stat : 9946 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129913837 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9947] ppid=9930 vsize=1548844 CPUtime=1.09
/proc/9932/task/9947/stat : 9947 (java) S 9930 9932 9699 0 -1 4202560 6419 0 0 0 108 1 0 0 15 0 19 0 129913837 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9948] ppid=9930 vsize=1548844 CPUtime=0.84
/proc/9932/task/9948/stat : 9948 (java) S 9930 9932 9699 0 -1 4202560 3297 0 0 0 84 0 0 0 15 0 19 0 129913837 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 0 0 0 0
[pid=9932/tid=9949] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9949/stat : 9949 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 129913837 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9950] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9950/stat : 9950 (java) S 9930 9932 9699 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 129913837 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9951] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9951/stat : 9951 (java) S 9930 9932 9699 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 129914160 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1788.22
Current children cumulated vsize (KiB) 1548844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.11 s]
/proc/loadavg: 2.08 2.02 1.70 3/201 10232
/proc/meminfo: memFree=29083220/32951124 swapFree=67111528/67111528
[pid=9932] ppid=9930 vsize=1548844 CPUtime=1800.03
/proc/9932/stat : 9932 (java) S 9930 9932 9699 0 -1 4202496 74488 0 1 0 179949 54 0 0 23 0 19 0 129913833 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9932/statm: 387211 67213 1447 10 0 384513 0
[pid=9932/tid=9933] ppid=9930 vsize=1548844 CPUtime=1786.01
/proc/9932/task/9933/stat : 9933 (java) R 9930 9932 9699 0 -1 4202560 32690 0 1 0 178596 5 0 0 25 0 19 0 129913833 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4110169693 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=9932/tid=9935] ppid=9930 vsize=1548844 CPUtime=0.66
/proc/9932/task/9935/stat : 9935 (java) S 9930 9932 9699 0 -1 4202560 4933 0 0 0 60 6 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9936] ppid=9930 vsize=1548844 CPUtime=0.66
/proc/9932/task/9936/stat : 9936 (java) S 9930 9932 9699 0 -1 4202560 4562 0 0 0 61 5 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9937] ppid=9930 vsize=1548844 CPUtime=0.65
/proc/9932/task/9937/stat : 9937 (java) S 9930 9932 9699 0 -1 4202560 4673 0 0 0 60 5 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 6 0 0 0
[pid=9932/tid=9938] ppid=9930 vsize=1548844 CPUtime=0.57
/proc/9932/task/9938/stat : 9938 (java) S 9930 9932 9699 0 -1 4202560 2522 0 0 0 53 4 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 7 0 0 0
[pid=9932/tid=9939] ppid=9930 vsize=1548844 CPUtime=0.67
/proc/9932/task/9939/stat : 9939 (java) S 9930 9932 9699 0 -1 4202560 4264 0 0 0 63 4 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 4 0 0 0
[pid=9932/tid=9940] ppid=9930 vsize=1548844 CPUtime=0.64
/proc/9932/task/9940/stat : 9940 (java) S 9930 9932 9699 0 -1 4202560 3054 0 0 0 60 4 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 2 0 0 0
[pid=9932/tid=9941] ppid=9930 vsize=1548844 CPUtime=0.55
/proc/9932/task/9941/stat : 9941 (java) S 9930 9932 9699 0 -1 4202560 3073 0 0 0 50 5 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 4 0 0 0
[pid=9932/tid=9942] ppid=9930 vsize=1548844 CPUtime=0.65
/proc/9932/task/9942/stat : 9942 (java) S 9930 9932 9699 0 -1 4202560 3046 0 0 0 60 5 0 0 15 0 19 0 129913834 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 0 0 0 0
[pid=9932/tid=9943] ppid=9930 vsize=1548844 CPUtime=6.91
/proc/9932/task/9943/stat : 9943 (java) S 9930 9932 9699 0 -1 4202560 777 0 0 0 688 3 0 0 15 0 19 0 129913835 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446604471071123584 0 0 -1 2 0 0 0
[pid=9932/tid=9944] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9944/stat : 9944 (java) S 9930 9932 9699 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 129913835 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9945] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9945/stat : 9945 (java) S 9930 9932 9699 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 129913835 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9946] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9946/stat : 9946 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129913837 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9947] ppid=9930 vsize=1548844 CPUtime=1.09
/proc/9932/task/9947/stat : 9947 (java) S 9930 9932 9699 0 -1 4202560 6419 0 0 0 108 1 0 0 15 0 19 0 129913837 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9948] ppid=9930 vsize=1548844 CPUtime=0.84
/proc/9932/task/9948/stat : 9948 (java) S 9930 9932 9699 0 -1 4202560 3297 0 0 0 84 0 0 0 15 0 19 0 129913837 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 0 0 0 0
[pid=9932/tid=9949] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9949/stat : 9949 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 129913837 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9950] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9950/stat : 9950 (java) S 9930 9932 9699 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 129913837 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9951] ppid=9930 vsize=1548844 CPUtime=0
/proc/9932/task/9951/stat : 9951 (java) S 9930 9932 9699 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 129914160 1586016256 67213 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1548844

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

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

[startup+1794.21 s]
/proc/loadavg: 2.08 2.02 1.70 3/201 10232
/proc/meminfo: memFree=29083220/32951124 swapFree=67111528/67111528
[pid=9932] ppid=9930 vsize=1549492 CPUtime=1800.2
/proc/9932/stat : 9932 (java) S 9930 9932 9699 0 -1 4202496 74511 0 1 0 179966 54 0 0 18 0 18 0 129913833 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9932/statm: 387373 67234 1448 10 0 384675 0
[pid=9932/tid=9933] ppid=9930 vsize=1549492 CPUtime=1786.1
/proc/9932/task/9933/stat : 9933 (java) S 9930 9932 9699 0 -1 4202560 32690 0 1 0 178605 5 0 0 25 0 18 0 129913833 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 6 0 0 0
[pid=9932/tid=9935] ppid=9930 vsize=1549492 CPUtime=0.67
/proc/9932/task/9935/stat : 9935 (java) S 9930 9932 9699 0 -1 4202560 4933 0 0 0 61 6 0 0 15 0 18 0 129913834 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9936] ppid=9930 vsize=1549492 CPUtime=0.66
/proc/9932/task/9936/stat : 9936 (java) S 9930 9932 9699 0 -1 4202560 4562 0 0 0 61 5 0 0 15 0 18 0 129913834 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9937] ppid=9930 vsize=1549492 CPUtime=0.65
/proc/9932/task/9937/stat : 9937 (java) S 9930 9932 9699 0 -1 4202560 4673 0 0 0 60 5 0 0 15 0 18 0 129913834 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 6 0 0 0
[pid=9932/tid=9938] ppid=9930 vsize=1549492 CPUtime=0.57
/proc/9932/task/9938/stat : 9938 (java) S 9930 9932 9699 0 -1 4202560 2523 0 0 0 53 4 0 0 15 0 18 0 129913834 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 7 0 0 0
[pid=9932/tid=9939] ppid=9930 vsize=1549492 CPUtime=0.68
/proc/9932/task/9939/stat : 9939 (java) S 9930 9932 9699 0 -1 4202560 4264 0 0 0 64 4 0 0 15 0 18 0 129913834 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 4 0 0 0
[pid=9932/tid=9940] ppid=9930 vsize=1549492 CPUtime=0.64
/proc/9932/task/9940/stat : 9940 (java) S 9930 9932 9699 0 -1 4202560 3054 0 0 0 60 4 0 0 15 0 18 0 129913834 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 2 0 0 0
[pid=9932/tid=9941] ppid=9930 vsize=1549492 CPUtime=0.55
/proc/9932/task/9941/stat : 9941 (java) S 9930 9932 9699 0 -1 4202560 3073 0 0 0 50 5 0 0 15 0 18 0 129913834 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 0 0 0 0
[pid=9932/tid=9942] ppid=9930 vsize=1549492 CPUtime=0.65
/proc/9932/task/9942/stat : 9942 (java) S 9930 9932 9699 0 -1 4202560 3046 0 0 0 60 5 0 0 15 0 18 0 129913834 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 0 0 0 0
[pid=9932/tid=9943] ppid=9930 vsize=1549492 CPUtime=6.91
/proc/9932/task/9943/stat : 9943 (java) S 9930 9932 9699 0 -1 4202560 777 0 0 0 688 3 0 0 15 0 18 0 129913835 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 0 0 16800975 18446604471071123584 0 0 -1 2 0 0 0
[pid=9932/tid=9944] ppid=9930 vsize=1549492 CPUtime=0
/proc/9932/task/9944/stat : 9944 (java) S 9930 9932 9699 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 129913835 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9945] ppid=9930 vsize=1549492 CPUtime=0
/proc/9932/task/9945/stat : 9945 (java) S 9930 9932 9699 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 129913835 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 5 0 0 0
[pid=9932/tid=9947] ppid=9930 vsize=1549492 CPUtime=1.12
/proc/9932/task/9947/stat : 9947 (java) S 9930 9932 9699 0 -1 4202560 6421 0 0 0 111 1 0 0 15 0 18 0 129913837 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9948] ppid=9930 vsize=1549492 CPUtime=0.84
/proc/9932/task/9948/stat : 9948 (java) S 9930 9932 9699 0 -1 4202560 3297 0 0 0 84 0 0 0 15 0 18 0 129913837 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 0 0 0 0
[pid=9932/tid=9949] ppid=9930 vsize=1549492 CPUtime=0
/proc/9932/task/9949/stat : 9949 (java) S 9930 9932 9699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 129913837 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 1 0 0 0
[pid=9932/tid=9951] ppid=9930 vsize=1549492 CPUtime=0
/proc/9932/task/9951/stat : 9951 (java) S 9930 9932 9699 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 18 0 129914160 1586679808 67234 4089446400 134512640 134550932 4294269408 18446744073709551615 4294960144 0 4 0 16800975 18446604471071123584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1549492

Child status: 143
Real time (s): 1794.23
CPU time (s): 1800.22
CPU user time (s): 1799.67
CPU system time (s): 0.555915
CPU usage (%): 100.334
Max. virtual memory (cumulated for all children) (KiB): 1549900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.555915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74511
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= 43705
involuntary context switches= 166301

runsolver used 3.09753 second user time and 6.70398 second system time

The end

Launcher Data

Begin job on node133 at 2010-06-30 10:23:02
IDJOB=2690897
IDBENCH=78640
IDSOLVER=1202
FILE ID=node133/2690897-1277886182
PBS_JOBID= 11197087
Free space on /tmp= 74204 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/normalized-j12026_5-unsat--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2690897-1277886182/watcher-2690897-1277886182 -o /tmp/evaluation-result-2690897-1277886182/solver-2690897-1277886182 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2690897-1277886182.wbo

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

MD5SUM BENCH= 03b08701e36df5e014168edc711c28ff
RANDOM SEED=127521970

node133.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7296.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31435896 kB
Buffers:        170068 kB
Cached:         938876 kB
SwapCached:          0 kB
Active:         742212 kB
Inactive:       629196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31435896 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7852 kB
Writeback:           0 kB
AnonPages:      262804 kB
Mapped:          20476 kB
Slab:            78628 kB
PageTables:       5780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1657916 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node133 at 2010-06-30 10:52:58