Trace number 2662742

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 80.0638 42.5765

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110973163.opb
MD5SUM48e5a0f80e1be044effaae28584b73c9
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.159975
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 1215
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.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.15	c See www.sat4j.org for details.
0.07/0.16	c version 2.2.0.v20100531
0.07/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.16	c java.vm.version	11.2-b01
0.07/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version		1.6.0_12
0.07/0.16	c os.name		Linux
0.07/0.16	c os.version		2.6.18-164.el5
0.07/0.16	c os.arch		i386
0.07/0.16	c Free memory 		1393557488
0.07/0.16	c Max memory 		1395916800
0.07/0.16	c Total memory 		1395916800
0.07/0.16	c Number of processors 	2
0.21/0.23	c Pseudo Boolean Optimization
0.21/0.23	c ManyCore solver with 2 solvers running in parallel
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.23	c Expensive reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.23	c No reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	
0.21/0.23	c solving HOME/instance-2662742-1276278307.opb
0.21/0.23	c reading problem ... 
0.35/0.37	c ... done. Wall clock time 0.144s.
0.35/0.37	c #vars     169
0.35/0.37	c #constraints  101
0.35/0.37	c constraints type 
0.35/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.35/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.35/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.35/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.35/0.38	c constraints type 
0.35/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.35/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.35/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.35/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
6.45/3.41	c cleaning 2494 clauses out of 5000 with flag 5000/5000
7.61/4.04	c cleaning 4250 clauses out of 8508 with flag 11002/11002
8.76/4.69	c cleaning 5625 clauses out of 11259 with flag 18003/18003
10.51/5.55	c cleaning 6812 clauses out of 13632 with flag 26001/26001
12.23/6.45	c cleaning 7904 clauses out of 15819 with flag 35000/35000
14.36/7.53	c cleaning 8954 clauses out of 17916 with flag 45001/45001
16.70/8.72	c cleaning 9478 clauses out of 18964 with flag 55003/55003
18.62/9.75	c cleaning 9735 clauses out of 19483 with flag 65000/65000
20.35/10.63	c cleaning 9874 clauses out of 19749 with flag 75001/75001
22.48/11.71	c cleaning 9935 clauses out of 19876 with flag 85002/85002
24.42/12.74	c cleaning 9968 clauses out of 19941 with flag 95002/95002
26.15/13.65	c cleaning 9982 clauses out of 19972 with flag 105001/105001
27.87/14.57	c cleaning 9988 clauses out of 19989 with flag 115000/115000
29.63/15.48	c cleaning 10001 clauses out of 20003 with flag 125002/125002
31.36/16.39	c cleaning 9996 clauses out of 20000 with flag 135000/135000
33.10/17.29	c cleaning 9997 clauses out of 20004 with flag 145000/145000
35.02/18.26	c cleaning 9995 clauses out of 20007 with flag 155000/155000
36.96/19.21	c cleaning 10001 clauses out of 20013 with flag 165001/165001
38.71/20.13	c cleaning 10003 clauses out of 20012 with flag 175001/175001
40.84/21.23	c cleaning 9999 clauses out of 20009 with flag 185001/185001
42.57/22.16	c cleaning 10001 clauses out of 20009 with flag 195000/195000
44.71/23.22	c cleaning 10000 clauses out of 20009 with flag 205001/205001
46.47/24.14	c cleaning 9998 clauses out of 20008 with flag 215000/215000
48.20/25.01	c cleaning 10001 clauses out of 20011 with flag 225001/225001
49.93/25.93	c cleaning 9999 clauses out of 20009 with flag 235000/235000
51.66/26.84	c cleaning 9999 clauses out of 20012 with flag 245002/245002
53.41/27.75	c cleaning 10001 clauses out of 20011 with flag 255000/255000
55.35/28.79	c cleaning 10005 clauses out of 20011 with flag 265001/265001
57.48/29.85	c cleaning 9998 clauses out of 20005 with flag 275000/275000
59.43/30.81	c cleaning 9998 clauses out of 20007 with flag 285000/285000
61.17/31.73	c cleaning 10002 clauses out of 20011 with flag 295002/295002
62.89/32.62	c cleaning 9998 clauses out of 20008 with flag 305001/305001
64.62/33.52	c cleaning 10000 clauses out of 20009 with flag 315000/315000
66.16/34.33	c cleaning 9999 clauses out of 20010 with flag 325001/325001
67.72/35.16	c cleaning 10000 clauses out of 20011 with flag 335001/335001
69.45/36.03	c cleaning 9997 clauses out of 20010 with flag 345000/345000
71.18/36.94	c cleaning 10001 clauses out of 20013 with flag 355000/355000
72.91/37.83	c cleaning 10003 clauses out of 20014 with flag 365002/365002
74.65/38.70	c cleaning 10000 clauses out of 20010 with flag 375001/375001
76.39/39.64	c cleaning 10001 clauses out of 20010 with flag 385001/385001
78.89/40.91	c cleaning 10003 clauses out of 20012 with flag 395005/395005
79.03/41.07	c And the winner is Resolution
79.99/42.50	c starts		: 136
79.99/42.50	c conflicts		: 396630
79.99/42.50	c decisions		: 572022
79.99/42.50	c propagations		: 8317818
79.99/42.50	c inspects		: 106043773
79.99/42.50	c learnt literals	: 7
79.99/42.50	c learnt binary clauses	: 22
79.99/42.50	c learnt ternary clauses	: 135
79.99/42.50	c learnt clauses	: 396622
79.99/42.50	c ignored clauses	: 0
79.99/42.50	c root simplifications	: 0
79.99/42.50	c removed literals (reason simplification)	: 4007394
79.99/42.50	c reason swapping (by a shorter reason)	: 0
79.99/42.50	c Calls to reduceDB	: 41
79.99/42.50	c number of reductions to clauses (during analyze)	: 0
79.99/42.50	c number of learned constraints concerned by reduction	: 0
79.99/42.50	c number of learning phase by resolution	: 0
79.99/42.50	c number of learning phase by cutting planes	: 0
79.99/42.50	c speed (assignments/second)	: 197464.9953707001
79.99/42.50	c non guided choices	43
79.99/42.53	c learnt constraints type 
79.99/42.53	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11605
79.99/42.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
79.99/42.53	c constraints type 
79.99/42.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
79.99/42.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
79.99/42.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
79.99/42.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
79.99/42.53	c constraints type 
79.99/42.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
79.99/42.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
79.99/42.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
79.99/42.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
79.99/42.53	s UNSATISFIABLE
79.99/42.53	c Total wall clock time (in seconds): 42.299

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-2662742-1276278307/watcher-2662742-1276278307 -o /tmp/evaluation-result-2662742-1276278307/solver-2662742-1276278307 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662742-1276278307.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: 0.92 0.98 0.99 3/106 4146
/proc/meminfo: memFree=1574864/2059040 swapFree=4192956/4192956
[pid=4146] ppid=4144 vsize=392 CPUtime=0
/proc/4146/stat : 4146 (java6) R 4144 4146 2439 0 -1 4194304 121 0 0 0 0 0 0 0 23 0 1 0 1482587 401408 40 1992294400 134512640 134550932 4291207312 18446744073709551615 3252820 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/4146/statm: 98 40 32 10 0 25 0

[startup+0.0129751 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 4146
/proc/meminfo: memFree=1574864/2059040 swapFree=4192956/4192956
[pid=4146] ppid=4144 vsize=248 CPUtime=0
/proc/4146/stat : 4146 (java) R 4144 4146 2439 0 -1 4194304 283 0 0 0 0 0 0 0 23 0 1 0 1482587 253952 29 1992294400 134512640 134550932 4289233984 18446744073709551615 3252820 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4146/statm: 62 29 21 10 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 248

[startup+0.100997 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 4146
/proc/meminfo: memFree=1574864/2059040 swapFree=4192956/4192956
[pid=4146] ppid=4144 vsize=1521796 CPUtime=0.07
/proc/4146/stat : 4146 (java) S 4144 4146 2439 0 -1 4202496 3865 0 1 0 5 2 0 0 23 0 7 0 1482587 1558319104 3306 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/4146/statm: 380449 3306 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.30103 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 4146
/proc/meminfo: memFree=1574864/2059040 swapFree=4192956/4192956
[pid=4146] ppid=4144 vsize=1526160 CPUtime=0.35
/proc/4146/stat : 4146 (java) S 4144 4146 2439 0 -1 4202496 5352 0 1 0 31 4 0 0 23 0 12 0 1482587 1562787840 4789 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4146/statm: 381540 4789 1352 10 0 378843 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526160

[startup+0.701105 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 4146
/proc/meminfo: memFree=1574864/2059040 swapFree=4192956/4192956
[pid=4146] ppid=4144 vsize=1533172 CPUtime=1.11
/proc/4146/stat : 4146 (java) S 4144 4146 2439 0 -1 4202496 7712 0 1 0 106 5 0 0 23 0 16 0 1482587 1569968128 6761 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4146/statm: 383293 6761 1418 10 0 380596 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1533172

[startup+1.50224 s]
/proc/loadavg: 0.92 0.98 0.99 5/122 4162
/proc/meminfo: memFree=1545536/2059040 swapFree=4192956/4192956
[pid=4146] ppid=4144 vsize=1541808 CPUtime=2.69
/proc/4146/stat : 4146 (java) S 4144 4146 2439 0 -1 4202496 13199 0 1 0 262 7 0 0 23 0 16 0 1482587 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4146/statm: 385452 10230 1422 10 0 382755 0
[pid=4146/tid=4148] ppid=4144 vsize=1541808 CPUtime=0.34
/proc/4146/task/4148/stat : 4148 (java) S 4144 4146 2439 0 -1 4202560 3957 0 1 0 31 3 0 0 18 0 16 0 1482589 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4149] ppid=4144 vsize=1541808 CPUtime=0
/proc/4146/task/4149/stat : 4149 (java) S 4144 4146 2439 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 1482590 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4150] ppid=4144 vsize=1541808 CPUtime=0
/proc/4146/task/4150/stat : 4150 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1482590 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4151] ppid=4144 vsize=1541808 CPUtime=0
/proc/4146/task/4151/stat : 4151 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 1482592 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4152] ppid=4144 vsize=1541808 CPUtime=0
/proc/4146/task/4152/stat : 4152 (java) S 4144 4146 2439 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 16 0 1482593 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4153] ppid=4144 vsize=1541808 CPUtime=0
/proc/4146/task/4153/stat : 4153 (java) S 4144 4146 2439 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 1482593 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4154] ppid=4144 vsize=1541808 CPUtime=0
/proc/4146/task/4154/stat : 4154 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1482597 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4155] ppid=4144 vsize=1541808 CPUtime=0.46
/proc/4146/task/4155/stat : 4155 (java) R 4144 4146 2439 0 -1 4202560 1021 0 0 0 46 0 0 0 25 0 16 0 1482597 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 102348077 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4146/tid=4156] ppid=4144 vsize=1541808 CPUtime=1.15
/proc/4146/task/4156/stat : 4156 (java) R 4144 4146 2439 0 -1 4202560 5585 0 0 0 113 2 0 0 17 0 16 0 1482597 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 103149673 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4146/tid=4157] ppid=4144 vsize=1541808 CPUtime=0
/proc/4146/task/4157/stat : 4157 (java) S 4144 4146 2439 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1482597 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4158] ppid=4144 vsize=1541808 CPUtime=0
/proc/4146/task/4158/stat : 4158 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1482597 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4159] ppid=4144 vsize=1541808 CPUtime=0.39
/proc/4146/task/4159/stat : 4159 (java) R 4144 4146 2439 0 -1 4202560 129 0 0 0 39 0 0 0 25 0 16 0 1482625 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4108720925 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4146/tid=4160] ppid=4144 vsize=1541808 CPUtime=0.3
/proc/4146/task/4160/stat : 4160 (java) R 4144 4146 2439 0 -1 4202560 1434 0 0 0 30 0 0 0 25 0 16 0 1482625 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4109030889 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4146/tid=4161] ppid=4144 vsize=1541808 CPUtime=0
/proc/4146/task/4161/stat : 4161 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1482626 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4162] ppid=4144 vsize=1541808 CPUtime=0
/proc/4146/task/4162/stat : 4162 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1482626 1578811392 10230 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1541808

[startup+3.10155 s]
/proc/loadavg: 0.92 0.98 0.99 5/122 4162
/proc/meminfo: memFree=1518380/2059040 swapFree=4192956/4192956
[pid=4146] ppid=4144 vsize=1542984 CPUtime=5.86
/proc/4146/stat : 4146 (java) S 4144 4146 2439 0 -1 4202496 43730 0 1 0 567 19 0 0 23 0 16 0 1482587 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4146/statm: 385746 37897 1433 10 0 383049 0
[pid=4146/tid=4148] ppid=4144 vsize=1542984 CPUtime=0.34
/proc/4146/task/4148/stat : 4148 (java) S 4144 4146 2439 0 -1 4202560 3957 0 1 0 31 3 0 0 18 0 16 0 1482589 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4149] ppid=4144 vsize=1542984 CPUtime=0.01
/proc/4146/task/4149/stat : 4149 (java) S 4144 4146 2439 0 -1 4202560 609 0 0 0 1 0 0 0 18 0 16 0 1482590 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4150] ppid=4144 vsize=1542984 CPUtime=0
/proc/4146/task/4150/stat : 4150 (java) S 4144 4146 2439 0 -1 4202560 74 0 0 0 0 0 0 0 17 0 16 0 1482590 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4151] ppid=4144 vsize=1542984 CPUtime=0
/proc/4146/task/4151/stat : 4151 (java) S 4144 4146 2439 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 1482592 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4152] ppid=4144 vsize=1542984 CPUtime=0
/proc/4146/task/4152/stat : 4152 (java) S 4144 4146 2439 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1482593 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4153] ppid=4144 vsize=1542984 CPUtime=0
/proc/4146/task/4153/stat : 4153 (java) R 4144 4146 2439 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 1482593 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4146/tid=4154] ppid=4144 vsize=1542984 CPUtime=0
/proc/4146/task/4154/stat : 4154 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1482597 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4155] ppid=4144 vsize=1542984 CPUtime=0.81
/proc/4146/task/4155/stat : 4155 (java) R 4144 4146 2439 0 -1 4202560 2426 0 0 0 80 1 0 0 22 0 16 0 1482597 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 106114277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4146/tid=4156] ppid=4144 vsize=1542984 CPUtime=2.52
/proc/4146/task/4156/stat : 4156 (java) R 4144 4146 2439 0 -1 4202560 7449 0 0 0 250 2 0 0 16 0 16 0 1482597 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 104139929 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4146/tid=4157] ppid=4144 vsize=1542984 CPUtime=0
/proc/4146/task/4157/stat : 4157 (java) S 4144 4146 2439 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1482597 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4158] ppid=4144 vsize=1542984 CPUtime=0
/proc/4146/task/4158/stat : 4158 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1482597 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4159] ppid=4144 vsize=1542984 CPUtime=0.8
/proc/4146/task/4159/stat : 4159 (java) R 4144 4146 2439 0 -1 4202560 513 0 0 0 80 0 0 0 25 0 16 0 1482625 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4109272758 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4146/tid=4160] ppid=4144 vsize=1542984 CPUtime=1.31
/proc/4146/task/4160/stat : 4160 (java) R 4144 4146 2439 0 -1 4202560 27626 0 0 0 121 10 0 0 19 0 16 0 1482625 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4109031436 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4146/tid=4161] ppid=4144 vsize=1542984 CPUtime=0
/proc/4146/task/4161/stat : 4161 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1482626 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4162] ppid=4144 vsize=1542984 CPUtime=0
/proc/4146/task/4162/stat : 4162 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1482626 1580015616 37897 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1542984

[startup+6.30213 s]
/proc/loadavg: 1.09 1.02 1.01 3/122 4162
/proc/meminfo: memFree=1418932/2059040 swapFree=4192956/4192956
[pid=4146] ppid=4144 vsize=1542000 CPUtime=12.03
/proc/4146/stat : 4146 (java) S 4144 4146 2439 0 -1 4202496 46315 0 1 0 1183 20 0 0 23 0 16 0 1482587 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4146/statm: 385500 40229 1444 10 0 382803 0
[pid=4146/tid=4148] ppid=4144 vsize=1542000 CPUtime=0.34
/proc/4146/task/4148/stat : 4148 (java) S 4144 4146 2439 0 -1 4202560 3957 0 1 0 31 3 0 0 18 0 16 0 1482589 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4149] ppid=4144 vsize=1542000 CPUtime=0.05
/proc/4146/task/4149/stat : 4149 (java) S 4144 4146 2439 0 -1 4202560 1065 0 0 0 5 0 0 0 16 0 16 0 1482590 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4150] ppid=4144 vsize=1542000 CPUtime=0.03
/proc/4146/task/4150/stat : 4150 (java) S 4144 4146 2439 0 -1 4202560 431 0 0 0 3 0 0 0 15 0 16 0 1482590 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4151] ppid=4144 vsize=1542000 CPUtime=0.16
/proc/4146/task/4151/stat : 4151 (java) S 4144 4146 2439 0 -1 4202560 1741 0 0 0 16 0 0 0 16 0 16 0 1482592 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4152] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4152/stat : 4152 (java) S 4144 4146 2439 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1482593 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4153] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4153/stat : 4153 (java) S 4144 4146 2439 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1482593 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4154] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4154/stat : 4154 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1482597 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4155] ppid=4144 vsize=1542000 CPUtime=0.98
/proc/4146/task/4155/stat : 4155 (java) S 4144 4146 2439 0 -1 4202560 2445 0 0 0 97 1 0 0 16 0 16 0 1482597 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4156] ppid=4144 vsize=1542000 CPUtime=2.65
/proc/4146/task/4156/stat : 4156 (java) S 4144 4146 2439 0 -1 4202560 7460 0 0 0 263 2 0 0 15 0 16 0 1482597 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4157] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4157/stat : 4157 (java) S 4144 4146 2439 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1482597 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4158] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4158/stat : 4158 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1482597 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4159] ppid=4144 vsize=1542000 CPUtime=3.5
/proc/4146/task/4159/stat : 4159 (java) R 4144 4146 2439 0 -1 4202560 518 0 0 0 350 0 0 0 25 0 16 0 1482625 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4109244421 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4146/tid=4160] ppid=4144 vsize=1542000 CPUtime=4.24
/proc/4146/task/4160/stat : 4160 (java) R 4144 4146 2439 0 -1 4202560 27627 0 0 0 414 10 0 0 24 0 16 0 1482625 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4109049680 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4146/tid=4161] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4161/stat : 4161 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1482626 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4162] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4162/stat : 4162 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1482626 1579008000 40229 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 1542000

[startup+12.7023 s]
/proc/loadavg: 1.16 1.03 1.01 3/122 4164
/proc/meminfo: memFree=1413228/2059040 swapFree=4192956/4192956
[pid=4146] ppid=4144 vsize=1542000 CPUtime=24.42
/proc/4146/stat : 4146 (java) S 4144 4146 2439 0 -1 4202496 47554 0 1 0 2421 21 0 0 23 0 16 0 1482587 1579008000 41462 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4146/statm: 385500 41462 1444 10 0 382803 0
[pid=4146/tid=4148] ppid=4144 vsize=1542000 CPUtime=0.34
/proc/4146/task/4148/stat : 4148 (java) S 4144 4146 2439 0 -1 4202560 3957 0 1 0 31 3 0 0 18 0 16 0 1482589 1579008000 41462 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4149] ppid=4144 vsize=1542000 CPUtime=0.07
/proc/4146/task/4149/stat : 4149 (java) S 4144 4146 2439 0 -1 4202560 1065 0 0 0 7 0 0 0 15 0 16 0 1482590 1579008000 41462 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4150] ppid=4144 vsize=1542000 CPUtime=0.06
/proc/4146/task/4150/stat : 4150 (java) S 4144 4146 2439 0 -1 4202560 431 0 0 0 6 0 0 0 16 0 16 0 1482590 1579008000 41462 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4151] ppid=4144 vsize=1542000 CPUtime=0.44
/proc/4146/task/4151/stat : 4151 (java) S 4144 4146 2439 0 -1 4202560 2970 0 0 0 44 0 0 0 16 0 16 0 1482592 1579008000 41462 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4152] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4152/stat : 4152 (java) S 4144 4146 2439 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1482593 1579008000 41462 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4153] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4153/stat : 4153 (java) S 4144 4146 2439 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1482593 1579008000 41462 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4154] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4154/stat : 4154 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1482597 1579008000 41462 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4155] ppid=4144 vsize=1542000 CPUtime=1.01
/proc/4146/task/4155/stat : 4155 (java) S 4144 4146 2439 0 -1 4202560 2449 0 0 0 100 1 0 0 15 0 16 0 1482597 1579008000 41462 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4156] ppid=4144 vsize=1542000 CPUtime=2.65
/proc/4146/task/4156/stat : 4156 (java) S 4144 4146 2439 0 -1 4202560 7460 0 0 0 263 2 0 0 15 0 16 0 1482597 1579008000 41462 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4157] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4157/stat : 4157 (java) S 4144 4146 2439 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1482597 1579008000 41462 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4158] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4158/stat : 4158 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1482597 1579008000 41462 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0

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

[pid=4146/tid=4152] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4152/stat : 4152 (java) S 4144 4146 2439 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1482593 1579008000 42701 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4153] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4153/stat : 4153 (java) S 4144 4146 2439 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1482593 1579008000 42701 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4154] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4154/stat : 4154 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1482597 1579008000 42701 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4155] ppid=4144 vsize=1542000 CPUtime=1.06
/proc/4146/task/4155/stat : 4155 (java) S 4144 4146 2439 0 -1 4202560 2449 0 0 0 105 1 0 0 15 0 16 0 1482597 1579008000 42701 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4156] ppid=4144 vsize=1542000 CPUtime=2.65
/proc/4146/task/4156/stat : 4156 (java) S 4144 4146 2439 0 -1 4202560 7460 0 0 0 263 2 0 0 15 0 16 0 1482597 1579008000 42701 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4157] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4157/stat : 4157 (java) S 4144 4146 2439 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1482597 1579008000 42701 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4158] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4158/stat : 4158 (java) S 4144 4146 2439 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 16 0 1482597 1579008000 42701 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4159] ppid=4144 vsize=1542000 CPUtime=33.42
/proc/4146/task/4159/stat : 4159 (java) R 4144 4146 2439 0 -1 4202560 551 0 0 0 3342 0 0 0 25 0 16 0 1482625 1579008000 42701 1992294400 134512640 134550932 4289233984 18446744073709551615 4109221244 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4146/tid=4160] ppid=4144 vsize=1542000 CPUtime=34.09
/proc/4146/task/4160/stat : 4160 (java) R 4144 4146 2439 0 -1 4202560 27628 0 0 0 3398 11 0 0 25 0 16 0 1482625 1579008000 42701 1992294400 134512640 134550932 4289233984 18446744073709551615 4109049620 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4146/tid=4161] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4161/stat : 4161 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1482626 1579008000 42701 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4162] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4162/stat : 4162 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1482626 1579008000 42701 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 73.86
Current children cumulated vsize (KiB) 1542000

[startup+39.9023 s]
/proc/loadavg: 1.42 1.11 1.03 3/122 4164
/proc/meminfo: memFree=1408144/2059040 swapFree=4192956/4192956
[pid=4146] ppid=4144 vsize=1542000 CPUtime=76.91
/proc/4146/stat : 4146 (java) S 4144 4146 2439 0 -1 4202496 48841 0 1 0 7664 27 0 0 23 0 16 0 1482587 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4146/statm: 385500 42709 1444 10 0 382803 0
[pid=4146/tid=4148] ppid=4144 vsize=1542000 CPUtime=0.34
/proc/4146/task/4148/stat : 4148 (java) S 4144 4146 2439 0 -1 4202560 3957 0 1 0 31 3 0 0 15 0 16 0 1482589 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4149] ppid=4144 vsize=1542000 CPUtime=0.18
/proc/4146/task/4149/stat : 4149 (java) S 4144 4146 2439 0 -1 4202560 1071 0 0 0 18 0 0 0 16 0 16 0 1482590 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4150] ppid=4144 vsize=1542000 CPUtime=0.18
/proc/4146/task/4150/stat : 4150 (java) S 4144 4146 2439 0 -1 4202560 441 0 0 0 18 0 0 0 15 0 16 0 1482590 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4151] ppid=4144 vsize=1542000 CPUtime=2.01
/proc/4146/task/4151/stat : 4151 (java) S 4144 4146 2439 0 -1 4202560 4203 0 0 0 196 5 0 0 16 0 16 0 1482592 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4152] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4152/stat : 4152 (java) S 4144 4146 2439 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1482593 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4153] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4153/stat : 4153 (java) S 4144 4146 2439 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1482593 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4154] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4154/stat : 4154 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1482597 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4155] ppid=4144 vsize=1542000 CPUtime=1.12
/proc/4146/task/4155/stat : 4155 (java) S 4144 4146 2439 0 -1 4202560 2449 0 0 0 111 1 0 0 15 0 16 0 1482597 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4156] ppid=4144 vsize=1542000 CPUtime=2.71
/proc/4146/task/4156/stat : 4156 (java) R 4144 4146 2439 0 -1 4202560 7460 0 0 0 269 2 0 0 15 0 16 0 1482597 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 105582022 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4146/tid=4157] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4157/stat : 4157 (java) S 4144 4146 2439 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1482597 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4158] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4158/stat : 4158 (java) S 4144 4146 2439 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 1482597 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4159] ppid=4144 vsize=1542000 CPUtime=34.83
/proc/4146/task/4159/stat : 4159 (java) R 4144 4146 2439 0 -1 4202560 556 0 0 0 3483 0 0 0 25 0 16 0 1482625 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4146/tid=4160] ppid=4144 vsize=1542000 CPUtime=35.46
/proc/4146/task/4160/stat : 4160 (java) R 4144 4146 2439 0 -1 4202560 27629 0 0 0 3535 11 0 0 25 0 16 0 1482625 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4109049622 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4146/tid=4161] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4161/stat : 4161 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1482626 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4162] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4162/stat : 4162 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1482626 1579008000 42709 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 76.91
Current children cumulated vsize (KiB) 1542000

[startup+41.5025 s]
/proc/loadavg: 1.42 1.11 1.03 4/122 4164
/proc/meminfo: memFree=1408144/2059040 swapFree=4192956/4192956
[pid=4146] ppid=4144 vsize=1542000 CPUtime=79.59
/proc/4146/stat : 4146 (java) S 4144 4146 2439 0 -1 4202496 48879 0 1 0 7932 27 0 0 23 0 15 0 1482587 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4146/statm: 385500 42745 1449 10 0 382803 0
[pid=4146/tid=4148] ppid=4144 vsize=1542000 CPUtime=0.34
/proc/4146/task/4148/stat : 4148 (java) S 4144 4146 2439 0 -1 4202560 3957 0 1 0 31 3 0 0 15 0 15 0 1482589 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4149] ppid=4144 vsize=1542000 CPUtime=0.19
/proc/4146/task/4149/stat : 4149 (java) S 4144 4146 2439 0 -1 4202560 1071 0 0 0 19 0 0 0 16 0 15 0 1482590 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4150] ppid=4144 vsize=1542000 CPUtime=0.18
/proc/4146/task/4150/stat : 4150 (java) S 4144 4146 2439 0 -1 4202560 441 0 0 0 18 0 0 0 15 0 15 0 1482590 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4151] ppid=4144 vsize=1542000 CPUtime=2.06
/proc/4146/task/4151/stat : 4151 (java) S 4144 4146 2439 0 -1 4202560 4203 0 0 0 201 5 0 0 16 0 15 0 1482592 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4152] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4152/stat : 4152 (java) S 4144 4146 2439 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 1482593 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4153] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4153/stat : 4153 (java) S 4144 4146 2439 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 1482593 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4154] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4154/stat : 4154 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4155] ppid=4144 vsize=1542000 CPUtime=1.14
/proc/4146/task/4155/stat : 4155 (java) S 4144 4146 2439 0 -1 4202560 2449 0 0 0 113 1 0 0 15 0 15 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4156] ppid=4144 vsize=1542000 CPUtime=3.07
/proc/4146/task/4156/stat : 4156 (java) S 4144 4146 2439 0 -1 4202560 7495 0 0 0 305 2 0 0 16 0 15 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4157] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4157/stat : 4157 (java) S 4144 4146 2439 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4158] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4158/stat : 4158 (java) S 4144 4146 2439 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 15 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4160] ppid=4144 vsize=1542000 CPUtime=36.84
/proc/4146/task/4160/stat : 4160 (java) R 4144 4146 2439 0 -1 4202560 27629 0 0 0 3673 11 0 0 25 0 15 0 1482625 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4109049614 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4146/tid=4161] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4161/stat : 4161 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 1482626 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4162] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4162/stat : 4162 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 1482626 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 79.59
Current children cumulated vsize (KiB) 1542000

[startup+42.3027 s]
/proc/loadavg: 1.42 1.11 1.03 2/121 4164
/proc/meminfo: memFree=1407904/2059040 swapFree=4192956/4192956
[pid=4146] ppid=4144 vsize=1542000 CPUtime=79.99
/proc/4146/stat : 4146 (java) S 4144 4146 2439 0 -1 4202496 48879 0 1 0 7972 27 0 0 23 0 14 0 1482587 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4146/statm: 385500 42745 1449 10 0 382803 0
[pid=4146/tid=4148] ppid=4144 vsize=1542000 CPUtime=0.34
/proc/4146/task/4148/stat : 4148 (java) S 4144 4146 2439 0 -1 4202560 3957 0 1 0 31 3 0 0 15 0 14 0 1482589 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4149] ppid=4144 vsize=1542000 CPUtime=0.19
/proc/4146/task/4149/stat : 4149 (java) S 4144 4146 2439 0 -1 4202560 1071 0 0 0 19 0 0 0 16 0 14 0 1482590 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4150] ppid=4144 vsize=1542000 CPUtime=0.18
/proc/4146/task/4150/stat : 4150 (java) S 4144 4146 2439 0 -1 4202560 441 0 0 0 18 0 0 0 15 0 14 0 1482590 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4151] ppid=4144 vsize=1542000 CPUtime=2.06
/proc/4146/task/4151/stat : 4151 (java) S 4144 4146 2439 0 -1 4202560 4203 0 0 0 201 5 0 0 15 0 14 0 1482592 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4152] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4152/stat : 4152 (java) S 4144 4146 2439 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 1482593 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4153] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4153/stat : 4153 (java) S 4144 4146 2439 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 1482593 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4154] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4154/stat : 4154 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4155] ppid=4144 vsize=1542000 CPUtime=1.14
/proc/4146/task/4155/stat : 4155 (java) S 4144 4146 2439 0 -1 4202560 2449 0 0 0 113 1 0 0 15 0 14 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4156] ppid=4144 vsize=1542000 CPUtime=3.07
/proc/4146/task/4156/stat : 4156 (java) S 4144 4146 2439 0 -1 4202560 7495 0 0 0 305 2 0 0 16 0 14 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4157] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4157/stat : 4157 (java) S 4144 4146 2439 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4158] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4158/stat : 4158 (java) S 4144 4146 2439 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4161] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4161/stat : 4161 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 1482626 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4162] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4162/stat : 4162 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 1482626 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 79.99
Current children cumulated vsize (KiB) 1542000

[startup+42.5017 s]
/proc/loadavg: 1.42 1.11 1.03 2/121 4164
/proc/meminfo: memFree=1407904/2059040 swapFree=4192956/4192956
[pid=4146] ppid=4144 vsize=1542000 CPUtime=79.99
/proc/4146/stat : 4146 (java) S 4144 4146 2439 0 -1 4202496 48879 0 1 0 7972 27 0 0 23 0 14 0 1482587 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4146/statm: 385500 42745 1449 10 0 382803 0
[pid=4146/tid=4148] ppid=4144 vsize=1542000 CPUtime=0.34
/proc/4146/task/4148/stat : 4148 (java) S 4144 4146 2439 0 -1 4202560 3957 0 1 0 31 3 0 0 15 0 14 0 1482589 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4149] ppid=4144 vsize=1542000 CPUtime=0.19
/proc/4146/task/4149/stat : 4149 (java) S 4144 4146 2439 0 -1 4202560 1071 0 0 0 19 0 0 0 16 0 14 0 1482590 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4150] ppid=4144 vsize=1542000 CPUtime=0.18
/proc/4146/task/4150/stat : 4150 (java) S 4144 4146 2439 0 -1 4202560 441 0 0 0 18 0 0 0 15 0 14 0 1482590 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4151] ppid=4144 vsize=1542000 CPUtime=2.06
/proc/4146/task/4151/stat : 4151 (java) S 4144 4146 2439 0 -1 4202560 4203 0 0 0 201 5 0 0 15 0 14 0 1482592 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4152] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4152/stat : 4152 (java) S 4144 4146 2439 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 1482593 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4153] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4153/stat : 4153 (java) S 4144 4146 2439 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 1482593 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4154] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4154/stat : 4154 (java) S 4144 4146 2439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4155] ppid=4144 vsize=1542000 CPUtime=1.14
/proc/4146/task/4155/stat : 4155 (java) S 4144 4146 2439 0 -1 4202560 2449 0 0 0 113 1 0 0 15 0 14 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4156] ppid=4144 vsize=1542000 CPUtime=3.07
/proc/4146/task/4156/stat : 4156 (java) S 4144 4146 2439 0 -1 4202560 7495 0 0 0 305 2 0 0 16 0 14 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4157] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4157/stat : 4157 (java) S 4144 4146 2439 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4158] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4158/stat : 4158 (java) S 4144 4146 2439 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 1482597 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=4146/tid=4161] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4161/stat : 4161 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 1482626 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=4146/tid=4162] ppid=4144 vsize=1542000 CPUtime=0
/proc/4146/task/4162/stat : 4162 (java) S 4144 4146 2439 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 1482626 1579008000 42745 1992294400 134512640 134550932 4289233984 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 79.99
Current children cumulated vsize (KiB) 1542000

Child status: 20
Real time (s): 42.5765
CPU time (s): 80.0638
CPU user time (s): 79.7699
CPU system time (s): 0.293955
CPU usage (%): 188.047
Max. virtual memory (cumulated for all children) (KiB): 1544828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.7699
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48888
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= 1827
involuntary context switches= 2762

runsolver used 0.184971 second user time and 0.413937 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-11 19:45:07
IDJOB=2662742
IDBENCH=1246
IDSOLVER=1166
FILE ID=node027/2662742-1276278307
PBS_JOBID= 11172190
Free space on /tmp= 62448 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.1110973163.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662742-1276278307/watcher-2662742-1276278307 -o /tmp/evaluation-result-2662742-1276278307/solver-2662742-1276278307 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662742-1276278307.opb

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

MD5SUM BENCH= 48e5a0f80e1be044effaae28584b73c9
RANDOM SEED=1304597383

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1575136 kB
Buffers:         50392 kB
Cached:         307036 kB
SwapCached:          0 kB
Active:         162656 kB
Inactive:       254076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1575136 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             308 kB
Writeback:           0 kB
AnonPages:       59284 kB
Mapped:          15340 kB
Slab:            45172 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182656 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62448 MiB
End job on node027 at 2010-06-11 19:45:50