Trace number 2701392

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 24.9672 18.0582

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
scens/normalized-scen06-24_wcsp.wbo
MD5SUM4777de5a2c38ee1894dc5fa8598904ab
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark30301
Best CPU time to get the best result obtained on this benchmark1800.17
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1612
Total number of constraints129924
Number of soft constraints129825
Number of constraints which are clauses129825
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Top cost 250711
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 22300299
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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-2701392-1278539589/watcher-2701392-1278539589 -o /tmp/evaluation-result-2701392-1278539589/solver-2701392-1278539589 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701392-1278539589.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.49 2.10 1.97 3/178 20657
/proc/meminfo: memFree=28512536/32950928 swapFree=67111528/67111528
[pid=20657] ppid=20655 vsize=13684 CPUtime=0
/proc/20657/stat : 20657 (java) S 20655 20657 19007 0 -1 4202496 1187 0 0 0 0 0 0 0 25 0 2 0 22172504 14012416 634 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/20657/statm: 3421 635 310 10 0 1206 0
[pid=20657/tid=20658] ppid=20655 vsize=13716 CPUtime=0
/proc/20657/task/20658/stat : 20658 (java) R 20655 20657 19007 0 -1 4202560 167 0 1 0 0 0 0 0 25 0 2 0 22172505 14045184 656 4089446400 134512640 134550932 4286830352 18446744073709551615 9076931 0 4 0 16784584 0 0 0 -1 6 0 0 0

[startup+0.0483959 s]
/proc/loadavg: 2.49 2.10 1.97 3/178 20657
/proc/meminfo: memFree=28512536/32950928 swapFree=67111528/67111528
[pid=20657] ppid=20655 vsize=1528716 CPUtime=0.03
/proc/20657/stat : 20657 (java) S 20655 20657 19007 0 -1 4202496 4052 0 1 0 3 0 0 0 25 0 18 0 22172504 1565405184 3491 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20657/statm: 382179 3491 1078 10 0 379482 0
[pid=20657/tid=20658] ppid=20655 vsize=1528716 CPUtime=0.03
/proc/20657/task/20658/stat : 20658 (java) R 20655 20657 19007 0 -1 4202560 2968 0 1 0 3 0 0 0 25 0 18 0 22172505 1565405184 3491 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1528716

[startup+0.104608 s]
/proc/loadavg: 2.49 2.10 1.97 3/178 20657
/proc/meminfo: memFree=28512536/32950928 swapFree=67111528/67111528
[pid=20657] ppid=20655 vsize=1529556 CPUtime=0.12
/proc/20657/stat : 20657 (java) S 20655 20657 19007 0 -1 4202496 5320 0 1 0 11 1 0 0 25 0 18 0 22172504 1566265344 4757 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20657/statm: 382389 4758 1350 10 0 379692 0
[pid=20657/tid=20658] ppid=20655 vsize=1529556 CPUtime=0.08
/proc/20657/task/20658/stat : 20658 (java) R 20655 20657 19007 0 -1 4202560 3623 0 1 0 8 0 0 0 25 0 18 0 22172505 1566265344 4758 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529556

[startup+0.300572 s]
/proc/loadavg: 2.49 2.10 1.97 3/178 20657
/proc/meminfo: memFree=28512536/32950928 swapFree=67111528/67111528
[pid=20657] ppid=20655 vsize=1531944 CPUtime=0.55
/proc/20657/stat : 20657 (java) S 20655 20657 19007 0 -1 4202496 17121 0 1 0 53 2 0 0 25 0 18 0 22172504 1568710656 16412 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20657/statm: 382986 16416 1414 10 0 380289 0
[pid=20657/tid=20658] ppid=20655 vsize=1531944 CPUtime=0.28
/proc/20657/task/20658/stat : 20658 (java) R 20655 20657 19007 0 -1 4202560 14691 0 1 0 26 2 0 0 25 0 18 0 22172505 1568710656 16420 4089446400 134512640 134550932 4286830352 18446744073709551615 4109417463 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 1531944

[startup+0.700454 s]
/proc/loadavg: 2.49 2.10 1.97 3/178 20657
/proc/meminfo: memFree=28512536/32950928 swapFree=67111528/67111528
[pid=20657] ppid=20655 vsize=1540036 CPUtime=1.52
/proc/20657/stat : 20657 (java) S 20655 20657 19007 0 -1 4202496 47735 0 1 0 145 7 0 0 25 0 18 0 22172504 1576996864 46115 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20657/statm: 385009 46115 1425 10 0 382312 0
[pid=20657/tid=20658] ppid=20655 vsize=1540036 CPUtime=0.63
/proc/20657/task/20658/stat : 20658 (java) R 20655 20657 19007 0 -1 4202560 35234 0 1 0 59 4 0 0 17 0 18 0 22172505 1576996864 46115 4089446400 134512640 134550932 4286830352 18446744073709551615 4109443973 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1540036

[startup+1.5013 s]
/proc/loadavg: 2.49 2.10 1.97 3/196 20675
/proc/meminfo: memFree=28327760/32950928 swapFree=67111528/67111528
[pid=20657] ppid=20655 vsize=1540036 CPUtime=2.6
/proc/20657/stat : 20657 (java) S 20655 20657 19007 0 -1 4202496 52376 0 1 0 252 8 0 0 25 0 18 0 22172504 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20657/statm: 385009 50656 1425 10 0 382312 0
[pid=20657/tid=20658] ppid=20655 vsize=1540036 CPUtime=1.38
/proc/20657/task/20658/stat : 20658 (java) R 20655 20657 19007 0 -1 4202560 35826 0 1 0 134 4 0 0 18 0 18 0 22172505 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 106834536 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20657/tid=20660] ppid=20655 vsize=1540036 CPUtime=0.03
/proc/20657/task/20660/stat : 20660 (java) S 20655 20657 19007 0 -1 4202560 537 0 0 0 3 0 0 0 16 0 18 0 22172505 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20661] ppid=20655 vsize=1540036 CPUtime=0.05
/proc/20657/task/20661/stat : 20661 (java) S 20655 20657 19007 0 -1 4202560 1410 0 0 0 5 0 0 0 16 0 18 0 22172505 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 5 0 0 0
[pid=20657/tid=20662] ppid=20655 vsize=1540036 CPUtime=0.03
/proc/20657/task/20662/stat : 20662 (java) S 20655 20657 19007 0 -1 4202560 1006 0 0 0 3 0 0 0 16 0 18 0 22172505 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 4 0 0 0
[pid=20657/tid=20663] ppid=20655 vsize=1540036 CPUtime=0.06
/proc/20657/task/20663/stat : 20663 (java) S 20655 20657 19007 0 -1 4202560 1604 0 0 0 6 0 0 0 16 0 18 0 22172505 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20664] ppid=20655 vsize=1540036 CPUtime=0.06
/proc/20657/task/20664/stat : 20664 (java) S 20655 20657 19007 0 -1 4202560 1325 0 0 0 6 0 0 0 16 0 18 0 22172505 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 3 0 0 0
[pid=20657/tid=20665] ppid=20655 vsize=1540036 CPUtime=0.05
/proc/20657/task/20665/stat : 20665 (java) S 20655 20657 19007 0 -1 4202560 1686 0 0 0 5 0 0 0 15 0 18 0 22172505 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 4 0 0 0
[pid=20657/tid=20666] ppid=20655 vsize=1540036 CPUtime=0.05
/proc/20657/task/20666/stat : 20666 (java) S 20655 20657 19007 0 -1 4202560 1860 0 0 0 5 0 0 0 16 0 18 0 22172505 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
[pid=20657/tid=20667] ppid=20655 vsize=1540036 CPUtime=0.06
/proc/20657/task/20667/stat : 20667 (java) S 20655 20657 19007 0 -1 4202560 1759 0 0 0 6 0 0 0 16 0 18 0 22172505 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 0 0 0 0
[pid=20657/tid=20668] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20668/stat : 20668 (java) S 20655 20657 19007 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 18 0 22172506 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446604469199947008 0 0 -1 0 0 0 0
[pid=20657/tid=20669] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20669/stat : 20669 (java) S 20655 20657 19007 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22172506 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20670] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20670/stat : 20670 (java) S 20655 20657 19007 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22172506 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20671] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20671/stat : 20671 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22172508 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20672] ppid=20655 vsize=1540036 CPUtime=0.29
/proc/20657/task/20672/stat : 20672 (java) S 20655 20657 19007 0 -1 4202560 1367 0 0 0 29 0 0 0 24 0 18 0 22172508 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=1540036 CPUtime=0.44
/proc/20657/task/20673/stat : 20673 (java) S 20655 20657 19007 0 -1 4202560 2904 0 0 0 44 0 0 0 16 0 18 0 22172508 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22172508 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22172508 1576996864 50656 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1540036

[startup+3.10102 s]
/proc/loadavg: 2.49 2.10 1.97 3/196 20675
/proc/meminfo: memFree=28311144/32950928 swapFree=67111528/67111528
[pid=20657] ppid=20655 vsize=1540036 CPUtime=4.53
/proc/20657/stat : 20657 (java) S 20655 20657 19007 0 -1 4202496 56764 0 1 0 441 12 0 0 25 0 18 0 22172504 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20657/statm: 385009 54932 1425 10 0 382312 0
[pid=20657/tid=20658] ppid=20655 vsize=1540036 CPUtime=2.9
/proc/20657/task/20658/stat : 20658 (java) R 20655 20657 19007 0 -1 4202560 35873 0 1 0 286 4 0 0 19 0 18 0 22172505 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20657/tid=20660] ppid=20655 vsize=1540036 CPUtime=0.06
/proc/20657/task/20660/stat : 20660 (java) S 20655 20657 19007 0 -1 4202560 924 0 0 0 6 0 0 0 16 0 18 0 22172505 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 4 0 0 0
[pid=20657/tid=20661] ppid=20655 vsize=1540036 CPUtime=0.1
/proc/20657/task/20661/stat : 20661 (java) S 20655 20657 19007 0 -1 4202560 1997 0 0 0 10 0 0 0 16 0 18 0 22172505 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 5 0 0 0
[pid=20657/tid=20662] ppid=20655 vsize=1540036 CPUtime=0.07
/proc/20657/task/20662/stat : 20662 (java) S 20655 20657 19007 0 -1 4202560 1404 0 0 0 7 0 0 0 16 0 18 0 22172505 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 3 0 0 0
[pid=20657/tid=20663] ppid=20655 vsize=1540036 CPUtime=0.12
/proc/20657/task/20663/stat : 20663 (java) S 20655 20657 19007 0 -1 4202560 2390 0 0 0 11 1 0 0 16 0 18 0 22172505 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20664] ppid=20655 vsize=1540036 CPUtime=0.09
/proc/20657/task/20664/stat : 20664 (java) S 20655 20657 19007 0 -1 4202560 1690 0 0 0 9 0 0 0 15 0 18 0 22172505 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20665] ppid=20655 vsize=1540036 CPUtime=0.09
/proc/20657/task/20665/stat : 20665 (java) S 20655 20657 19007 0 -1 4202560 2333 0 0 0 9 0 0 0 16 0 18 0 22172505 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20666] ppid=20655 vsize=1540036 CPUtime=0.11
/proc/20657/task/20666/stat : 20666 (java) S 20655 20657 19007 0 -1 4202560 2506 0 0 0 11 0 0 0 16 0 18 0 22172505 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
[pid=20657/tid=20667] ppid=20655 vsize=1540036 CPUtime=0.1
/proc/20657/task/20667/stat : 20667 (java) S 20655 20657 19007 0 -1 4202560 2284 0 0 0 10 0 0 0 16 0 18 0 22172505 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 0 0 0 0
[pid=20657/tid=20668] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20668/stat : 20668 (java) S 20655 20657 19007 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 18 0 22172506 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446604469199947008 0 0 -1 0 0 0 0
[pid=20657/tid=20669] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20669/stat : 20669 (java) S 20655 20657 19007 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22172506 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20670] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20670/stat : 20670 (java) S 20655 20657 19007 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22172506 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20671] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20671/stat : 20671 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22172508 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20672] ppid=20655 vsize=1540036 CPUtime=0.29
/proc/20657/task/20672/stat : 20672 (java) S 20655 20657 19007 0 -1 4202560 1367 0 0 0 29 0 0 0 24 0 18 0 22172508 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=1540036 CPUtime=0.44
/proc/20657/task/20673/stat : 20673 (java) S 20655 20657 19007 0 -1 4202560 2904 0 0 0 44 0 0 0 16 0 18 0 22172508 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22172508 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22172508 1576996864 54932 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 1540036

[startup+6.30149 s]
/proc/loadavg: 2.45 2.10 1.97 4/196 20675
/proc/meminfo: memFree=28288084/32950928 swapFree=67111528/67111528
[pid=20657] ppid=20655 vsize=1540036 CPUtime=8.55
/proc/20657/stat : 20657 (java) S 20655 20657 19007 0 -1 4202496 60618 0 1 0 832 23 0 0 25 0 18 0 22172504 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20657/statm: 385009 58482 1425 10 0 382312 0
[pid=20657/tid=20658] ppid=20655 vsize=1540036 CPUtime=5.91
/proc/20657/task/20658/stat : 20658 (java) R 20655 20657 19007 0 -1 4202560 35964 0 1 0 586 5 0 0 25 0 18 0 22172505 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20657/tid=20660] ppid=20655 vsize=1540036 CPUtime=0.19
/proc/20657/task/20660/stat : 20660 (java) S 20655 20657 19007 0 -1 4202560 1356 0 0 0 18 1 0 0 16 0 18 0 22172505 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20661] ppid=20655 vsize=1540036 CPUtime=0.24
/proc/20657/task/20661/stat : 20661 (java) S 20655 20657 19007 0 -1 4202560 2456 0 0 0 22 2 0 0 15 0 18 0 22172505 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 5 0 0 0
[pid=20657/tid=20662] ppid=20655 vsize=1540036 CPUtime=0.21
/proc/20657/task/20662/stat : 20662 (java) S 20655 20657 19007 0 -1 4202560 1954 0 0 0 20 1 0 0 16 0 18 0 22172505 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 3 0 0 0
[pid=20657/tid=20663] ppid=20655 vsize=1540036 CPUtime=0.24
/proc/20657/task/20663/stat : 20663 (java) S 20655 20657 19007 0 -1 4202560 2804 0 0 0 22 2 0 0 16 0 18 0 22172505 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20664] ppid=20655 vsize=1540036 CPUtime=0.18
/proc/20657/task/20664/stat : 20664 (java) S 20655 20657 19007 0 -1 4202560 2024 0 0 0 17 1 0 0 15 0 18 0 22172505 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
[pid=20657/tid=20665] ppid=20655 vsize=1540036 CPUtime=0.23
/proc/20657/task/20665/stat : 20665 (java) S 20655 20657 19007 0 -1 4202560 2832 0 0 0 22 1 0 0 15 0 18 0 22172505 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 4 0 0 0
[pid=20657/tid=20666] ppid=20655 vsize=1540036 CPUtime=0.25
/proc/20657/task/20666/stat : 20666 (java) S 20655 20657 19007 0 -1 4202560 3036 0 0 0 23 2 0 0 15 0 18 0 22172505 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
[pid=20657/tid=20667] ppid=20655 vsize=1540036 CPUtime=0.24
/proc/20657/task/20667/stat : 20667 (java) S 20655 20657 19007 0 -1 4202560 2829 0 0 0 22 2 0 0 16 0 18 0 22172505 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 0 0 0 0
[pid=20657/tid=20668] ppid=20655 vsize=1540036 CPUtime=0.01
/proc/20657/task/20668/stat : 20668 (java) S 20655 20657 19007 0 -1 4202560 29 0 0 0 1 0 0 0 16 0 18 0 22172506 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446604469199947008 0 0 -1 0 0 0 0
[pid=20657/tid=20669] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20669/stat : 20669 (java) S 20655 20657 19007 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22172506 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20670] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20670/stat : 20670 (java) S 20655 20657 19007 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22172506 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20671] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20671/stat : 20671 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22172508 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20672] ppid=20655 vsize=1540036 CPUtime=0.29
/proc/20657/task/20672/stat : 20672 (java) S 20655 20657 19007 0 -1 4202560 1367 0 0 0 29 0 0 0 24 0 18 0 22172508 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=1540036 CPUtime=0.44
/proc/20657/task/20673/stat : 20673 (java) S 20655 20657 19007 0 -1 4202560 2904 0 0 0 44 0 0 0 16 0 18 0 22172508 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22172508 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=1540036 CPUtime=0
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22172508 1576996864 58482 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 1540036

[startup+12.7013 s]
/proc/loadavg: 2.41 2.10 1.97 3/196 20676
/proc/meminfo: memFree=28252844/32950928 swapFree=67111528/67111528
[pid=20657] ppid=20655 vsize=1541060 CPUtime=16.77
/proc/20657/stat : 20657 (java) S 20655 20657 19007 0 -1 4202496 69235 0 1 0 1619 58 0 0 25 0 18 0 22172504 1578045440 66794 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20657/statm: 385265 66794 1425 10 0 382568 0

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

/proc/20657/task/20664/stat : 20664 (java) S 20655 20657 19007 0 -1 4202560 4051 0 0 0 60 8 0 0 16 0 18 0 22172505 1586790400 72950 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
[pid=20657/tid=20665] ppid=20655 vsize=1549600 CPUtime=0.69
/proc/20657/task/20665/stat : 20665 (java) S 20655 20657 19007 0 -1 4202560 3960 0 0 0 59 10 0 0 15 0 18 0 22172505 1586790400 72950 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 0 0 0 0
[pid=20657/tid=20666] ppid=20655 vsize=1549600 CPUtime=0.73
/proc/20657/task/20666/stat : 20666 (java) S 20655 20657 19007 0 -1 4202560 4587 0 0 0 63 10 0 0 16 0 18 0 22172505 1586790400 72950 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 4 0 0 0
[pid=20657/tid=20667] ppid=20655 vsize=1549600 CPUtime=0.78
/proc/20657/task/20667/stat : 20667 (java) S 20655 20657 19007 0 -1 4202560 4796 0 0 0 67 11 0 0 16 0 18 0 22172505 1586790400 72950 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20668] ppid=20655 vsize=1549600 CPUtime=0.04
/proc/20657/task/20668/stat : 20668 (java) S 20655 20657 19007 0 -1 4202560 29 0 0 0 3 1 0 0 15 0 18 0 22172506 1586790400 72950 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446604469199947008 0 0 -1 4 0 0 0
[pid=20657/tid=20669] ppid=20655 vsize=1549600 CPUtime=0
/proc/20657/task/20669/stat : 20669 (java) S 20655 20657 19007 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22172506 1586790400 72950 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20670] ppid=20655 vsize=1549600 CPUtime=0
/proc/20657/task/20670/stat : 20670 (java) S 20655 20657 19007 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22172506 1586790400 72950 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20671] ppid=20655 vsize=1549600 CPUtime=0
/proc/20657/task/20671/stat : 20671 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22172508 1586790400 72950 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20672] ppid=20655 vsize=1549600 CPUtime=0.31
/proc/20657/task/20672/stat : 20672 (java) S 20655 20657 19007 0 -1 4202560 1367 0 0 0 31 0 0 0 17 0 18 0 22172508 1586790400 72950 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=1549600 CPUtime=0.66
/proc/20657/task/20673/stat : 20673 (java) R 20655 20657 19007 0 -1 4202560 5201 0 0 0 65 1 0 0 16 0 18 0 22172508 1586790400 72950 4089446400 134512640 134550932 4286830352 18446744073709551615 104163546 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=1549600 CPUtime=0
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22172508 1586790400 72950 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=1549600 CPUtime=0
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22172508 1586790400 72950 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.31
Current children cumulated vsize (KiB) 1549600

[startup+17.5014 s]
/proc/loadavg: 2.38 2.10 1.97 6/200 20680
/proc/meminfo: memFree=28201700/32950928 swapFree=67111528/67111528
[pid=20657] ppid=20655 vsize=1552596 CPUtime=24.51
/proc/20657/stat : 20657 (java) S 20655 20657 19007 0 -1 4202496 84246 0 1 0 2359 92 0 0 25 0 22 0 22172504 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20657/statm: 388149 78705 1441 10 0 385452 0
[pid=20657/tid=20658] ppid=20655 vsize=1552596 CPUtime=15.74
/proc/20657/task/20658/stat : 20658 (java) S 20655 20657 19007 0 -1 4202560 36269 0 1 0 1569 5 0 0 25 0 22 0 22172505 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20660] ppid=20655 vsize=1552596 CPUtime=0.72
/proc/20657/task/20660/stat : 20660 (java) S 20655 20657 19007 0 -1 4202560 3260 0 0 0 62 10 0 0 15 0 22 0 22172505 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 5 0 0 0
[pid=20657/tid=20661] ppid=20655 vsize=1552596 CPUtime=0.74
/proc/20657/task/20661/stat : 20661 (java) S 20655 20657 19007 0 -1 4202560 5878 0 0 0 65 9 0 0 15 0 22 0 22172505 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20662] ppid=20655 vsize=1552596 CPUtime=0.68
/proc/20657/task/20662/stat : 20662 (java) S 20655 20657 19007 0 -1 4202560 3613 0 0 0 61 7 0 0 15 0 22 0 22172505 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 0 0 0 0
[pid=20657/tid=20663] ppid=20655 vsize=1552596 CPUtime=0.77
/proc/20657/task/20663/stat : 20663 (java) S 20655 20657 19007 0 -1 4202560 4814 0 0 0 67 10 0 0 15 0 22 0 22172505 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 3 0 0 0
[pid=20657/tid=20664] ppid=20655 vsize=1552596 CPUtime=0.7
/proc/20657/task/20664/stat : 20664 (java) S 20655 20657 19007 0 -1 4202560 4339 0 0 0 62 8 0 0 15 0 22 0 22172505 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
[pid=20657/tid=20665] ppid=20655 vsize=1552596 CPUtime=0.7
/proc/20657/task/20665/stat : 20665 (java) S 20655 20657 19007 0 -1 4202560 4036 0 0 0 60 10 0 0 15 0 22 0 22172505 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 0 0 0 0
[pid=20657/tid=20666] ppid=20655 vsize=1552596 CPUtime=0.75
/proc/20657/task/20666/stat : 20666 (java) S 20655 20657 19007 0 -1 4202560 6413 0 0 0 65 10 0 0 15 0 22 0 22172505 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 4 0 0 0
[pid=20657/tid=20667] ppid=20655 vsize=1552596 CPUtime=0.78
/proc/20657/task/20667/stat : 20667 (java) S 20655 20657 19007 0 -1 4202560 5181 0 0 0 67 11 0 0 15 0 22 0 22172505 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20668] ppid=20655 vsize=1552596 CPUtime=0.04
/proc/20657/task/20668/stat : 20668 (java) S 20655 20657 19007 0 -1 4202560 29 0 0 0 3 1 0 0 15 0 22 0 22172506 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20669] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20669/stat : 20669 (java) S 20655 20657 19007 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 22 0 22172506 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20670] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20670/stat : 20670 (java) S 20655 20657 19007 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 22172506 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20671] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20671/stat : 20671 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 22172508 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20672] ppid=20655 vsize=1552596 CPUtime=0.63
/proc/20657/task/20672/stat : 20672 (java) R 20655 20657 19007 0 -1 4202560 1420 0 0 0 63 0 0 0 16 0 22 0 22172508 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 104140796 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=1552596 CPUtime=1.16
/proc/20657/task/20673/stat : 20673 (java) R 20655 20657 19007 0 -1 4202560 7872 0 0 0 114 2 0 0 15 0 22 0 22172508 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 106261830 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 22172508 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 22172508 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20677] ppid=20655 vsize=1552596 CPUtime=0.46
/proc/20657/task/20677/stat : 20677 (java) R 20655 20657 19007 0 -1 4202560 20 0 0 0 46 0 0 0 25 0 22 0 22174204 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4110026848 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20657/tid=20678] ppid=20655 vsize=1552596 CPUtime=0.46
/proc/20657/task/20678/stat : 20678 (java) R 20655 20657 19007 0 -1 4202560 31 0 0 0 46 0 0 0 19 0 22 0 22174204 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4109133309 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20657/tid=20679] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20679/stat : 20679 (java) S 20655 20657 19007 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 22174232 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20680] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20680/stat : 20680 (java) S 20655 20657 19007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 22174232 1589858304 78705 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.51
Current children cumulated vsize (KiB) 1552596

[startup+17.9013 s]
/proc/loadavg: 2.38 2.10 1.97 6/200 20680
/proc/meminfo: memFree=28201700/32950928 swapFree=67111528/67111528
[pid=20657] ppid=20655 vsize=1552596 CPUtime=24.94
/proc/20657/stat : 20657 (java) S 20655 20657 19007 0 -1 4202496 84931 0 1 0 2402 92 0 0 25 0 20 0 22172504 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20657/statm: 388149 79387 1442 10 0 385452 0
[pid=20657/tid=20658] ppid=20655 vsize=1552596 CPUtime=15.74
/proc/20657/task/20658/stat : 20658 (java) S 20655 20657 19007 0 -1 4202560 36269 0 1 0 1569 5 0 0 25 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20660] ppid=20655 vsize=1552596 CPUtime=0.72
/proc/20657/task/20660/stat : 20660 (java) S 20655 20657 19007 0 -1 4202560 3645 0 0 0 62 10 0 0 16 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20661] ppid=20655 vsize=1552596 CPUtime=0.75
/proc/20657/task/20661/stat : 20661 (java) S 20655 20657 19007 0 -1 4202560 5879 0 0 0 65 10 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20662] ppid=20655 vsize=1552596 CPUtime=0.68
/proc/20657/task/20662/stat : 20662 (java) S 20655 20657 19007 0 -1 4202560 3613 0 0 0 61 7 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 0 0 0 0
[pid=20657/tid=20663] ppid=20655 vsize=1552596 CPUtime=0.77
/proc/20657/task/20663/stat : 20663 (java) S 20655 20657 19007 0 -1 4202560 4943 0 0 0 67 10 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 3 0 0 0
[pid=20657/tid=20664] ppid=20655 vsize=1552596 CPUtime=0.71
/proc/20657/task/20664/stat : 20664 (java) S 20655 20657 19007 0 -1 4202560 4339 0 0 0 63 8 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
[pid=20657/tid=20665] ppid=20655 vsize=1552596 CPUtime=0.7
/proc/20657/task/20665/stat : 20665 (java) S 20655 20657 19007 0 -1 4202560 4037 0 0 0 60 10 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 0 0 0 0
[pid=20657/tid=20666] ppid=20655 vsize=1552596 CPUtime=0.75
/proc/20657/task/20666/stat : 20666 (java) S 20655 20657 19007 0 -1 4202560 6542 0 0 0 65 10 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 4 0 0 0
[pid=20657/tid=20667] ppid=20655 vsize=1552596 CPUtime=0.78
/proc/20657/task/20667/stat : 20667 (java) S 20655 20657 19007 0 -1 4202560 5183 0 0 0 67 11 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20668] ppid=20655 vsize=1552596 CPUtime=0.04
/proc/20657/task/20668/stat : 20668 (java) S 20655 20657 19007 0 -1 4202560 29 0 0 0 3 1 0 0 15 0 20 0 22172506 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446604469199947008 0 0 -1 4 0 0 0
[pid=20657/tid=20669] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20669/stat : 20669 (java) S 20655 20657 19007 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 20 0 22172506 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20670] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20670/stat : 20670 (java) S 20655 20657 19007 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 20 0 22172506 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20671] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20671/stat : 20671 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 22172508 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20672] ppid=20655 vsize=1552596 CPUtime=0.76
/proc/20657/task/20672/stat : 20672 (java) S 20655 20657 19007 0 -1 4202560 1438 0 0 0 76 0 0 0 16 0 20 0 22172508 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=1552596 CPUtime=1.24
/proc/20657/task/20673/stat : 20673 (java) S 20655 20657 19007 0 -1 4202560 7888 0 0 0 122 2 0 0 16 0 20 0 22172508 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 5 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 22172508 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 22172508 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20679] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20679/stat : 20679 (java) S 20655 20657 19007 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 22174232 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20680] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20680/stat : 20680 (java) S 20655 20657 19007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 22174232 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 1552596

[startup+18.0013 s]
/proc/loadavg: 2.38 2.10 1.97 6/200 20680
/proc/meminfo: memFree=28201700/32950928 swapFree=67111528/67111528
[pid=20657] ppid=20655 vsize=1552596 CPUtime=24.94
/proc/20657/stat : 20657 (java) S 20655 20657 19007 0 -1 4202496 84931 0 1 0 2402 92 0 0 25 0 20 0 22172504 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20657/statm: 388149 79387 1442 10 0 385452 0
[pid=20657/tid=20658] ppid=20655 vsize=1552596 CPUtime=15.74
/proc/20657/task/20658/stat : 20658 (java) S 20655 20657 19007 0 -1 4202560 36269 0 1 0 1569 5 0 0 25 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20660] ppid=20655 vsize=1552596 CPUtime=0.72
/proc/20657/task/20660/stat : 20660 (java) S 20655 20657 19007 0 -1 4202560 3645 0 0 0 62 10 0 0 16 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20661] ppid=20655 vsize=1552596 CPUtime=0.75
/proc/20657/task/20661/stat : 20661 (java) S 20655 20657 19007 0 -1 4202560 5879 0 0 0 65 10 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20662] ppid=20655 vsize=1552596 CPUtime=0.68
/proc/20657/task/20662/stat : 20662 (java) S 20655 20657 19007 0 -1 4202560 3613 0 0 0 61 7 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 0 0 0 0
[pid=20657/tid=20663] ppid=20655 vsize=1552596 CPUtime=0.77
/proc/20657/task/20663/stat : 20663 (java) S 20655 20657 19007 0 -1 4202560 4943 0 0 0 67 10 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 3 0 0 0
[pid=20657/tid=20664] ppid=20655 vsize=1552596 CPUtime=0.71
/proc/20657/task/20664/stat : 20664 (java) S 20655 20657 19007 0 -1 4202560 4339 0 0 0 63 8 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 6 0 0 0
[pid=20657/tid=20665] ppid=20655 vsize=1552596 CPUtime=0.7
/proc/20657/task/20665/stat : 20665 (java) S 20655 20657 19007 0 -1 4202560 4037 0 0 0 60 10 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 0 0 0 0
[pid=20657/tid=20666] ppid=20655 vsize=1552596 CPUtime=0.75
/proc/20657/task/20666/stat : 20666 (java) S 20655 20657 19007 0 -1 4202560 6542 0 0 0 65 10 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 4 0 0 0
[pid=20657/tid=20667] ppid=20655 vsize=1552596 CPUtime=0.78
/proc/20657/task/20667/stat : 20667 (java) S 20655 20657 19007 0 -1 4202560 5183 0 0 0 67 11 0 0 15 0 20 0 22172505 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20668] ppid=20655 vsize=1552596 CPUtime=0.04
/proc/20657/task/20668/stat : 20668 (java) S 20655 20657 19007 0 -1 4202560 29 0 0 0 3 1 0 0 15 0 20 0 22172506 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 0 0 16800975 18446604469199947008 0 0 -1 4 0 0 0
[pid=20657/tid=20669] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20669/stat : 20669 (java) S 20655 20657 19007 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 20 0 22172506 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20670] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20670/stat : 20670 (java) S 20655 20657 19007 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 20 0 22172506 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20671] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20671/stat : 20671 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 22172508 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20672] ppid=20655 vsize=1552596 CPUtime=0.76
/proc/20657/task/20672/stat : 20672 (java) S 20655 20657 19007 0 -1 4202560 1438 0 0 0 76 0 0 0 16 0 20 0 22172508 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=1552596 CPUtime=1.24
/proc/20657/task/20673/stat : 20673 (java) S 20655 20657 19007 0 -1 4202560 7888 0 0 0 122 2 0 0 16 0 20 0 22172508 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 5 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 22172508 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 2 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 19007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 22172508 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20679] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20679/stat : 20679 (java) S 20655 20657 19007 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 22174232 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
[pid=20657/tid=20680] ppid=20655 vsize=1552596 CPUtime=0
/proc/20657/task/20680/stat : 20680 (java) S 20655 20657 19007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 22174232 1589858304 79387 4089446400 134512640 134550932 4286830352 18446744073709551615 4294960144 0 4 0 16800975 18446604469199947008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 1552596

Child status: 20
Real time (s): 18.0582
CPU time (s): 24.9672
CPU user time (s): 24.0293
CPU system time (s): 0.937857
CPU usage (%): 138.26
Max. virtual memory (cumulated for all children) (KiB): 1552596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.0293
system time used= 0.937857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84940
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= 14575
involuntary context switches= 279679

runsolver used 0.033994 second user time and 0.072988 second system time

The end

Launcher Data

Begin job on node116 at 2010-07-07 23:53:09
IDJOB=2701392
IDBENCH=79572
IDSOLVER=1207
FILE ID=node116/2701392-1278539589
PBS_JOBID= 11239246
Free space on /tmp= 73456 MiB

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

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

MD5SUM BENCH= 4777de5a2c38ee1894dc5fa8598904ab
RANDOM SEED=12355213

node116.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.858
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.71
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.858
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.83
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.858
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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28512940 kB
Buffers:        145496 kB
Cached:        3380928 kB
SwapCached:          0 kB
Active:        1939216 kB
Inactive:      2345676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28512940 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4160 kB
Writeback:           0 kB
AnonPages:      758300 kB
Mapped:          15452 kB
Slab:            87744 kB
PageTables:       6656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   919432 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= 73456 MiB
End job on node116 at 2010-07-07 23:53:27