Trace number 2699627

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 259.916 139.574

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/academics/
normalized-langford-3-11_wcsp.wbo
MD5SUM69dbc7406636817ba2a44752a9d60525
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark63.9493
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1089
Total number of constraints40843
Number of soft constraints40810
Number of constraints which are clauses40810
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint33
Top cost 1
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 40810
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 34
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.06	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.06	c java.vm.version	11.2-b01
0.00/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.06	c sun.arch.data.model	32
0.00/0.06	c java.version		1.6.0_12
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		2.6.18-164.el5
0.00/0.06	c os.arch		i386
0.00/0.06	c Free memory 		1393557488
0.00/0.06	c Max memory 		1395916800
0.00/0.06	c Total memory 		1395916800
0.00/0.06	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization
0.12/0.10	c ManyCore solver with 2 solvers running in parallel
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c Stops conflict analysis at the first Unique Implication Point
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c Expensive reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c Stops conflict analysis at the first Unique Implication Point
0.12/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	
0.12/0.10	c solving HOME/instance-2699627-1278533799.wbo
0.12/0.10	c reading problem ... 
3.25/2.16	c ... done. Wall clock time 2.064s.
3.25/2.16	c #vars     41899
3.25/2.16	c #constraints  81686
3.25/2.16	c constraints type 
3.25/2.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33
3.25/2.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 40843
3.25/2.16	c constraints type 
3.25/2.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 33
3.25/2.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 40843
7.30/3.22	c cleaning 2485 clauses out of 4998 with flag 5000/5000
9.09/3.87	c cleaning 4235 clauses out of 8512 with flag 11000/11000
10.86/4.78	c cleaning 5617 clauses out of 11274 with flag 18000/18000
14.65/6.70	c cleaning 6793 clauses out of 13648 with flag 26000/26000
22.35/10.52	c cleaning 7889 clauses out of 15841 with flag 35000/35000
25.21/12.04	c cleaning 0 clauses out of 5001 with flag 0/5001
37.80/18.86	c cleaning 8955 clauses out of 17945 with flag 45000/45000
54.45/27.83	c cleaning 9986 clauses out of 19988 with flag 56001/56001
74.27/39.10	c cleaning 10993 clauses out of 22003 with flag 68002/68002
99.52/52.51	c cleaning 12000 clauses out of 24010 with flag 81003/81003
110.12/58.67	c cleaning 0 clauses out of 11002 with flag 0/11002
127.56/68.79	c cleaning 13001 clauses out of 26008 with flag 95001/95001
163.03/87.07	c cleaning 13995 clauses out of 28007 with flag 110002/110002
198.96/107.11	c cleaning 15003 clauses out of 30009 with flag 126000/126000
247.46/132.27	c cleaning 16003 clauses out of 32006 with flag 143000/143000
259.51/138.39	c And the winner is Resolution
259.86/139.47	c starts		: 103
259.86/139.47	c conflicts		: 149032
259.86/139.47	c decisions		: 285826
259.86/139.47	c propagations		: 26804918
259.86/139.47	c inspects		: 1008451501
259.86/139.47	c learnt literals	: 46
259.86/139.47	c learnt binary clauses	: 330
259.86/139.47	c learnt ternary clauses	: 420
259.86/139.47	c learnt clauses	: 148985
259.86/139.48	c ignored clauses	: 0
259.86/139.48	c root simplifications	: 0
259.86/139.48	c removed literals (reason simplification)	: 2963740
259.86/139.48	c reason swapping (by a shorter reason)	: 0
259.86/139.48	c Calls to reduceDB	: 13
259.86/139.48	c number of reductions to clauses (during analyze)	: 0
259.86/139.48	c number of learned constraints concerned by reduction	: 0
259.86/139.48	c number of learning phase by resolution	: 0
259.86/139.48	c number of learning phase by cutting planes	: 0
259.86/139.48	c speed (assignments/second)	: 195208.92261531964
259.86/139.48	c non guided choices	2716
259.87/139.50	c learnt constraints type 
259.87/139.50	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 21700
259.87/139.50	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 330
259.87/139.50	c constraints type 
259.87/139.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33
259.87/139.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 40843
259.87/139.50	c constraints type 
259.87/139.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 33
259.87/139.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 40843
259.87/139.50	s UNSATISFIABLE
259.87/139.50	c Total wall clock time (in seconds): 139.407

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-2699627-1278533799/watcher-2699627-1278533799 -o /tmp/evaluation-result-2699627-1278533799/solver-2699627-1278533799 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2699627-1278533799.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: 0.00 0.00 0.00 2/173 19854
/proc/meminfo: memFree=29404876/32950940 swapFree=67111528/67111528
[pid=19854] ppid=19852 vsize=13644 CPUtime=0
/proc/19854/stat : 19854 (java) S 19852 19854 19727 0 -1 4202496 1161 0 0 0 0 0 0 0 19 0 2 0 21594005 13971456 614 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/19854/statm: 3434 621 297 10 0 1206 0
[pid=19854/tid=19855] ppid=19852 vsize=13684 CPUtime=0
/proc/19854/task/19855/stat : 19855 (java) R 19852 19854 19727 0 -1 4202560 141 0 0 0 0 0 0 0 20 0 2 0 21594005 14012416 631 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.00752196 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 19854
/proc/meminfo: memFree=29404876/32950940 swapFree=67111528/67111528
[pid=19854] ppid=19852 vsize=13984 CPUtime=0
/proc/19854/stat : 19854 (java) S 19852 19854 19727 0 -1 4202496 1249 0 1 0 0 0 0 0 19 0 2 0 21594005 14319616 694 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/19854/statm: 15975 696 356 10 0 13686 0
[pid=19854/tid=19855] ppid=19852 vsize=63900 CPUtime=0
/proc/19854/task/19855/stat : 19855 (java) R 19852 19854 19727 0 -1 4202560 210 0 1 0 0 0 0 0 20 0 2 0 21594005 65433600 699 4089446400 134512640 134550932 4293693184 18446744073709551615 104108080 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13984

[startup+0.100561 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 19854
/proc/meminfo: memFree=29404876/32950940 swapFree=67111528/67111528
[pid=19854] ppid=19852 vsize=1529748 CPUtime=0.12
/proc/19854/stat : 19854 (java) S 19852 19854 19727 0 -1 4202496 5280 0 1 0 11 1 0 0 19 0 18 0 21594005 1566461952 4715 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19854/statm: 382437 4717 1350 10 0 379740 0
[pid=19854/tid=19855] ppid=19852 vsize=1529748 CPUtime=0.08
/proc/19854/task/19855/stat : 19855 (java) R 19852 19854 19727 0 -1 4202560 3589 0 1 0 8 0 0 0 18 0 18 0 21594005 1566461952 4717 4089446400 134512640 134550932 4293693184 18446744073709551615 106834530 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) 1529748

[startup+0.300522 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 19854
/proc/meminfo: memFree=29404876/32950940 swapFree=67111528/67111528
[pid=19854] ppid=19852 vsize=1531920 CPUtime=0.56
/proc/19854/stat : 19854 (java) S 19852 19854 19727 0 -1 4202496 16122 0 1 0 54 2 0 0 19 0 18 0 21594005 1568686080 15381 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19854/statm: 382980 15387 1414 10 0 380283 0
[pid=19854/tid=19855] ppid=19852 vsize=1531920 CPUtime=0.29
/proc/19854/task/19855/stat : 19855 (java) R 19852 19854 19727 0 -1 4202560 13584 0 1 0 27 2 0 0 18 0 18 0 21594005 1568686080 15388 4089446400 134512640 134550932 4293693184 18446744073709551615 4109984728 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1531920

[startup+0.700376 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 19854
/proc/meminfo: memFree=29404876/32950940 swapFree=67111528/67111528
[pid=19854] ppid=19852 vsize=1540296 CPUtime=1.51
/proc/19854/stat : 19854 (java) S 19852 19854 19727 0 -1 4202496 47452 0 1 0 144 7 0 0 19 0 18 0 21594005 1577263104 45881 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19854/statm: 385074 45881 1425 10 0 382377 0
[pid=19854/tid=19855] ppid=19852 vsize=1540296 CPUtime=0.63
/proc/19854/task/19855/stat : 19855 (java) R 19852 19854 19727 0 -1 4202560 35185 0 1 0 59 4 0 0 18 0 18 0 21594005 1577263104 45881 4089446400 134512640 134550932 4293693184 18446744073709551615 4110031119 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 1540296

[startup+1.5012 s]
/proc/loadavg: 0.00 0.00 0.00 2/191 19872
/proc/meminfo: memFree=29220796/32950940 swapFree=67111528/67111528
[pid=19854] ppid=19852 vsize=1540296 CPUtime=2.49
/proc/19854/stat : 19854 (java) S 19852 19854 19727 0 -1 4202496 51891 0 1 0 241 8 0 0 19 0 18 0 21594005 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19854/statm: 385074 50204 1425 10 0 382377 0
[pid=19854/tid=19855] ppid=19852 vsize=1540296 CPUtime=1.39
/proc/19854/task/19855/stat : 19855 (java) R 19852 19854 19727 0 -1 4202560 35875 0 1 0 135 4 0 0 18 0 18 0 21594005 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19854/tid=19857] ppid=19852 vsize=1540296 CPUtime=0.05
/proc/19854/task/19857/stat : 19857 (java) S 19852 19854 19727 0 -1 4202560 1633 0 0 0 5 0 0 0 16 0 18 0 21594006 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 0 0 0 0
[pid=19854/tid=19858] ppid=19852 vsize=1540296 CPUtime=0.04
/proc/19854/task/19858/stat : 19858 (java) S 19852 19854 19727 0 -1 4202560 1320 0 0 0 4 0 0 0 15 0 18 0 21594006 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19859] ppid=19852 vsize=1540296 CPUtime=0.04
/proc/19854/task/19859/stat : 19859 (java) S 19852 19854 19727 0 -1 4202560 1128 0 0 0 4 0 0 0 15 0 18 0 21594006 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19860] ppid=19852 vsize=1540296 CPUtime=0.04
/proc/19854/task/19860/stat : 19860 (java) S 19852 19854 19727 0 -1 4202560 1354 0 0 0 4 0 0 0 16 0 18 0 21594006 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19861] ppid=19852 vsize=1540296 CPUtime=0.05
/proc/19854/task/19861/stat : 19861 (java) S 19852 19854 19727 0 -1 4202560 1377 0 0 0 5 0 0 0 16 0 18 0 21594006 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19862] ppid=19852 vsize=1540296 CPUtime=0.04
/proc/19854/task/19862/stat : 19862 (java) S 19852 19854 19727 0 -1 4202560 1154 0 0 0 4 0 0 0 15 0 18 0 21594006 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 6 0 0 0
[pid=19854/tid=19863] ppid=19852 vsize=1540296 CPUtime=0.04
/proc/19854/task/19863/stat : 19863 (java) S 19852 19854 19727 0 -1 4202560 1362 0 0 0 4 0 0 0 15 0 18 0 21594006 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 3 0 0 0
[pid=19854/tid=19864] ppid=19852 vsize=1540296 CPUtime=0.05
/proc/19854/task/19864/stat : 19864 (java) S 19852 19854 19727 0 -1 4202560 1431 0 0 0 5 0 0 0 15 0 18 0 21594006 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 4 0 0 0
[pid=19854/tid=19865] ppid=19852 vsize=1540296 CPUtime=0
/proc/19854/task/19865/stat : 19865 (java) S 19852 19854 19727 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 18 0 21594007 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446604471147764544 0 0 -1 3 0 0 0
[pid=19854/tid=19866] ppid=19852 vsize=1540296 CPUtime=0
/proc/19854/task/19866/stat : 19866 (java) S 19852 19854 19727 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 21594007 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19867] ppid=19852 vsize=1540296 CPUtime=0
/proc/19854/task/19867/stat : 19867 (java) S 19852 19854 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 21594007 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19868] ppid=19852 vsize=1540296 CPUtime=0
/proc/19854/task/19868/stat : 19868 (java) S 19852 19854 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 21594009 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19869] ppid=19852 vsize=1540296 CPUtime=0.29
/proc/19854/task/19869/stat : 19869 (java) S 19852 19854 19727 0 -1 4202560 1245 0 0 0 29 0 0 0 15 0 18 0 21594009 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 6 0 0 0
[pid=19854/tid=19870] ppid=19852 vsize=1540296 CPUtime=0.36
/proc/19854/task/19870/stat : 19870 (java) S 19852 19854 19727 0 -1 4202560 2923 0 0 0 36 0 0 0 17 0 18 0 21594009 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19871] ppid=19852 vsize=1540296 CPUtime=0
/proc/19854/task/19871/stat : 19871 (java) S 19852 19854 19727 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 21594009 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19872] ppid=19852 vsize=1540296 CPUtime=0
/proc/19854/task/19872/stat : 19872 (java) S 19852 19854 19727 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 21594009 1577263104 50204 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1540296

[startup+3.10103 s]
/proc/loadavg: 0.08 0.02 0.01 2/191 19873
/proc/meminfo: memFree=29202436/32950940 swapFree=67111528/67111528
[pid=19854] ppid=19852 vsize=1548696 CPUtime=6.88
/proc/19854/stat : 19854 (java) S 19852 19854 19727 0 -1 4202496 59829 0 1 0 677 11 0 0 19 0 22 0 21594005 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19854/statm: 387174 55632 1443 10 0 384477 0
[pid=19854/tid=19855] ppid=19852 vsize=1548696 CPUtime=2.02
/proc/19854/task/19855/stat : 19855 (java) S 19852 19854 19727 0 -1 4202560 35925 0 1 0 198 4 0 0 20 0 22 0 21594005 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19857] ppid=19852 vsize=1548696 CPUtime=0.07
/proc/19854/task/19857/stat : 19857 (java) S 19852 19854 19727 0 -1 4202560 2067 0 0 0 7 0 0 0 15 0 22 0 21594006 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 0 0 0 0
[pid=19854/tid=19858] ppid=19852 vsize=1548696 CPUtime=0.06
/proc/19854/task/19858/stat : 19858 (java) S 19852 19854 19727 0 -1 4202560 1669 0 0 0 6 0 0 0 15 0 22 0 21594006 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19859] ppid=19852 vsize=1548696 CPUtime=0.06
/proc/19854/task/19859/stat : 19859 (java) S 19852 19854 19727 0 -1 4202560 1418 0 0 0 6 0 0 0 16 0 22 0 21594006 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19860] ppid=19852 vsize=1548696 CPUtime=0.06
/proc/19854/task/19860/stat : 19860 (java) S 19852 19854 19727 0 -1 4202560 1750 0 0 0 6 0 0 0 16 0 22 0 21594006 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19861] ppid=19852 vsize=1548696 CPUtime=0.07
/proc/19854/task/19861/stat : 19861 (java) S 19852 19854 19727 0 -1 4202560 1815 0 0 0 7 0 0 0 16 0 22 0 21594006 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19862] ppid=19852 vsize=1548696 CPUtime=0.06
/proc/19854/task/19862/stat : 19862 (java) S 19852 19854 19727 0 -1 4202560 1638 0 0 0 6 0 0 0 16 0 22 0 21594006 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 0 0 0 0
[pid=19854/tid=19863] ppid=19852 vsize=1548696 CPUtime=0.06
/proc/19854/task/19863/stat : 19863 (java) S 19852 19854 19727 0 -1 4202560 1787 0 0 0 6 0 0 0 16 0 22 0 21594006 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 3 0 0 0
[pid=19854/tid=19864] ppid=19852 vsize=1548696 CPUtime=0.08
/proc/19854/task/19864/stat : 19864 (java) S 19852 19854 19727 0 -1 4202560 1993 0 0 0 8 0 0 0 16 0 22 0 21594006 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 4 0 0 0
[pid=19854/tid=19865] ppid=19852 vsize=1548696 CPUtime=0
/proc/19854/task/19865/stat : 19865 (java) S 19852 19854 19727 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 22 0 21594007 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446604471147764544 0 0 -1 3 0 0 0
[pid=19854/tid=19866] ppid=19852 vsize=1548696 CPUtime=0
/proc/19854/task/19866/stat : 19866 (java) S 19852 19854 19727 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 21594007 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19867] ppid=19852 vsize=1548696 CPUtime=0
/proc/19854/task/19867/stat : 19867 (java) S 19852 19854 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 21594007 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19868] ppid=19852 vsize=1548696 CPUtime=0
/proc/19854/task/19868/stat : 19868 (java) S 19852 19854 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 21594009 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19869] ppid=19852 vsize=1548696 CPUtime=1.14
/proc/19854/task/19869/stat : 19869 (java) R 19852 19854 19727 0 -1 4202560 2611 0 0 0 114 0 0 0 16 0 22 0 21594009 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 104163917 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19854/tid=19870] ppid=19852 vsize=1548696 CPUtime=1.2
/proc/19854/task/19870/stat : 19870 (java) R 19852 19854 19727 0 -1 4202560 6005 0 0 0 119 1 0 0 16 0 22 0 21594009 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 106111246 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19854/tid=19871] ppid=19852 vsize=1548696 CPUtime=0
/proc/19854/task/19871/stat : 19871 (java) S 19852 19854 19727 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 21594009 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19872] ppid=19852 vsize=1548696 CPUtime=0
/proc/19854/task/19872/stat : 19872 (java) S 19852 19854 19727 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 22 0 21594009 1585864704 55632 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 1548696

[startup+6.30147 s]
/proc/loadavg: 0.08 0.02 0.01 3/195 19877
/proc/meminfo: memFree=29174244/32950940 swapFree=67111528/67111528
[pid=19854] ppid=19852 vsize=1547168 CPUtime=14.02
/proc/19854/stat : 19854 (java) S 19852 19854 19727 0 -1 4202496 70404 0 1 0 1387 15 0 0 19 0 22 0 21594005 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19854/statm: 386792 59409 1452 10 0 384095 0
[pid=19854/tid=19855] ppid=19852 vsize=1547168 CPUtime=2.02
/proc/19854/task/19855/stat : 19855 (java) S 19852 19854 19727 0 -1 4202560 35925 0 1 0 198 4 0 0 18 0 22 0 21594005 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19857] ppid=19852 vsize=1547168 CPUtime=0.08
/proc/19854/task/19857/stat : 19857 (java) S 19852 19854 19727 0 -1 4202560 2341 0 0 0 8 0 0 0 15 0 22 0 21594006 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 6 0 0 0
[pid=19854/tid=19858] ppid=19852 vsize=1547168 CPUtime=0.09
/proc/19854/task/19858/stat : 19858 (java) S 19852 19854 19727 0 -1 4202560 2430 0 0 0 9 0 0 0 15 0 22 0 21594006 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19859] ppid=19852 vsize=1547168 CPUtime=0.09
/proc/19854/task/19859/stat : 19859 (java) S 19852 19854 19727 0 -1 4202560 1819 0 0 0 8 1 0 0 16 0 22 0 21594006 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19860] ppid=19852 vsize=1547168 CPUtime=0.09
/proc/19854/task/19860/stat : 19860 (java) S 19852 19854 19727 0 -1 4202560 2213 0 0 0 8 1 0 0 16 0 22 0 21594006 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 3 0 0 0
[pid=19854/tid=19861] ppid=19852 vsize=1547168 CPUtime=0.1
/proc/19854/task/19861/stat : 19861 (java) S 19852 19854 19727 0 -1 4202560 2424 0 0 0 10 0 0 0 16 0 22 0 21594006 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19862] ppid=19852 vsize=1547168 CPUtime=0.09
/proc/19854/task/19862/stat : 19862 (java) S 19852 19854 19727 0 -1 4202560 2224 0 0 0 9 0 0 0 15 0 22 0 21594006 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 6 0 0 0
[pid=19854/tid=19863] ppid=19852 vsize=1547168 CPUtime=0.09
/proc/19854/task/19863/stat : 19863 (java) S 19852 19854 19727 0 -1 4202560 2267 0 0 0 8 1 0 0 15 0 22 0 21594006 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19864] ppid=19852 vsize=1547168 CPUtime=0.1
/proc/19854/task/19864/stat : 19864 (java) S 19852 19854 19727 0 -1 4202560 2475 0 0 0 10 0 0 0 16 0 22 0 21594006 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 4 0 0 0
[pid=19854/tid=19865] ppid=19852 vsize=1547168 CPUtime=0.24
/proc/19854/task/19865/stat : 19865 (java) S 19852 19854 19727 0 -1 4202560 1103 0 0 0 24 0 0 0 15 0 22 0 21594007 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446604471147764544 0 0 -1 3 0 0 0
[pid=19854/tid=19866] ppid=19852 vsize=1547168 CPUtime=0
/proc/19854/task/19866/stat : 19866 (java) S 19852 19854 19727 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 21594007 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19867] ppid=19852 vsize=1547168 CPUtime=0
/proc/19854/task/19867/stat : 19867 (java) S 19852 19854 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 21594007 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19868] ppid=19852 vsize=1547168 CPUtime=0
/proc/19854/task/19868/stat : 19868 (java) S 19852 19854 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 21594009 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19869] ppid=19852 vsize=1547168 CPUtime=1.62
/proc/19854/task/19869/stat : 19869 (java) S 19852 19854 19727 0 -1 4202560 3832 0 0 0 162 0 0 0 15 0 22 0 21594009 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 0 0 0 0
[pid=19854/tid=19870] ppid=19852 vsize=1547168 CPUtime=1.6
/proc/19854/task/19870/stat : 19870 (java) S 19852 19854 19727 0 -1 4202560 10211 0 0 0 159 1 0 0 15 0 22 0 21594009 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19871] ppid=19852 vsize=1547168 CPUtime=0
/proc/19854/task/19871/stat : 19871 (java) S 19852 19854 19727 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 21594009 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19872] ppid=19852 vsize=1547168 CPUtime=0
/proc/19854/task/19872/stat : 19872 (java) S 19852 19854 19727 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 22 0 21594009 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19874] ppid=19852 vsize=1547168 CPUtime=3.84
/proc/19854/task/19874/stat : 19874 (java) R 19852 19854 19727 0 -1 4202560 26 0 0 0 384 0 0 0 19 0 22 0 21594221 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4110395641 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19854/tid=19875] ppid=19852 vsize=1547168 CPUtime=3.84
/proc/19854/task/19875/stat : 19875 (java) R 19852 19854 19727 0 -1 4202560 42 0 0 0 384 0 0 0 19 0 22 0 21594221 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4110695170 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19854/tid=19876] ppid=19852 vsize=1547168 CPUtime=0
/proc/19854/task/19876/stat : 19876 (java) S 19852 19854 19727 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 22 0 21594245 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19877] ppid=19852 vsize=1547168 CPUtime=0
/proc/19854/task/19877/stat : 19877 (java) S 19852 19854 19727 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 22 0 21594245 1584300032 59409 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14.02

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

/proc/19854/task/19865/stat : 19865 (java) S 19852 19854 19727 0 -1 4202560 8760 0 0 0 204 4 0 0 15 0 22 0 21594007 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19866] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19866/stat : 19866 (java) S 19852 19854 19727 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 21594007 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19867] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19867/stat : 19867 (java) S 19852 19854 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 21594007 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19868] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19868/stat : 19868 (java) S 19852 19854 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 21594009 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19869] ppid=19852 vsize=1548192 CPUtime=1.7
/proc/19854/task/19869/stat : 19869 (java) S 19852 19854 19727 0 -1 4202560 3833 0 0 0 170 0 0 0 15 0 22 0 21594009 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19870] ppid=19852 vsize=1548192 CPUtime=1.9
/proc/19854/task/19870/stat : 19870 (java) S 19852 19854 19727 0 -1 4202560 10315 0 0 0 189 1 0 0 15 0 22 0 21594009 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19871] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19871/stat : 19871 (java) S 19852 19854 19727 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 21594009 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19872] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19872/stat : 19872 (java) S 19852 19854 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 21594009 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19874] ppid=19852 vsize=1548192 CPUtime=122.76
/proc/19854/task/19874/stat : 19874 (java) R 19852 19854 19727 0 -1 4202560 174 0 0 0 12272 4 0 0 25 0 22 0 21594221 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4110413685 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19854/tid=19875] ppid=19852 vsize=1548192 CPUtime=121.77
/proc/19854/task/19875/stat : 19875 (java) R 19852 19854 19727 0 -1 4202560 173 0 0 0 12173 4 0 0 25 0 22 0 21594221 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4110558882 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19854/tid=19876] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19876/stat : 19876 (java) S 19852 19854 19727 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 22 0 21594245 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19877] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19877/stat : 19877 (java) S 19852 19854 19727 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 22 0 21594245 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 257.91
Current children cumulated vsize (KiB) 1548192

[startup+138.304 s]
/proc/loadavg: 4.98 2.12 0.79 4/208 19971
/proc/meminfo: memFree=28932156/32950940 swapFree=67111528/67111528
[pid=19854] ppid=19852 vsize=1548192 CPUtime=259.51
/proc/19854/stat : 19854 (java) S 19852 19854 19727 0 -1 4202496 90069 0 1 0 25874 77 0 0 19 0 22 0 21594005 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19854/statm: 387048 71145 1452 10 0 384351 0
[pid=19854/tid=19855] ppid=19852 vsize=1548192 CPUtime=2.02
/proc/19854/task/19855/stat : 19855 (java) S 19852 19854 19727 0 -1 4202560 35928 0 1 0 198 4 0 0 15 0 22 0 21594005 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19857] ppid=19852 vsize=1548192 CPUtime=0.65
/proc/19854/task/19857/stat : 19857 (java) S 19852 19854 19727 0 -1 4202560 3499 0 0 0 58 7 0 0 16 0 22 0 21594006 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19858] ppid=19852 vsize=1548192 CPUtime=0.74
/proc/19854/task/19858/stat : 19858 (java) S 19852 19854 19727 0 -1 4202560 4031 0 0 0 68 6 0 0 15 0 22 0 21594006 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 3 0 0 0
[pid=19854/tid=19859] ppid=19852 vsize=1548192 CPUtime=0.66
/proc/19854/task/19859/stat : 19859 (java) S 19852 19854 19727 0 -1 4202560 3404 0 0 0 59 7 0 0 15 0 22 0 21594006 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 3 0 0 0
[pid=19854/tid=19860] ppid=19852 vsize=1548192 CPUtime=0.73
/proc/19854/task/19860/stat : 19860 (java) S 19852 19854 19727 0 -1 4202560 3950 0 0 0 66 7 0 0 16 0 22 0 21594006 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 0 0 0 0
[pid=19854/tid=19861] ppid=19852 vsize=1548192 CPUtime=0.71
/proc/19854/task/19861/stat : 19861 (java) S 19852 19854 19727 0 -1 4202560 3732 0 0 0 64 7 0 0 15 0 22 0 21594006 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19862] ppid=19852 vsize=1548192 CPUtime=0.68
/proc/19854/task/19862/stat : 19862 (java) S 19852 19854 19727 0 -1 4202560 3529 0 0 0 63 5 0 0 16 0 22 0 21594006 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19863] ppid=19852 vsize=1548192 CPUtime=0.66
/proc/19854/task/19863/stat : 19863 (java) S 19852 19854 19727 0 -1 4202560 3586 0 0 0 59 7 0 0 16 0 22 0 21594006 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19864] ppid=19852 vsize=1548192 CPUtime=0.73
/proc/19854/task/19864/stat : 19864 (java) S 19852 19854 19727 0 -1 4202560 4075 0 0 0 66 7 0 0 16 0 22 0 21594006 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19865] ppid=19852 vsize=1548192 CPUtime=2.08
/proc/19854/task/19865/stat : 19865 (java) S 19852 19854 19727 0 -1 4202560 8760 0 0 0 204 4 0 0 15 0 22 0 21594007 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19866] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19866/stat : 19866 (java) S 19852 19854 19727 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 21594007 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19867] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19867/stat : 19867 (java) S 19852 19854 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 21594007 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19868] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19868/stat : 19868 (java) S 19852 19854 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 21594009 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19869] ppid=19852 vsize=1548192 CPUtime=1.7
/proc/19854/task/19869/stat : 19869 (java) S 19852 19854 19727 0 -1 4202560 3833 0 0 0 170 0 0 0 15 0 22 0 21594009 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19870] ppid=19852 vsize=1548192 CPUtime=1.9
/proc/19854/task/19870/stat : 19870 (java) S 19852 19854 19727 0 -1 4202560 10315 0 0 0 189 1 0 0 15 0 22 0 21594009 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19871] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19871/stat : 19871 (java) S 19852 19854 19727 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 21594009 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19872] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19872/stat : 19872 (java) S 19852 19854 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 21594009 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19874] ppid=19852 vsize=1548192 CPUtime=123.55
/proc/19854/task/19874/stat : 19874 (java) R 19852 19854 19727 0 -1 4202560 175 0 0 0 12351 4 0 0 25 0 22 0 21594221 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4110485184 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19854/tid=19875] ppid=19852 vsize=1548192 CPUtime=122.56
/proc/19854/task/19875/stat : 19875 (java) R 19852 19854 19727 0 -1 4202560 173 0 0 0 12252 4 0 0 25 0 22 0 21594221 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4110493445 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19854/tid=19876] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19876/stat : 19876 (java) S 19852 19854 19727 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 22 0 21594245 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19877] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19877/stat : 19877 (java) S 19852 19854 19727 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 22 0 21594245 1585348608 71145 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 259.51
Current children cumulated vsize (KiB) 1548192

[startup+139.101 s]
/proc/loadavg: 4.98 2.12 0.79 4/207 19971
/proc/meminfo: memFree=28930056/32950940 swapFree=67111528/67111528
[pid=19854] ppid=19852 vsize=1548192 CPUtime=259.86
/proc/19854/stat : 19854 (java) S 19852 19854 19727 0 -1 4202496 90070 0 1 0 25909 77 0 0 19 0 20 0 21594005 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19854/statm: 387048 71146 1453 10 0 384351 0
[pid=19854/tid=19855] ppid=19852 vsize=1548192 CPUtime=2.02
/proc/19854/task/19855/stat : 19855 (java) S 19852 19854 19727 0 -1 4202560 35928 0 1 0 198 4 0 0 15 0 20 0 21594005 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19857] ppid=19852 vsize=1548192 CPUtime=0.65
/proc/19854/task/19857/stat : 19857 (java) S 19852 19854 19727 0 -1 4202560 3499 0 0 0 58 7 0 0 16 0 20 0 21594006 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19858] ppid=19852 vsize=1548192 CPUtime=0.74
/proc/19854/task/19858/stat : 19858 (java) S 19852 19854 19727 0 -1 4202560 4031 0 0 0 68 6 0 0 15 0 20 0 21594006 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 3 0 0 0
[pid=19854/tid=19859] ppid=19852 vsize=1548192 CPUtime=0.66
/proc/19854/task/19859/stat : 19859 (java) S 19852 19854 19727 0 -1 4202560 3404 0 0 0 59 7 0 0 15 0 20 0 21594006 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 3 0 0 0
[pid=19854/tid=19860] ppid=19852 vsize=1548192 CPUtime=0.73
/proc/19854/task/19860/stat : 19860 (java) S 19852 19854 19727 0 -1 4202560 3950 0 0 0 66 7 0 0 16 0 20 0 21594006 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 0 0 0 0
[pid=19854/tid=19861] ppid=19852 vsize=1548192 CPUtime=0.71
/proc/19854/task/19861/stat : 19861 (java) S 19852 19854 19727 0 -1 4202560 3732 0 0 0 64 7 0 0 15 0 20 0 21594006 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19862] ppid=19852 vsize=1548192 CPUtime=0.68
/proc/19854/task/19862/stat : 19862 (java) S 19852 19854 19727 0 -1 4202560 3529 0 0 0 63 5 0 0 16 0 20 0 21594006 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19863] ppid=19852 vsize=1548192 CPUtime=0.66
/proc/19854/task/19863/stat : 19863 (java) S 19852 19854 19727 0 -1 4202560 3586 0 0 0 59 7 0 0 16 0 20 0 21594006 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19864] ppid=19852 vsize=1548192 CPUtime=0.73
/proc/19854/task/19864/stat : 19864 (java) S 19852 19854 19727 0 -1 4202560 4075 0 0 0 66 7 0 0 16 0 20 0 21594006 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19865] ppid=19852 vsize=1548192 CPUtime=2.08
/proc/19854/task/19865/stat : 19865 (java) S 19852 19854 19727 0 -1 4202560 8760 0 0 0 204 4 0 0 15 0 20 0 21594007 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19866] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19866/stat : 19866 (java) S 19852 19854 19727 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 20 0 21594007 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19867] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19867/stat : 19867 (java) S 19852 19854 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 20 0 21594007 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19868] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19868/stat : 19868 (java) S 19852 19854 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 21594009 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19869] ppid=19852 vsize=1548192 CPUtime=1.7
/proc/19854/task/19869/stat : 19869 (java) S 19852 19854 19727 0 -1 4202560 3833 0 0 0 170 0 0 0 15 0 20 0 21594009 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19870] ppid=19852 vsize=1548192 CPUtime=1.9
/proc/19854/task/19870/stat : 19870 (java) S 19852 19854 19727 0 -1 4202560 10315 0 0 0 189 1 0 0 15 0 20 0 21594009 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19871] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19871/stat : 19871 (java) S 19852 19854 19727 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 21594009 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19872] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19872/stat : 19872 (java) S 19852 19854 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 20 0 21594009 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19876] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19876/stat : 19876 (java) S 19852 19854 19727 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 20 0 21594245 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19877] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19877/stat : 19877 (java) S 19852 19854 19727 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 20 0 21594245 1585348608 71146 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 259.86
Current children cumulated vsize (KiB) 1548192

[startup+139.503 s]
/proc/loadavg: 4.98 2.12 0.79 4/207 19971
/proc/meminfo: memFree=28930056/32950940 swapFree=67111528/67111528
[pid=19854] ppid=19852 vsize=1548192 CPUtime=259.87
/proc/19854/stat : 19854 (java) S 19852 19854 19727 0 -1 4202496 90073 0 1 0 25910 77 0 0 19 0 21 0 21594005 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19854/statm: 387048 71149 1453 10 0 384351 0
[pid=19854/tid=19855] ppid=19852 vsize=1548192 CPUtime=2.02
/proc/19854/task/19855/stat : 19855 (java) S 19852 19854 19727 0 -1 4202560 35930 0 1 0 198 4 0 0 16 0 21 0 21594005 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19857] ppid=19852 vsize=1548192 CPUtime=0.65
/proc/19854/task/19857/stat : 19857 (java) S 19852 19854 19727 0 -1 4202560 3499 0 0 0 58 7 0 0 16 0 21 0 21594006 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19858] ppid=19852 vsize=1548192 CPUtime=0.74
/proc/19854/task/19858/stat : 19858 (java) S 19852 19854 19727 0 -1 4202560 4031 0 0 0 68 6 0 0 15 0 21 0 21594006 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 3 0 0 0
[pid=19854/tid=19859] ppid=19852 vsize=1548192 CPUtime=0.66
/proc/19854/task/19859/stat : 19859 (java) S 19852 19854 19727 0 -1 4202560 3404 0 0 0 59 7 0 0 15 0 21 0 21594006 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 3 0 0 0
[pid=19854/tid=19860] ppid=19852 vsize=1548192 CPUtime=0.73
/proc/19854/task/19860/stat : 19860 (java) S 19852 19854 19727 0 -1 4202560 3950 0 0 0 66 7 0 0 16 0 21 0 21594006 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 0 0 0 0
[pid=19854/tid=19861] ppid=19852 vsize=1548192 CPUtime=0.71
/proc/19854/task/19861/stat : 19861 (java) S 19852 19854 19727 0 -1 4202560 3732 0 0 0 64 7 0 0 15 0 21 0 21594006 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19862] ppid=19852 vsize=1548192 CPUtime=0.68
/proc/19854/task/19862/stat : 19862 (java) S 19852 19854 19727 0 -1 4202560 3529 0 0 0 63 5 0 0 16 0 21 0 21594006 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19863] ppid=19852 vsize=1548192 CPUtime=0.66
/proc/19854/task/19863/stat : 19863 (java) S 19852 19854 19727 0 -1 4202560 3586 0 0 0 59 7 0 0 16 0 21 0 21594006 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19864] ppid=19852 vsize=1548192 CPUtime=0.73
/proc/19854/task/19864/stat : 19864 (java) S 19852 19854 19727 0 -1 4202560 4075 0 0 0 66 7 0 0 16 0 21 0 21594006 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19865] ppid=19852 vsize=1548192 CPUtime=2.08
/proc/19854/task/19865/stat : 19865 (java) S 19852 19854 19727 0 -1 4202560 8760 0 0 0 204 4 0 0 15 0 21 0 21594007 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 0 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19866] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19866/stat : 19866 (java) S 19852 19854 19727 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 21 0 21594007 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19867] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19867/stat : 19867 (java) S 19852 19854 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 21 0 21594007 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19868] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19868/stat : 19868 (java) S 19852 19854 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 21 0 21594009 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19869] ppid=19852 vsize=1548192 CPUtime=1.7
/proc/19854/task/19869/stat : 19869 (java) S 19852 19854 19727 0 -1 4202560 3833 0 0 0 170 0 0 0 15 0 21 0 21594009 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 5 0 0 0
[pid=19854/tid=19870] ppid=19852 vsize=1548192 CPUtime=1.9
/proc/19854/task/19870/stat : 19870 (java) S 19852 19854 19727 0 -1 4202560 10315 0 0 0 189 1 0 0 15 0 21 0 21594009 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 1 0 0 0
[pid=19854/tid=19871] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19871/stat : 19871 (java) S 19852 19854 19727 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 21 0 21594009 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
[pid=19854/tid=19872] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19872/stat : 19872 (java) S 19852 19854 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 21 0 21594009 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19876] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19876/stat : 19876 (java) S 19852 19854 19727 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 21 0 21594245 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 7 0 0 0
[pid=19854/tid=19877] ppid=19852 vsize=1548192 CPUtime=0
/proc/19854/task/19877/stat : 19877 (java) S 19852 19854 19727 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 21 0 21594245 1585348608 71149 4089446400 134512640 134550932 4293693184 18446744073709551615 4294960144 0 4 0 16800975 18446604471147764544 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 259.87
Current children cumulated vsize (KiB) 1548192

Child status: 20
Real time (s): 139.574
CPU time (s): 259.916
CPU user time (s): 259.126
CPU system time (s): 0.790879
CPU usage (%): 186.222
Max. virtual memory (cumulated for all children) (KiB): 1552736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.126
system time used= 0.790879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90075
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= 13642
involuntary context switches= 301347

runsolver used 0.307953 second user time and 0.671897 second system time

The end

Launcher Data

Begin job on node117 at 2010-07-07 22:16:39
IDJOB=2699627
IDBENCH=79360
IDSOLVER=1207
FILE ID=node117/2699627-1278533799
PBS_JOBID= 11239244
Free space on /tmp= 73532 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/academics/normalized-langford-3-11_wcsp.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2699627-1278533799/watcher-2699627-1278533799 -o /tmp/evaluation-result-2699627-1278533799/solver-2699627-1278533799 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2699627-1278533799.wbo

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

MD5SUM BENCH= 69dbc7406636817ba2a44752a9d60525
RANDOM SEED=1637665230

node117.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.846
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.69
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.846
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.846
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.846
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.87
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.846
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.74
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.846
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.82
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.846
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.62
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.846
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	: 5251.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      29405528 kB
Buffers:        139892 kB
Cached:        3181404 kB
SwapCached:          0 kB
Active:        1441776 kB
Inactive:      1941376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      29405528 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1376 kB
Writeback:           0 kB
AnonPages:       62660 kB
Mapped:          14424 kB
Slab:            98928 kB
PageTables:       4132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   183032 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= 73516 MiB
End job on node117 at 2010-07-07 22:18:59