Trace number 2662715

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 58.1772 30.5349

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110973670.opb
MD5SUM2d5d56ef88518febfb85606d45805c18
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.173973
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.19	c version 2.2.0.v20100531
0.08/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.19	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.19	c java.vm.version	11.2-b01
0.08/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.19	c sun.arch.data.model	32
0.08/0.19	c java.version		1.6.0_12
0.08/0.19	c os.name		Linux
0.08/0.19	c os.version		2.6.18-164.el5
0.08/0.19	c os.arch		i386
0.08/0.19	c Free memory 		1393557488
0.08/0.19	c Max memory 		1395916800
0.08/0.19	c Total memory 		1395916800
0.08/0.19	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662715-1276275802.opb
0.24/0.22	c reading problem ... 
0.36/0.33	c ... done. Wall clock time 0.124s.
0.36/0.33	c #vars     169
0.36/0.33	c #constraints  101
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.36/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.36/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.36/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.36/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.36/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
7.48/3.94	c cleaning 2499 clauses out of 5001 with flag 5001/5001
8.87/4.64	c cleaning 4246 clauses out of 8501 with flag 11000/11000
10.02/5.30	c cleaning 5623 clauses out of 11256 with flag 18001/18001
11.76/6.17	c cleaning 6815 clauses out of 13633 with flag 26001/26001
13.50/7.06	c cleaning 7908 clauses out of 15819 with flag 35002/35002
15.43/8.02	c cleaning 8953 clauses out of 17909 with flag 45000/45000
17.35/9.04	c cleaning 9476 clauses out of 18958 with flag 55002/55002
19.28/10.07	c cleaning 9736 clauses out of 19483 with flag 65003/65003
21.01/10.99	c cleaning 9869 clauses out of 19748 with flag 75004/75004
23.35/12.14	c cleaning 9936 clauses out of 19876 with flag 85001/85001
25.46/13.22	c cleaning 9965 clauses out of 19939 with flag 95000/95000
27.18/14.17	c cleaning 9982 clauses out of 19974 with flag 105000/105000
28.89/15.06	c cleaning 9992 clauses out of 19992 with flag 115000/115000
30.82/16.05	c cleaning 9998 clauses out of 20000 with flag 125000/125000
32.75/17.07	c cleaning 9998 clauses out of 20003 with flag 135001/135001
34.67/18.05	c cleaning 9995 clauses out of 20004 with flag 145000/145000
36.37/19.00	c cleaning 10003 clauses out of 20010 with flag 155001/155001
38.29/19.91	c cleaning 9999 clauses out of 20006 with flag 165000/165000
40.22/20.92	c cleaning 10001 clauses out of 20007 with flag 175000/175000
42.33/22.06	c cleaning 9998 clauses out of 20006 with flag 185000/185000
44.22/23.05	c cleaning 10003 clauses out of 20009 with flag 195001/195001
45.93/23.95	c cleaning 9996 clauses out of 20005 with flag 205000/205000
47.64/24.85	c cleaning 10001 clauses out of 20009 with flag 215000/215000
49.34/25.76	c cleaning 10001 clauses out of 20008 with flag 225000/225000
51.24/26.75	c cleaning 10000 clauses out of 20008 with flag 235001/235001
52.96/27.66	c cleaning 10001 clauses out of 20008 with flag 245001/245001
54.69/28.58	c cleaning 10000 clauses out of 20006 with flag 255000/255000
57.37/29.97	c cleaning 9999 clauses out of 20006 with flag 265001/265001
57.87/30.28	c And the winner is Resolution
58.12/30.48	c starts		: 130
58.12/30.48	c conflicts		: 267575
58.12/30.48	c decisions		: 396274
58.12/30.48	c propagations		: 5794845
58.12/30.48	c inspects		: 77242667
58.12/30.48	c learnt literals	: 7
58.12/30.48	c learnt binary clauses	: 15
58.12/30.48	c learnt ternary clauses	: 220
58.12/30.48	c learnt clauses	: 267567
58.12/30.48	c ignored clauses	: 0
58.12/30.48	c root simplifications	: 0
58.12/30.48	c removed literals (reason simplification)	: 2421994
58.12/30.48	c reason swapping (by a shorter reason)	: 0
58.12/30.48	c Calls to reduceDB	: 28
58.12/30.48	c number of reductions to clauses (during analyze)	: 0
58.12/30.48	c number of learned constraints concerned by reduction	: 0
58.12/30.48	c number of learning phase by resolution	: 0
58.12/30.48	c number of learning phase by cutting planes	: 0
58.12/30.48	c speed (assignments/second)	: 192213.24797664853
58.12/30.48	c non guided choices	42
58.14/30.51	c learnt constraints type 
58.14/30.51	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12559
58.14/30.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
58.14/30.51	c constraints type 
58.14/30.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
58.14/30.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
58.14/30.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
58.14/30.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
58.14/30.51	c constraints type 
58.14/30.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
58.14/30.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
58.14/30.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
58.14/30.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
58.14/30.51	s UNSATISFIABLE
58.14/30.51	c Total wall clock time (in seconds): 30.299

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662715-1276275802/watcher-2662715-1276275802 -o /tmp/evaluation-result-2662715-1276275802/solver-2662715-1276275802 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662715-1276275802.opb 

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


[startup+0 s]
/proc/loadavg: 1.03 1.11 1.06 3/106 4861
/proc/meminfo: memFree=1573992/2059040 swapFree=4192956/4192956
[pid=4861] ppid=4859 vsize=248 CPUtime=0
/proc/4861/stat : 4861 (java) R 4859 4861 3358 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 3184179 253952 28 1992294400 134512640 134550932 4293975216 18446744073709551615 8045022 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4861/statm: 62 28 21 10 0 23 0

[startup+0.0157291 s]
/proc/loadavg: 1.03 1.11 1.06 3/106 4861
/proc/meminfo: memFree=1573992/2059040 swapFree=4192956/4192956
[pid=4861] ppid=4859 vsize=13480 CPUtime=0
/proc/4861/stat : 4861 (java) S 4859 4861 3358 0 -1 4202496 1112 0 0 0 0 0 0 0 18 0 2 0 3184179 13803520 582 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/4861/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.101291 s]
/proc/loadavg: 1.03 1.11 1.06 3/106 4861
/proc/meminfo: memFree=1573992/2059040 swapFree=4192956/4192956
[pid=4861] ppid=4859 vsize=1524180 CPUtime=0.08
/proc/4861/stat : 4861 (java) S 4859 4861 3358 0 -1 4202496 3996 0 1 0 6 2 0 0 18 0 12 0 3184179 1560760320 3435 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4861/statm: 381045 3435 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300685 s]
/proc/loadavg: 1.03 1.11 1.06 3/106 4861
/proc/meminfo: memFree=1573992/2059040 swapFree=4192956/4192956
[pid=4861] ppid=4859 vsize=1525776 CPUtime=0.36
/proc/4861/stat : 4861 (java) S 4859 4861 3358 0 -1 4202496 5421 0 1 0 33 3 0 0 18 0 12 0 3184179 1562394624 4856 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4861/statm: 381444 4857 1361 10 0 378747 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525776

[startup+0.700676 s]
/proc/loadavg: 1.03 1.11 1.06 3/106 4861
/proc/meminfo: memFree=1573992/2059040 swapFree=4192956/4192956
[pid=4861] ppid=4859 vsize=1533184 CPUtime=1.15
/proc/4861/stat : 4861 (java) S 4859 4861 3358 0 -1 4202496 7712 0 1 0 110 5 0 0 18 0 16 0 3184179 1569980416 6707 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4861/statm: 383296 6708 1406 10 0 380599 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1533184

[startup+1.50166 s]
/proc/loadavg: 1.03 1.11 1.06 5/122 4877
/proc/meminfo: memFree=1548692/2059040 swapFree=4192956/4192956
[pid=4861] ppid=4859 vsize=1534772 CPUtime=2.73
/proc/4861/stat : 4861 (java) S 4859 4861 3358 0 -1 4202496 10685 0 1 0 267 6 0 0 18 0 16 0 3184179 1571606528 9333 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4861/statm: 383693 9335 1419 10 0 380996 0
[pid=4861/tid=4863] ppid=4859 vsize=1534772 CPUtime=0.31
/proc/4861/task/4863/stat : 4863 (java) S 4859 4861 3358 0 -1 4202560 3954 0 1 0 29 2 0 0 18 0 16 0 3184180 1571606528 9336 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4864] ppid=4859 vsize=1534772 CPUtime=0
/proc/4861/task/4864/stat : 4864 (java) S 4859 4861 3358 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 3184181 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4865] ppid=4859 vsize=1534772 CPUtime=0
/proc/4861/task/4865/stat : 4865 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 3184181 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4866] ppid=4859 vsize=1534772 CPUtime=0
/proc/4861/task/4866/stat : 4866 (java) S 4859 4861 3358 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 3184183 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4867] ppid=4859 vsize=1534772 CPUtime=0
/proc/4861/task/4867/stat : 4867 (java) S 4859 4861 3358 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 3184184 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4868] ppid=4859 vsize=1534772 CPUtime=0
/proc/4861/task/4868/stat : 4868 (java) S 4859 4861 3358 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 3184184 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4869] ppid=4859 vsize=1534772 CPUtime=0
/proc/4861/task/4869/stat : 4869 (java) S 4859 4861 3358 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3184188 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4870] ppid=4859 vsize=1534772 CPUtime=0.53
/proc/4861/task/4870/stat : 4870 (java) R 4859 4861 3358 0 -1 4202560 1485 0 0 0 53 0 0 0 25 0 16 0 3184188 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 104140238 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4861/tid=4871] ppid=4859 vsize=1534772 CPUtime=0.3
/proc/4861/task/4871/stat : 4871 (java) R 4859 4861 3358 0 -1 4202560 1815 0 0 0 30 0 0 0 25 0 16 0 3184188 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 105605565 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4861/tid=4872] ppid=4859 vsize=1534772 CPUtime=0
/proc/4861/task/4872/stat : 4872 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3184188 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4873] ppid=4859 vsize=1534772 CPUtime=0
/proc/4861/task/4873/stat : 4873 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3184188 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4874] ppid=4859 vsize=1534772 CPUtime=0.51
/proc/4861/task/4874/stat : 4874 (java) R 4859 4861 3358 0 -1 4202560 121 0 0 0 51 0 0 0 22 0 16 0 3184213 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 4109335658 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4861/tid=4875] ppid=4859 vsize=1534772 CPUtime=1.03
/proc/4861/task/4875/stat : 4875 (java) R 4859 4861 3358 0 -1 4202560 2239 0 0 0 102 1 0 0 18 0 16 0 3184213 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 4109372276 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4861/tid=4876] ppid=4859 vsize=1534772 CPUtime=0
/proc/4861/task/4876/stat : 4876 (java) S 4859 4861 3358 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3184213 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4877] ppid=4859 vsize=1534772 CPUtime=0
/proc/4861/task/4877/stat : 4877 (java) S 4859 4861 3358 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 3184213 1571606528 9337 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1534772

[startup+3.10263 s]
/proc/loadavg: 1.03 1.11 1.06 5/122 4877
/proc/meminfo: memFree=1530464/2059040 swapFree=4192956/4192956
[pid=4861] ppid=4859 vsize=1541940 CPUtime=5.92
/proc/4861/stat : 4861 (java) S 4859 4861 3358 0 -1 4202496 25831 0 1 0 579 13 0 0 18 0 16 0 3184179 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4861/statm: 385485 21200 1428 10 0 382788 0
[pid=4861/tid=4863] ppid=4859 vsize=1541940 CPUtime=0.31
/proc/4861/task/4863/stat : 4863 (java) S 4859 4861 3358 0 -1 4202560 3954 0 1 0 29 2 0 0 18 0 16 0 3184180 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4864] ppid=4859 vsize=1541940 CPUtime=0
/proc/4861/task/4864/stat : 4864 (java) S 4859 4861 3358 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 3184181 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4865] ppid=4859 vsize=1541940 CPUtime=0
/proc/4861/task/4865/stat : 4865 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 3184181 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4866] ppid=4859 vsize=1541940 CPUtime=0
/proc/4861/task/4866/stat : 4866 (java) R 4859 4861 3358 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 3184183 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=4861/tid=4867] ppid=4859 vsize=1541940 CPUtime=0
/proc/4861/task/4867/stat : 4867 (java) S 4859 4861 3358 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 3184184 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4868] ppid=4859 vsize=1541940 CPUtime=0
/proc/4861/task/4868/stat : 4868 (java) S 4859 4861 3358 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 3184184 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4869] ppid=4859 vsize=1541940 CPUtime=0
/proc/4861/task/4869/stat : 4869 (java) S 4859 4861 3358 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3184188 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4870] ppid=4859 vsize=1541940 CPUtime=0.93
/proc/4861/task/4870/stat : 4870 (java) R 4859 4861 3358 0 -1 4202560 3807 0 0 0 91 2 0 0 25 0 16 0 3184188 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 104163171 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4861/tid=4871] ppid=4859 vsize=1541940 CPUtime=1.34
/proc/4861/task/4871/stat : 4871 (java) R 4859 4861 3358 0 -1 4202560 4414 0 0 0 133 1 0 0 18 0 16 0 3184188 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 105710031 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4861/tid=4872] ppid=4859 vsize=1541940 CPUtime=0
/proc/4861/task/4872/stat : 4872 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3184188 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4873] ppid=4859 vsize=1541940 CPUtime=0
/proc/4861/task/4873/stat : 4873 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3184188 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4874] ppid=4859 vsize=1541940 CPUtime=1.49
/proc/4861/task/4874/stat : 4874 (java) R 4859 4861 3358 0 -1 4202560 690 0 0 0 149 0 0 0 25 0 16 0 3184213 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4109371611 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4861/tid=4875] ppid=4859 vsize=1541940 CPUtime=1.8
/proc/4861/task/4875/stat : 4875 (java) R 4859 4861 3358 0 -1 4202560 11891 0 0 0 175 5 0 0 19 0 16 0 3184213 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4109918966 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4861/tid=4876] ppid=4859 vsize=1541940 CPUtime=0
/proc/4861/task/4876/stat : 4876 (java) S 4859 4861 3358 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3184213 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4877] ppid=4859 vsize=1541940 CPUtime=0
/proc/4861/task/4877/stat : 4877 (java) S 4859 4861 3358 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 3184213 1578946560 21200 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1541940

[startup+6.3016 s]
/proc/loadavg: 1.27 1.16 1.08 3/122 4877
/proc/meminfo: memFree=1414152/2059040 swapFree=4192956/4192956
[pid=4861] ppid=4859 vsize=1548764 CPUtime=12.12
/proc/4861/stat : 4861 (java) S 4859 4861 3358 0 -1 4202496 49830 0 1 0 1189 23 0 0 18 0 16 0 3184179 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4861/statm: 387191 41265 1448 10 0 384494 0
[pid=4861/tid=4863] ppid=4859 vsize=1548764 CPUtime=0.31
/proc/4861/task/4863/stat : 4863 (java) S 4859 4861 3358 0 -1 4202560 3954 0 1 0 29 2 0 0 18 0 16 0 3184180 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4864] ppid=4859 vsize=1548764 CPUtime=0.04
/proc/4861/task/4864/stat : 4864 (java) S 4859 4861 3358 0 -1 4202560 690 0 0 0 4 0 0 0 15 0 16 0 3184181 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4865] ppid=4859 vsize=1548764 CPUtime=0.04
/proc/4861/task/4865/stat : 4865 (java) S 4859 4861 3358 0 -1 4202560 403 0 0 0 4 0 0 0 16 0 16 0 3184181 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4866] ppid=4859 vsize=1548764 CPUtime=0.15
/proc/4861/task/4866/stat : 4866 (java) S 4859 4861 3358 0 -1 4202560 1567 0 0 0 15 0 0 0 16 0 16 0 3184183 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4867] ppid=4859 vsize=1548764 CPUtime=0
/proc/4861/task/4867/stat : 4867 (java) S 4859 4861 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3184184 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4868] ppid=4859 vsize=1548764 CPUtime=0
/proc/4861/task/4868/stat : 4868 (java) S 4859 4861 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3184184 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4869] ppid=4859 vsize=1548764 CPUtime=0
/proc/4861/task/4869/stat : 4869 (java) S 4859 4861 3358 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3184188 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4870] ppid=4859 vsize=1548764 CPUtime=1.49
/proc/4861/task/4870/stat : 4870 (java) S 4859 4861 3358 0 -1 4202560 5930 0 0 0 146 3 0 0 17 0 16 0 3184188 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4871] ppid=4859 vsize=1548764 CPUtime=2.34
/proc/4861/task/4871/stat : 4871 (java) S 4859 4861 3358 0 -1 4202560 8058 0 0 0 231 3 0 0 16 0 16 0 3184188 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4872] ppid=4859 vsize=1548764 CPUtime=0
/proc/4861/task/4872/stat : 4872 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3184188 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4873] ppid=4859 vsize=1548764 CPUtime=0
/proc/4861/task/4873/stat : 4873 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3184188 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4874] ppid=4859 vsize=1548764 CPUtime=3.48
/proc/4861/task/4874/stat : 4874 (java) R 4859 4861 3358 0 -1 4202560 840 0 0 0 348 0 0 0 25 0 16 0 3184213 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4109683512 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4861/tid=4875] ppid=4859 vsize=1548764 CPUtime=4.2
/proc/4861/task/4875/stat : 4875 (java) R 4859 4861 3358 0 -1 4202560 27316 0 0 0 409 11 0 0 23 0 16 0 3184213 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4109741278 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4861/tid=4876] ppid=4859 vsize=1548764 CPUtime=0
/proc/4861/task/4876/stat : 4876 (java) S 4859 4861 3358 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3184213 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4877] ppid=4859 vsize=1548764 CPUtime=0
/proc/4861/task/4877/stat : 4877 (java) S 4859 4861 3358 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 3184213 1585934336 41265 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 1548764

[startup+12.7016 s]
/proc/loadavg: 1.33 1.17 1.08 3/122 4877
/proc/meminfo: memFree=1377820/2059040 swapFree=4192956/4192956
[pid=4861] ppid=4859 vsize=1544028 CPUtime=24.46
/proc/4861/stat : 4861 (java) S 4859 4861 3358 0 -1 4202496 60093 0 1 0 2419 27 0 0 18 0 16 0 3184179 1581084672 50326 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4861/statm: 386007 50326 1448 10 0 383310 0
[pid=4861/tid=4863] ppid=4859 vsize=1544028 CPUtime=0.31
/proc/4861/task/4863/stat : 4863 (java) S 4859 4861 3358 0 -1 4202560 3954 0 1 0 29 2 0 0 18 0 16 0 3184180 1581084672 50326 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4864] ppid=4859 vsize=1544028 CPUtime=0.11
/proc/4861/task/4864/stat : 4864 (java) S 4859 4861 3358 0 -1 4202560 1621 0 0 0 11 0 0 0 15 0 16 0 3184181 1581084672 50326 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4865] ppid=4859 vsize=1544028 CPUtime=0.1
/proc/4861/task/4865/stat : 4865 (java) S 4859 4861 3358 0 -1 4202560 1368 0 0 0 10 0 0 0 16 0 16 0 3184181 1581084672 50326 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4866] ppid=4859 vsize=1544028 CPUtime=0.48
/proc/4861/task/4866/stat : 4866 (java) S 4859 4861 3358 0 -1 4202560 3561 0 0 0 47 1 0 0 15 0 16 0 3184183 1581084672 50326 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4867] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4867/stat : 4867 (java) S 4859 4861 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3184184 1581084672 50326 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4868] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4868/stat : 4868 (java) S 4859 4861 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3184184 1581084672 50326 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4869] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4869/stat : 4869 (java) S 4859 4861 3358 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3184188 1581084672 50326 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4870] ppid=4859 vsize=1544028 CPUtime=1.49
/proc/4861/task/4870/stat : 4870 (java) S 4859 4861 3358 0 -1 4202560 5930 0 0 0 146 3 0 0 15 0 16 0 3184188 1581084672 50326 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4871] ppid=4859 vsize=1544028 CPUtime=2.38
/proc/4861/task/4871/stat : 4871 (java) S 4859 4861 3358 0 -1 4202560 8059 0 0 0 235 3 0 0 15 0 16 0 3184188 1581084672 50326 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4872] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4872/stat : 4872 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3184188 1581084672 50326 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4873] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4873/stat : 4873 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3184188 1581084672 50326 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0

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

[pid=4861/tid=4870] ppid=4859 vsize=1544028 CPUtime=1.49
/proc/4861/task/4870/stat : 4870 (java) S 4859 4861 3358 0 -1 4202560 5930 0 0 0 146 3 0 0 15 0 16 0 3184188 1581084672 52816 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4871] ppid=4859 vsize=1544028 CPUtime=2.39
/proc/4861/task/4871/stat : 4871 (java) S 4859 4861 3358 0 -1 4202560 8059 0 0 0 236 3 0 0 15 0 16 0 3184188 1581084672 52816 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4872] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4872/stat : 4872 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3184188 1581084672 52816 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4873] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4873/stat : 4873 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3184188 1581084672 52816 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4874] ppid=4859 vsize=1544028 CPUtime=21.08
/proc/4861/task/4874/stat : 4874 (java) R 4859 4861 3358 0 -1 4202560 1050 0 0 0 2107 1 0 0 20 0 16 0 3184213 1581084672 52816 1992294400 134512640 134550932 4293975216 18446744073709551615 4109801351 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4861/tid=4875] ppid=4859 vsize=1544028 CPUtime=21.86
/proc/4861/task/4875/stat : 4875 (java) R 4859 4861 3358 0 -1 4202560 33512 0 0 0 2173 13 0 0 25 0 16 0 3184213 1581084672 52816 1992294400 134512640 134550932 4293975216 18446744073709551615 4109737062 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4861/tid=4876] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4876/stat : 4876 (java) S 4859 4861 3358 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3184213 1581084672 52816 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4877] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4877/stat : 4877 (java) S 4859 4861 3358 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 3184213 1581084672 52816 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.95
Current children cumulated vsize (KiB) 1544028

Solver just ended. Dumping a history of the last processes samples

[startup+28.7026 s]
/proc/loadavg: 1.66 1.26 1.11 3/122 4879
/proc/meminfo: memFree=1365668/2059040 swapFree=4192956/4192956
[pid=4861] ppid=4859 vsize=1544028 CPUtime=55
/proc/4861/stat : 4861 (java) S 4859 4861 3358 0 -1 4202496 63252 0 1 0 5471 29 0 0 18 0 16 0 3184179 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4861/statm: 386007 53247 1448 10 0 383310 0
[pid=4861/tid=4863] ppid=4859 vsize=1544028 CPUtime=0.31
/proc/4861/task/4863/stat : 4863 (java) S 4859 4861 3358 0 -1 4202560 3954 0 1 0 29 2 0 0 18 0 16 0 3184180 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4864] ppid=4859 vsize=1544028 CPUtime=0.22
/proc/4861/task/4864/stat : 4864 (java) S 4859 4861 3358 0 -1 4202560 2186 0 0 0 21 1 0 0 15 0 16 0 3184181 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4865] ppid=4859 vsize=1544028 CPUtime=0.22
/proc/4861/task/4865/stat : 4865 (java) S 4859 4861 3358 0 -1 4202560 1847 0 0 0 21 1 0 0 15 0 16 0 3184181 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4866] ppid=4859 vsize=1544028 CPUtime=1.65
/proc/4861/task/4866/stat : 4866 (java) S 4859 4861 3358 0 -1 4202560 5638 0 0 0 164 1 0 0 16 0 16 0 3184183 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4867] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4867/stat : 4867 (java) S 4859 4861 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3184184 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4868] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4868/stat : 4868 (java) S 4859 4861 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3184184 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4869] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4869/stat : 4869 (java) S 4859 4861 3358 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3184188 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4870] ppid=4859 vsize=1544028 CPUtime=1.49
/proc/4861/task/4870/stat : 4870 (java) S 4859 4861 3358 0 -1 4202560 5930 0 0 0 146 3 0 0 15 0 16 0 3184188 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4871] ppid=4859 vsize=1544028 CPUtime=2.39
/proc/4861/task/4871/stat : 4871 (java) S 4859 4861 3358 0 -1 4202560 8059 0 0 0 236 3 0 0 15 0 16 0 3184188 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4872] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4872/stat : 4872 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3184188 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4873] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4873/stat : 4873 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3184188 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4874] ppid=4859 vsize=1544028 CPUtime=23.91
/proc/4861/task/4874/stat : 4874 (java) R 4859 4861 3358 0 -1 4202560 1053 0 0 0 2390 1 0 0 25 0 16 0 3184213 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4109831922 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4861/tid=4875] ppid=4859 vsize=1544028 CPUtime=24.74
/proc/4861/task/4875/stat : 4875 (java) R 4859 4861 3358 0 -1 4202560 33513 0 0 0 2461 13 0 0 25 0 16 0 3184213 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4109878304 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4861/tid=4876] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4876/stat : 4876 (java) S 4859 4861 3358 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3184213 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4877] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4877/stat : 4877 (java) S 4859 4861 3358 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 3184213 1581084672 53247 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 55
Current children cumulated vsize (KiB) 1544028

[startup+29.5016 s]
/proc/loadavg: 1.66 1.26 1.11 3/122 4879
/proc/meminfo: memFree=1365668/2059040 swapFree=4192956/4192956
[pid=4861] ppid=4859 vsize=1544028 CPUtime=56.59
/proc/4861/stat : 4861 (java) S 4859 4861 3358 0 -1 4202496 63254 0 1 0 5630 29 0 0 18 0 16 0 3184179 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4861/statm: 386007 53248 1448 10 0 383310 0
[pid=4861/tid=4863] ppid=4859 vsize=1544028 CPUtime=0.31
/proc/4861/task/4863/stat : 4863 (java) S 4859 4861 3358 0 -1 4202560 3954 0 1 0 29 2 0 0 18 0 16 0 3184180 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4864] ppid=4859 vsize=1544028 CPUtime=0.22
/proc/4861/task/4864/stat : 4864 (java) S 4859 4861 3358 0 -1 4202560 2186 0 0 0 21 1 0 0 15 0 16 0 3184181 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4865] ppid=4859 vsize=1544028 CPUtime=0.22
/proc/4861/task/4865/stat : 4865 (java) S 4859 4861 3358 0 -1 4202560 1847 0 0 0 21 1 0 0 15 0 16 0 3184181 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4866] ppid=4859 vsize=1544028 CPUtime=1.65
/proc/4861/task/4866/stat : 4866 (java) S 4859 4861 3358 0 -1 4202560 5638 0 0 0 164 1 0 0 16 0 16 0 3184183 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4867] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4867/stat : 4867 (java) S 4859 4861 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3184184 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4868] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4868/stat : 4868 (java) S 4859 4861 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3184184 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4869] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4869/stat : 4869 (java) S 4859 4861 3358 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3184188 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4870] ppid=4859 vsize=1544028 CPUtime=1.49
/proc/4861/task/4870/stat : 4870 (java) S 4859 4861 3358 0 -1 4202560 5930 0 0 0 146 3 0 0 15 0 16 0 3184188 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4871] ppid=4859 vsize=1544028 CPUtime=2.39
/proc/4861/task/4871/stat : 4871 (java) S 4859 4861 3358 0 -1 4202560 8059 0 0 0 236 3 0 0 15 0 16 0 3184188 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4872] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4872/stat : 4872 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3184188 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4873] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4873/stat : 4873 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3184188 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4874] ppid=4859 vsize=1544028 CPUtime=24.7
/proc/4861/task/4874/stat : 4874 (java) R 4859 4861 3358 0 -1 4202560 1055 0 0 0 2469 1 0 0 25 0 16 0 3184213 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4109801351 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4861/tid=4875] ppid=4859 vsize=1544028 CPUtime=25.53
/proc/4861/task/4875/stat : 4875 (java) R 4859 4861 3358 0 -1 4202560 33513 0 0 0 2540 13 0 0 25 0 16 0 3184213 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4110425096 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4861/tid=4876] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4876/stat : 4876 (java) S 4859 4861 3358 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3184213 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4877] ppid=4859 vsize=1544028 CPUtime=0
/proc/4861/task/4877/stat : 4877 (java) S 4859 4861 3358 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 3184213 1581084672 53248 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 56.59
Current children cumulated vsize (KiB) 1544028

[startup+30.3017 s]
/proc/loadavg: 1.66 1.26 1.11 4/122 4879
/proc/meminfo: memFree=1365172/2059040 swapFree=4192956/4192956
[pid=4861] ppid=4859 vsize=1547540 CPUtime=58.05
/proc/4861/stat : 4861 (java) S 4859 4861 3358 0 -1 4202496 64146 0 1 0 5776 29 0 0 18 0 15 0 3184179 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4861/statm: 386885 54139 1449 10 0 384188 0
[pid=4861/tid=4863] ppid=4859 vsize=1547540 CPUtime=0.31
/proc/4861/task/4863/stat : 4863 (java) S 4859 4861 3358 0 -1 4202560 3954 0 1 0 29 2 0 0 18 0 15 0 3184180 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4864] ppid=4859 vsize=1547540 CPUtime=0.22
/proc/4861/task/4864/stat : 4864 (java) S 4859 4861 3358 0 -1 4202560 2186 0 0 0 21 1 0 0 15 0 15 0 3184181 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4865] ppid=4859 vsize=1547540 CPUtime=0.22
/proc/4861/task/4865/stat : 4865 (java) S 4859 4861 3358 0 -1 4202560 1847 0 0 0 21 1 0 0 16 0 15 0 3184181 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4866] ppid=4859 vsize=1547540 CPUtime=1.75
/proc/4861/task/4866/stat : 4866 (java) S 4859 4861 3358 0 -1 4202560 5638 0 0 0 174 1 0 0 16 0 15 0 3184183 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4867] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4867/stat : 4867 (java) S 4859 4861 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 3184184 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4868] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4868/stat : 4868 (java) S 4859 4861 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3184184 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4869] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4869/stat : 4869 (java) S 4859 4861 3358 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 3184188 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4870] ppid=4859 vsize=1547540 CPUtime=1.87
/proc/4861/task/4870/stat : 4870 (java) S 4859 4861 3358 0 -1 4202560 6820 0 0 0 184 3 0 0 15 0 15 0 3184188 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4871] ppid=4859 vsize=1547540 CPUtime=2.44
/proc/4861/task/4871/stat : 4871 (java) S 4859 4861 3358 0 -1 4202560 8059 0 0 0 241 3 0 0 15 0 15 0 3184188 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4872] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4872/stat : 4872 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 3184188 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4873] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4873/stat : 4873 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 3184188 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4875] ppid=4859 vsize=1547540 CPUtime=26.18
/proc/4861/task/4875/stat : 4875 (java) R 4859 4861 3358 0 -1 4202560 33513 0 0 0 2605 13 0 0 25 0 15 0 3184213 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4110396521 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4861/tid=4876] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4876/stat : 4876 (java) S 4859 4861 3358 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 3184213 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4877] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4877/stat : 4877 (java) S 4859 4861 3358 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 15 0 3184213 1584680960 54139 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 58.05
Current children cumulated vsize (KiB) 1547540

[startup+30.5027 s]
/proc/loadavg: 1.66 1.26 1.11 4/122 4879
/proc/meminfo: memFree=1365172/2059040 swapFree=4192956/4192956
[pid=4861] ppid=4859 vsize=1547540 CPUtime=58.14
/proc/4861/stat : 4861 (java) S 4859 4861 3358 0 -1 4202496 64152 0 1 0 5785 29 0 0 18 0 15 0 3184179 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4861/statm: 386885 54145 1451 10 0 384188 0
[pid=4861/tid=4863] ppid=4859 vsize=1547540 CPUtime=0.31
/proc/4861/task/4863/stat : 4863 (java) S 4859 4861 3358 0 -1 4202560 3957 0 1 0 29 2 0 0 19 0 15 0 3184180 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4864] ppid=4859 vsize=1547540 CPUtime=0.22
/proc/4861/task/4864/stat : 4864 (java) S 4859 4861 3358 0 -1 4202560 2186 0 0 0 21 1 0 0 15 0 15 0 3184181 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4865] ppid=4859 vsize=1547540 CPUtime=0.22
/proc/4861/task/4865/stat : 4865 (java) S 4859 4861 3358 0 -1 4202560 1847 0 0 0 21 1 0 0 16 0 15 0 3184181 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4866] ppid=4859 vsize=1547540 CPUtime=1.75
/proc/4861/task/4866/stat : 4866 (java) S 4859 4861 3358 0 -1 4202560 5638 0 0 0 174 1 0 0 16 0 15 0 3184183 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 0 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4867] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4867/stat : 4867 (java) S 4859 4861 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 3184184 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4868] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4868/stat : 4868 (java) S 4859 4861 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3184184 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4869] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4869/stat : 4869 (java) S 4859 4861 3358 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 3184188 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4870] ppid=4859 vsize=1547540 CPUtime=1.87
/proc/4861/task/4870/stat : 4870 (java) S 4859 4861 3358 0 -1 4202560 6820 0 0 0 184 3 0 0 15 0 15 0 3184188 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4871] ppid=4859 vsize=1547540 CPUtime=2.44
/proc/4861/task/4871/stat : 4871 (java) R 4859 4861 3358 0 -1 4202560 8061 0 0 0 241 3 0 0 15 0 15 0 3184188 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 105594955 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4861/tid=4872] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4872/stat : 4872 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 3184188 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4873] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4873/stat : 4873 (java) S 4859 4861 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 3184188 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 0 0 0 0
[pid=4861/tid=4876] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4876/stat : 4876 (java) S 4859 4861 3358 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 3184213 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
[pid=4861/tid=4877] ppid=4859 vsize=1547540 CPUtime=0
/proc/4861/task/4877/stat : 4877 (java) S 4859 4861 3358 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 15 0 3184213 1584680960 54145 1992294400 134512640 134550932 4293975216 18446744073709551615 4294960144 0 4 0 16800975 18446604437860991936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 58.14
Current children cumulated vsize (KiB) 1547540

Child status: 20
Real time (s): 30.5349
CPU time (s): 58.1772
CPU user time (s): 57.8612
CPU system time (s): 0.315951
CPU usage (%): 190.527
Max. virtual memory (cumulated for all children) (KiB): 1552032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.8612
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64159
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= 1349
involuntary context switches= 2005

runsolver used 0.156976 second user time and 0.348946 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-11 19:03:22
IDJOB=2662715
IDBENCH=1219
IDSOLVER=1166
FILE ID=node002/2662715-1276275802
PBS_JOBID= 11172208
Free space on /tmp= 62392 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110973670.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662715-1276275802/watcher-2662715-1276275802 -o /tmp/evaluation-result-2662715-1276275802/solver-2662715-1276275802 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662715-1276275802.opb

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

MD5SUM BENCH= 2d5d56ef88518febfb85606d45805c18
RANDOM SEED=884768088

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1574264 kB
Buffers:         51272 kB
Cached:         307324 kB
SwapCached:          0 kB
Active:         165172 kB
Inactive:       252724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1574264 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             468 kB
Writeback:           0 kB
AnonPages:       59180 kB
Mapped:          15384 kB
Slab:            44908 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180528 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62392 MiB
End job on node002 at 2010-06-11 19:03:53