Trace number 2662135

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.51 911.815

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-1.opb
MD5SUM5a9e4c8983ff8fc3ce01109a5c224dd2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13453
Number of constraints which are clauses13453
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1786e64
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2808b3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662135-1276473610.opb
0.25/0.21	c reading problem ... 
1.94/1.16	c ... done. Wall clock time 0.947s.
1.94/1.16	c #vars     6352
1.94/1.16	c #constraints  13321
1.94/1.16	c constraints type 
1.94/1.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
1.94/1.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
1.94/1.16	c constraints type 
1.94/1.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6057
1.94/1.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6982
18.21/9.33	c cleaning 2500 clauses out of 5000 with flag 5000/5000
37.13/18.90	c cleaning 4247 clauses out of 8500 with flag 11000/11000
50.37/25.62	c cleaning 0 clauses out of 5001 with flag 0/5001
64.79/32.95	c cleaning 5621 clauses out of 11253 with flag 18000/18000
98.19/49.87	c cleaning 6810 clauses out of 13632 with flag 26000/26000
106.02/53.88	c cleaning 0 clauses out of 11000 with flag 0/11000
144.01/73.01	c cleaning 7905 clauses out of 15823 with flag 35001/35001
176.83/89.65	c cleaning 0 clauses out of 18000 with flag 0/18000
204.50/103.65	c cleaning 8955 clauses out of 17919 with flag 45002/45002
260.52/131.98	c cleaning 0 clauses out of 26000 with flag 0/26000
278.26/140.95	c cleaning 9975 clauses out of 19964 with flag 56002/56002
359.82/182.16	c cleaning 0 clauses out of 35000 with flag 0/35000
372.19/188.45	c cleaning 10984 clauses out of 21987 with flag 68000/68000
477.98/241.82	c cleaning 0 clauses out of 45001 with flag 0/45001
483.81/244.86	c cleaning 11992 clauses out of 24002 with flag 81000/81000
609.40/308.23	c cleaning 0 clauses out of 56002 with flag 0/56002
615.80/311.57	c cleaning 12999 clauses out of 26011 with flag 95001/95001
755.44/382.09	c cleaning 13500 clauses out of 27012 with flag 109001/109001
756.92/382.89	c cleaning 0 clauses out of 68001 with flag 0/68001
896.74/453.50	c cleaning 13750 clauses out of 27512 with flag 123001/123001
940.59/475.62	c cleaning 0 clauses out of 81001 with flag 0/81001
1017.37/514.42	c cleaning 13873 clauses out of 27762 with flag 137001/137001
1082.04/547.12	c cleaning 13939 clauses out of 27889 with flag 151001/151001
1142.18/577.57	c cleaning 13968 clauses out of 27950 with flag 165001/165001
1176.28/594.85	c cleaning 0 clauses out of 95000 with flag 0/95000
1202.11/607.95	c cleaning 13985 clauses out of 27983 with flag 179002/179002
1261.01/637.74	c cleaning 13994 clauses out of 27997 with flag 193001/193001
1322.65/668.98	c cleaning 13994 clauses out of 28002 with flag 207000/207000
1383.31/699.68	c cleaning 14000 clauses out of 28009 with flag 221001/221001
1446.56/731.69	c cleaning 13995 clauses out of 28009 with flag 235001/235001
1449.57/733.21	c cleaning 0 clauses out of 109000 with flag 0/109000
1510.44/764.02	c cleaning 14002 clauses out of 28013 with flag 249000/249000
1573.88/796.18	c cleaning 13999 clauses out of 28011 with flag 263000/263000
1640.09/829.68	c cleaning 13999 clauses out of 28012 with flag 277000/277000
1706.06/863.85	c cleaning 14000 clauses out of 28013 with flag 291000/291000
1768.43/895.49	c cleaning 0 clauses out of 123000 with flag 0/123000
1770.38/896.59	c cleaning 14003 clauses out of 28014 with flag 305001/305001
1800.12/911.61	c starts		: 134
1800.12/911.61	c conflicts		: 312055
1800.12/911.61	c decisions		: 316975
1800.12/911.61	c propagations		: 655018310
1800.12/911.61	c inspects		: 3101753857
1800.12/911.61	c learnt literals	: 1
1800.12/911.61	c learnt binary clauses	: 21
1800.12/911.61	c learnt ternary clauses	: 23
1800.12/911.61	c learnt clauses	: 312054
1800.12/911.61	c ignored clauses	: 0
1800.12/911.61	c root simplifications	: 0
1800.12/911.61	c removed literals (reason simplification)	: 2361579
1800.12/911.61	c reason swapping (by a shorter reason)	: 0
1800.12/911.61	c Calls to reduceDB	: 25
1800.12/911.61	c number of reductions to clauses (during analyze)	: 0
1800.12/911.61	c number of learned constraints concerned by reduction	: 0
1800.12/911.61	c number of learning phase by resolution	: 0
1800.12/911.61	c number of learning phase by cutting planes	: 0
1800.12/911.61	c speed (assignments/second)	: 719443.8393719157
1800.12/911.61	c non guided choices	0
1800.35/911.74	c learnt constraints type 
1800.35/911.74	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 21091
1800.35/911.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
1800.35/911.74	c constraints type 
1800.35/911.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
1800.35/911.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
1800.35/911.74	c constraints type 
1800.35/911.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6057
1800.35/911.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6982
1800.35/911.74	s UNKNOWN
1800.35/911.74	c Total wall clock time (in seconds): 911.525

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-2662135-1276473610/watcher-2662135-1276473610 -o /tmp/evaluation-result-2662135-1276473610/solver-2662135-1276473610 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662135-1276473610.opb 

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


[startup+0 s]
/proc/loadavg: 1.93 1.96 1.64 3/106 27866
/proc/meminfo: memFree=1803416/2059040 swapFree=4135888/4192956
[pid=27866] ppid=27864 vsize=248 CPUtime=0
/proc/27866/stat : 27866 (java) R 27864 27866 27841 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 22962316 253952 28 1992294400 134512640 134550932 4286958032 18446744073709551615 9183828 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27866/statm: 62 28 21 10 0 23 0

[startup+0.056414 s]
/proc/loadavg: 1.93 1.96 1.64 3/106 27866
/proc/meminfo: memFree=1803416/2059040 swapFree=4135888/4192956
[pid=27866] ppid=27864 vsize=1521664 CPUtime=0.04
/proc/27866/stat : 27866 (java) S 27864 27866 27841 0 -1 4202496 3568 0 1 0 2 2 0 0 18 0 7 0 22962316 1558183936 3009 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27866/statm: 380416 3009 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101419 s]
/proc/loadavg: 1.93 1.96 1.64 3/106 27866
/proc/meminfo: memFree=1803416/2059040 swapFree=4135888/4192956
[pid=27866] ppid=27864 vsize=1524180 CPUtime=0.08
/proc/27866/stat : 27866 (java) S 27864 27866 27841 0 -1 4202496 3959 0 1 0 6 2 0 0 18 0 12 0 22962316 1560760320 3398 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27866/statm: 381045 3398 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301572 s]
/proc/loadavg: 1.93 1.96 1.64 3/106 27866
/proc/meminfo: memFree=1803416/2059040 swapFree=4135888/4192956
[pid=27866] ppid=27864 vsize=1526080 CPUtime=0.37
/proc/27866/stat : 27866 (java) S 27864 27866 27841 0 -1 4202496 5415 0 1 0 34 3 0 0 18 0 12 0 22962316 1562705920 4852 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27866/statm: 381520 4852 1361 10 0 378823 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526080

[startup+0.701563 s]
/proc/loadavg: 1.93 1.96 1.64 3/106 27866
/proc/meminfo: memFree=1803416/2059040 swapFree=4135888/4192956
[pid=27866] ppid=27864 vsize=1529796 CPUtime=1.14
/proc/27866/stat : 27866 (java) S 27864 27866 27841 0 -1 4202496 8071 0 1 0 109 5 0 0 18 0 12 0 22962316 1566511104 7248 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27866/statm: 382449 7248 1400 10 0 379752 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529796

[startup+1.50155 s]
/proc/loadavg: 1.93 1.96 1.64 3/118 27878
/proc/meminfo: memFree=1765376/2059040 swapFree=4135888/4192956
[pid=27866] ppid=27864 vsize=1530944 CPUtime=2.72
/proc/27866/stat : 27866 (java) S 27864 27866 27841 0 -1 4202496 16915 0 1 0 261 11 0 0 18 0 14 0 22962316 1567686656 15108 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27866/statm: 382736 15108 1416 10 0 380039 0
[pid=27866/tid=27868] ppid=27864 vsize=1530944 CPUtime=1.13
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27841 0 -1 4202560 10973 0 1 0 106 7 0 0 19 0 14 0 22962318 1567686656 15108 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1530944 CPUtime=0
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27841 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 22962319 1567686656 15109 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1530944 CPUtime=0
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27841 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 14 0 22962319 1567686656 15109 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1530944 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 22962321 1567686656 15109 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1530944 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27841 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 14 0 22962321 1567686656 15109 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1530944 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27841 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 22962321 1567686656 15109 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1530944 CPUtime=0
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27841 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 14 0 22962326 1567686656 15109 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1530944 CPUtime=0.53
/proc/27866/task/27875/stat : 27875 (java) R 27864 27866 27841 0 -1 4202560 2138 0 0 0 53 0 0 0 25 0 14 0 22962326 1567686656 15110 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1530944 CPUtime=0.4
/proc/27866/task/27876/stat : 27876 (java) R 27864 27866 27841 0 -1 4202560 869 0 0 0 40 0 0 0 25 0 14 0 22962326 1567686656 15110 1992294400 134512640 134550932 4286958032 18446744073709551615 104139089 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1530944 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 22962326 1567686656 15110 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1530944 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22962326 1567686656 15110 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1530944

[startup+3.10151 s]
/proc/loadavg: 2.18 2.01 1.65 5/122 27882
/proc/meminfo: memFree=1738932/2059040 swapFree=4135888/4192956
[pid=27866] ppid=27864 vsize=1531592 CPUtime=5.9
/proc/27866/stat : 27866 (java) S 27864 27866 27841 0 -1 4202496 22432 0 1 0 577 13 0 0 18 0 16 0 22962316 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27866/statm: 382898 19589 1431 10 0 380201 0
[pid=27866/tid=27868] ppid=27864 vsize=1531592 CPUtime=1.13
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27841 0 -1 4202560 10973 0 1 0 106 7 0 0 18 0 16 0 22962318 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27841 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 22962319 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27841 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 16 0 22962319 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27841 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 16 0 22962321 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27841 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 16 0 22962321 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27841 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 22962321 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27841 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 16 0 22962326 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1531592 CPUtime=1.25
/proc/27866/task/27875/stat : 27875 (java) R 27864 27866 27841 0 -1 4202560 2431 0 0 0 125 0 0 0 25 0 16 0 22962326 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 106117337 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1531592 CPUtime=1
/proc/27866/task/27876/stat : 27876 (java) R 27864 27866 27841 0 -1 4202560 1749 0 0 0 100 0 0 0 25 0 16 0 22962326 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 106106993 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22962326 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22962326 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27879] ppid=27864 vsize=1531592 CPUtime=1.21
/proc/27866/task/27879/stat : 27879 (java) R 27864 27866 27841 0 -1 4202560 1590 0 0 0 120 1 0 0 20 0 16 0 22962433 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4109697339 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27866/tid=27880] ppid=27864 vsize=1531592 CPUtime=1.26
/proc/27866/task/27880/stat : 27880 (java) R 27864 27866 27841 0 -1 4202560 4613 0 0 0 124 2 0 0 19 0 16 0 22962433 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4109674963 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27866/tid=27881] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27881/stat : 27881 (java) S 27864 27866 27841 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 22962485 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27882] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27882/stat : 27882 (java) S 27864 27866 27841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 22962495 1568350208 19589 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 1531592

[startup+6.30144 s]
/proc/loadavg: 2.18 2.01 1.65 3/122 27882
/proc/meminfo: memFree=1663292/2059040 swapFree=4135888/4192956
[pid=27866] ppid=27864 vsize=1531592 CPUtime=12.24
/proc/27866/stat : 27866 (java) S 27864 27866 27841 0 -1 4202496 40568 0 1 0 1203 21 0 0 18 0 16 0 22962316 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27866/statm: 382898 37154 1442 10 0 380201 0
[pid=27866/tid=27868] ppid=27864 vsize=1531592 CPUtime=1.13
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27841 0 -1 4202560 10973 0 1 0 106 7 0 0 18 0 16 0 22962318 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1531592 CPUtime=0.03
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27841 0 -1 4202560 1014 0 0 0 3 0 0 0 18 0 16 0 22962319 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1531592 CPUtime=0.03
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27841 0 -1 4202560 1573 0 0 0 3 0 0 0 18 0 16 0 22962319 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27841 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 22962321 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 22962321 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22962321 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27841 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 16 0 22962326 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1531592 CPUtime=1.46
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27841 0 -1 4202560 2444 0 0 0 146 0 0 0 21 0 16 0 22962326 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1531592 CPUtime=1.22
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27841 0 -1 4202560 2323 0 0 0 122 0 0 0 16 0 16 0 22962326 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22962326 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22962326 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27879] ppid=27864 vsize=1531592 CPUtime=4.14
/proc/27866/task/27879/stat : 27879 (java) R 27864 27866 27841 0 -1 4202560 1630 0 0 0 413 1 0 0 25 0 16 0 22962433 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4109613066 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27866/tid=27880] ppid=27864 vsize=1531592 CPUtime=4.13
/proc/27866/task/27880/stat : 27880 (java) R 27864 27866 27841 0 -1 4202560 19527 0 0 0 405 8 0 0 25 0 16 0 22962433 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4109747594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27866/tid=27881] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27881/stat : 27881 (java) S 27864 27866 27841 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 22962485 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27882] ppid=27864 vsize=1531592 CPUtime=0
/proc/27866/task/27882/stat : 27882 (java) S 27864 27866 27841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 22962495 1568350208 37154 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 1531592

[startup+12.7013 s]
/proc/loadavg: 2.15 2.01 1.66 3/122 27882
/proc/meminfo: memFree=1645188/2059040 swapFree=4135888/4192956
[pid=27866] ppid=27864 vsize=1538760 CPUtime=24.86
/proc/27866/stat : 27866 (java) S 27864 27866 27841 0 -1 4202496 46480 0 1 0 2450 36 0 0 18 0 16 0 22962316 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27866/statm: 384690 42182 1447 10 0 381993 0
[pid=27866/tid=27868] ppid=27864 vsize=1538760 CPUtime=1.13
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27841 0 -1 4202560 10973 0 1 0 106 7 0 0 18 0 16 0 22962318 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1538760 CPUtime=0.09
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27841 0 -1 4202560 1189 0 0 0 9 0 0 0 16 0 16 0 22962319 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1538760 CPUtime=0.1
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27841 0 -1 4202560 1885 0 0 0 10 0 0 0 18 0 16 0 22962319 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1538760 CPUtime=0.23
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27841 0 -1 4202560 1442 0 0 0 11 12 0 0 15 0 16 0 22962321 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1538760 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 22962321 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1538760 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22962321 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1538760 CPUtime=0
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27841 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 16 0 22962326 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1538760 CPUtime=1.49
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27841 0 -1 4202560 2450 0 0 0 149 0 0 0 18 0 16 0 22962326 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1538760 CPUtime=1.56
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27841 0 -1 4202560 4781 0 0 0 155 1 0 0 15 0 16 0 22962326 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1538760 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22962326 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1538760 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22962326 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27879] ppid=27864 vsize=1538760 CPUtime=10.2
/proc/27866/task/27879/stat : 27879 (java) R 27864 27866 27841 0 -1 4202560 1630 0 0 0 1019 1 0 0 19 0 16 0 22962433 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4109697205 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27866/tid=27880] ppid=27864 vsize=1538760 CPUtime=9.95
/proc/27866/task/27880/stat : 27880 (java) R 27864 27866 27841 0 -1 4202560 21057 0 0 0 986 9 0 0 25 0 16 0 22962433 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4109612636 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27866/tid=27881] ppid=27864 vsize=1538760 CPUtime=0
/proc/27866/task/27881/stat : 27881 (java) S 27864 27866 27841 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 22962485 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27882] ppid=27864 vsize=1538760 CPUtime=0
/proc/27866/task/27882/stat : 27882 (java) S 27864 27866 27841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 22962495 1575690240 42182 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0

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

/proc/27866/statm: 383144 57185 1447 10 0 380447 0
[pid=27866/tid=27868] ppid=27864 vsize=1532576 CPUtime=1.13
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27841 0 -1 4202560 10974 0 1 0 106 7 0 0 15 0 16 0 22962318 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1532576 CPUtime=1.71
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27841 0 -1 4202560 7898 0 0 0 165 6 0 0 16 0 16 0 22962319 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1532576 CPUtime=1.72
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27841 0 -1 4202560 8499 0 0 0 166 6 0 0 16 0 16 0 22962319 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1532576 CPUtime=3.89
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27841 0 -1 4202560 2310 0 0 0 374 15 0 0 15 0 16 0 22962321 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 22962321 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22962321 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27841 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 16 0 22962326 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1532576 CPUtime=2.31
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27841 0 -1 4202560 4563 0 0 0 230 1 0 0 15 0 16 0 22962326 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1532576 CPUtime=1.72
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27841 0 -1 4202560 4784 0 0 0 171 1 0 0 15 0 16 0 22962326 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22962326 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27841 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 22962326 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27879] ppid=27864 vsize=1532576 CPUtime=750.78
/proc/27866/task/27879/stat : 27879 (java) R 27864 27866 27841 0 -1 4202560 1858 0 0 0 75065 13 0 0 25 0 16 0 22962433 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4109639372 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27866/tid=27880] ppid=27864 vsize=1532576 CPUtime=743.74
/proc/27866/task/27880/stat : 27880 (java) R 27864 27866 27841 0 -1 4202560 23979 0 0 0 74358 16 0 0 25 0 16 0 22962433 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4109750251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27866/tid=27881] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27881/stat : 27881 (java) S 27864 27866 27841 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 22962485 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27882] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27882/stat : 27882 (java) S 27864 27866 27841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 22962495 1569357824 57185 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1507.09
Current children cumulated vsize (KiB) 1532576

[startup+822.302 s]
/proc/loadavg: 2.36 2.24 1.95 3/122 27913
/proc/meminfo: memFree=1577236/2059040 swapFree=4135888/4192956
[pid=27866] ppid=27864 vsize=1532576 CPUtime=1625.64
/proc/27866/stat : 27866 (java) S 27864 27866 27841 0 -1 4202496 66155 0 1 0 162491 73 0 0 18 0 16 0 22962316 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27866/statm: 383144 57329 1447 10 0 380447 0
[pid=27866/tid=27868] ppid=27864 vsize=1532576 CPUtime=1.13
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27841 0 -1 4202560 10974 0 1 0 106 7 0 0 15 0 16 0 22962318 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1532576 CPUtime=1.83
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27841 0 -1 4202560 7931 0 0 0 177 6 0 0 16 0 16 0 22962319 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1532576 CPUtime=1.85
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27841 0 -1 4202560 8614 0 0 0 178 7 0 0 15 0 16 0 22962319 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1532576 CPUtime=4.27
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27841 0 -1 4202560 2314 0 0 0 412 15 0 0 15 0 16 0 22962321 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 22962321 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22962321 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27841 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 16 0 22962326 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1532576 CPUtime=2.31
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27841 0 -1 4202560 4563 0 0 0 230 1 0 0 15 0 16 0 22962326 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1532576 CPUtime=1.72
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27841 0 -1 4202560 4784 0 0 0 171 1 0 0 15 0 16 0 22962326 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22962326 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27841 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 22962326 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27879] ppid=27864 vsize=1532576 CPUtime=810.25
/proc/27866/task/27879/stat : 27879 (java) R 27864 27866 27841 0 -1 4202560 1873 0 0 0 81010 15 0 0 25 0 16 0 22962433 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4109613063 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27866/tid=27880] ppid=27864 vsize=1532576 CPUtime=802.19
/proc/27866/task/27880/stat : 27880 (java) R 27864 27866 27841 0 -1 4202560 23981 0 0 0 80203 16 0 0 25 0 16 0 22962433 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4109613063 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27866/tid=27881] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27881/stat : 27881 (java) S 27864 27866 27841 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 22962485 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27882] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27882/stat : 27882 (java) S 27864 27866 27841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 22962495 1569357824 57329 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1625.64
Current children cumulated vsize (KiB) 1532576

[startup+882.303 s]
/proc/loadavg: 2.49 2.32 1.99 3/122 27916
/proc/meminfo: memFree=1572152/2059040 swapFree=4135888/4192956
[pid=27866] ppid=27864 vsize=1532576 CPUtime=1742.46
/proc/27866/stat : 27866 (java) S 27864 27866 27841 0 -1 4202496 67412 0 1 0 174170 76 0 0 18 0 16 0 22962316 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27866/statm: 383144 58545 1447 10 0 380447 0
[pid=27866/tid=27868] ppid=27864 vsize=1532576 CPUtime=1.13
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27841 0 -1 4202560 10974 0 1 0 106 7 0 0 15 0 16 0 22962318 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1532576 CPUtime=1.92
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27841 0 -1 4202560 8376 0 0 0 185 7 0 0 15 0 16 0 22962319 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1532576 CPUtime=1.99
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27841 0 -1 4202560 9318 0 0 0 192 7 0 0 15 0 16 0 22962319 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1532576 CPUtime=4.65
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27841 0 -1 4202560 2400 0 0 0 450 15 0 0 15 0 16 0 22962321 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 22962321 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22962321 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27841 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 16 0 22962326 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1532576 CPUtime=2.31
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27841 0 -1 4202560 4563 0 0 0 230 1 0 0 15 0 16 0 22962326 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1532576 CPUtime=1.72
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27841 0 -1 4202560 4784 0 0 0 171 1 0 0 15 0 16 0 22962326 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22962326 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27841 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 22962326 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27879] ppid=27864 vsize=1532576 CPUtime=868.09
/proc/27866/task/27879/stat : 27879 (java) R 27864 27866 27841 0 -1 4202560 1886 0 0 0 86792 17 0 0 25 0 16 0 22962433 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4109664932 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27866/tid=27880] ppid=27864 vsize=1532576 CPUtime=860.56
/proc/27866/task/27880/stat : 27880 (java) R 27864 27866 27841 0 -1 4202560 23986 0 0 0 86040 16 0 0 25 0 16 0 22962433 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4109613063 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27866/tid=27881] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27881/stat : 27881 (java) S 27864 27866 27841 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 22962485 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27882] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27882/stat : 27882 (java) S 27864 27866 27841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 22962495 1569357824 58545 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1742.46
Current children cumulated vsize (KiB) 1532576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.602 s]
/proc/loadavg: 2.29 2.28 1.99 3/122 27918
/proc/meminfo: memFree=1570168/2059040 swapFree=4135888/4192956
[pid=27866] ppid=27864 vsize=1532576 CPUtime=1800.12
/proc/27866/stat : 27866 (java) S 27864 27866 27841 0 -1 4202496 67939 0 1 0 179934 78 0 0 18 0 16 0 22962316 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27866/statm: 383144 59043 1447 10 0 380447 0
[pid=27866/tid=27868] ppid=27864 vsize=1532576 CPUtime=1.13
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27841 0 -1 4202560 10974 0 1 0 106 7 0 0 15 0 16 0 22962318 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1532576 CPUtime=1.98
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27841 0 -1 4202560 8634 0 0 0 191 7 0 0 15 0 16 0 22962319 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1532576 CPUtime=2.05
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27841 0 -1 4202560 9578 0 0 0 198 7 0 0 15 0 16 0 22962319 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1532576 CPUtime=5.07
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27841 0 -1 4202560 2400 0 0 0 492 15 0 0 15 0 16 0 22962321 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 22962321 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22962321 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27841 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 16 0 22962326 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1532576 CPUtime=2.31
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27841 0 -1 4202560 4563 0 0 0 230 1 0 0 15 0 16 0 22962326 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1532576 CPUtime=1.72
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27841 0 -1 4202560 4784 0 0 0 171 1 0 0 15 0 16 0 22962326 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22962326 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27841 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 22962326 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=27866/tid=27879] ppid=27864 vsize=1532576 CPUtime=896.89
/proc/27866/task/27879/stat : 27879 (java) R 27864 27866 27841 0 -1 4202560 1893 0 0 0 89671 18 0 0 25 0 16 0 22962433 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4109611321 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27866/tid=27880] ppid=27864 vsize=1532576 CPUtime=888.87
/proc/27866/task/27880/stat : 27880 (java) R 27864 27866 27841 0 -1 4202560 23988 0 0 0 88871 16 0 0 25 0 16 0 22962433 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4109674732 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27866/tid=27881] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27881/stat : 27881 (java) S 27864 27866 27841 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 22962485 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=27866/tid=27882] ppid=27864 vsize=1532576 CPUtime=0
/proc/27866/task/27882/stat : 27882 (java) S 27864 27866 27841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 22962495 1569357824 59043 1992294400 134512640 134550932 4286958032 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1532576

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

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

[startup+911.802 s]
/proc/loadavg: 2.29 2.28 1.99 2/109 27921
/proc/meminfo: memFree=1699120/2059040 swapFree=4135888/4192956
[pid=27866] ppid=27864 vsize=0 CPUtime=1800.49
/proc/27866/stat : 27866 (java) Z 27864 27866 27841 0 -1 4203548 67959 0 1 0 179969 80 0 0 16 0 2 0 22962316 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27866/statm: 0 0 0 0 0 0 0
[pid=27866/tid=27880] ppid=27864 vsize=0 CPUtime=889.01
/proc/27866/task/27880/stat : 27880 (java) R 27864 27866 27841 0 -1 4203588 23988 0 0 0 88883 18 0 0 25 0 2 0 22962433 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 911.815
CPU time (s): 1800.51
CPU user time (s): 1799.7
CPU system time (s): 0.810876
CPU usage (%): 197.464
Max. virtual memory (cumulated for all children) (KiB): 1540832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.810876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67959
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= 23766
involuntary context switches= 51386

runsolver used 4.18436 second user time and 11.2083 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-14 02:00:10
IDJOB=2662135
IDBENCH=2208
IDSOLVER=1166
FILE ID=node015/2662135-1276473610
PBS_JOBID= 11173375
Free space on /tmp= 62548 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662135-1276473610/watcher-2662135-1276473610 -o /tmp/evaluation-result-2662135-1276473610/solver-2662135-1276473610 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662135-1276473610.opb

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

MD5SUM BENCH= 5a9e4c8983ff8fc3ce01109a5c224dd2
RANDOM SEED=1704406453

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:       1803812 kB
Buffers:         85524 kB
Cached:          97324 kB
SwapCached:      17512 kB
Active:          95012 kB
Inactive:       107932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1803812 kB
SwapTotal:     4192956 kB
SwapFree:      4135888 kB
Dirty:             876 kB
Writeback:           0 kB
AnonPages:       11612 kB
Mapped:           9120 kB
Slab:            30312 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180320 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= 62548 MiB
End job on node015 at 2010-06-14 02:15:24