Trace number 2701824

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-31Wrong UNSAT 397.083 289.937

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph07_wcsp.wbo
MD5SUMfddb3e21e350e2df5161d1678905aa9f
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark10319
Best CPU time to get the best result obtained on this benchmark1800.26
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5160
Total number of constraints512485
Number of soft constraints512344
Number of constraints which are clauses512344
Number of constraints which are cardinality constraints (but not clauses)141
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 463736
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 146536849
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version 2.2.0.v20100531
0.00/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2701824-1278541759.wbo
0.11/0.10	c reading problem ... 
395.20/288.89	c ... done. Wall clock time 288.794s.
395.20/288.89	c #vars     517504
395.20/288.89	c #constraints  132679
395.20/288.89	c constraints type 
395.20/288.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 141
395.20/288.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 127852
395.20/288.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
395.20/288.89	c constraints type 
395.20/288.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 141
395.20/288.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 127852
395.20/288.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
397.03/289.41	c And the winner is Resolution
397.05/289.89	c starts		: 0
397.05/289.89	c conflicts		: 0
397.05/289.89	c decisions		: 0
397.05/289.89	c propagations		: 1
397.05/289.89	c inspects		: 1
397.05/289.89	c learnt literals	: 0
397.05/289.89	c learnt binary clauses	: 0
397.05/289.89	c learnt ternary clauses	: 0
397.05/289.89	c learnt clauses	: 0
397.05/289.89	c ignored clauses	: 0
397.05/289.89	c root simplifications	: 0
397.05/289.90	c removed literals (reason simplification)	: 0
397.05/289.90	c reason swapping (by a shorter reason)	: 0
397.05/289.90	c Calls to reduceDB	: 0
397.05/289.90	c number of reductions to clauses (during analyze)	: 0
397.05/289.90	c number of learned constraints concerned by reduction	: 0
397.05/289.90	c number of learning phase by resolution	: 0
397.05/289.90	c number of learning phase by cutting planes	: 0
397.05/289.90	c speed (assignments/second)	: 0.998003992015968
397.05/289.90	c non guided choices	0
397.05/289.90	c learnt constraints type 
397.05/289.90	c constraints type 
397.05/289.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 141
397.05/289.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 127852
397.05/289.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
397.05/289.90	c constraints type 
397.05/289.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 141
397.05/289.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 127852
397.05/289.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
397.05/289.90	s UNSATISFIABLE
397.05/289.90	c Total wall clock time (in seconds): 289.8

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.07 2.00 3/196 20504
/proc/meminfo: memFree=28409396/32950928 swapFree=67111528/67111528
[pid=20504] ppid=20502 vsize=13164 CPUtime=0
/proc/20504/stat : 20504 (java) R 20502 20504 17905 0 -1 4194304 761 0 0 0 0 0 0 0 22 0 1 0 22389430 13479936 337 4089446400 134512640 134550932 4293281488 18446744073709551615 9660037 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20504/statm: 3291 344 142 10 0 1121 0

[startup+0.0212139 s]
/proc/loadavg: 2.00 2.07 2.00 3/196 20504
/proc/meminfo: memFree=28409396/32950928 swapFree=67111528/67111528
[pid=20504] ppid=20502 vsize=1524528 CPUtime=0
/proc/20504/stat : 20504 (java) S 20502 20504 17905 0 -1 4202496 3505 0 1 0 0 0 0 0 22 0 11 0 22389430 1561116672 2947 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/20504/statm: 381132 2947 984 10 0 378442 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1524528

[startup+0.100247 s]
/proc/loadavg: 2.00 2.07 2.00 3/196 20504
/proc/meminfo: memFree=28409396/32950928 swapFree=67111528/67111528
[pid=20504] ppid=20502 vsize=1530188 CPUtime=0.11
/proc/20504/stat : 20504 (java) S 20502 20504 17905 0 -1 4202496 5284 0 1 0 10 1 0 0 22 0 18 0 22389430 1566912512 4720 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20504/statm: 382547 4720 1348 10 0 379850 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530188

[startup+0.30021 s]
/proc/loadavg: 2.00 2.07 2.00 3/196 20504
/proc/meminfo: memFree=28409396/32950928 swapFree=67111528/67111528
[pid=20504] ppid=20502 vsize=1532348 CPUtime=0.47
/proc/20504/stat : 20504 (java) S 20502 20504 17905 0 -1 4202496 9523 0 1 0 46 1 0 0 22 0 18 0 22389430 1569124352 8788 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20504/statm: 383087 8788 1406 10 0 380390 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 1532348

[startup+0.701105 s]
/proc/loadavg: 2.00 2.07 2.00 3/196 20504
/proc/meminfo: memFree=28409396/32950928 swapFree=67111528/67111528
[pid=20504] ppid=20502 vsize=1540412 CPUtime=1.52
/proc/20504/stat : 20504 (java) S 20502 20504 17905 0 -1 4202496 43712 0 1 0 145 7 0 0 22 0 18 0 22389430 1577381888 40850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20504/statm: 385103 40850 1423 10 0 382406 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1540412

[startup+1.50096 s]
/proc/loadavg: 2.00 2.07 2.00 3/214 20522
/proc/meminfo: memFree=28224936/32950928 swapFree=67111528/67111528
[pid=20504] ppid=20502 vsize=1540412 CPUtime=2.53
/proc/20504/stat : 20504 (java) S 20502 20504 17905 0 -1 4202496 52044 0 1 0 244 9 0 0 22 0 18 0 22389430 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20504/statm: 385103 48640 1425 10 0 382406 0
[pid=20504/tid=20506] ppid=20502 vsize=1540412 CPUtime=1.3
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 17905 0 -1 4202560 35208 0 1 0 125 5 0 0 18 0 18 0 22389431 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=1540412 CPUtime=0.04
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 17905 0 -1 4202560 1109 0 0 0 4 0 0 0 15 0 18 0 22389431 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=1540412 CPUtime=0.02
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 17905 0 -1 4202560 1368 0 0 0 2 0 0 0 15 0 18 0 22389431 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20509] ppid=20502 vsize=1540412 CPUtime=0.04
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 17905 0 -1 4202560 1185 0 0 0 4 0 0 0 16 0 18 0 22389431 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20510] ppid=20502 vsize=1540412 CPUtime=0.03
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 17905 0 -1 4202560 452 0 0 0 3 0 0 0 16 0 18 0 22389431 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=1540412 CPUtime=0.05
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 17905 0 -1 4202560 1102 0 0 0 5 0 0 0 16 0 18 0 22389431 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 7 0 0 0
[pid=20504/tid=20512] ppid=20502 vsize=1540412 CPUtime=0.05
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 17905 0 -1 4202560 1590 0 0 0 5 0 0 0 15 0 18 0 22389431 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=1540412 CPUtime=0.05
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 17905 0 -1 4202560 1850 0 0 0 5 0 0 0 15 0 18 0 22389431 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20514] ppid=20502 vsize=1540412 CPUtime=0.04
/proc/20504/task/20514/stat : 20514 (java) S 20502 20504 17905 0 -1 4202560 1765 0 0 0 4 0 0 0 16 0 18 0 22389431 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20515] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20515/stat : 20515 (java) S 20502 20504 17905 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 18 0 22389432 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446604471140227264 0 0 -1 4 0 0 0
[pid=20504/tid=20516] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20516/stat : 20516 (java) S 20502 20504 17905 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 18 0 22389432 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20517] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20517/stat : 20517 (java) S 20502 20504 17905 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 18 0 22389432 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20518] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20518/stat : 20518 (java) S 20502 20504 17905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22389434 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20519] ppid=20502 vsize=1540412 CPUtime=0.42
/proc/20504/task/20519/stat : 20519 (java) S 20502 20504 17905 0 -1 4202560 2200 0 0 0 42 0 0 0 16 0 18 0 22389434 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 5 0 0 0
[pid=20504/tid=20520] ppid=20502 vsize=1540412 CPUtime=0.39
/proc/20504/task/20520/stat : 20520 (java) S 20502 20504 17905 0 -1 4202560 3122 0 0 0 39 0 0 0 15 0 18 0 22389434 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20521] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20521/stat : 20521 (java) S 20502 20504 17905 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22389434 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20522] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20522/stat : 20522 (java) S 20502 20504 17905 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22389434 1577381888 48640 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1540412

[startup+3.10067 s]
/proc/loadavg: 2.00 2.07 2.00 3/214 20522
/proc/meminfo: memFree=28213528/32950928 swapFree=67111528/67111528
[pid=20504] ppid=20502 vsize=1540412 CPUtime=4.27
/proc/20504/stat : 20504 (java) S 20502 20504 17905 0 -1 4202496 55759 0 1 0 414 13 0 0 22 0 18 0 22389430 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20504/statm: 385103 52190 1425 10 0 382406 0
[pid=20504/tid=20506] ppid=20502 vsize=1540412 CPUtime=2.75
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 17905 0 -1 4202560 35776 0 1 0 270 5 0 0 19 0 18 0 22389431 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=1540412 CPUtime=0.07
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 17905 0 -1 4202560 1464 0 0 0 7 0 0 0 16 0 18 0 22389431 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=1540412 CPUtime=0.04
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 17905 0 -1 4202560 1819 0 0 0 4 0 0 0 15 0 18 0 22389431 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20509] ppid=20502 vsize=1540412 CPUtime=0.07
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 17905 0 -1 4202560 1622 0 0 0 7 0 0 0 16 0 18 0 22389431 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 4 0 0 0
[pid=20504/tid=20510] ppid=20502 vsize=1540412 CPUtime=0.06
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 17905 0 -1 4202560 917 0 0 0 6 0 0 0 16 0 18 0 22389431 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=1540412 CPUtime=0.08
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 17905 0 -1 4202560 1396 0 0 0 8 0 0 0 15 0 18 0 22389431 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20512] ppid=20502 vsize=1540412 CPUtime=0.1
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 17905 0 -1 4202560 2042 0 0 0 9 1 0 0 16 0 18 0 22389431 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=1540412 CPUtime=0.08
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 17905 0 -1 4202560 2350 0 0 0 8 0 0 0 15 0 18 0 22389431 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 4 0 0 0
[pid=20504/tid=20514] ppid=20502 vsize=1540412 CPUtime=0.07
/proc/20504/task/20514/stat : 20514 (java) S 20502 20504 17905 0 -1 4202560 1958 0 0 0 7 0 0 0 15 0 18 0 22389431 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20515] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20515/stat : 20515 (java) S 20502 20504 17905 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 18 0 22389432 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20516] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20516/stat : 20516 (java) S 20502 20504 17905 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 18 0 22389432 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20517] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20517/stat : 20517 (java) S 20502 20504 17905 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 18 0 22389432 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20518] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20518/stat : 20518 (java) S 20502 20504 17905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22389434 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20519] ppid=20502 vsize=1540412 CPUtime=0.42
/proc/20504/task/20519/stat : 20519 (java) S 20502 20504 17905 0 -1 4202560 2200 0 0 0 42 0 0 0 16 0 18 0 22389434 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 5 0 0 0
[pid=20504/tid=20520] ppid=20502 vsize=1540412 CPUtime=0.39
/proc/20504/task/20520/stat : 20520 (java) S 20502 20504 17905 0 -1 4202560 3122 0 0 0 39 0 0 0 15 0 18 0 22389434 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20521] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20521/stat : 20521 (java) S 20502 20504 17905 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22389434 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20522] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20522/stat : 20522 (java) S 20502 20504 17905 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22389434 1577381888 52190 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 1540412

[startup+6.30111 s]
/proc/loadavg: 2.00 2.07 2.00 3/214 20522
/proc/meminfo: memFree=28197408/32950928 swapFree=67111528/67111528
[pid=20504] ppid=20502 vsize=1540412 CPUtime=7.55
/proc/20504/stat : 20504 (java) S 20502 20504 17905 0 -1 4202496 58596 0 1 0 738 17 0 0 22 0 18 0 22389430 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20504/statm: 385103 54850 1425 10 0 382406 0
[pid=20504/tid=20506] ppid=20502 vsize=1540412 CPUtime=5.66
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 17905 0 -1 4202560 35859 0 1 0 561 5 0 0 19 0 18 0 22389431 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=1540412 CPUtime=0.13
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 17905 0 -1 4202560 1863 0 0 0 12 1 0 0 15 0 18 0 22389431 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=1540412 CPUtime=0.1
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 17905 0 -1 4202560 2262 0 0 0 9 1 0 0 16 0 18 0 22389431 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 1 0 0 0
[pid=20504/tid=20509] ppid=20502 vsize=1540412 CPUtime=0.11
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 17905 0 -1 4202560 1986 0 0 0 11 0 0 0 15 0 18 0 22389431 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20510] ppid=20502 vsize=1540412 CPUtime=0.12
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 17905 0 -1 4202560 1284 0 0 0 11 1 0 0 15 0 18 0 22389431 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 3 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=1540412 CPUtime=0.12
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 17905 0 -1 4202560 1679 0 0 0 12 0 0 0 15 0 18 0 22389431 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20512] ppid=20502 vsize=1540412 CPUtime=0.14
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 17905 0 -1 4202560 2344 0 0 0 13 1 0 0 15 0 18 0 22389431 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=1540412 CPUtime=0.12
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 17905 0 -1 4202560 2619 0 0 0 11 1 0 0 15 0 18 0 22389431 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20514] ppid=20502 vsize=1540412 CPUtime=0.11
/proc/20504/task/20514/stat : 20514 (java) S 20502 20504 17905 0 -1 4202560 2285 0 0 0 10 1 0 0 15 0 18 0 22389431 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20515] ppid=20502 vsize=1540412 CPUtime=0.01
/proc/20504/task/20515/stat : 20515 (java) S 20502 20504 17905 0 -1 4202560 29 0 0 0 0 1 0 0 15 0 18 0 22389432 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20516] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20516/stat : 20516 (java) S 20502 20504 17905 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 18 0 22389432 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20517] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20517/stat : 20517 (java) S 20502 20504 17905 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 18 0 22389432 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20518] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20518/stat : 20518 (java) S 20502 20504 17905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22389434 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20519] ppid=20502 vsize=1540412 CPUtime=0.42
/proc/20504/task/20519/stat : 20519 (java) S 20502 20504 17905 0 -1 4202560 2200 0 0 0 42 0 0 0 16 0 18 0 22389434 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 5 0 0 0
[pid=20504/tid=20520] ppid=20502 vsize=1540412 CPUtime=0.39
/proc/20504/task/20520/stat : 20520 (java) S 20502 20504 17905 0 -1 4202560 3122 0 0 0 39 0 0 0 15 0 18 0 22389434 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20521] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20521/stat : 20521 (java) S 20502 20504 17905 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22389434 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20522] ppid=20502 vsize=1540412 CPUtime=0
/proc/20504/task/20522/stat : 20522 (java) S 20502 20504 17905 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22389434 1577381888 54850 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 1540412

[startup+12.701 s]
/proc/loadavg: 2.00 2.07 2.00 10/214 20522
/proc/meminfo: memFree=28173732/32950928 swapFree=67111528/67111528
[pid=20504] ppid=20502 vsize=1541436 CPUtime=14.94
/proc/20504/stat : 20504 (java) S 20502 20504 17905 0 -1 4202496 64650 0 1 0 1432 62 0 0 22 0 18 0 22389430 1578430464 60659 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20504/statm: 385359 60659 1425 10 0 382662 0
[pid=20504/tid=20506] ppid=20502 vsize=1541436 CPUtime=11.23
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 17905 0 -1 4202560 36005 0 1 0 1118 5 0 0 25 0 18 0 22389431 1578430464 60659 4089446400 134512640 134550932 4293281488 18446744073709551615 106834677 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=1541436 CPUtime=0.34
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 17905 0 -1 4202560 2310 0 0 0 27 7 0 0 15 0 18 0 22389431 1578430464 60659 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=1541436 CPUtime=0.33
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 17905 0 -1 4202560 2712 0 0 0 28 5 0 0 15 0 18 0 22389431 1578430464 60659 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 5 0 0 0
[pid=20504/tid=20509] ppid=20502 vsize=1541436 CPUtime=0.34
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 17905 0 -1 4202560 2613 0 0 0 28 6 0 0 15 0 18 0 22389431 1578430464 60659 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 5 0 0 0
[pid=20504/tid=20510] ppid=20502 vsize=1541436 CPUtime=0.35
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 17905 0 -1 4202560 1928 0 0 0 27 8 0 0 15 0 18 0 22389431 1578430464 60659 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 3 0 0 0

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

/proc/loadavg: 2.05 2.20 2.09 9/214 20530
/proc/meminfo: memFree=27879820/32950928 swapFree=67111528/67111528
[pid=20504] ppid=20502 vsize=1541436 CPUtime=394.03
/proc/20504/stat : 20504 (java) S 20502 20504 17905 0 -1 4202496 147236 0 1 0 36860 2543 0 0 22 0 18 0 22389430 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20504/statm: 385359 135601 1425 10 0 382662 0
[pid=20504/tid=20506] ppid=20502 vsize=1541436 CPUtime=219.44
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 17905 0 -1 4202560 42471 0 1 0 21932 12 0 0 16 0 18 0 22389431 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4110148245 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=1541436 CPUtime=22.8
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 17905 0 -1 4202560 10945 0 0 0 1959 321 0 0 16 0 18 0 22389431 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=1541436 CPUtime=22.93
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 17905 0 -1 4202560 12073 0 0 0 1988 305 0 0 16 0 18 0 22389431 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20509] ppid=20502 vsize=1541436 CPUtime=20.42
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 17905 0 -1 4202560 12218 0 0 0 1705 337 0 0 16 0 18 0 22389431 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 1 0 0 0
[pid=20504/tid=20510] ppid=20502 vsize=1541436 CPUtime=19.89
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 17905 0 -1 4202560 14420 0 0 0 1672 317 0 0 16 0 18 0 22389431 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 3 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=1541436 CPUtime=21.91
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 17905 0 -1 4202560 12546 0 0 0 1878 313 0 0 16 0 18 0 22389431 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 4 0 0 0
[pid=20504/tid=20512] ppid=20502 vsize=1541436 CPUtime=19.67
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 17905 0 -1 4202560 11984 0 0 0 1652 315 0 0 16 0 18 0 22389431 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=1541436 CPUtime=22.51
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 17905 0 -1 4202560 12123 0 0 0 1955 296 0 0 15 0 18 0 22389431 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20514] ppid=20502 vsize=1541436 CPUtime=22.86
/proc/20504/task/20514/stat : 20514 (java) S 20502 20504 17905 0 -1 4202560 11970 0 0 0 1993 293 0 0 16 0 18 0 22389431 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20515] ppid=20502 vsize=1541436 CPUtime=0.56
/proc/20504/task/20515/stat : 20515 (java) S 20502 20504 17905 0 -1 4202560 76 0 0 0 28 28 0 0 16 0 18 0 22389432 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20516] ppid=20502 vsize=1541436 CPUtime=0
/proc/20504/task/20516/stat : 20516 (java) S 20502 20504 17905 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 18 0 22389432 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20517] ppid=20502 vsize=1541436 CPUtime=0
/proc/20504/task/20517/stat : 20517 (java) S 20502 20504 17905 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 18 0 22389432 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20518] ppid=20502 vsize=1541436 CPUtime=0
/proc/20504/task/20518/stat : 20518 (java) S 20502 20504 17905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22389434 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20519] ppid=20502 vsize=1541436 CPUtime=0.43
/proc/20504/task/20519/stat : 20519 (java) S 20502 20504 17905 0 -1 4202560 2200 0 0 0 43 0 0 0 15 0 18 0 22389434 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 5 0 0 0
[pid=20504/tid=20520] ppid=20502 vsize=1541436 CPUtime=0.49
/proc/20504/task/20520/stat : 20520 (java) S 20502 20504 17905 0 -1 4202560 3136 0 0 0 49 0 0 0 15 0 18 0 22389434 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20521] ppid=20502 vsize=1541436 CPUtime=0
/proc/20504/task/20521/stat : 20521 (java) S 20502 20504 17905 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22389434 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20522] ppid=20502 vsize=1541436 CPUtime=0
/proc/20504/task/20522/stat : 20522 (java) S 20502 20504 17905 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22389434 1578430464 135601 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 394.03
Current children cumulated vsize (KiB) 1541436

[startup+288.701 s]
/proc/loadavg: 2.05 2.20 2.09 3/214 20530
/proc/meminfo: memFree=27871760/32950928 swapFree=67111528/67111528
[pid=20504] ppid=20502 vsize=1544000 CPUtime=395.1
/proc/20504/stat : 20504 (java) S 20502 20504 17905 0 -1 4202496 159503 0 1 0 36964 2546 0 0 22 0 18 0 22389430 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20504/statm: 386000 147105 1425 10 0 383303 0
[pid=20504/tid=20506] ppid=20502 vsize=1544000 CPUtime=220.16
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 17905 0 -1 4202560 42472 0 1 0 22004 12 0 0 16 0 18 0 22389431 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4110148238 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=1544000 CPUtime=22.84
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 17905 0 -1 4202560 11472 0 0 0 1963 321 0 0 15 0 18 0 22389431 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=1544000 CPUtime=22.96
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 17905 0 -1 4202560 13007 0 0 0 1991 305 0 0 15 0 18 0 22389431 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 7 0 0 0
[pid=20504/tid=20509] ppid=20502 vsize=1544000 CPUtime=20.47
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 17905 0 -1 4202560 13129 0 0 0 1709 338 0 0 15 0 18 0 22389431 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 1 0 0 0
[pid=20504/tid=20510] ppid=20502 vsize=1544000 CPUtime=19.95
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 17905 0 -1 4202560 16317 0 0 0 1677 318 0 0 16 0 18 0 22389431 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 3 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=1544000 CPUtime=21.99
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 17905 0 -1 4202560 18798 0 0 0 1885 314 0 0 16 0 18 0 22389431 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 4 0 0 0
[pid=20504/tid=20512] ppid=20502 vsize=1544000 CPUtime=19.68
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 17905 0 -1 4202560 12097 0 0 0 1653 315 0 0 15 0 18 0 22389431 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=1544000 CPUtime=22.54
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 17905 0 -1 4202560 12946 0 0 0 1958 296 0 0 15 0 18 0 22389431 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20514] ppid=20502 vsize=1544000 CPUtime=22.9
/proc/20504/task/20514/stat : 20514 (java) S 20502 20504 17905 0 -1 4202560 12777 0 0 0 1997 293 0 0 15 0 18 0 22389431 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20515] ppid=20502 vsize=1544000 CPUtime=0.56
/proc/20504/task/20515/stat : 20515 (java) S 20502 20504 17905 0 -1 4202560 76 0 0 0 28 28 0 0 15 0 18 0 22389432 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20516] ppid=20502 vsize=1544000 CPUtime=0
/proc/20504/task/20516/stat : 20516 (java) S 20502 20504 17905 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 18 0 22389432 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20517] ppid=20502 vsize=1544000 CPUtime=0
/proc/20504/task/20517/stat : 20517 (java) S 20502 20504 17905 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 18 0 22389432 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20518] ppid=20502 vsize=1544000 CPUtime=0
/proc/20504/task/20518/stat : 20518 (java) S 20502 20504 17905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22389434 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20519] ppid=20502 vsize=1544000 CPUtime=0.44
/proc/20504/task/20519/stat : 20519 (java) S 20502 20504 17905 0 -1 4202560 2202 0 0 0 44 0 0 0 15 0 18 0 22389434 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 5 0 0 0
[pid=20504/tid=20520] ppid=20502 vsize=1544000 CPUtime=0.49
/proc/20504/task/20520/stat : 20520 (java) S 20502 20504 17905 0 -1 4202560 3136 0 0 0 49 0 0 0 15 0 18 0 22389434 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20521] ppid=20502 vsize=1544000 CPUtime=0
/proc/20504/task/20521/stat : 20521 (java) S 20502 20504 17905 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22389434 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20522] ppid=20502 vsize=1544000 CPUtime=0
/proc/20504/task/20522/stat : 20522 (java) S 20502 20504 17905 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22389434 1581056000 147105 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 395.1
Current children cumulated vsize (KiB) 1544000

[startup+289.501 s]
/proc/loadavg: 2.05 2.20 2.09 4/216 20532
/proc/meminfo: memFree=27777244/32950928 swapFree=67111528/67111528
[pid=20504] ppid=20502 vsize=1545932 CPUtime=397.05
/proc/20504/stat : 20504 (java) S 20502 20504 17905 0 -1 4202496 172399 0 1 0 37154 2551 0 0 22 0 18 0 22389430 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20504/statm: 386483 159951 1439 10 0 383786 0
[pid=20504/tid=20506] ppid=20502 vsize=1545932 CPUtime=220.36
/proc/20504/task/20506/stat : 20506 (java) S 20502 20504 17905 0 -1 4202560 42476 0 1 0 22024 12 0 0 17 0 18 0 22389431 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=1545932 CPUtime=22.94
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 17905 0 -1 4202560 13699 0 0 0 1972 322 0 0 15 0 18 0 22389431 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=1545932 CPUtime=23.08
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 17905 0 -1 4202560 14726 0 0 0 2003 305 0 0 15 0 18 0 22389431 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 7 0 0 0
[pid=20504/tid=20509] ppid=20502 vsize=1545932 CPUtime=20.56
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 17905 0 -1 4202560 13976 0 0 0 1718 338 0 0 15 0 18 0 22389431 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 1 0 0 0
[pid=20504/tid=20510] ppid=20502 vsize=1545932 CPUtime=20.03
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 17905 0 -1 4202560 18526 0 0 0 1685 318 0 0 15 0 18 0 22389431 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 3 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=1545932 CPUtime=22.07
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 17905 0 -1 4202560 19846 0 0 0 1893 314 0 0 15 0 18 0 22389431 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 4 0 0 0
[pid=20504/tid=20512] ppid=20502 vsize=1545932 CPUtime=19.77
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 17905 0 -1 4202560 12670 0 0 0 1661 316 0 0 15 0 18 0 22389431 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=1545932 CPUtime=22.63
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 17905 0 -1 4202560 14807 0 0 0 1967 296 0 0 15 0 18 0 22389431 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20514] ppid=20502 vsize=1545932 CPUtime=23.01
/proc/20504/task/20514/stat : 20514 (java) S 20502 20504 17905 0 -1 4202560 15088 0 0 0 2008 293 0 0 15 0 18 0 22389431 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 4 0 0 0
[pid=20504/tid=20515] ppid=20502 vsize=1545932 CPUtime=0.56
/proc/20504/task/20515/stat : 20515 (java) S 20502 20504 17905 0 -1 4202560 76 0 0 0 28 28 0 0 16 0 18 0 22389432 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20516] ppid=20502 vsize=1545932 CPUtime=0
/proc/20504/task/20516/stat : 20516 (java) S 20502 20504 17905 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 18 0 22389432 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20517] ppid=20502 vsize=1545932 CPUtime=0
/proc/20504/task/20517/stat : 20517 (java) S 20502 20504 17905 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 18 0 22389432 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20518] ppid=20502 vsize=1545932 CPUtime=0
/proc/20504/task/20518/stat : 20518 (java) S 20502 20504 17905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22389434 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20519] ppid=20502 vsize=1545932 CPUtime=0.58
/proc/20504/task/20519/stat : 20519 (java) S 20502 20504 17905 0 -1 4202560 2221 0 0 0 58 0 0 0 16 0 18 0 22389434 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 5 0 0 0
[pid=20504/tid=20520] ppid=20502 vsize=1545932 CPUtime=0.61
/proc/20504/task/20520/stat : 20520 (java) S 20502 20504 17905 0 -1 4202560 3185 0 0 0 61 0 0 0 16 0 18 0 22389434 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20521] ppid=20502 vsize=1545932 CPUtime=0
/proc/20504/task/20521/stat : 20521 (java) S 20502 20504 17905 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22389434 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20522] ppid=20502 vsize=1545932 CPUtime=0
/proc/20504/task/20522/stat : 20522 (java) S 20502 20504 17905 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22389434 1583034368 159951 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 397.05
Current children cumulated vsize (KiB) 1545932

[startup+289.901 s]
/proc/loadavg: 2.05 2.20 2.09 4/216 20532
/proc/meminfo: memFree=27777244/32950928 swapFree=67111528/67111528
[pid=20504] ppid=20502 vsize=1545932 CPUtime=397.05
/proc/20504/stat : 20504 (java) S 20502 20504 17905 0 -1 4202496 172404 0 1 0 37154 2551 0 0 22 0 18 0 22389430 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20504/statm: 386483 159956 1439 10 0 383786 0
[pid=20504/tid=20506] ppid=20502 vsize=1545932 CPUtime=220.36
/proc/20504/task/20506/stat : 20506 (java) S 20502 20504 17905 0 -1 4202560 42480 0 1 0 22024 12 0 0 15 0 18 0 22389431 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=1545932 CPUtime=22.94
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 17905 0 -1 4202560 13699 0 0 0 1972 322 0 0 15 0 18 0 22389431 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=1545932 CPUtime=23.08
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 17905 0 -1 4202560 14726 0 0 0 2003 305 0 0 15 0 18 0 22389431 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 7 0 0 0
[pid=20504/tid=20509] ppid=20502 vsize=1545932 CPUtime=20.56
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 17905 0 -1 4202560 13976 0 0 0 1718 338 0 0 15 0 18 0 22389431 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 1 0 0 0
[pid=20504/tid=20510] ppid=20502 vsize=1545932 CPUtime=20.03
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 17905 0 -1 4202560 18526 0 0 0 1685 318 0 0 15 0 18 0 22389431 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 3 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=1545932 CPUtime=22.07
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 17905 0 -1 4202560 19846 0 0 0 1893 314 0 0 15 0 18 0 22389431 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 4 0 0 0
[pid=20504/tid=20512] ppid=20502 vsize=1545932 CPUtime=19.77
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 17905 0 -1 4202560 12670 0 0 0 1661 316 0 0 15 0 18 0 22389431 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=1545932 CPUtime=22.63
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 17905 0 -1 4202560 14807 0 0 0 1967 296 0 0 15 0 18 0 22389431 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20514] ppid=20502 vsize=1545932 CPUtime=23.01
/proc/20504/task/20514/stat : 20514 (java) S 20502 20504 17905 0 -1 4202560 15088 0 0 0 2008 293 0 0 15 0 18 0 22389431 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 4 0 0 0
[pid=20504/tid=20515] ppid=20502 vsize=1545932 CPUtime=0.56
/proc/20504/task/20515/stat : 20515 (java) S 20502 20504 17905 0 -1 4202560 76 0 0 0 28 28 0 0 16 0 18 0 22389432 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 0 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20516] ppid=20502 vsize=1545932 CPUtime=0
/proc/20504/task/20516/stat : 20516 (java) S 20502 20504 17905 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 18 0 22389432 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20517] ppid=20502 vsize=1545932 CPUtime=0
/proc/20504/task/20517/stat : 20517 (java) S 20502 20504 17905 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 18 0 22389432 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
[pid=20504/tid=20518] ppid=20502 vsize=1545932 CPUtime=0
/proc/20504/task/20518/stat : 20518 (java) S 20502 20504 17905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22389434 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 2 0 0 0
[pid=20504/tid=20519] ppid=20502 vsize=1545932 CPUtime=0.58
/proc/20504/task/20519/stat : 20519 (java) S 20502 20504 17905 0 -1 4202560 2221 0 0 0 58 0 0 0 16 0 18 0 22389434 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 5 0 0 0
[pid=20504/tid=20520] ppid=20502 vsize=1545932 CPUtime=0.61
/proc/20504/task/20520/stat : 20520 (java) S 20502 20504 17905 0 -1 4202560 3185 0 0 0 61 0 0 0 16 0 18 0 22389434 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20521] ppid=20502 vsize=1545932 CPUtime=0
/proc/20504/task/20521/stat : 20521 (java) S 20502 20504 17905 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22389434 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 6 0 0 0
[pid=20504/tid=20522] ppid=20502 vsize=1545932 CPUtime=0
/proc/20504/task/20522/stat : 20522 (java) S 20502 20504 17905 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22389434 1583034368 159956 4089446400 134512640 134550932 4293281488 18446744073709551615 4294960144 0 4 0 16800975 18446604471140227264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 397.05
Current children cumulated vsize (KiB) 1545932

Child status: 20
Real time (s): 289.937
CPU time (s): 397.083
CPU user time (s): 371.548
CPU system time (s): 25.5351
CPU usage (%): 136.955
Max. virtual memory (cumulated for all children) (KiB): 1545932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 371.548
system time used= 25.5351
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172407
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= 317514
involuntary context switches= 20985290

runsolver used 0.528919 second user time and 1.15082 second system time

The end

Launcher Data

Begin job on node120 at 2010-07-08 00:29:19
IDJOB=2701824
IDBENCH=79643
IDSOLVER=1207
FILE ID=node120/2701824-1278541759
PBS_JOBID= 11239237
Free space on /tmp= 73408 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph07_wcsp.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701824-1278541759/watcher-2701824-1278541759 -o /tmp/evaluation-result-2701824-1278541759/solver-2701824-1278541759 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701824-1278541759.wbo

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

MD5SUM BENCH= fddb3e21e350e2df5161d1678905aa9f
RANDOM SEED=383159308

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28409676 kB
Buffers:        145784 kB
Cached:        2771316 kB
SwapCached:          0 kB
Active:        3030560 kB
Inactive:      1356892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28409676 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16116 kB
Writeback:           0 kB
AnonPages:     1470144 kB
Mapped:          20552 kB
Slab:            88260 kB
PageTables:       7496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1647196 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73408 MiB
End job on node120 at 2010-07-08 00:34:09