Trace number 2685009

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 1393.08 709.293

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12026_5-unsat.opb
MD5SUMdb859a15c3accfca5f41bc17f134e06b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark604.363
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32912
Total number of constraints109848
Number of constraints which are clauses109308
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints540
Minimum length of a constraint1
Maximum length of a constraint66
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 428
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.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-2685009-1278437963.opb
0.21/0.23	c reading problem ... 
4.90/3.45	c ... done. Wall clock time 3.223s.
4.90/3.45	c #vars     32912
4.90/3.45	c #constraints  96630
4.90/3.45	c constraints type 
4.90/3.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12210
4.90/3.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78405
4.90/3.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
4.90/3.45	c constraints type 
4.90/3.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78405
4.90/3.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12210
4.90/3.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
22.91/12.59	c cleaning 2490 clauses out of 4997 with flag 5001/5001
41.33/21.96	c cleaning 4253 clauses out of 8507 with flag 11002/11002
62.48/32.76	c cleaning 5612 clauses out of 11253 with flag 18001/18001
89.17/46.36	c cleaning 6817 clauses out of 13639 with flag 26001/26001
118.13/61.16	c cleaning 7905 clauses out of 15821 with flag 35000/35000
150.52/77.61	c cleaning 8954 clauses out of 17917 with flag 45001/45001
188.65/97.08	c cleaning 9982 clauses out of 19963 with flag 56001/56001
233.87/120.00	c cleaning 10985 clauses out of 21980 with flag 68000/68000
235.66/121.12	c cleaning 0 clauses out of 5000 with flag 0/5000
285.57/146.46	c cleaning 11993 clauses out of 23996 with flag 81001/81001
339.09/173.61	c cleaning 12988 clauses out of 26003 with flag 95001/95001
398.34/203.76	c cleaning 13999 clauses out of 28014 with flag 110000/110000
461.25/235.71	c cleaning 14998 clauses out of 30017 with flag 126002/126002
533.34/272.37	c cleaning 15994 clauses out of 32017 with flag 143000/143000
613.37/312.97	c cleaning 17012 clauses out of 34023 with flag 161000/161000
701.70/357.74	c cleaning 18000 clauses out of 36012 with flag 180001/180001
794.02/404.65	c cleaning 19001 clauses out of 38011 with flag 200000/200000
889.01/452.87	c cleaning 20000 clauses out of 40009 with flag 221000/221000
993.70/505.94	c cleaning 20993 clauses out of 42009 with flag 243000/243000
1066.84/543.11	c cleaning 0 clauses out of 11000 with flag 0/11000
1105.35/562.90	c cleaning 21999 clauses out of 44016 with flag 266000/266000
1223.68/622.97	c cleaning 23001 clauses out of 46017 with flag 290004/290004
1342.96/683.46	c cleaning 23992 clauses out of 48012 with flag 315001/315001
1392.29/708.68	c And the winner is Resolution
1392.89/709.18	c starts		: 134
1392.89/709.18	c conflicts		: 325574
1392.89/709.18	c decisions		: 402698
1392.89/709.18	c propagations		: 399423564
1392.89/709.18	c inspects		: 1389624053
1392.89/709.18	c learnt literals	: 25
1392.89/709.18	c learnt binary clauses	: 169
1392.89/709.18	c learnt ternary clauses	: 871
1392.89/709.18	c learnt clauses	: 325548
1392.89/709.18	c ignored clauses	: 0
1392.89/709.18	c root simplifications	: 0
1392.89/709.18	c removed literals (reason simplification)	: 7427643
1392.89/709.18	c reason swapping (by a shorter reason)	: 0
1392.89/709.18	c Calls to reduceDB	: 21
1392.89/709.18	c number of reductions to clauses (during analyze)	: 0
1392.89/709.18	c number of learned constraints concerned by reduction	: 0
1392.89/709.18	c number of learning phase by resolution	: 0
1392.89/709.18	c number of learning phase by cutting planes	: 0
1392.89/709.18	c speed (assignments/second)	: 565974.6105788782
1392.89/709.18	c non guided choices	115
1393.00/709.21	c learnt constraints type 
1393.00/709.21	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 34411
1393.00/709.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 169
1393.00/709.21	c constraints type 
1393.00/709.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12210
1393.00/709.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78405
1393.00/709.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
1393.00/709.21	c constraints type 
1393.00/709.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78405
1393.00/709.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12210
1393.00/709.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
1393.00/709.21	s UNSATISFIABLE
1393.00/709.21	c Total wall clock time (in seconds): 708.978

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-2685009-1278437963/watcher-2685009-1278437963 -o /tmp/evaluation-result-2685009-1278437963/solver-2685009-1278437963 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2685009-1278437963.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.01 1.00 0.93 3/106 19250
/proc/meminfo: memFree=1474268/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1752 CPUtime=0
/proc/19250/stat : 19250 (java6) R 19248 19250 18871 0 -1 4194304 162 0 0 0 0 0 0 0 19 0 1 0 12009848 1794048 80 1992294400 134512640 134550932 4291152288 18446744073709551615 2680100 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19250/statm: 438 82 64 10 0 30 0

[startup+0.047931 s]
/proc/loadavg: 1.01 1.00 0.93 3/106 19250
/proc/meminfo: memFree=1474268/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1521016 CPUtime=0.03
/proc/19250/stat : 19250 (java) S 19248 19250 18871 0 -1 4202496 3448 0 1 0 2 1 0 0 15 0 5 0 12009848 1557520384 2892 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/19250/statm: 380254 2893 971 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.100931 s]
/proc/loadavg: 1.01 1.00 0.93 3/106 19250
/proc/meminfo: memFree=1474268/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1524180 CPUtime=0.08
/proc/19250/stat : 19250 (java) S 19248 19250 18871 0 -1 4202496 3956 0 1 0 6 2 0 0 15 0 12 0 12009848 1560760320 3396 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19250/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300931 s]
/proc/loadavg: 1.01 1.00 0.93 3/106 19250
/proc/meminfo: memFree=1474268/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1526988 CPUtime=0.32
/proc/19250/stat : 19250 (java) S 19248 19250 18871 0 -1 4202496 5851 0 1 0 30 2 0 0 15 0 12 0 12009848 1563635712 5289 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19250/statm: 381747 5289 1358 10 0 379050 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1526988

[startup+0.700931 s]
/proc/loadavg: 1.01 1.00 0.93 3/106 19250
/proc/meminfo: memFree=1474268/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1528356 CPUtime=0.98
/proc/19250/stat : 19250 (java) S 19248 19250 18871 0 -1 4202496 7523 0 1 0 95 3 0 0 15 0 12 0 12009848 1565036544 6882 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19250/statm: 382089 6882 1401 10 0 379392 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1528356

[startup+1.50193 s]
/proc/loadavg: 1.01 1.00 0.93 4/118 19262
/proc/meminfo: memFree=1439704/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1537472 CPUtime=2.36
/proc/19250/stat : 19250 (java) S 19248 19250 18871 0 -1 4202496 20795 0 1 0 228 8 0 0 15 0 12 0 12009848 1574371328 18949 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19250/statm: 384368 18949 1414 10 0 381671 0
[pid=19250/tid=19252] ppid=19248 vsize=1537472 CPUtime=1.1
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18871 0 -1 4202560 15005 0 1 0 104 6 0 0 18 0 12 0 12009850 1574371328 18949 1992294400 134512640 134550932 4294770432 18446744073709551615 4109739910 0 4 0 16800975 0 0 0 -1 1 0 0 1
[pid=19250/tid=19253] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 12 0 12009851 1574371328 18949 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 12 0 12009851 1574371328 18949 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 12009853 1574371328 18949 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18871 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 12 0 12009853 1574371328 18949 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 12009853 1574371328 18949 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 12009858 1574371328 18949 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1537472 CPUtime=0.58
/proc/19250/task/19259/stat : 19259 (java) R 19248 19250 18871 0 -1 4202560 3148 0 0 0 58 0 0 0 18 0 12 0 12009858 1574371328 18949 1992294400 134512640 134550932 4294770432 18446744073709551615 103150375 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1537472 CPUtime=0.65
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18871 0 -1 4202560 1578 0 0 0 65 0 0 0 16 0 12 0 12009858 1574371328 18949 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18871 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 12009858 1574371328 18949 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12009858 1574371328 18949 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 1537472

[startup+3.10193 s]
/proc/loadavg: 1.09 1.02 0.93 2/118 19263
/proc/meminfo: memFree=1342984/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1537472 CPUtime=4.32
/proc/19250/stat : 19250 (java) S 19248 19250 18871 0 -1 4202496 40761 0 1 0 415 17 0 0 15 0 12 0 12009848 1574371328 38896 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19250/statm: 384368 38896 1426 10 0 381671 0
[pid=19250/tid=19252] ppid=19248 vsize=1537472 CPUtime=2.48
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18871 0 -1 4202560 32036 0 1 0 234 14 0 0 20 0 12 0 12009850 1574371328 38896 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 1
[pid=19250/tid=19253] ppid=19248 vsize=1537472 CPUtime=0.06
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18871 0 -1 4202560 1420 0 0 0 6 0 0 0 16 0 12 0 12009851 1574371328 38896 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1537472 CPUtime=0.06
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18871 0 -1 4202560 1468 0 0 0 6 0 0 0 16 0 12 0 12009851 1574371328 38896 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18871 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 12009853 1574371328 38896 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 12009853 1574371328 38896 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 12009853 1574371328 38896 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 12009858 1574371328 38896 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1537472 CPUtime=0.84
/proc/19250/task/19259/stat : 19259 (java) R 19248 19250 18871 0 -1 4202560 3175 0 0 0 84 0 0 0 16 0 12 0 12009858 1574371328 38896 1992294400 134512640 134550932 4294770432 18446744073709551615 106812594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1537472 CPUtime=0.84
/proc/19250/task/19260/stat : 19260 (java) R 19248 19250 18871 0 -1 4202560 1593 0 0 0 84 0 0 0 16 0 12 0 12009858 1574371328 38896 1992294400 134512640 134550932 4294770432 18446744073709551615 102348427 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18871 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 12009858 1574371328 38896 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1537472 CPUtime=0
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12009858 1574371328 38897 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 1537472

[startup+6.30193 s]
/proc/loadavg: 1.09 1.02 0.93 3/122 19267
/proc/meminfo: memFree=1291740/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1547992 CPUtime=10.66
/proc/19250/stat : 19250 (java) S 19248 19250 18871 0 -1 4202496 55212 0 1 0 1042 24 0 0 15 0 16 0 12009848 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19250/statm: 386998 49657 1441 10 0 384301 0
[pid=19250/tid=19252] ppid=19248 vsize=1547992 CPUtime=2.68
/proc/19250/task/19252/stat : 19252 (java) S 19248 19250 18871 0 -1 4202560 32053 0 1 0 254 14 0 0 18 0 16 0 12009850 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 1
[pid=19250/tid=19253] ppid=19248 vsize=1547992 CPUtime=0.28
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18871 0 -1 4202560 5457 0 0 0 26 2 0 0 16 0 16 0 12009851 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1547992 CPUtime=0.27
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18871 0 -1 4202560 6060 0 0 0 25 2 0 0 16 0 16 0 12009851 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18871 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 16 0 12009853 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 12009853 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 12009853 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 12009858 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1547992 CPUtime=2.34
/proc/19250/task/19259/stat : 19259 (java) R 19248 19250 18871 0 -1 4202560 7055 0 0 0 232 2 0 0 16 0 16 0 12009858 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 106506513 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1547992 CPUtime=2.06
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18871 0 -1 4202560 3460 0 0 0 205 1 0 0 16 0 16 0 12009858 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18871 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 12009858 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 12009858 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=1547992 CPUtime=1.72
/proc/19250/task/19264/stat : 19264 (java) R 19248 19250 18871 0 -1 4202560 20 0 0 0 172 0 0 0 25 0 16 0 12010194 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4110336652 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=1547992 CPUtime=1.22
/proc/19250/task/19265/stat : 19265 (java) R 19248 19250 18871 0 -1 4202560 28 0 0 0 122 0 0 0 23 0 16 0 12010194 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 12010216 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 12010219 1585143808 49657 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.66
Current children cumulated vsize (KiB) 1547992

[startup+12.7029 s]
/proc/loadavg: 1.30 1.07 0.95 3/122 19267
/proc/meminfo: memFree=1255284/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1547992 CPUtime=23.21
/proc/19250/stat : 19250 (java) S 19248 19250 18871 0 -1 4202496 62475 0 1 0 2293 28 0 0 15 0 16 0 12009848 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19250/statm: 386998 55981 1450 10 0 384301 0
[pid=19250/tid=19252] ppid=19248 vsize=1547992 CPUtime=2.68
/proc/19250/task/19252/stat : 19252 (java) S 19248 19250 18871 0 -1 4202560 32053 0 1 0 254 14 0 0 18 0 16 0 12009850 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 1
[pid=19250/tid=19253] ppid=19248 vsize=1547992 CPUtime=0.76
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18871 0 -1 4202560 8780 0 0 0 72 4 0 0 15 0 16 0 12009851 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1547992 CPUtime=0.77
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18871 0 -1 4202560 9937 0 0 0 73 4 0 0 16 0 16 0 12009851 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1547992 CPUtime=0.11
/proc/19250/task/19255/stat : 19255 (java) R 19248 19250 18871 0 -1 4202560 12 0 0 0 11 0 0 0 16 0 16 0 12009853 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 106157998 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 12009853 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 12009853 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 12009858 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1547992 CPUtime=2.84
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18871 0 -1 4202560 7100 0 0 0 282 2 0 0 15 0 16 0 12009858 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1547992 CPUtime=2.09
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18871 0 -1 4202560 3460 0 0 0 208 1 0 0 15 0 16 0 12009858 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18871 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 12009858 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 12009858 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=1547992 CPUtime=7.33
/proc/19250/task/19264/stat : 19264 (java) S 19248 19250 18871 0 -1 4202560 26 0 0 0 733 0 0 0 25 0 16 0 12010194 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=1547992 CPUtime=6.55
/proc/19250/task/19265/stat : 19265 (java) S 19248 19250 18871 0 -1 4202560 38 0 0 0 655 0 0 0 25 0 16 0 12010194 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 12010216 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=1547992 CPUtime=0
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 12010219 1585143808 55981 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.21
Current children cumulated vsize (KiB) 1547992

[startup+25.5019 s]
/proc/loadavg: 1.41 1.10 0.96 3/122 19267
/proc/meminfo: memFree=1245364/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1547992 CPUtime=48.21
/proc/19250/stat : 19250 (java) S 19248 19250 18871 0 -1 4202496 64923 0 1 0 4790 31 0 0 15 0 16 0 12009848 1585143808 58273 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

[pid=19250/tid=19257] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 12009853 1587240960 82585 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 12009858 1587240960 82585 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1550040 CPUtime=3.32
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18871 0 -1 4202560 7969 0 0 0 329 3 0 0 15 0 16 0 12009858 1587240960 82585 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1550040 CPUtime=2.18
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18871 0 -1 4202560 3460 0 0 0 217 1 0 0 16 0 16 0 12009858 1587240960 82585 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18871 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 12009858 1587240960 82585 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18871 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 16 0 12009858 1587240960 82585 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=1550040 CPUtime=672.55
/proc/19250/task/19264/stat : 19264 (java) R 19248 19250 18871 0 -1 4202560 313 0 0 0 67240 15 0 0 25 0 16 0 12010194 1587240960 82585 1992294400 134512640 134550932 4294770432 18446744073709551615 4110213263 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=1550040 CPUtime=672
/proc/19250/task/19265/stat : 19265 (java) R 19248 19250 18871 0 -1 4202560 263 0 0 0 67186 14 0 0 25 0 16 0 12010194 1587240960 82585 1992294400 134512640 134550932 4294770432 18446744073709551615 4109737476 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 12010216 1587240960 82585 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 12010219 1587240960 82585 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1389.32
Current children cumulated vsize (KiB) 1550040

[startup+707.902 s]
/proc/loadavg: 2.06 1.97 1.51 3/122 19285
/proc/meminfo: memFree=1146908/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1550040 CPUtime=1390.9
/proc/19250/stat : 19250 (java) S 19248 19250 18871 0 -1 4202496 90893 0 1 0 138987 103 0 0 15 0 16 0 12009848 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19250/statm: 387510 82644 1450 10 0 384813 0
[pid=19250/tid=19252] ppid=19248 vsize=1550040 CPUtime=2.68
/proc/19250/task/19252/stat : 19252 (java) S 19248 19250 18871 0 -1 4202560 32064 0 1 0 254 14 0 0 15 0 16 0 12009850 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 1
[pid=19250/tid=19253] ppid=19248 vsize=1550040 CPUtime=13.01
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18871 0 -1 4202560 20956 0 0 0 1280 21 0 0 16 0 16 0 12009851 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1550040 CPUtime=13.02
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18871 0 -1 4202560 22628 0 0 0 1278 24 0 0 16 0 16 0 12009851 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1550040 CPUtime=10.5
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18871 0 -1 4202560 2128 0 0 0 1044 6 0 0 15 0 16 0 12009853 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 12009853 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 12009853 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 12009858 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1550040 CPUtime=3.32
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18871 0 -1 4202560 7969 0 0 0 329 3 0 0 15 0 16 0 12009858 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1550040 CPUtime=2.18
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18871 0 -1 4202560 3460 0 0 0 217 1 0 0 16 0 16 0 12009858 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18871 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 12009858 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18871 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 16 0 12009858 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=1550040 CPUtime=673.32
/proc/19250/task/19264/stat : 19264 (java) R 19248 19250 18871 0 -1 4202560 313 0 0 0 67317 15 0 0 25 0 16 0 12010194 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4110225604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=1550040 CPUtime=672.76
/proc/19250/task/19265/stat : 19265 (java) R 19248 19250 18871 0 -1 4202560 264 0 0 0 67262 14 0 0 25 0 16 0 12010194 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4110345474 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 12010216 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 12010219 1587240960 82644 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1390.9
Current children cumulated vsize (KiB) 1550040

[startup+708.701 s]
/proc/loadavg: 2.06 1.97 1.51 3/122 19285
/proc/meminfo: memFree=1146784/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1550040 CPUtime=1392.48
/proc/19250/stat : 19250 (java) S 19248 19250 18871 0 -1 4202496 90894 0 1 0 139145 103 0 0 15 0 15 0 12009848 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19250/statm: 387510 82645 1451 10 0 384813 0
[pid=19250/tid=19252] ppid=19248 vsize=1550040 CPUtime=2.68
/proc/19250/task/19252/stat : 19252 (java) S 19248 19250 18871 0 -1 4202560 32064 0 1 0 254 14 0 0 15 0 15 0 12009850 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 1
[pid=19250/tid=19253] ppid=19248 vsize=1550040 CPUtime=13.01
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18871 0 -1 4202560 20956 0 0 0 1280 21 0 0 16 0 15 0 12009851 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1550040 CPUtime=13.02
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18871 0 -1 4202560 22628 0 0 0 1278 24 0 0 16 0 15 0 12009851 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1550040 CPUtime=10.5
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18871 0 -1 4202560 2128 0 0 0 1044 6 0 0 15 0 15 0 12009853 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 12009853 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 12009853 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 15 0 12009858 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1550040 CPUtime=3.33
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18871 0 -1 4202560 7969 0 0 0 330 3 0 0 15 0 15 0 12009858 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1550040 CPUtime=2.18
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18871 0 -1 4202560 3460 0 0 0 217 1 0 0 16 0 15 0 12009858 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18871 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 15 0 12009858 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18871 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 15 0 12009858 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=1550040 CPUtime=673.54
/proc/19250/task/19265/stat : 19265 (java) R 19248 19250 18871 0 -1 4202560 264 0 0 0 67340 14 0 0 25 0 15 0 12010194 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4110401705 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 15 0 12010216 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 12010219 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1392.48
Current children cumulated vsize (KiB) 1550040

[startup+709.101 s]
/proc/loadavg: 2.06 1.97 1.51 3/122 19285
/proc/meminfo: memFree=1146784/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1550040 CPUtime=1392.89
/proc/19250/stat : 19250 (java) S 19248 19250 18871 0 -1 4202496 90894 0 1 0 139186 103 0 0 15 0 15 0 12009848 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19250/statm: 387510 82645 1451 10 0 384813 0
[pid=19250/tid=19252] ppid=19248 vsize=1550040 CPUtime=2.68
/proc/19250/task/19252/stat : 19252 (java) S 19248 19250 18871 0 -1 4202560 32064 0 1 0 254 14 0 0 15 0 15 0 12009850 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 1
[pid=19250/tid=19253] ppid=19248 vsize=1550040 CPUtime=13.01
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18871 0 -1 4202560 20956 0 0 0 1280 21 0 0 16 0 15 0 12009851 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1550040 CPUtime=13.02
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18871 0 -1 4202560 22628 0 0 0 1278 24 0 0 16 0 15 0 12009851 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1550040 CPUtime=10.5
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18871 0 -1 4202560 2128 0 0 0 1044 6 0 0 15 0 15 0 12009853 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 12009853 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 12009853 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 15 0 12009858 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1550040 CPUtime=3.34
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18871 0 -1 4202560 7969 0 0 0 331 3 0 0 15 0 15 0 12009858 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1550040 CPUtime=2.18
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18871 0 -1 4202560 3460 0 0 0 217 1 0 0 16 0 15 0 12009858 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18871 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 15 0 12009858 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18871 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 15 0 12009858 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=1550040 CPUtime=673.94
/proc/19250/task/19265/stat : 19265 (java) R 19248 19250 18871 0 -1 4202560 264 0 0 0 67380 14 0 0 25 0 15 0 12010194 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4110345604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 15 0 12010216 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 12010219 1587240960 82645 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1392.89
Current children cumulated vsize (KiB) 1550040

[startup+709.201 s]
/proc/loadavg: 2.06 1.97 1.51 3/122 19285
/proc/meminfo: memFree=1146784/2059040 swapFree=4192956/4192956
[pid=19250] ppid=19248 vsize=1550040 CPUtime=1393
/proc/19250/stat : 19250 (java) S 19248 19250 18871 0 -1 4202496 90950 0 1 0 139197 103 0 0 15 0 15 0 12009848 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19250/statm: 387510 82700 1451 10 0 384813 0
[pid=19250/tid=19252] ppid=19248 vsize=1550040 CPUtime=2.68
/proc/19250/task/19252/stat : 19252 (java) S 19248 19250 18871 0 -1 4202560 32066 0 1 0 254 14 0 0 16 0 15 0 12009850 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 1
[pid=19250/tid=19253] ppid=19248 vsize=1550040 CPUtime=13.04
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18871 0 -1 4202560 20983 0 0 0 1283 21 0 0 16 0 15 0 12009851 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1550040 CPUtime=13.05
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18871 0 -1 4202560 22653 0 0 0 1281 24 0 0 15 0 15 0 12009851 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1550040 CPUtime=10.5
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18871 0 -1 4202560 2128 0 0 0 1044 6 0 0 15 0 15 0 12009853 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 0 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 12009853 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 12009853 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18871 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 15 0 12009858 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1550040 CPUtime=3.35
/proc/19250/task/19259/stat : 19259 (java) R 19248 19250 18871 0 -1 4202560 7969 0 0 0 332 3 0 0 15 0 15 0 12009858 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1550040 CPUtime=2.18
/proc/19250/task/19260/stat : 19260 (java) R 19248 19250 18871 0 -1 4202560 3460 0 0 0 217 1 0 0 15 0 15 0 12009858 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18871 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 15 0 12009858 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18871 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 15 0 12009858 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 15 0 12010216 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 0 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=1550040 CPUtime=0
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18871 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 12010219 1587240960 82700 1992294400 134512640 134550932 4294770432 18446744073709551615 4294960144 0 4 0 16800975 18446604437826790336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1393
Current children cumulated vsize (KiB) 1550040

Child status: 20
Real time (s): 709.293
CPU time (s): 1393.08
CPU user time (s): 1392.02
CPU system time (s): 1.06584
CPU usage (%): 196.404
Max. virtual memory (cumulated for all children) (KiB): 1551064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1392.02
system time used= 1.06584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90952
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= 21578
involuntary context switches= 40395

runsolver used 3.43248 second user time and 8.61369 second system time

The end

Launcher Data

Begin job on node006 at 2010-07-06 19:39:23
IDJOB=2685009
IDBENCH=74273
IDSOLVER=1166
FILE ID=node006/2685009-1278437963
PBS_JOBID= 11233464
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12026_5-unsat.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2685009-1278437963/watcher-2685009-1278437963 -o /tmp/evaluation-result-2685009-1278437963/solver-2685009-1278437963 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2685009-1278437963.opb

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

MD5SUM BENCH= db859a15c3accfca5f41bc17f134e06b
RANDOM SEED=682447239

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1474664 kB
Buffers:        107644 kB
Cached:         344476 kB
SwapCached:          0 kB
Active:         175200 kB
Inactive:       337200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1474664 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3504 kB
Writeback:           0 kB
AnonPages:       60224 kB
Mapped:          14488 kB
Slab:            49960 kB
PageTables:       4092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179624 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= 62576 MiB
End job on node006 at 2010-07-06 19:51:12