Trace number 2691241

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-26Wrong UNSAT 16.8994 15.8578

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218757--soft-66-100-0.wbo
MD5SUM8ae5062c7652fddde3927693898a40dc
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark0.177972
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
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
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2691241-1277897642.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.051s.
0.11/0.15	c #vars     197
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 72
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.98/0.56	c cleaning 2498 clauses out of 5001 with flag 5001/5001
1.33/0.83	c cleaning 4247 clauses out of 8503 with flag 11001/11001
1.63/1.16	c cleaning 5623 clauses out of 11255 with flag 18000/18000
2.04/1.56	c cleaning 6810 clauses out of 13632 with flag 26000/26000
2.55/2.01	c cleaning 7908 clauses out of 15823 with flag 35001/35001
2.95/2.48	c cleaning 8952 clauses out of 17914 with flag 45000/45000
3.45/2.99	c cleaning 9480 clauses out of 18965 with flag 55003/55003
3.95/3.47	c cleaning 9740 clauses out of 19485 with flag 65003/65003
4.35/3.89	c cleaning 9871 clauses out of 19742 with flag 75000/75000
4.96/4.45	c cleaning 9932 clauses out of 19871 with flag 85000/85000
5.48/4.90	c cleaning 9965 clauses out of 19939 with flag 95000/95000
5.88/5.35	c cleaning 9981 clauses out of 19974 with flag 105000/105000
6.38/5.82	c cleaning 9995 clauses out of 19994 with flag 115001/115001
6.88/6.32	c cleaning 9995 clauses out of 19998 with flag 125000/125000
7.39/6.86	c cleaning 9998 clauses out of 20003 with flag 135000/135000
7.89/7.33	c cleaning 10000 clauses out of 20005 with flag 145000/145000
8.39/7.83	c cleaning 9998 clauses out of 20005 with flag 155000/155000
8.89/8.33	c cleaning 10001 clauses out of 20007 with flag 165000/165000
9.30/8.80	c cleaning 10001 clauses out of 20007 with flag 175001/175001
9.90/9.32	c cleaning 9996 clauses out of 20006 with flag 185001/185001
10.30/9.78	c cleaning 9998 clauses out of 20009 with flag 195000/195000
10.80/10.24	c cleaning 9999 clauses out of 20011 with flag 205000/205000
11.30/10.70	c cleaning 9998 clauses out of 20013 with flag 215001/215001
11.70/11.17	c cleaning 10004 clauses out of 20016 with flag 225002/225002
12.20/11.63	c cleaning 10003 clauses out of 20012 with flag 235002/235002
12.61/12.07	c cleaning 10001 clauses out of 20008 with flag 245001/245001
13.10/12.53	c cleaning 9999 clauses out of 20008 with flag 255002/255002
13.60/13.04	c cleaning 9999 clauses out of 20007 with flag 265000/265000
14.10/13.55	c cleaning 9998 clauses out of 20008 with flag 275000/275000
14.60/14.03	c cleaning 10006 clauses out of 20015 with flag 285005/285005
15.10/14.53	c cleaning 10001 clauses out of 20006 with flag 295002/295002
15.76/15.10	c cleaning 9998 clauses out of 20004 with flag 305001/305001
16.44/15.60	c cleaning 9999 clauses out of 20005 with flag 315000/315000
16.83/15.82	c starts		: 135
16.83/15.82	c conflicts		: 320237
16.83/15.82	c decisions		: 448497
16.83/15.82	c propagations		: 7293850
16.83/15.82	c inspects		: 90291713
16.83/15.82	c learnt literals	: 8
16.83/15.82	c learnt binary clauses	: 21
16.83/15.82	c learnt ternary clauses	: 126
16.83/15.82	c learnt clauses	: 320228
16.83/15.82	c ignored clauses	: 0
16.83/15.82	c root simplifications	: 0
16.83/15.82	c removed literals (reason simplification)	: 3258459
16.83/15.82	c reason swapping (by a shorter reason)	: 0
16.83/15.82	c Calls to reduceDB	: 33
16.83/15.82	c number of reductions to clauses (during analyze)	: 0
16.83/15.82	c number of learned constraints concerned by reduction	: 0
16.83/15.82	c number of learning phase by resolution	: 0
16.83/15.82	c number of learning phase by cutting planes	: 0
16.83/15.82	c speed (assignments/second)	: 465376.76258533786
16.83/15.82	c non guided choices	48
16.83/15.83	c learnt constraints type 
16.83/15.83	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15213
16.83/15.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
16.83/15.83	c constraints type 
16.83/15.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
16.83/15.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 72
16.83/15.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
16.83/15.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
16.83/15.83	s UNSATISFIABLE
16.83/15.83	c Total wall clock time (in seconds): 15.733

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11407
/proc/meminfo: memFree=31016568/32950904 swapFree=67111528/67111528
[pid=11407] ppid=11405 vsize=444 CPUtime=0
/proc/11407/stat : 11407 (java) R 11405 11407 9833 0 -1 4194304 302 0 0 0 0 0 0 0 25 0 1 0 131060943 454656 49 4089446400 134512640 134550932 4294845616 18446744073709551615 2855508 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11407/statm: 111 49 38 10 0 25 0

[startup+0.0193209 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11407
/proc/meminfo: memFree=31016568/32950904 swapFree=67111528/67111528
[pid=11407] ppid=11405 vsize=1523456 CPUtime=0
/proc/11407/stat : 11407 (java) S 11405 11407 9833 0 -1 4202496 3333 0 1 0 0 0 0 0 25 0 10 0 131060943 1560018944 2777 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/11407/statm: 380864 2779 945 10 0 378174 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1523456

[startup+0.100368 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11407
/proc/meminfo: memFree=31016568/32950904 swapFree=67111528/67111528
[pid=11407] ppid=11405 vsize=1529440 CPUtime=0.11
/proc/11407/stat : 11407 (java) S 11405 11407 9833 0 -1 4202496 5191 0 1 0 10 1 0 0 25 0 18 0 131060943 1566146560 4629 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11407/statm: 382360 4630 1348 10 0 379662 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529440

[startup+0.300326 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11407
/proc/meminfo: memFree=31016568/32950904 swapFree=67111528/67111528
[pid=11407] ppid=11405 vsize=1536196 CPUtime=0.6
/proc/11407/stat : 11407 (java) S 11405 11407 9833 0 -1 4202496 7669 0 1 0 59 1 0 0 25 0 19 0 131060943 1573064704 6474 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11407/statm: 384049 6474 1416 10 0 381351 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1536196

[startup+0.700257 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11407
/proc/meminfo: memFree=31016568/32950904 swapFree=67111528/67111528
[pid=11407] ppid=11405 vsize=1536196 CPUtime=1.2
/proc/11407/stat : 11407 (java) S 11405 11407 9833 0 -1 4202496 8704 0 1 0 118 2 0 0 25 0 19 0 131060943 1573064704 7508 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11407/statm: 384049 7508 1440 10 0 381351 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1536196

[startup+1.50112 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11426
/proc/meminfo: memFree=30990756/32950904 swapFree=67111528/67111528
[pid=11407] ppid=11405 vsize=1536196 CPUtime=2.04
/proc/11407/stat : 11407 (java) S 11405 11407 9833 0 -1 4202496 9200 0 1 0 202 2 0 0 25 0 19 0 131060943 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11407/statm: 384049 8001 1440 10 0 381351 0
[pid=11407/tid=11409] ppid=11405 vsize=1536196 CPUtime=1.46
/proc/11407/task/11409/stat : 11409 (java) R 11405 11407 9833 0 -1 4202560 4556 0 1 0 145 1 0 0 25 0 19 0 131060944 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4109287655 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11407/tid=11410] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11410/stat : 11410 (java) S 11405 11407 9833 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11411] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11411/stat : 11411 (java) S 11405 11407 9833 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11412] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11412/stat : 11412 (java) S 11405 11407 9833 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11413] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11413/stat : 11413 (java) S 11405 11407 9833 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11414] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11414/stat : 11414 (java) S 11405 11407 9833 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11415] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11415/stat : 11415 (java) S 11405 11407 9833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11416] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11416/stat : 11416 (java) S 11405 11407 9833 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11417] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11417/stat : 11417 (java) S 11405 11407 9833 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11418] ppid=11405 vsize=1536196 CPUtime=0.02
/proc/11407/task/11418/stat : 11418 (java) S 11405 11407 9833 0 -1 4202560 392 0 0 0 2 0 0 0 16 0 19 0 131060946 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11419] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11419/stat : 11419 (java) S 11405 11407 9833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131060946 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11420] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11420/stat : 11420 (java) S 11405 11407 9833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131060946 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11421] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11421/stat : 11421 (java) S 11405 11407 9833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131060948 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11422] ppid=11405 vsize=1536196 CPUtime=0.27
/proc/11407/task/11422/stat : 11422 (java) S 11405 11407 9833 0 -1 4202560 846 0 0 0 27 0 0 0 15 0 19 0 131060948 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 3 0 0 0
[pid=11407/tid=11423] ppid=11405 vsize=1536196 CPUtime=0.26
/proc/11407/task/11423/stat : 11423 (java) S 11405 11407 9833 0 -1 4202560 1854 0 0 0 26 0 0 0 18 0 19 0 131060948 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11424] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11424/stat : 11424 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131060948 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11425] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11425/stat : 11425 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131060948 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11426] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11426/stat : 11426 (java) S 11405 11407 9833 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131060959 1573064704 8001 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1536196

[startup+3.10083 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11426
/proc/meminfo: memFree=30989268/32950904 swapFree=67111528/67111528
[pid=11407] ppid=11405 vsize=1536196 CPUtime=3.65
/proc/11407/stat : 11407 (java) S 11405 11407 9833 0 -1 4202496 9595 0 1 0 363 2 0 0 25 0 19 0 131060943 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11407/statm: 384049 8392 1440 10 0 381351 0
[pid=11407/tid=11409] ppid=11405 vsize=1536196 CPUtime=3.01
/proc/11407/task/11409/stat : 11409 (java) R 11405 11407 9833 0 -1 4202560 4560 0 1 0 300 1 0 0 25 0 19 0 131060944 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4109317420 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11407/tid=11410] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11410/stat : 11410 (java) S 11405 11407 9833 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11411] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11411/stat : 11411 (java) S 11405 11407 9833 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11412] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11412/stat : 11412 (java) S 11405 11407 9833 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11413] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11413/stat : 11413 (java) S 11405 11407 9833 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11414] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11414/stat : 11414 (java) S 11405 11407 9833 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11415] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11415/stat : 11415 (java) S 11405 11407 9833 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11416] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11416/stat : 11416 (java) S 11405 11407 9833 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11417] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11417/stat : 11417 (java) S 11405 11407 9833 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11418] ppid=11405 vsize=1536196 CPUtime=0.05
/proc/11407/task/11418/stat : 11418 (java) S 11405 11407 9833 0 -1 4202560 633 0 0 0 5 0 0 0 16 0 19 0 131060946 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11419] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11419/stat : 11419 (java) S 11405 11407 9833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131060946 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11420] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11420/stat : 11420 (java) S 11405 11407 9833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131060946 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11421] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11421/stat : 11421 (java) S 11405 11407 9833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131060948 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11422] ppid=11405 vsize=1536196 CPUtime=0.27
/proc/11407/task/11422/stat : 11422 (java) S 11405 11407 9833 0 -1 4202560 846 0 0 0 27 0 0 0 15 0 19 0 131060948 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 3 0 0 0
[pid=11407/tid=11423] ppid=11405 vsize=1536196 CPUtime=0.27
/proc/11407/task/11423/stat : 11423 (java) S 11405 11407 9833 0 -1 4202560 1858 0 0 0 27 0 0 0 15 0 19 0 131060948 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11424] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11424/stat : 11424 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131060948 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11425] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11425/stat : 11425 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131060948 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11426] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11426/stat : 11426 (java) S 11405 11407 9833 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131060959 1573064704 8392 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1536196

[startup+6.3012 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11426
/proc/meminfo: memFree=30988220/32950904 swapFree=67111528/67111528
[pid=11407] ppid=11405 vsize=1536196 CPUtime=6.88
/proc/11407/stat : 11407 (java) S 11405 11407 9833 0 -1 4202496 9674 0 1 0 686 2 0 0 25 0 19 0 131060943 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11407/statm: 384049 8464 1440 10 0 381351 0
[pid=11407/tid=11409] ppid=11405 vsize=1536196 CPUtime=6.15
/proc/11407/task/11409/stat : 11409 (java) R 11405 11407 9833 0 -1 4202560 4567 0 1 0 614 1 0 0 25 0 19 0 131060944 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4159348486 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11407/tid=11410] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11410/stat : 11410 (java) S 11405 11407 9833 0 -1 4202560 146 0 0 0 0 0 0 0 16 0 19 0 131060945 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11411] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11411/stat : 11411 (java) S 11405 11407 9833 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11412] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11412/stat : 11412 (java) S 11405 11407 9833 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 19 0 131060945 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11413] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11413/stat : 11413 (java) S 11405 11407 9833 0 -1 4202560 54 0 0 0 0 0 0 0 16 0 19 0 131060945 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11414] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11414/stat : 11414 (java) S 11405 11407 9833 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 19 0 131060945 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11415] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11415/stat : 11415 (java) S 11405 11407 9833 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11416] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11416/stat : 11416 (java) S 11405 11407 9833 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11417] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11417/stat : 11417 (java) S 11405 11407 9833 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11418] ppid=11405 vsize=1536196 CPUtime=0.11
/proc/11407/task/11418/stat : 11418 (java) S 11405 11407 9833 0 -1 4202560 695 0 0 0 11 0 0 0 16 0 19 0 131060946 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11419] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11419/stat : 11419 (java) S 11405 11407 9833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131060946 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11420] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11420/stat : 11420 (java) S 11405 11407 9833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131060946 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11421] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11421/stat : 11421 (java) S 11405 11407 9833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131060948 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11422] ppid=11405 vsize=1536196 CPUtime=0.3
/proc/11407/task/11422/stat : 11422 (java) S 11405 11407 9833 0 -1 4202560 852 0 0 0 30 0 0 0 15 0 19 0 131060948 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 3 0 0 0
[pid=11407/tid=11423] ppid=11405 vsize=1536196 CPUtime=0.27
/proc/11407/task/11423/stat : 11423 (java) S 11405 11407 9833 0 -1 4202560 1858 0 0 0 27 0 0 0 15 0 19 0 131060948 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11424] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11424/stat : 11424 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131060948 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11425] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11425/stat : 11425 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131060948 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11426] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11426/stat : 11426 (java) S 11405 11407 9833 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131060959 1573064704 8464 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 1536196

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11426
/proc/meminfo: memFree=30987976/32950904 swapFree=67111528/67111528
[pid=11407] ppid=11405 vsize=1536196 CPUtime=13.3
/proc/11407/stat : 11407 (java) S 11405 11407 9833 0 -1 4202496 9761 0 1 0 1327 3 0 0 25 0 19 0 131060943 1573064704 8537 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11407/statm: 384049 8537 1440 10 0 381351 0
[pid=11407/tid=11409] ppid=11405 vsize=1536196 CPUtime=12.4
/proc/11407/task/11409/stat : 11409 (java) R 11405 11407 9833 0 -1 4202560 4581 0 1 0 1239 1 0 0 25 0 19 0 131060944 1573064704 8537 4089446400 134512640 134550932 4294845616 18446744073709551615 4109319230 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11407/tid=11410] ppid=11405 vsize=1536196 CPUtime=0
/proc/11407/task/11410/stat : 11410 (java) S 11405 11407 9833 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 131060945 1573064704 8537 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0

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

/proc/11407/task/11410/stat : 11410 (java) S 11405 11407 9833 0 -1 4202560 146 0 0 0 0 0 0 0 16 0 19 0 131060945 1576681472 9180 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11411] ppid=11405 vsize=1539728 CPUtime=0
/proc/11407/task/11411/stat : 11411 (java) S 11405 11407 9833 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 131060945 1576681472 9180 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11412] ppid=11405 vsize=1539728 CPUtime=0
/proc/11407/task/11412/stat : 11412 (java) S 11405 11407 9833 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 131060945 1576681472 9181 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11413] ppid=11405 vsize=1539728 CPUtime=0
/proc/11407/task/11413/stat : 11413 (java) S 11405 11407 9833 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 131060945 1576681472 9181 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11414] ppid=11405 vsize=1539728 CPUtime=0
/proc/11407/task/11414/stat : 11414 (java) S 11405 11407 9833 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 131060945 1576681472 9182 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11415] ppid=11405 vsize=1539728 CPUtime=0
/proc/11407/task/11415/stat : 11415 (java) S 11405 11407 9833 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 131060945 1576681472 9183 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11416] ppid=11405 vsize=1539728 CPUtime=0
/proc/11407/task/11416/stat : 11416 (java) S 11405 11407 9833 0 -1 4202560 62 0 0 0 0 0 0 0 16 0 19 0 131060945 1576681472 9183 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11417] ppid=11405 vsize=1539728 CPUtime=0
/proc/11407/task/11417/stat : 11417 (java) S 11405 11407 9833 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 131060945 1576681472 9184 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11418] ppid=11405 vsize=1539728 CPUtime=0.27
/proc/11407/task/11418/stat : 11418 (java) S 11405 11407 9833 0 -1 4202560 773 0 0 0 27 0 0 0 15 0 19 0 131060946 1576681472 9185 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11419] ppid=11405 vsize=1539728 CPUtime=0
/proc/11407/task/11419/stat : 11419 (java) S 11405 11407 9833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131060946 1576681472 9186 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11420] ppid=11405 vsize=1539728 CPUtime=0
/proc/11407/task/11420/stat : 11420 (java) S 11405 11407 9833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131060946 1576681472 9186 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11421] ppid=11405 vsize=1539728 CPUtime=0
/proc/11407/task/11421/stat : 11421 (java) S 11405 11407 9833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131060948 1576681472 9187 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11422] ppid=11405 vsize=1539728 CPUtime=0.35
/proc/11407/task/11422/stat : 11422 (java) R 11405 11407 9833 0 -1 4202560 1712 0 0 0 35 0 0 0 16 0 19 0 131060948 1576681472 9188 4089446400 134512640 134550932 4294845616 18446744073709551615 105869431 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11407/tid=11423] ppid=11405 vsize=1539728 CPUtime=0.28
/proc/11407/task/11423/stat : 11423 (java) S 11405 11407 9833 0 -1 4202560 1858 0 0 0 28 0 0 0 15 0 19 0 131060948 1576681472 9189 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11424] ppid=11405 vsize=1539728 CPUtime=0
/proc/11407/task/11424/stat : 11424 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131060948 1576681472 9189 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11425] ppid=11405 vsize=1539728 CPUtime=0
/proc/11407/task/11425/stat : 11425 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131060948 1576681472 9190 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11426] ppid=11405 vsize=1539728 CPUtime=0
/proc/11407/task/11426/stat : 11426 (java) S 11405 11407 9833 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131060959 1576681472 9191 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.76
Current children cumulated vsize (KiB) 1539728

[startup+15.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11426
/proc/meminfo: memFree=30980408/32950904 swapFree=67111528/67111528
[pid=11407] ppid=11405 vsize=1543532 CPUtime=16.29
/proc/11407/stat : 11407 (java) S 11405 11407 9833 0 -1 4202496 12379 0 1 0 1626 3 0 0 25 0 19 0 131060943 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11407/statm: 385883 10362 1440 10 0 383185 0
[pid=11407/tid=11409] ppid=11405 vsize=1543532 CPUtime=15.15
/proc/11407/task/11409/stat : 11409 (java) R 11405 11407 9833 0 -1 4202560 4586 0 1 0 1514 1 0 0 25 0 19 0 131060944 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4109317345 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11407/tid=11410] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11410/stat : 11410 (java) S 11405 11407 9833 0 -1 4202560 146 0 0 0 0 0 0 0 16 0 19 0 131060945 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11411] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11411/stat : 11411 (java) S 11405 11407 9833 0 -1 4202560 125 0 0 0 0 0 0 0 16 0 19 0 131060945 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11412] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11412/stat : 11412 (java) S 11405 11407 9833 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 131060945 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11413] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11413/stat : 11413 (java) S 11405 11407 9833 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 131060945 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11414] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11414/stat : 11414 (java) S 11405 11407 9833 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 131060945 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11415] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11415/stat : 11415 (java) S 11405 11407 9833 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 19 0 131060945 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11416] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11416/stat : 11416 (java) S 11405 11407 9833 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 131060945 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11417] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11417/stat : 11417 (java) S 11405 11407 9833 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 131060945 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11418] ppid=11405 vsize=1543532 CPUtime=0.28
/proc/11407/task/11418/stat : 11418 (java) S 11405 11407 9833 0 -1 4202560 776 0 0 0 28 0 0 0 15 0 19 0 131060946 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11419] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11419/stat : 11419 (java) S 11405 11407 9833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131060946 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11420] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11420/stat : 11420 (java) S 11405 11407 9833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131060946 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11421] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11421/stat : 11421 (java) S 11405 11407 9833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131060948 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11422] ppid=11405 vsize=1543532 CPUtime=0.48
/proc/11407/task/11422/stat : 11422 (java) S 11405 11407 9833 0 -1 4202560 3453 0 0 0 48 0 0 0 15 0 19 0 131060948 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 3 0 0 0
[pid=11407/tid=11423] ppid=11405 vsize=1543532 CPUtime=0.28
/proc/11407/task/11423/stat : 11423 (java) S 11405 11407 9833 0 -1 4202560 1858 0 0 0 28 0 0 0 15 0 19 0 131060948 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11424] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11424/stat : 11424 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131060948 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11425] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11425/stat : 11425 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131060948 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11426] ppid=11405 vsize=1543532 CPUtime=0
/proc/11407/task/11426/stat : 11426 (java) S 11405 11407 9833 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131060959 1580576768 10362 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.29
Current children cumulated vsize (KiB) 1543532

[startup+15.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11426
/proc/meminfo: memFree=30980408/32950904 swapFree=67111528/67111528
[pid=11407] ppid=11405 vsize=1545092 CPUtime=16.65
/proc/11407/stat : 11407 (java) S 11405 11407 9833 0 -1 4202496 12788 0 1 0 1662 3 0 0 25 0 19 0 131060943 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11407/statm: 386273 10552 1440 10 0 383575 0
[pid=11407/tid=11409] ppid=11405 vsize=1545092 CPUtime=15.34
/proc/11407/task/11409/stat : 11409 (java) R 11405 11407 9833 0 -1 4202560 4587 0 1 0 1533 1 0 0 25 0 19 0 131060944 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4109356304 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11407/tid=11410] ppid=11405 vsize=1545092 CPUtime=0.01
/proc/11407/task/11410/stat : 11410 (java) S 11405 11407 9833 0 -1 4202560 146 0 0 0 1 0 0 0 16 0 19 0 131060945 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11411] ppid=11405 vsize=1545092 CPUtime=0
/proc/11407/task/11411/stat : 11411 (java) S 11405 11407 9833 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 131060945 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11412] ppid=11405 vsize=1545092 CPUtime=0
/proc/11407/task/11412/stat : 11412 (java) S 11405 11407 9833 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 131060945 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11413] ppid=11405 vsize=1545092 CPUtime=0
/proc/11407/task/11413/stat : 11413 (java) S 11405 11407 9833 0 -1 4202560 55 0 0 0 0 0 0 0 16 0 19 0 131060945 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11414] ppid=11405 vsize=1545092 CPUtime=0
/proc/11407/task/11414/stat : 11414 (java) S 11405 11407 9833 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 131060945 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11415] ppid=11405 vsize=1545092 CPUtime=0
/proc/11407/task/11415/stat : 11415 (java) S 11405 11407 9833 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 131060945 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11416] ppid=11405 vsize=1545092 CPUtime=0
/proc/11407/task/11416/stat : 11416 (java) S 11405 11407 9833 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 131060945 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11417] ppid=11405 vsize=1545092 CPUtime=0
/proc/11407/task/11417/stat : 11417 (java) S 11405 11407 9833 0 -1 4202560 167 0 0 0 0 0 0 0 16 0 19 0 131060945 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11418] ppid=11405 vsize=1545092 CPUtime=0.29
/proc/11407/task/11418/stat : 11418 (java) S 11405 11407 9833 0 -1 4202560 780 0 0 0 29 0 0 0 15 0 19 0 131060946 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11419] ppid=11405 vsize=1545092 CPUtime=0
/proc/11407/task/11419/stat : 11419 (java) S 11405 11407 9833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131060946 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11420] ppid=11405 vsize=1545092 CPUtime=0
/proc/11407/task/11420/stat : 11420 (java) S 11405 11407 9833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131060946 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11421] ppid=11405 vsize=1545092 CPUtime=0
/proc/11407/task/11421/stat : 11421 (java) S 11405 11407 9833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131060948 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11422] ppid=11405 vsize=1545092 CPUtime=0.62
/proc/11407/task/11422/stat : 11422 (java) R 11405 11407 9833 0 -1 4202560 3855 0 0 0 62 0 0 0 16 0 19 0 131060948 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 106262473 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11407/tid=11423] ppid=11405 vsize=1545092 CPUtime=0.28
/proc/11407/task/11423/stat : 11423 (java) S 11405 11407 9833 0 -1 4202560 1860 0 0 0 28 0 0 0 15 0 19 0 131060948 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11424] ppid=11405 vsize=1545092 CPUtime=0
/proc/11407/task/11424/stat : 11424 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131060948 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11425] ppid=11405 vsize=1545092 CPUtime=0
/proc/11407/task/11425/stat : 11425 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131060948 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11426] ppid=11405 vsize=1545092 CPUtime=0
/proc/11407/task/11426/stat : 11426 (java) S 11405 11407 9833 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131060959 1582174208 10552 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.65
Current children cumulated vsize (KiB) 1545092

[startup+15.8015 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11426
/proc/meminfo: memFree=30980408/32950904 swapFree=67111528/67111528
[pid=11407] ppid=11405 vsize=1544736 CPUtime=16.83
/proc/11407/stat : 11407 (java) S 11405 11407 9833 0 -1 4202496 13028 0 1 0 1680 3 0 0 25 0 19 0 131060943 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11407/statm: 386184 10650 1440 10 0 383486 0
[pid=11407/tid=11409] ppid=11405 vsize=1544736 CPUtime=15.44
/proc/11407/task/11409/stat : 11409 (java) R 11405 11407 9833 0 -1 4202560 4591 0 1 0 1543 1 0 0 25 0 19 0 131060944 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4109225228 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11407/tid=11410] ppid=11405 vsize=1544736 CPUtime=0.01
/proc/11407/task/11410/stat : 11410 (java) S 11405 11407 9833 0 -1 4202560 146 0 0 0 1 0 0 0 16 0 19 0 131060945 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11411] ppid=11405 vsize=1544736 CPUtime=0
/proc/11407/task/11411/stat : 11411 (java) S 11405 11407 9833 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 131060945 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11412] ppid=11405 vsize=1544736 CPUtime=0
/proc/11407/task/11412/stat : 11412 (java) S 11405 11407 9833 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 131060945 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11413] ppid=11405 vsize=1544736 CPUtime=0
/proc/11407/task/11413/stat : 11413 (java) S 11405 11407 9833 0 -1 4202560 55 0 0 0 0 0 0 0 16 0 19 0 131060945 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11414] ppid=11405 vsize=1544736 CPUtime=0
/proc/11407/task/11414/stat : 11414 (java) S 11405 11407 9833 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 131060945 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11415] ppid=11405 vsize=1544736 CPUtime=0
/proc/11407/task/11415/stat : 11415 (java) S 11405 11407 9833 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 131060945 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11416] ppid=11405 vsize=1544736 CPUtime=0
/proc/11407/task/11416/stat : 11416 (java) S 11405 11407 9833 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 131060945 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11417] ppid=11405 vsize=1544736 CPUtime=0
/proc/11407/task/11417/stat : 11417 (java) S 11405 11407 9833 0 -1 4202560 167 0 0 0 0 0 0 0 16 0 19 0 131060945 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 4 0 0 0
[pid=11407/tid=11418] ppid=11405 vsize=1544736 CPUtime=0.29
/proc/11407/task/11418/stat : 11418 (java) S 11405 11407 9833 0 -1 4202560 780 0 0 0 29 0 0 0 15 0 19 0 131060946 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 0 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11419] ppid=11405 vsize=1544736 CPUtime=0
/proc/11407/task/11419/stat : 11419 (java) S 11405 11407 9833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131060946 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11420] ppid=11405 vsize=1544736 CPUtime=0
/proc/11407/task/11420/stat : 11420 (java) S 11405 11407 9833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131060946 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11421] ppid=11405 vsize=1544736 CPUtime=0
/proc/11407/task/11421/stat : 11421 (java) S 11405 11407 9833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131060948 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11422] ppid=11405 vsize=1544736 CPUtime=0.68
/proc/11407/task/11422/stat : 11422 (java) S 11405 11407 9833 0 -1 4202560 4078 0 0 0 68 0 0 0 16 0 19 0 131060948 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 3 0 0 0
[pid=11407/tid=11423] ppid=11405 vsize=1544736 CPUtime=0.31
/proc/11407/task/11423/stat : 11423 (java) S 11405 11407 9833 0 -1 4202560 1873 0 0 0 31 0 0 0 16 0 19 0 131060948 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 2 0 0 0
[pid=11407/tid=11424] ppid=11405 vsize=1544736 CPUtime=0
/proc/11407/task/11424/stat : 11424 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131060948 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 6 0 0 0
[pid=11407/tid=11425] ppid=11405 vsize=1544736 CPUtime=0
/proc/11407/task/11425/stat : 11425 (java) S 11405 11407 9833 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131060948 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
[pid=11407/tid=11426] ppid=11405 vsize=1544736 CPUtime=0
/proc/11407/task/11426/stat : 11426 (java) S 11405 11407 9833 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131060959 1581809664 10650 4089446400 134512640 134550932 4294845616 18446744073709551615 4294960144 0 4 0 16800975 18446604453921811264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.83
Current children cumulated vsize (KiB) 1544736

Child status: 20
Real time (s): 15.8578
CPU time (s): 16.8994
CPU user time (s): 16.8594
CPU system time (s): 0.039993
CPU usage (%): 106.569
Max. virtual memory (cumulated for all children) (KiB): 1545092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8594
system time used= 0.039993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13044
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= 1355
involuntary context switches= 2485

runsolver used 0.032994 second user time and 0.06299 second system time

The end

Launcher Data

Begin job on node121 at 2010-06-30 13:34:02
IDJOB=2691241
IDBENCH=78814
IDSOLVER=1202
FILE ID=node121/2691241-1277897642
PBS_JOBID= 11197112
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218757--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2691241-1277897642/watcher-2691241-1277897642 -o /tmp/evaluation-result-2691241-1277897642/solver-2691241-1277897642 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691241-1277897642.wbo

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

MD5SUM BENCH= 8ae5062c7652fddde3927693898a40dc
RANDOM SEED=1704181387

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      31016972 kB
Buffers:        180364 kB
Cached:        1097476 kB
SwapCached:          0 kB
Active:        1010784 kB
Inactive:       779472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31016972 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:      512748 kB
Mapped:          15876 kB
Slab:            80240 kB
PageTables:       5708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   663516 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node121 at 2010-06-30 13:34:18