Trace number 2659309

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-26UNSAT 55.9865 54.2553

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111218308.opb
MD5SUM28297d3dd3c89d140e0fa9fe7bad5229
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.242962
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1154
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2659309-1276271478.opb
0.08/0.20	c reading problem ... 
0.36/0.31	c ... done. Wall clock time 0.109s.
0.36/0.31	c #vars     169
0.36/0.31	c #constraints  101
0.36/0.31	c constraints type 
0.36/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.36/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.36/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.36/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.40/1.44	c cleaning 2501 clauses out of 5004 with flag 5004/5004
2.97/1.99	c cleaning 4249 clauses out of 8499 with flag 11000/11000
3.67/2.62	c cleaning 5622 clauses out of 11250 with flag 18000/18000
4.48/3.41	c cleaning 6810 clauses out of 13630 with flag 26002/26002
5.30/4.26	c cleaning 7908 clauses out of 15819 with flag 35001/35001
6.20/5.19	c cleaning 8951 clauses out of 17910 with flag 45000/45000
7.30/6.26	c cleaning 9476 clauses out of 18960 with flag 55001/55001
8.23/7.15	c cleaning 9739 clauses out of 19484 with flag 65001/65001
9.06/7.94	c cleaning 9868 clauses out of 19744 with flag 75000/75000
10.06/8.98	c cleaning 9935 clauses out of 19876 with flag 85000/85000
11.07/9.91	c cleaning 9965 clauses out of 19941 with flag 95000/95000
12.07/10.92	c cleaning 9981 clauses out of 19976 with flag 105000/105000
12.97/11.89	c cleaning 9993 clauses out of 19995 with flag 115000/115000
13.97/12.88	c cleaning 9998 clauses out of 20005 with flag 125003/125003
14.86/13.75	c cleaning 9996 clauses out of 20004 with flag 135000/135000
15.78/14.64	c cleaning 9999 clauses out of 20008 with flag 145000/145000
16.59/15.49	c cleaning 10003 clauses out of 20013 with flag 155004/155004
17.48/16.34	c cleaning 10000 clauses out of 20007 with flag 165001/165001
18.38/17.23	c cleaning 9996 clauses out of 20008 with flag 175002/175002
19.29/18.14	c cleaning 10002 clauses out of 20011 with flag 185001/185001
20.09/18.96	c cleaning 9999 clauses out of 20009 with flag 195001/195001
20.89/19.77	c cleaning 9998 clauses out of 20009 with flag 205000/205000
21.79/20.61	c cleaning 10003 clauses out of 20012 with flag 215001/215001
22.59/21.41	c cleaning 9997 clauses out of 20008 with flag 225000/225000
23.39/22.26	c cleaning 10000 clauses out of 20011 with flag 235000/235000
24.20/23.07	c cleaning 9999 clauses out of 20011 with flag 245000/245000
25.09/23.93	c cleaning 10002 clauses out of 20013 with flag 255001/255001
26.00/24.89	c cleaning 10000 clauses out of 20011 with flag 265001/265001
26.90/25.75	c cleaning 9999 clauses out of 20011 with flag 275001/275001
27.71/26.59	c cleaning 10002 clauses out of 20012 with flag 285001/285001
28.62/27.41	c cleaning 9999 clauses out of 20009 with flag 295000/295000
29.51/28.32	c cleaning 10002 clauses out of 20011 with flag 305001/305001
30.32/29.12	c cleaning 9999 clauses out of 20008 with flag 315000/315000
31.12/29.99	c cleaning 9999 clauses out of 20010 with flag 325001/325001
32.03/30.88	c cleaning 10000 clauses out of 20011 with flag 335001/335001
32.92/31.73	c cleaning 9999 clauses out of 20010 with flag 345000/345000
33.82/32.65	c cleaning 10002 clauses out of 20012 with flag 355001/355001
34.63/33.43	c cleaning 9998 clauses out of 20010 with flag 365001/365001
35.43/34.20	c cleaning 10002 clauses out of 20011 with flag 375000/375000
36.23/35.05	c cleaning 10001 clauses out of 20010 with flag 385001/385001
37.13/35.93	c cleaning 9999 clauses out of 20008 with flag 395000/395000
38.03/36.88	c cleaning 10002 clauses out of 20011 with flag 405002/405002
38.93/37.73	c cleaning 9999 clauses out of 20008 with flag 415001/415001
39.74/38.58	c cleaning 9995 clauses out of 20008 with flag 425000/425000
40.64/39.49	c cleaning 10002 clauses out of 20013 with flag 435000/435000
41.44/40.28	c cleaning 10003 clauses out of 20011 with flag 445000/445000
42.35/41.12	c cleaning 9997 clauses out of 20008 with flag 455000/455000
43.15/41.95	c cleaning 10000 clauses out of 20011 with flag 465000/465000
43.95/42.72	c cleaning 9997 clauses out of 20011 with flag 475000/475000
44.75/43.57	c cleaning 10003 clauses out of 20014 with flag 485000/485000
45.55/44.33	c cleaning 10000 clauses out of 20012 with flag 495001/495001
46.26/45.09	c cleaning 10002 clauses out of 20012 with flag 505001/505001
47.25/46.07	c cleaning 9999 clauses out of 20009 with flag 515000/515000
48.05/46.87	c cleaning 10003 clauses out of 20014 with flag 525004/525004
48.86/47.62	c cleaning 10000 clauses out of 20007 with flag 535000/535000
49.76/48.53	c cleaning 9999 clauses out of 20010 with flag 545003/545003
50.56/49.38	c cleaning 10001 clauses out of 20010 with flag 555002/555002
51.36/50.15	c cleaning 10001 clauses out of 20010 with flag 565003/565003
52.16/50.99	c cleaning 10000 clauses out of 20006 with flag 575000/575000
53.25/51.96	c cleaning 10001 clauses out of 20006 with flag 585000/585000
54.68/53.02	c cleaning 10000 clauses out of 20006 with flag 595002/595002
55.82/54.15	c cleaning 9999 clauses out of 20003 with flag 605001/605001
55.82/54.19	c starts		: 164
55.82/54.19	c conflicts		: 605119
55.82/54.19	c decisions		: 839602
55.82/54.19	c propagations		: 12693567
55.82/54.19	c inspects		: 179402876
55.82/54.19	c learnt literals	: 7
55.82/54.19	c learnt binary clauses	: 18
55.82/54.19	c learnt ternary clauses	: 99
55.82/54.19	c learnt clauses	: 605111
55.82/54.19	c ignored clauses	: 0
55.82/54.19	c root simplifications	: 0
55.82/54.19	c removed literals (reason simplification)	: 6751085
55.82/54.19	c reason swapping (by a shorter reason)	: 0
55.82/54.19	c Calls to reduceDB	: 62
55.82/54.19	c number of reductions to clauses (during analyze)	: 0
55.82/54.19	c number of learned constraints concerned by reduction	: 0
55.82/54.19	c number of learning phase by resolution	: 0
55.82/54.19	c number of learning phase by cutting planes	: 0
55.82/54.19	c speed (assignments/second)	: 235633.32095786152
55.82/54.19	c non guided choices	47
55.93/54.21	c learnt constraints type 
55.93/54.21	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10099
55.93/54.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
55.93/54.21	c constraints type 
55.93/54.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
55.93/54.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
55.93/54.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
55.93/54.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
55.93/54.21	s UNSATISFIABLE
55.93/54.21	c Total wall clock time (in seconds): 54.005

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-2659309-1276271478/watcher-2659309-1276271478 -o /tmp/evaluation-result-2659309-1276271478/solver-2659309-1276271478 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659309-1276271478.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.00 1.00 0.99 3/106 3934
/proc/meminfo: memFree=1583576/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=248 CPUtime=0
/proc/3934/stat : 3934 (java) R 3932 3934 3358 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2751804 253952 23 1992294400 134512640 134550932 4289785424 18446744073709551615 7979104 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3934/statm: 62 28 21 10 0 23 0

[startup+0.0719179 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 3934
/proc/meminfo: memFree=1583576/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1521796 CPUtime=0.05
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 3713 0 1 0 3 2 0 0 18 0 7 0 2751804 1558319104 3154 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 380449 3154 1034 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.10092 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 3934
/proc/meminfo: memFree=1583576/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1524184 CPUtime=0.08
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 3961 0 1 0 5 3 0 0 18 0 12 0 2751804 1560764416 3400 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300659 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 3934
/proc/meminfo: memFree=1583576/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1526204 CPUtime=0.36
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 5341 0 1 0 32 4 0 0 18 0 12 0 2751804 1562832896 4778 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 381551 4778 1361 10 0 378853 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526204

[startup+0.700654 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 3934
/proc/meminfo: memFree=1583576/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1529496 CPUtime=1.15
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 6451 0 1 0 111 4 0 0 18 0 13 0 2751804 1566203904 5765 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 382374 5765 1411 10 0 379676 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1529496

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 0.99 4/119 3947
/proc/meminfo: memFree=1564128/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1530860 CPUtime=2.53
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 8024 0 1 0 248 5 0 0 18 0 13 0 2751804 1567600640 7098 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 382715 7098 1440 10 0 380017 0
[pid=3934/tid=3936] ppid=3932 vsize=1530860 CPUtime=1.45
/proc/3934/task/3936/stat : 3936 (java) R 3932 3934 3358 0 -1 4202560 4529 0 1 0 142 3 0 0 20 0 13 0 2751806 1567600640 7098 1992294400 134512640 134550932 4289785424 18446744073709551615 4109408176 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3934/tid=3937] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3937/stat : 3937 (java) S 3932 3934 3358 0 -1 4202560 101 0 0 0 0 0 0 0 18 0 13 0 2751807 1567600640 7098 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3938] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3938/stat : 3938 (java) S 3932 3934 3358 0 -1 4202560 93 0 0 0 0 0 0 0 17 0 13 0 2751807 1567600640 7098 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3939] ppid=3932 vsize=1530860 CPUtime=0.01
/proc/3934/task/3939/stat : 3939 (java) S 3932 3934 3358 0 -1 4202560 191 0 0 0 1 0 0 0 16 0 13 0 2751809 1567600640 7098 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3940] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3940/stat : 3940 (java) S 3932 3934 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2751810 1567600640 7098 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3941] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3941/stat : 3941 (java) S 3932 3934 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2751810 1567600640 7098 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3942] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3942/stat : 3942 (java) S 3932 3934 3358 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 2751814 1567600640 7098 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3943] ppid=3932 vsize=1530860 CPUtime=0.53
/proc/3934/task/3943/stat : 3943 (java) S 3932 3934 3358 0 -1 4202560 836 0 0 0 53 0 0 0 24 0 13 0 2751814 1567600640 7098 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3944] ppid=3932 vsize=1530860 CPUtime=0.5
/proc/3934/task/3944/stat : 3944 (java) S 3932 3934 3358 0 -1 4202560 1207 0 0 0 50 0 0 0 24 0 13 0 2751814 1567600640 7098 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3945] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3945/stat : 3945 (java) S 3932 3934 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2751814 1567600640 7098 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3946] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3946/stat : 3946 (java) S 3932 3934 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2751814 1567600640 7098 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3947] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3947/stat : 3947 (java) S 3932 3934 3358 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2751837 1567600640 7098 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1530860

[startup+3.10163 s]
/proc/loadavg: 1.16 1.03 1.00 3/119 3947
/proc/meminfo: memFree=1558920/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1530860 CPUtime=4.18
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 8509 0 1 0 413 5 0 0 18 0 13 0 2751804 1567600640 7580 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 382715 7580 1440 10 0 380017 0
[pid=3934/tid=3936] ppid=3932 vsize=1530860 CPUtime=2.98
/proc/3934/task/3936/stat : 3936 (java) R 3932 3934 3358 0 -1 4202560 4530 0 1 0 295 3 0 0 25 0 13 0 2751806 1567600640 7580 1992294400 134512640 134550932 4289785424 18446744073709551615 4109406471 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3934/tid=3937] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3937/stat : 3937 (java) S 3932 3934 3358 0 -1 4202560 208 0 0 0 0 0 0 0 16 0 13 0 2751807 1567600640 7580 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3938] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3938/stat : 3938 (java) S 3932 3934 3358 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 13 0 2751807 1567600640 7580 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3939] ppid=3932 vsize=1530860 CPUtime=0.05
/proc/3934/task/3939/stat : 3939 (java) S 3932 3934 3358 0 -1 4202560 382 0 0 0 5 0 0 0 15 0 13 0 2751809 1567600640 7580 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3940] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3940/stat : 3940 (java) S 3932 3934 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2751810 1567600640 7580 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3941] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3941/stat : 3941 (java) S 3932 3934 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2751810 1567600640 7580 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3942] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3942/stat : 3942 (java) S 3932 3934 3358 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 2751814 1567600640 7580 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3943] ppid=3932 vsize=1530860 CPUtime=0.54
/proc/3934/task/3943/stat : 3943 (java) S 3932 3934 3358 0 -1 4202560 836 0 0 0 54 0 0 0 21 0 13 0 2751814 1567600640 7580 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3944] ppid=3932 vsize=1530860 CPUtime=0.56
/proc/3934/task/3944/stat : 3944 (java) S 3932 3934 3358 0 -1 4202560 1213 0 0 0 56 0 0 0 15 0 13 0 2751814 1567600640 7580 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3945] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3945/stat : 3945 (java) S 3932 3934 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2751814 1567600640 7580 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3946] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3946/stat : 3946 (java) S 3932 3934 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2751814 1567600640 7580 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3947] ppid=3932 vsize=1530860 CPUtime=0
/proc/3934/task/3947/stat : 3947 (java) S 3932 3934 3358 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2751837 1567600640 7580 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1530860

[startup+6.30159 s]
/proc/loadavg: 1.16 1.03 1.00 2/119 3947
/proc/meminfo: memFree=1557060/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1529596 CPUtime=7.43
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 8943 0 1 0 737 6 0 0 18 0 13 0 2751804 1566306304 7750 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 382399 7750 1440 10 0 379701 0
[pid=3934/tid=3936] ppid=3932 vsize=1529596 CPUtime=6.05
/proc/3934/task/3936/stat : 3936 (java) R 3932 3934 3358 0 -1 4202560 4535 0 1 0 602 3 0 0 25 0 13 0 2751806 1566306304 7750 1992294400 134512640 134550932 4289785424 18446744073709551615 4109406537 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3934/tid=3937] ppid=3932 vsize=1529596 CPUtime=0.02
/proc/3934/task/3937/stat : 3937 (java) S 3932 3934 3358 0 -1 4202560 279 0 0 0 2 0 0 0 16 0 13 0 2751807 1566306304 7750 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3938] ppid=3932 vsize=1529596 CPUtime=0.02
/proc/3934/task/3938/stat : 3938 (java) S 3932 3934 3358 0 -1 4202560 364 0 0 0 2 0 0 0 15 0 13 0 2751807 1566306304 7750 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3939] ppid=3932 vsize=1529596 CPUtime=0.14
/proc/3934/task/3939/stat : 3939 (java) S 3932 3934 3358 0 -1 4202560 641 0 0 0 14 0 0 0 16 0 13 0 2751809 1566306304 7750 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3940] ppid=3932 vsize=1529596 CPUtime=0
/proc/3934/task/3940/stat : 3940 (java) S 3932 3934 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2751810 1566306304 7750 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3941] ppid=3932 vsize=1529596 CPUtime=0
/proc/3934/task/3941/stat : 3941 (java) S 3932 3934 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2751810 1566306304 7750 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3942] ppid=3932 vsize=1529596 CPUtime=0
/proc/3934/task/3942/stat : 3942 (java) S 3932 3934 3358 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 2751814 1566306304 7750 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3943] ppid=3932 vsize=1529596 CPUtime=0.57
/proc/3934/task/3943/stat : 3943 (java) S 3932 3934 3358 0 -1 4202560 840 0 0 0 57 0 0 0 15 0 13 0 2751814 1566306304 7750 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3944] ppid=3932 vsize=1529596 CPUtime=0.58
/proc/3934/task/3944/stat : 3944 (java) S 3932 3934 3358 0 -1 4202560 1217 0 0 0 58 0 0 0 15 0 13 0 2751814 1566306304 7750 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3945] ppid=3932 vsize=1529596 CPUtime=0
/proc/3934/task/3945/stat : 3945 (java) S 3932 3934 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2751814 1566306304 7750 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3946] ppid=3932 vsize=1529596 CPUtime=0
/proc/3934/task/3946/stat : 3946 (java) S 3932 3934 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2751814 1566306304 7750 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3947] ppid=3932 vsize=1529596 CPUtime=0
/proc/3934/task/3947/stat : 3947 (java) S 3932 3934 3358 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2751837 1566306304 7750 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 1529596

[startup+12.7015 s]
/proc/loadavg: 1.13 1.03 1.00 2/119 3947
/proc/meminfo: memFree=1556936/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1529596 CPUtime=13.87
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 9036 0 1 0 1381 6 0 0 18 0 13 0 2751804 1566306304 7837 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 382399 7837 1440 10 0 379701 0
[pid=3934/tid=3936] ppid=3932 vsize=1529596 CPUtime=12.29
/proc/3934/task/3936/stat : 3936 (java) R 3932 3934 3358 0 -1 4202560 4541 0 1 0 1225 4 0 0 25 0 13 0 2751806 1566306304 7837 1992294400 134512640 134550932 4289785424 18446744073709551615 4109250234 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3934/tid=3937] ppid=3932 vsize=1529596 CPUtime=0.04
/proc/3934/task/3937/stat : 3937 (java) S 3932 3934 3358 0 -1 4202560 281 0 0 0 4 0 0 0 16 0 13 0 2751807 1566306304 7837 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3938] ppid=3932 vsize=1529596 CPUtime=0.04
/proc/3934/task/3938/stat : 3938 (java) S 3932 3934 3358 0 -1 4202560 364 0 0 0 4 0 0 0 15 0 13 0 2751807 1566306304 7837 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3939] ppid=3932 vsize=1529596 CPUtime=0.29
/proc/3934/task/3939/stat : 3939 (java) S 3932 3934 3358 0 -1 4202560 724 0 0 0 29 0 0 0 16 0 13 0 2751809 1566306304 7837 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3940] ppid=3932 vsize=1529596 CPUtime=0
/proc/3934/task/3940/stat : 3940 (java) S 3932 3934 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2751810 1566306304 7837 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3941] ppid=3932 vsize=1529596 CPUtime=0
/proc/3934/task/3941/stat : 3941 (java) S 3932 3934 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2751810 1566306304 7837 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3942] ppid=3932 vsize=1529596 CPUtime=0
/proc/3934/task/3942/stat : 3942 (java) S 3932 3934 3358 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 2751814 1566306304 7837 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3943] ppid=3932 vsize=1529596 CPUtime=0.59
/proc/3934/task/3943/stat : 3943 (java) S 3932 3934 3358 0 -1 4202560 842 0 0 0 59 0 0 0 15 0 13 0 2751814 1566306304 7837 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3944] ppid=3932 vsize=1529596 CPUtime=0.58
/proc/3934/task/3944/stat : 3944 (java) S 3932 3934 3358 0 -1 4202560 1217 0 0 0 58 0 0 0 15 0 13 0 2751814 1566306304 7837 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3945] ppid=3932 vsize=1529596 CPUtime=0
/proc/3934/task/3945/stat : 3945 (java) S 3932 3934 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2751814 1566306304 7837 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3946] ppid=3932 vsize=1529596 CPUtime=0
/proc/3934/task/3946/stat : 3946 (java) S 3932 3934 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2751814 1566306304 7837 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3947] ppid=3932 vsize=1529596 CPUtime=0
/proc/3934/task/3947/stat : 3947 (java) S 3932 3934 3358 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2751837 1566306304 7837 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.87
Current children cumulated vsize (KiB) 1529596

[startup+25.5002 s]
/proc/loadavg: 1.11 1.03 1.00 3/119 3947
/proc/meminfo: memFree=1556564/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1529596 CPUtime=26.7
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 9139 0 1 0 2664 6 0 0 18 0 13 0 2751804 1566306304 7911 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 382399 7911 1440 10 0 379701 0
[pid=3934/tid=3936] ppid=3932 vsize=1529596 CPUtime=24.67
/proc/3934/task/3936/stat : 3936 (java) R 3932 3934 3358 0 -1 4202560 4556 0 1 0 2463 4 0 0 25 0 13 0 2751806 1566306304 7911 1992294400 134512640 134550932 4289785424 18446744073709551615 4109406131 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3934/tid=3937] ppid=3932 vsize=1529596 CPUtime=0.08
/proc/3934/task/3937/stat : 3937 (java) S 3932 3934 3358 0 -1 4202560 283 0 0 0 8 0 0 0 15 0 13 0 2751807 1566306304 7911 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3938] ppid=3932 vsize=1529596 CPUtime=0.08
/proc/3934/task/3938/stat : 3938 (java) S 3932 3934 3358 0 -1 4202560 367 0 0 0 8 0 0 0 16 0 13 0 2751807 1566306304 7911 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3939] ppid=3932 vsize=1529596 CPUtime=0.64

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

/proc/3934/task/3947/stat : 3947 (java) S 3932 3934 3358 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2751837 1566306304 8074 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 52.36
Current children cumulated vsize (KiB) 1529596

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

[startup+52.7013 s]
/proc/loadavg: 1.07 1.03 1.00 2/119 3947
/proc/meminfo: memFree=1551604/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1533292 CPUtime=54.33
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 11588 0 1 0 5423 10 0 0 18 0 13 0 2751804 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 383323 9001 1440 10 0 380625 0
[pid=3934/tid=3936] ppid=3932 vsize=1533292 CPUtime=51
/proc/3934/task/3936/stat : 3936 (java) R 3932 3934 3358 0 -1 4202560 4590 0 1 0 5095 5 0 0 25 0 13 0 2751806 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4109407364 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3934/tid=3937] ppid=3932 vsize=1533292 CPUtime=0.15
/proc/3934/task/3937/stat : 3937 (java) S 3932 3934 3358 0 -1 4202560 288 0 0 0 15 0 0 0 15 0 13 0 2751807 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3938] ppid=3932 vsize=1533292 CPUtime=0.16
/proc/3934/task/3938/stat : 3938 (java) S 3932 3934 3358 0 -1 4202560 371 0 0 0 16 0 0 0 15 0 13 0 2751807 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3939] ppid=3932 vsize=1533292 CPUtime=1.42
/proc/3934/task/3939/stat : 3939 (java) S 3932 3934 3358 0 -1 4202560 965 0 0 0 141 1 0 0 16 0 13 0 2751809 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3940] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3940/stat : 3940 (java) S 3932 3934 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2751810 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3941] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3941/stat : 3941 (java) S 3932 3934 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2751810 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3942] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3942/stat : 3942 (java) S 3932 3934 3358 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3943] ppid=3932 vsize=1533292 CPUtime=0.96
/proc/3934/task/3943/stat : 3943 (java) S 3932 3934 3358 0 -1 4202560 3065 0 0 0 95 1 0 0 16 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3944] ppid=3932 vsize=1533292 CPUtime=0.59
/proc/3934/task/3944/stat : 3944 (java) S 3932 3934 3358 0 -1 4202560 1238 0 0 0 59 0 0 0 15 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3945] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3945/stat : 3945 (java) S 3932 3934 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3946] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3946/stat : 3946 (java) S 3932 3934 3358 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3947] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3947/stat : 3947 (java) S 3932 3934 3358 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2751837 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 54.33
Current children cumulated vsize (KiB) 1533292

[startup+53.5013 s]
/proc/loadavg: 1.07 1.03 1.00 2/119 3947
/proc/meminfo: memFree=1551604/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1533292 CPUtime=55.19
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 11590 0 1 0 5509 10 0 0 18 0 13 0 2751804 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 383323 9001 1440 10 0 380625 0
[pid=3934/tid=3936] ppid=3932 vsize=1533292 CPUtime=51.76
/proc/3934/task/3936/stat : 3936 (java) R 3932 3934 3358 0 -1 4202560 4592 0 1 0 5171 5 0 0 25 0 13 0 2751806 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4109278308 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3934/tid=3937] ppid=3932 vsize=1533292 CPUtime=0.15
/proc/3934/task/3937/stat : 3937 (java) S 3932 3934 3358 0 -1 4202560 288 0 0 0 15 0 0 0 15 0 13 0 2751807 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3938] ppid=3932 vsize=1533292 CPUtime=0.16
/proc/3934/task/3938/stat : 3938 (java) S 3932 3934 3358 0 -1 4202560 371 0 0 0 16 0 0 0 16 0 13 0 2751807 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3939] ppid=3932 vsize=1533292 CPUtime=1.45
/proc/3934/task/3939/stat : 3939 (java) S 3932 3934 3358 0 -1 4202560 965 0 0 0 144 1 0 0 16 0 13 0 2751809 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3940] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3940/stat : 3940 (java) S 3932 3934 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2751810 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3941] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3941/stat : 3941 (java) S 3932 3934 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2751810 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3942] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3942/stat : 3942 (java) S 3932 3934 3358 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3943] ppid=3932 vsize=1533292 CPUtime=1.03
/proc/3934/task/3943/stat : 3943 (java) S 3932 3934 3358 0 -1 4202560 3065 0 0 0 102 1 0 0 15 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3944] ppid=3932 vsize=1533292 CPUtime=0.59
/proc/3934/task/3944/stat : 3944 (java) S 3932 3934 3358 0 -1 4202560 1238 0 0 0 59 0 0 0 15 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3945] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3945/stat : 3945 (java) S 3932 3934 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3946] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3946/stat : 3946 (java) S 3932 3934 3358 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3947] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3947/stat : 3947 (java) S 3932 3934 3358 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2751837 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 55.19
Current children cumulated vsize (KiB) 1533292

[startup+53.9093 s]
/proc/loadavg: 1.07 1.03 1.00 2/119 3947
/proc/meminfo: memFree=1551604/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1533292 CPUtime=55.62
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 11590 0 1 0 5552 10 0 0 18 0 13 0 2751804 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 383323 9001 1440 10 0 380625 0
[pid=3934/tid=3936] ppid=3932 vsize=1533292 CPUtime=52.16
/proc/3934/task/3936/stat : 3936 (java) R 3932 3934 3358 0 -1 4202560 4592 0 1 0 5211 5 0 0 25 0 13 0 2751806 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4109408574 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3934/tid=3937] ppid=3932 vsize=1533292 CPUtime=0.15
/proc/3934/task/3937/stat : 3937 (java) S 3932 3934 3358 0 -1 4202560 288 0 0 0 15 0 0 0 15 0 13 0 2751807 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3938] ppid=3932 vsize=1533292 CPUtime=0.16
/proc/3934/task/3938/stat : 3938 (java) S 3932 3934 3358 0 -1 4202560 371 0 0 0 16 0 0 0 16 0 13 0 2751807 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3939] ppid=3932 vsize=1533292 CPUtime=1.45
/proc/3934/task/3939/stat : 3939 (java) S 3932 3934 3358 0 -1 4202560 965 0 0 0 144 1 0 0 16 0 13 0 2751809 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3940] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3940/stat : 3940 (java) S 3932 3934 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2751810 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3941] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3941/stat : 3941 (java) S 3932 3934 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2751810 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3942] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3942/stat : 3942 (java) S 3932 3934 3358 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3943] ppid=3932 vsize=1533292 CPUtime=1.05
/proc/3934/task/3943/stat : 3943 (java) S 3932 3934 3358 0 -1 4202560 3065 0 0 0 104 1 0 0 15 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3944] ppid=3932 vsize=1533292 CPUtime=0.59
/proc/3934/task/3944/stat : 3944 (java) S 3932 3934 3358 0 -1 4202560 1238 0 0 0 59 0 0 0 15 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3945] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3945/stat : 3945 (java) S 3932 3934 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3946] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3946/stat : 3946 (java) S 3932 3934 3358 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3947] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3947/stat : 3947 (java) S 3932 3934 3358 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2751837 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 55.62
Current children cumulated vsize (KiB) 1533292

[startup+54.1014 s]
/proc/loadavg: 1.07 1.03 1.00 2/119 3947
/proc/meminfo: memFree=1551604/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1533292 CPUtime=55.82
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 11591 0 1 0 5572 10 0 0 18 0 13 0 2751804 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 383323 9001 1440 10 0 380625 0
[pid=3934/tid=3936] ppid=3932 vsize=1533292 CPUtime=52.35
/proc/3934/task/3936/stat : 3936 (java) R 3932 3934 3358 0 -1 4202560 4593 0 1 0 5230 5 0 0 25 0 13 0 2751806 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4159410370 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3934/tid=3937] ppid=3932 vsize=1533292 CPUtime=0.15
/proc/3934/task/3937/stat : 3937 (java) S 3932 3934 3358 0 -1 4202560 288 0 0 0 15 0 0 0 15 0 13 0 2751807 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3938] ppid=3932 vsize=1533292 CPUtime=0.16
/proc/3934/task/3938/stat : 3938 (java) S 3932 3934 3358 0 -1 4202560 371 0 0 0 16 0 0 0 16 0 13 0 2751807 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3939] ppid=3932 vsize=1533292 CPUtime=1.45
/proc/3934/task/3939/stat : 3939 (java) S 3932 3934 3358 0 -1 4202560 965 0 0 0 144 1 0 0 16 0 13 0 2751809 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3940] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3940/stat : 3940 (java) S 3932 3934 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2751810 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3941] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3941/stat : 3941 (java) S 3932 3934 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2751810 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3942] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3942/stat : 3942 (java) S 3932 3934 3358 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3943] ppid=3932 vsize=1533292 CPUtime=1.06
/proc/3934/task/3943/stat : 3943 (java) S 3932 3934 3358 0 -1 4202560 3065 0 0 0 105 1 0 0 15 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3944] ppid=3932 vsize=1533292 CPUtime=0.59
/proc/3934/task/3944/stat : 3944 (java) S 3932 3934 3358 0 -1 4202560 1238 0 0 0 59 0 0 0 15 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3945] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3945/stat : 3945 (java) S 3932 3934 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3946] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3946/stat : 3946 (java) S 3932 3934 3358 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 2751814 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3947] ppid=3932 vsize=1533292 CPUtime=0
/proc/3934/task/3947/stat : 3947 (java) S 3932 3934 3358 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2751837 1570091008 9001 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 55.82
Current children cumulated vsize (KiB) 1533292

[startup+54.2014 s]
/proc/loadavg: 1.07 1.03 1.00 2/119 3947
/proc/meminfo: memFree=1551604/2059040 swapFree=4192956/4192956
[pid=3934] ppid=3932 vsize=1533616 CPUtime=55.93
/proc/3934/stat : 3934 (java) S 3932 3934 3358 0 -1 4202496 11636 0 1 0 5583 10 0 0 18 0 14 0 2751804 1570422784 9045 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3934/statm: 383404 9045 1440 10 0 380706 0
[pid=3934/tid=3936] ppid=3932 vsize=1533616 CPUtime=52.41
/proc/3934/task/3936/stat : 3936 (java) S 3932 3934 3358 0 -1 4202560 4598 0 1 0 5236 5 0 0 25 0 14 0 2751806 1570422784 9045 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3937] ppid=3932 vsize=1533616 CPUtime=0.16
/proc/3934/task/3937/stat : 3937 (java) S 3932 3934 3358 0 -1 4202560 289 0 0 0 16 0 0 0 16 0 14 0 2751807 1570422784 9045 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3938] ppid=3932 vsize=1533616 CPUtime=0.17
/proc/3934/task/3938/stat : 3938 (java) S 3932 3934 3358 0 -1 4202560 373 0 0 0 17 0 0 0 15 0 14 0 2751807 1570422784 9045 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3939] ppid=3932 vsize=1533616 CPUtime=1.47
/proc/3934/task/3939/stat : 3939 (java) S 3932 3934 3358 0 -1 4202560 997 0 0 0 146 1 0 0 16 0 14 0 2751809 1570422784 9045 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3940] ppid=3932 vsize=1533616 CPUtime=0
/proc/3934/task/3940/stat : 3940 (java) S 3932 3934 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 2751810 1570422784 9045 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3941] ppid=3932 vsize=1533616 CPUtime=0
/proc/3934/task/3941/stat : 3941 (java) S 3932 3934 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2751810 1570422784 9045 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3942] ppid=3932 vsize=1533616 CPUtime=0
/proc/3934/task/3942/stat : 3942 (java) S 3932 3934 3358 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 2751814 1570422784 9045 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3943] ppid=3932 vsize=1533616 CPUtime=1.06
/proc/3934/task/3943/stat : 3943 (java) S 3932 3934 3358 0 -1 4202560 3065 0 0 0 105 1 0 0 15 0 14 0 2751814 1570422784 9045 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3944] ppid=3932 vsize=1533616 CPUtime=0.59
/proc/3934/task/3944/stat : 3944 (java) S 3932 3934 3358 0 -1 4202560 1238 0 0 0 59 0 0 0 15 0 14 0 2751814 1570422784 9045 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3945] ppid=3932 vsize=1533616 CPUtime=0
/proc/3934/task/3945/stat : 3945 (java) S 3932 3934 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2751814 1570422784 9045 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 0 0 0 0
[pid=3934/tid=3946] ppid=3932 vsize=1533616 CPUtime=0
/proc/3934/task/3946/stat : 3946 (java) S 3932 3934 3358 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 2751814 1570422784 9045 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
[pid=3934/tid=3947] ppid=3932 vsize=1533616 CPUtime=0
/proc/3934/task/3947/stat : 3947 (java) S 3932 3934 3358 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 2751837 1570422784 9045 1992294400 134512640 134550932 4289785424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831905664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 55.93
Current children cumulated vsize (KiB) 1533616

Child status: 20
Real time (s): 54.2553
CPU time (s): 55.9865
CPU user time (s): 55.8805
CPU system time (s): 0.105983
CPU usage (%): 103.191
Max. virtual memory (cumulated for all children) (KiB): 1536380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.8805
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11647
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= 1958
involuntary context switches= 971

runsolver used 0.107983 second user time and 0.331949 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-11 17:51:18
IDJOB=2659309
IDBENCH=1172
IDSOLVER=1164
FILE ID=node002/2659309-1276271478
PBS_JOBID= 11172208
Free space on /tmp= 62392 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218308.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659309-1276271478/watcher-2659309-1276271478 -o /tmp/evaluation-result-2659309-1276271478/solver-2659309-1276271478 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659309-1276271478.opb

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

MD5SUM BENCH= 28297d3dd3c89d140e0fa9fe7bad5229
RANDOM SEED=1036255908

node002.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.242
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.242
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:       1583972 kB
Buffers:         46864 kB
Cached:         302684 kB
SwapCached:          0 kB
Active:         159840 kB
Inactive:       248952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1583972 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             260 kB
Writeback:           0 kB
AnonPages:       59276 kB
Mapped:          15380 kB
Slab:            44440 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179676 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= 62392 MiB
End job on node002 at 2010-06-11 17:52:13