Trace number 2662699

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 RES // CP 2.2.0 2010-05-31UNSAT 58.2801 31.7669

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110978334.opb
MD5SUM1e6e6790cf8a5ba3b1d9fbc270ba474b
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.113981
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 1247
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100531
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662699-1276274427.opb
0.24/0.21	c reading problem ... 
0.35/0.33	c ... done. Wall clock time 0.125s.
0.35/0.33	c #vars     169
0.35/0.33	c #constraints  101
0.35/0.33	c constraints type 
0.35/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.35/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.35/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.35/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.35/0.33	c constraints type 
0.35/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.35/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.35/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.35/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
7.89/4.13	c cleaning 2497 clauses out of 5000 with flag 5000/5000
9.43/4.96	c cleaning 4250 clauses out of 8505 with flag 11002/11002
10.59/5.60	c cleaning 5621 clauses out of 11253 with flag 18000/18000
12.33/6.41	c cleaning 6812 clauses out of 13632 with flag 26000/26000
14.06/7.30	c cleaning 7906 clauses out of 15821 with flag 35001/35001
16.00/8.30	c cleaning 8952 clauses out of 17915 with flag 45001/45001
17.93/9.34	c cleaning 9478 clauses out of 18964 with flag 55002/55002
19.87/10.32	c cleaning 9736 clauses out of 19485 with flag 65001/65001
21.59/11.22	c cleaning 9873 clauses out of 19749 with flag 75001/75001
23.73/12.37	c cleaning 9931 clauses out of 19875 with flag 85000/85000
25.66/13.32	c cleaning 9970 clauses out of 19945 with flag 95001/95001
27.41/14.24	c cleaning 9984 clauses out of 19976 with flag 105002/105002
29.12/15.10	c cleaning 9992 clauses out of 19990 with flag 115000/115000
31.05/16.18	c cleaning 9997 clauses out of 19999 with flag 125001/125001
32.78/17.08	c cleaning 9995 clauses out of 20003 with flag 135002/135002
34.71/18.02	c cleaning 10002 clauses out of 20009 with flag 145003/145003
36.24/18.88	c cleaning 9999 clauses out of 20005 with flag 155001/155001
37.99/19.72	c cleaning 9997 clauses out of 20005 with flag 165000/165000
39.72/20.61	c cleaning 9998 clauses out of 20008 with flag 175000/175000
41.65/21.60	c cleaning 10000 clauses out of 20010 with flag 185000/185000
43.17/22.46	c cleaning 9997 clauses out of 20010 with flag 195000/195000
44.71/23.29	c cleaning 10005 clauses out of 20016 with flag 205003/205003
46.25/24.07	c cleaning 9995 clauses out of 20008 with flag 215000/215000
47.78/24.89	c cleaning 10002 clauses out of 20013 with flag 225000/225000
49.50/25.77	c cleaning 10000 clauses out of 20011 with flag 235000/235000
51.03/26.57	c cleaning 10004 clauses out of 20012 with flag 245001/245001
52.77/27.45	c cleaning 9999 clauses out of 20007 with flag 255000/255000
56.08/29.10	c cleaning 10001 clauses out of 20007 with flag 265000/265000
56.40/29.30	c And the winner is Resolution
58.22/31.71	c starts		: 129
58.22/31.71	c conflicts		: 267023
58.22/31.71	c decisions		: 396014
58.22/31.71	c propagations		: 5570801
58.22/31.71	c inspects		: 75936489
58.22/31.71	c learnt literals	: 7
58.22/31.71	c learnt binary clauses	: 18
58.22/31.71	c learnt ternary clauses	: 173
58.22/31.71	c learnt clauses	: 267015
58.22/31.71	c ignored clauses	: 0
58.22/31.71	c root simplifications	: 0
58.22/31.71	c removed literals (reason simplification)	: 2550731
58.22/31.71	c reason swapping (by a shorter reason)	: 0
58.22/31.71	c Calls to reduceDB	: 28
58.22/31.71	c number of reductions to clauses (during analyze)	: 0
58.22/31.71	c number of learned constraints concerned by reduction	: 0
58.22/31.71	c number of learning phase by resolution	: 0
58.22/31.71	c number of learning phase by cutting planes	: 0
58.22/31.71	c speed (assignments/second)	: 177549.75140234575
58.22/31.71	c non guided choices	38
58.22/31.73	c learnt constraints type 
58.22/31.73	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12004
58.22/31.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
58.22/31.73	c constraints type 
58.22/31.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
58.22/31.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
58.22/31.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
58.22/31.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
58.22/31.73	c constraints type 
58.22/31.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
58.22/31.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
58.22/31.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
58.22/31.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
58.22/31.73	s UNSATISFIABLE
58.22/31.73	c Total wall clock time (in seconds): 31.527

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-2662699-1276274427/watcher-2662699-1276274427 -o /tmp/evaluation-result-2662699-1276274427/solver-2662699-1276274427 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662699-1276274427.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.09 1.01 1.00 3/107 3619
/proc/meminfo: memFree=1546512/2059040 swapFree=4192956/4192956
[pid=3619] ppid=3617 vsize=248 CPUtime=0
/proc/3619/stat : 3619 (java) R 3617 3619 2330 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 1098448 253952 28 1992294400 134512640 134550932 4294598992 18446744073709551615 8401492 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3619/statm: 62 28 21 10 0 23 0

[startup+0.0168789 s]
/proc/loadavg: 1.09 1.01 1.00 3/107 3619
/proc/meminfo: memFree=1546512/2059040 swapFree=4192956/4192956
[pid=3619] ppid=3617 vsize=13684 CPUtime=0
/proc/3619/stat : 3619 (java) S 3617 3619 2330 0 -1 4202496 1183 0 0 0 0 0 0 0 18 0 2 0 1098448 14012416 630 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/3619/statm: 3421 630 307 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13684

[startup+0.101707 s]
/proc/loadavg: 1.09 1.01 1.00 3/107 3619
/proc/meminfo: memFree=1546512/2059040 swapFree=4192956/4192956
[pid=3619] ppid=3617 vsize=1524180 CPUtime=0.08
/proc/3619/stat : 3619 (java) S 3617 3619 2330 0 -1 4202496 3998 0 1 0 6 2 0 0 18 0 12 0 1098448 1560760320 3437 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3619/statm: 381045 3437 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301828 s]
/proc/loadavg: 1.09 1.01 1.00 3/107 3619
/proc/meminfo: memFree=1546512/2059040 swapFree=4192956/4192956
[pid=3619] ppid=3617 vsize=1526220 CPUtime=0.35
/proc/3619/stat : 3619 (java) S 3617 3619 2330 0 -1 4202496 5427 0 1 0 33 2 0 0 18 0 12 0 1098448 1562849280 4864 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3619/statm: 381555 4864 1361 10 0 378858 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526220

[startup+0.701818 s]
/proc/loadavg: 1.09 1.01 1.00 3/107 3619
/proc/meminfo: memFree=1546512/2059040 swapFree=4192956/4192956
[pid=3619] ppid=3617 vsize=1533112 CPUtime=1.14
/proc/3619/stat : 3619 (java) S 3617 3619 2330 0 -1 4202496 7845 0 1 0 111 3 0 0 18 0 16 0 1098448 1569906688 6913 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3619/statm: 383278 6913 1393 10 0 380581 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1533112

[startup+1.5018 s]
/proc/loadavg: 1.25 1.05 1.01 5/123 3635
/proc/meminfo: memFree=1518112/2059040 swapFree=4192956/4192956
[pid=3619] ppid=3617 vsize=1535768 CPUtime=2.73
/proc/3619/stat : 3619 (java) S 3617 3619 2330 0 -1 4202496 11689 0 1 0 268 5 0 0 18 0 16 0 1098448 1572626432 10393 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3619/statm: 383942 10393 1421 10 0 381245 0
[pid=3619/tid=3621] ppid=3617 vsize=1535768 CPUtime=0.31
/proc/3619/task/3621/stat : 3621 (java) S 3617 3619 2330 0 -1 4202560 3966 0 1 0 29 2 0 0 18 0 16 0 1098449 1572626432 10394 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3622] ppid=3617 vsize=1535768 CPUtime=0
/proc/3619/task/3622/stat : 3622 (java) S 3617 3619 2330 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 1098450 1572626432 10394 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3623] ppid=3617 vsize=1535768 CPUtime=0
/proc/3619/task/3623/stat : 3623 (java) S 3617 3619 2330 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 1098450 1572626432 10395 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3624] ppid=3617 vsize=1535768 CPUtime=0
/proc/3619/task/3624/stat : 3624 (java) S 3617 3619 2330 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 1098452 1572626432 10395 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3625] ppid=3617 vsize=1535768 CPUtime=0
/proc/3619/task/3625/stat : 3625 (java) S 3617 3619 2330 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 16 0 1098453 1572626432 10396 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3626] ppid=3617 vsize=1535768 CPUtime=0
/proc/3619/task/3626/stat : 3626 (java) S 3617 3619 2330 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 1098453 1572626432 10396 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3627] ppid=3617 vsize=1535768 CPUtime=0
/proc/3619/task/3627/stat : 3627 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1098457 1572626432 10397 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3628] ppid=3617 vsize=1535768 CPUtime=0.61
/proc/3619/task/3628/stat : 3628 (java) R 3617 3619 2330 0 -1 4202560 1452 0 0 0 61 0 0 0 25 0 16 0 1098457 1572626432 10397 1992294400 134512640 134550932 4294598992 18446744073709551615 105515296 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3619/tid=3629] ppid=3617 vsize=1535768 CPUtime=0.52
/proc/3619/task/3629/stat : 3629 (java) R 3617 3619 2330 0 -1 4202560 1741 0 0 0 52 0 0 0 25 0 16 0 1098457 1572626432 10397 1992294400 134512640 134550932 4294598992 18446744073709551615 103977509 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3619/tid=3630] ppid=3617 vsize=1535768 CPUtime=0
/proc/3619/task/3630/stat : 3630 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1098457 1572626432 10398 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3631] ppid=3617 vsize=1535768 CPUtime=0
/proc/3619/task/3631/stat : 3631 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1098457 1572626432 10398 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3632] ppid=3617 vsize=1535768 CPUtime=0.31
/proc/3619/task/3632/stat : 3632 (java) R 3617 3619 2330 0 -1 4202560 105 0 0 0 31 0 0 0 21 0 16 0 1098482 1572626432 10398 1992294400 134512640 134550932 4294598992 18446744073709551615 4109599276 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3619/tid=3633] ppid=3617 vsize=1535768 CPUtime=0.94
/proc/3619/task/3633/stat : 3633 (java) R 3617 3619 2330 0 -1 4202560 3359 0 0 0 93 1 0 0 19 0 16 0 1098482 1572626432 10398 1992294400 134512640 134550932 4294598992 18446744073709551615 4109856872 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3619/tid=3634] ppid=3617 vsize=1535768 CPUtime=0
/proc/3619/task/3634/stat : 3634 (java) S 3617 3619 2330 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 1098482 1572626432 10398 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3635] ppid=3617 vsize=1535768 CPUtime=0
/proc/3619/task/3635/stat : 3635 (java) S 3617 3619 2330 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 1098482 1572626432 10398 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1535768

[startup+3.10176 s]
/proc/loadavg: 1.25 1.05 1.01 5/123 3635
/proc/meminfo: memFree=1454252/2059040 swapFree=4192956/4192956
[pid=3619] ppid=3617 vsize=1547580 CPUtime=5.9
/proc/3619/stat : 3619 (java) S 3617 3619 2330 0 -1 4202496 40945 0 1 0 572 18 0 0 18 0 16 0 1098448 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3619/statm: 386895 34653 1424 10 0 384198 0
[pid=3619/tid=3621] ppid=3617 vsize=1547580 CPUtime=0.31
/proc/3619/task/3621/stat : 3621 (java) S 3617 3619 2330 0 -1 4202560 3966 0 1 0 29 2 0 0 18 0 16 0 1098449 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3622] ppid=3617 vsize=1547580 CPUtime=0
/proc/3619/task/3622/stat : 3622 (java) S 3617 3619 2330 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 1098450 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3623] ppid=3617 vsize=1547580 CPUtime=0
/proc/3619/task/3623/stat : 3623 (java) S 3617 3619 2330 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 1098450 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3624] ppid=3617 vsize=1547580 CPUtime=0
/proc/3619/task/3624/stat : 3624 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 1098452 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3625] ppid=3617 vsize=1547580 CPUtime=0
/proc/3619/task/3625/stat : 3625 (java) S 3617 3619 2330 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 16 0 1098453 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3626] ppid=3617 vsize=1547580 CPUtime=0
/proc/3619/task/3626/stat : 3626 (java) S 3617 3619 2330 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 1098453 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3627] ppid=3617 vsize=1547580 CPUtime=0
/proc/3619/task/3627/stat : 3627 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1098457 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3628] ppid=3617 vsize=1547580 CPUtime=0.81
/proc/3619/task/3628/stat : 3628 (java) R 3617 3619 2330 0 -1 4202560 2225 0 0 0 81 0 0 0 25 0 16 0 1098457 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 105719674 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3619/tid=3629] ppid=3617 vsize=1547580 CPUtime=1.82
/proc/3619/task/3629/stat : 3629 (java) R 3617 3619 2330 0 -1 4202560 8765 0 0 0 179 3 0 0 18 0 16 0 1098457 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 104163883 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3619/tid=3630] ppid=3617 vsize=1547580 CPUtime=0
/proc/3619/task/3630/stat : 3630 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1098457 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3631] ppid=3617 vsize=1547580 CPUtime=0
/proc/3619/task/3631/stat : 3631 (java) S 3617 3619 2330 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 1098457 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3632] ppid=3617 vsize=1547580 CPUtime=0.77
/proc/3619/task/3632/stat : 3632 (java) R 3617 3619 2330 0 -1 4202560 287 0 0 0 77 0 0 0 23 0 16 0 1098482 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4109773388 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3619/tid=3633] ppid=3617 vsize=1547580 CPUtime=2.15
/proc/3619/task/3633/stat : 3633 (java) R 3617 3619 2330 0 -1 4202560 24629 0 0 0 204 11 0 0 19 0 16 0 1098482 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4109852769 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3619/tid=3634] ppid=3617 vsize=1547580 CPUtime=0
/proc/3619/task/3634/stat : 3634 (java) S 3617 3619 2330 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 1098482 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3635] ppid=3617 vsize=1547580 CPUtime=0
/proc/3619/task/3635/stat : 3635 (java) S 3617 3619 2330 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 1098482 1584721920 34653 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 1547580

[startup+6.30168 s]
/proc/loadavg: 1.31 1.06 1.02 3/123 3635
/proc/meminfo: memFree=1390144/2059040 swapFree=4192956/4192956
[pid=3619] ppid=3617 vsize=1544424 CPUtime=12.13
/proc/3619/stat : 3619 (java) S 3617 3619 2330 0 -1 4202496 51051 0 1 0 1190 23 0 0 18 0 16 0 1098448 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3619/statm: 386106 40347 1444 10 0 383409 0
[pid=3619/tid=3621] ppid=3617 vsize=1544424 CPUtime=0.31
/proc/3619/task/3621/stat : 3621 (java) S 3617 3619 2330 0 -1 4202560 3966 0 1 0 29 2 0 0 18 0 16 0 1098449 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3622] ppid=3617 vsize=1544424 CPUtime=0.03
/proc/3619/task/3622/stat : 3622 (java) S 3617 3619 2330 0 -1 4202560 1057 0 0 0 3 0 0 0 16 0 16 0 1098450 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3623] ppid=3617 vsize=1544424 CPUtime=0.02
/proc/3619/task/3623/stat : 3623 (java) S 3617 3619 2330 0 -1 4202560 458 0 0 0 2 0 0 0 15 0 16 0 1098450 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3624] ppid=3617 vsize=1544424 CPUtime=0.1
/proc/3619/task/3624/stat : 3624 (java) S 3617 3619 2330 0 -1 4202560 1501 0 0 0 10 0 0 0 16 0 16 0 1098452 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3625] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3625/stat : 3625 (java) S 3617 3619 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 1098453 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3626] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3626/stat : 3626 (java) S 3617 3619 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 1098453 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3627] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3627/stat : 3627 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1098457 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3628] ppid=3617 vsize=1544424 CPUtime=1.07
/proc/3619/task/3628/stat : 3628 (java) S 3617 3619 2330 0 -1 4202560 2242 0 0 0 107 0 0 0 15 0 16 0 1098457 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3629] ppid=3617 vsize=1544424 CPUtime=2.93
/proc/3619/task/3629/stat : 3629 (java) S 3617 3619 2330 0 -1 4202560 12609 0 0 0 288 5 0 0 15 0 16 0 1098457 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3630] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3630/stat : 3630 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1098457 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3631] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3631/stat : 3631 (java) S 3617 3619 2330 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 1098457 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3632] ppid=3617 vsize=1544424 CPUtime=3.01
/proc/3619/task/3632/stat : 3632 (java) R 3617 3619 2330 0 -1 4202560 507 0 0 0 301 0 0 0 25 0 16 0 1098482 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4109944828 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3619/tid=3633] ppid=3617 vsize=1544424 CPUtime=4.6
/proc/3619/task/3633/stat : 3633 (java) R 3617 3619 2330 0 -1 4202560 27640 0 0 0 447 13 0 0 18 0 16 0 1098482 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4109912398 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3619/tid=3634] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3634/stat : 3634 (java) S 3617 3619 2330 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 1098482 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3635] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3635/stat : 3635 (java) S 3617 3619 2330 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 1098482 1581490176 40347 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 1544424

[startup+12.7019 s]
/proc/loadavg: 1.44 1.09 1.03 3/123 3635
/proc/meminfo: memFree=1384068/2059040 swapFree=4192956/4192956
[pid=3619] ppid=3617 vsize=1544424 CPUtime=24.48
/proc/3619/stat : 3619 (java) S 3617 3619 2330 0 -1 4202496 52471 0 1 0 2424 24 0 0 18 0 16 0 1098448 1581490176 41759 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3619/statm: 386106 41759 1448 10 0 383409 0
[pid=3619/tid=3621] ppid=3617 vsize=1544424 CPUtime=0.31
/proc/3619/task/3621/stat : 3621 (java) S 3617 3619 2330 0 -1 4202560 3966 0 1 0 29 2 0 0 18 0 16 0 1098449 1581490176 41759 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3622] ppid=3617 vsize=1544424 CPUtime=0.08
/proc/3619/task/3622/stat : 3622 (java) S 3617 3619 2330 0 -1 4202560 1058 0 0 0 8 0 0 0 16 0 16 0 1098450 1581490176 41759 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3623] ppid=3617 vsize=1544424 CPUtime=0.05
/proc/3619/task/3623/stat : 3623 (java) S 3617 3619 2330 0 -1 4202560 459 0 0 0 5 0 0 0 15 0 16 0 1098450 1581490176 41759 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3624] ppid=3617 vsize=1544424 CPUtime=0.42
/proc/3619/task/3624/stat : 3624 (java) S 3617 3619 2330 0 -1 4202560 2895 0 0 0 42 0 0 0 16 0 16 0 1098452 1581490176 41759 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3625] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3625/stat : 3625 (java) S 3617 3619 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 1098453 1581490176 41759 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3626] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3626/stat : 3626 (java) S 3617 3619 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 1098453 1581490176 41759 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3627] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3627/stat : 3627 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1098457 1581490176 41759 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3628] ppid=3617 vsize=1544424 CPUtime=1.18
/proc/3619/task/3628/stat : 3628 (java) S 3617 3619 2330 0 -1 4202560 2259 0 0 0 118 0 0 0 15 0 16 0 1098457 1581490176 41759 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3629] ppid=3617 vsize=1544424 CPUtime=2.93
/proc/3619/task/3629/stat : 3629 (java) S 3617 3619 2330 0 -1 4202560 12609 0 0 0 288 5 0 0 15 0 16 0 1098457 1581490176 41759 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3630] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3630/stat : 3630 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1098457 1581490176 41759 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3631] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3631/stat : 3631 (java) S 3617 3619 2330 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 1098457 1581490176 41759 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0

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

[pid=3619/tid=3624] ppid=3617 vsize=1545804 CPUtime=1.34
/proc/3619/task/3624/stat : 3624 (java) S 3617 3619 2330 0 -1 4202560 4771 0 0 0 133 1 0 0 16 0 16 0 1098452 1582903296 43983 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3625] ppid=3617 vsize=1545804 CPUtime=0
/proc/3619/task/3625/stat : 3625 (java) S 3617 3619 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 1098453 1582903296 43983 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3626] ppid=3617 vsize=1545804 CPUtime=0
/proc/3619/task/3626/stat : 3626 (java) S 3617 3619 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 1098453 1582903296 43983 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3627] ppid=3617 vsize=1545804 CPUtime=0
/proc/3619/task/3627/stat : 3627 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1098457 1582903296 43983 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3628] ppid=3617 vsize=1545804 CPUtime=1.58
/proc/3619/task/3628/stat : 3628 (java) R 3617 3619 2330 0 -1 4202560 2597 0 0 0 158 0 0 0 16 0 16 0 1098457 1582903296 43983 1992294400 134512640 134550932 4294598992 18446744073709551615 104105820 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3619/tid=3629] ppid=3617 vsize=1545804 CPUtime=2.93
/proc/3619/task/3629/stat : 3629 (java) S 3617 3619 2330 0 -1 4202560 12609 0 0 0 288 5 0 0 15 0 16 0 1098457 1582903296 43983 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3630] ppid=3617 vsize=1545804 CPUtime=0
/proc/3619/task/3630/stat : 3630 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1098457 1582903296 43983 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3631] ppid=3617 vsize=1545804 CPUtime=0
/proc/3619/task/3631/stat : 3631 (java) S 3617 3619 2330 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 1098457 1582903296 43983 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3632] ppid=3617 vsize=1545804 CPUtime=23.39
/proc/3619/task/3632/stat : 3632 (java) R 3617 3619 2330 0 -1 4202560 531 0 0 0 2339 0 0 0 25 0 16 0 1098482 1582903296 43983 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3619/tid=3633] ppid=3617 vsize=1545804 CPUtime=25.37
/proc/3619/task/3633/stat : 3633 (java) R 3617 3619 2330 0 -1 4202560 27643 0 0 0 2524 13 0 0 25 0 16 0 1098482 1582903296 43983 1992294400 134512640 134550932 4294598992 18446744073709551615 4109912468 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3619/tid=3634] ppid=3617 vsize=1545804 CPUtime=0
/proc/3619/task/3634/stat : 3634 (java) S 3617 3619 2330 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 1098482 1582903296 43983 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3635] ppid=3617 vsize=1545804 CPUtime=0
/proc/3619/task/3635/stat : 3635 (java) S 3617 3619 2330 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 1098482 1582903296 43983 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 55.29
Current children cumulated vsize (KiB) 1545804

[startup+30.3015 s]
/proc/loadavg: 1.56 1.14 1.04 2/122 3637
/proc/meminfo: memFree=1373536/2059040 swapFree=4192956/4192956
[pid=3619] ppid=3617 vsize=1546964 CPUtime=57.4
/proc/3619/stat : 3619 (java) S 3617 3619 2330 0 -1 4202496 55436 0 1 0 5714 26 0 0 18 0 15 0 1098448 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3619/statm: 386741 44263 1449 10 0 384044 0
[pid=3619/tid=3621] ppid=3617 vsize=1546964 CPUtime=0.31
/proc/3619/task/3621/stat : 3621 (java) S 3617 3619 2330 0 -1 4202560 3966 0 1 0 29 2 0 0 18 0 15 0 1098449 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3622] ppid=3617 vsize=1546964 CPUtime=0.15
/proc/3619/task/3622/stat : 3622 (java) S 3617 3619 2330 0 -1 4202560 1061 0 0 0 15 0 0 0 15 0 15 0 1098450 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3623] ppid=3617 vsize=1546964 CPUtime=0.13
/proc/3619/task/3623/stat : 3623 (java) S 3617 3619 2330 0 -1 4202560 465 0 0 0 13 0 0 0 16 0 15 0 1098450 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3624] ppid=3617 vsize=1546964 CPUtime=1.42
/proc/3619/task/3624/stat : 3624 (java) S 3617 3619 2330 0 -1 4202560 4771 0 0 0 141 1 0 0 16 0 15 0 1098452 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3625] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3625/stat : 3625 (java) S 3617 3619 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 1098453 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3626] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3626/stat : 3626 (java) S 3617 3619 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 1098453 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3627] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3627/stat : 3627 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 1098457 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3628] ppid=3617 vsize=1546964 CPUtime=1.93
/proc/3619/task/3628/stat : 3628 (java) S 3617 3619 2330 0 -1 4202560 3316 0 0 0 192 1 0 0 15 0 15 0 1098457 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3629] ppid=3617 vsize=1546964 CPUtime=2.93
/proc/3619/task/3629/stat : 3629 (java) S 3617 3619 2330 0 -1 4202560 12609 0 0 0 288 5 0 0 15 0 15 0 1098457 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3630] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3630/stat : 3630 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 1098457 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3631] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3631/stat : 3631 (java) S 3617 3619 2330 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 15 0 1098457 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3633] ppid=3617 vsize=1546964 CPUtime=26.85
/proc/3619/task/3633/stat : 3633 (java) R 3617 3619 2330 0 -1 4202560 27643 0 0 0 2672 13 0 0 25 0 15 0 1098482 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4110279488 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3619/tid=3634] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3634/stat : 3634 (java) S 3617 3619 2330 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 1098482 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3635] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3635/stat : 3635 (java) S 3617 3619 2330 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 15 0 1098482 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.4
Current children cumulated vsize (KiB) 1546964

[startup+31.1015 s]
/proc/loadavg: 1.52 1.14 1.04 2/122 3637
/proc/meminfo: memFree=1373536/2059040 swapFree=4192956/4192956
[pid=3619] ppid=3617 vsize=1546964 CPUtime=58.2
/proc/3619/stat : 3619 (java) S 3617 3619 2330 0 -1 4202496 55439 0 1 0 5794 26 0 0 18 0 15 0 1098448 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3619/statm: 386741 44263 1449 10 0 384044 0
[pid=3619/tid=3621] ppid=3617 vsize=1546964 CPUtime=0.31
/proc/3619/task/3621/stat : 3621 (java) S 3617 3619 2330 0 -1 4202560 3966 0 1 0 29 2 0 0 18 0 15 0 1098449 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3622] ppid=3617 vsize=1546964 CPUtime=0.15
/proc/3619/task/3622/stat : 3622 (java) S 3617 3619 2330 0 -1 4202560 1061 0 0 0 15 0 0 0 15 0 15 0 1098450 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3623] ppid=3617 vsize=1546964 CPUtime=0.13
/proc/3619/task/3623/stat : 3623 (java) S 3617 3619 2330 0 -1 4202560 465 0 0 0 13 0 0 0 16 0 15 0 1098450 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3624] ppid=3617 vsize=1546964 CPUtime=1.42
/proc/3619/task/3624/stat : 3624 (java) S 3617 3619 2330 0 -1 4202560 4771 0 0 0 141 1 0 0 16 0 15 0 1098452 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3625] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3625/stat : 3625 (java) S 3617 3619 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 1098453 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3626] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3626/stat : 3626 (java) S 3617 3619 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 1098453 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3627] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3627/stat : 3627 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 1098457 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3628] ppid=3617 vsize=1546964 CPUtime=1.93
/proc/3619/task/3628/stat : 3628 (java) S 3617 3619 2330 0 -1 4202560 3316 0 0 0 192 1 0 0 15 0 15 0 1098457 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3629] ppid=3617 vsize=1546964 CPUtime=2.93
/proc/3619/task/3629/stat : 3629 (java) S 3617 3619 2330 0 -1 4202560 12609 0 0 0 288 5 0 0 15 0 15 0 1098457 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3630] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3630/stat : 3630 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 1098457 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3631] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3631/stat : 3631 (java) S 3617 3619 2330 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 15 0 1098457 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3633] ppid=3617 vsize=1546964 CPUtime=27.64
/proc/3619/task/3633/stat : 3633 (java) R 3617 3619 2330 0 -1 4202560 27644 0 0 0 2751 13 0 0 25 0 15 0 1098482 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4109912406 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3619/tid=3634] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3634/stat : 3634 (java) S 3617 3619 2330 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 1098482 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3635] ppid=3617 vsize=1546964 CPUtime=0
/proc/3619/task/3635/stat : 3635 (java) S 3617 3619 2330 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 15 0 1098482 1584091136 44263 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.2
Current children cumulated vsize (KiB) 1546964

[startup+31.5016 s]
/proc/loadavg: 1.52 1.14 1.04 2/122 3637
/proc/meminfo: memFree=1373536/2059040 swapFree=4192956/4192956
[pid=3619] ppid=3617 vsize=1544424 CPUtime=58.22
/proc/3619/stat : 3619 (java) S 3617 3619 2330 0 -1 4202496 55441 0 1 0 5796 26 0 0 18 0 14 0 1098448 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3619/statm: 386106 43709 1449 10 0 383409 0
[pid=3619/tid=3621] ppid=3617 vsize=1544424 CPUtime=0.31
/proc/3619/task/3621/stat : 3621 (java) S 3617 3619 2330 0 -1 4202560 3966 0 1 0 29 2 0 0 18 0 14 0 1098449 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3622] ppid=3617 vsize=1544424 CPUtime=0.15
/proc/3619/task/3622/stat : 3622 (java) S 3617 3619 2330 0 -1 4202560 1061 0 0 0 15 0 0 0 15 0 14 0 1098450 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3623] ppid=3617 vsize=1544424 CPUtime=0.13
/proc/3619/task/3623/stat : 3623 (java) S 3617 3619 2330 0 -1 4202560 465 0 0 0 13 0 0 0 16 0 14 0 1098450 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3624] ppid=3617 vsize=1544424 CPUtime=1.42
/proc/3619/task/3624/stat : 3624 (java) S 3617 3619 2330 0 -1 4202560 4771 0 0 0 141 1 0 0 15 0 14 0 1098452 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3625] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3625/stat : 3625 (java) S 3617 3619 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 1098453 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3626] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3626/stat : 3626 (java) S 3617 3619 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 1098453 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3627] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3627/stat : 3627 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1098457 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3628] ppid=3617 vsize=1544424 CPUtime=1.93
/proc/3619/task/3628/stat : 3628 (java) S 3617 3619 2330 0 -1 4202560 3316 0 0 0 192 1 0 0 15 0 14 0 1098457 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3629] ppid=3617 vsize=1544424 CPUtime=2.93
/proc/3619/task/3629/stat : 3629 (java) S 3617 3619 2330 0 -1 4202560 12609 0 0 0 288 5 0 0 15 0 14 0 1098457 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3630] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3630/stat : 3630 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1098457 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3631] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3631/stat : 3631 (java) S 3617 3619 2330 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 14 0 1098457 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3634] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3634/stat : 3634 (java) S 3617 3619 2330 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 1098482 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3635] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3635/stat : 3635 (java) S 3617 3619 2330 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 1098482 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.22
Current children cumulated vsize (KiB) 1544424

[startup+31.7016 s]
/proc/loadavg: 1.52 1.14 1.04 2/122 3637
/proc/meminfo: memFree=1373536/2059040 swapFree=4192956/4192956
[pid=3619] ppid=3617 vsize=1544424 CPUtime=58.22
/proc/3619/stat : 3619 (java) S 3617 3619 2330 0 -1 4202496 55441 0 1 0 5796 26 0 0 18 0 14 0 1098448 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3619/statm: 386106 43709 1449 10 0 383409 0
[pid=3619/tid=3621] ppid=3617 vsize=1544424 CPUtime=0.31
/proc/3619/task/3621/stat : 3621 (java) S 3617 3619 2330 0 -1 4202560 3966 0 1 0 29 2 0 0 18 0 14 0 1098449 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3622] ppid=3617 vsize=1544424 CPUtime=0.15
/proc/3619/task/3622/stat : 3622 (java) S 3617 3619 2330 0 -1 4202560 1061 0 0 0 15 0 0 0 15 0 14 0 1098450 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3623] ppid=3617 vsize=1544424 CPUtime=0.13
/proc/3619/task/3623/stat : 3623 (java) S 3617 3619 2330 0 -1 4202560 465 0 0 0 13 0 0 0 16 0 14 0 1098450 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3624] ppid=3617 vsize=1544424 CPUtime=1.42
/proc/3619/task/3624/stat : 3624 (java) S 3617 3619 2330 0 -1 4202560 4771 0 0 0 141 1 0 0 15 0 14 0 1098452 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=3619/tid=3625] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3625/stat : 3625 (java) S 3617 3619 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 1098453 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3626] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3626/stat : 3626 (java) S 3617 3619 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 1098453 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3627] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3627/stat : 3627 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1098457 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3628] ppid=3617 vsize=1544424 CPUtime=1.93
/proc/3619/task/3628/stat : 3628 (java) S 3617 3619 2330 0 -1 4202560 3316 0 0 0 192 1 0 0 15 0 14 0 1098457 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3629] ppid=3617 vsize=1544424 CPUtime=2.93
/proc/3619/task/3629/stat : 3629 (java) S 3617 3619 2330 0 -1 4202560 12609 0 0 0 288 5 0 0 15 0 14 0 1098457 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3630] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3630/stat : 3630 (java) S 3617 3619 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1098457 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3631] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3631/stat : 3631 (java) S 3617 3619 2330 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 14 0 1098457 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3634] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3634/stat : 3634 (java) S 3617 3619 2330 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 1098482 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=3619/tid=3635] ppid=3617 vsize=1544424 CPUtime=0
/proc/3619/task/3635/stat : 3635 (java) S 3617 3619 2330 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 1098482 1581490176 43709 1992294400 134512640 134550932 4294598992 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.22
Current children cumulated vsize (KiB) 1544424

Child status: 20
Real time (s): 31.7669
CPU time (s): 58.2801
CPU user time (s): 57.9952
CPU system time (s): 0.284956
CPU usage (%): 183.462
Max. virtual memory (cumulated for all children) (KiB): 1550168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.9952
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55454
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= 1325
involuntary context switches= 2042

runsolver used 0.150977 second user time and 0.353946 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-11 18:40:27
IDJOB=2662699
IDBENCH=1203
IDSOLVER=1166
FILE ID=node025/2662699-1276274427
PBS_JOBID= 11172192
Free space on /tmp= 62540 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110978334.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662699-1276274427/watcher-2662699-1276274427 -o /tmp/evaluation-result-2662699-1276274427/solver-2662699-1276274427 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662699-1276274427.opb

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

MD5SUM BENCH= 1e6e6790cf8a5ba3b1d9fbc270ba474b
RANDOM SEED=548901207

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1546784 kB
Buffers:         46212 kB
Cached:         327884 kB
SwapCached:          0 kB
Active:         152672 kB
Inactive:       280684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1546784 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             496 kB
Writeback:           0 kB
AnonPages:       59248 kB
Mapped:          15396 kB
Slab:            56936 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183260 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= 62540 MiB
End job on node025 at 2010-06-11 18:40:59