Trace number 2662729

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 52.9659 27.5871

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110969170.opb
MD5SUMc40b249e67431ed3407a98dac8d92148
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.033993
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 1227
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.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662729-1276277143.opb
0.22/0.22	c reading problem ... 
0.35/0.35	c ... done. Wall clock time 0.133s.
0.35/0.35	c #vars     169
0.35/0.35	c #constraints  101
0.35/0.35	c constraints type 
0.35/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.35/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.35/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.35/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.35/0.35	c constraints type 
0.35/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.35/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.35/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.35/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
3.50/1.94	c cleaning 2496 clauses out of 5000 with flag 5000/5000
4.86/2.63	c cleaning 4250 clauses out of 8505 with flag 11001/11001
6.04/3.23	c cleaning 5624 clauses out of 11255 with flag 18001/18001
7.78/4.18	c cleaning 6810 clauses out of 13630 with flag 26000/26000
9.53/5.02	c cleaning 7908 clauses out of 15823 with flag 35003/35003
11.26/5.99	c cleaning 8953 clauses out of 17913 with flag 45001/45001
13.40/7.08	c cleaning 9475 clauses out of 18959 with flag 55000/55000
15.53/8.12	c cleaning 9740 clauses out of 19488 with flag 65004/65004
17.26/9.02	c cleaning 9868 clauses out of 19745 with flag 75001/75001
19.39/10.13	c cleaning 9934 clauses out of 19877 with flag 85001/85001
21.14/11.07	c cleaning 9968 clauses out of 19942 with flag 95000/95000
23.08/12.07	c cleaning 9981 clauses out of 19975 with flag 105001/105001
25.01/13.10	c cleaning 9994 clauses out of 19995 with flag 115002/115002
27.34/14.29	c cleaning 9998 clauses out of 19999 with flag 125000/125000
29.27/15.25	c cleaning 9996 clauses out of 20003 with flag 135002/135002
31.20/16.22	c cleaning 10000 clauses out of 20005 with flag 145000/145000
32.91/17.17	c cleaning 9999 clauses out of 20006 with flag 155001/155001
34.64/18.09	c cleaning 9999 clauses out of 20006 with flag 165000/165000
36.57/19.08	c cleaning 9996 clauses out of 20007 with flag 175000/175000
38.90/20.22	c cleaning 10004 clauses out of 20014 with flag 185003/185003
40.80/21.23	c cleaning 9996 clauses out of 20007 with flag 195000/195000
42.53/22.19	c cleaning 10003 clauses out of 20013 with flag 205002/205002
44.48/23.12	c cleaning 10002 clauses out of 20009 with flag 215001/215001
46.19/24.03	c cleaning 9997 clauses out of 20006 with flag 225000/225000
47.91/24.96	c cleaning 10000 clauses out of 20011 with flag 235002/235002
50.44/26.29	c cleaning 9999 clauses out of 20009 with flag 245000/245000
52.58/27.39	c cleaning 10001 clauses out of 20008 with flag 255000/255000
52.78/27.49	c And the winner is Resolution
52.91/27.51	c starts		: 120
52.91/27.51	c conflicts		: 255526
52.91/27.51	c decisions		: 384898
52.91/27.51	c propagations		: 5531424
52.91/27.52	c inspects		: 72561405
52.91/27.52	c learnt literals	: 6
52.91/27.52	c learnt binary clauses	: 23
52.91/27.52	c learnt ternary clauses	: 139
52.91/27.52	c learnt clauses	: 255519
52.91/27.52	c ignored clauses	: 0
52.91/27.52	c root simplifications	: 0
52.91/27.52	c removed literals (reason simplification)	: 2245381
52.91/27.52	c reason swapping (by a shorter reason)	: 0
52.91/27.52	c Calls to reduceDB	: 27
52.91/27.52	c number of reductions to clauses (during analyze)	: 0
52.91/27.52	c number of learned constraints concerned by reduction	: 0
52.91/27.52	c number of learning phase by resolution	: 0
52.91/27.52	c number of learning phase by cutting planes	: 0
52.91/27.52	c speed (assignments/second)	: 203660.67746686304
52.91/27.52	c non guided choices	38
52.91/27.54	c learnt constraints type 
52.91/27.54	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10505
52.91/27.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 23
52.91/27.54	c constraints type 
52.91/27.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
52.91/27.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
52.91/27.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
52.91/27.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
52.91/27.54	c constraints type 
52.91/27.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
52.91/27.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
52.91/27.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
52.91/27.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
52.91/27.54	s UNSATISFIABLE
52.91/27.54	c Total wall clock time (in seconds): 27.32

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-2662729-1276277143/watcher-2662729-1276277143 -o /tmp/evaluation-result-2662729-1276277143/solver-2662729-1276277143 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662729-1276277143.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.07 1.07 1.03 3/106 5044
/proc/meminfo: memFree=1811052/2059040 swapFree=4192072/4192956
[pid=5044] ppid=5042 vsize=1832 CPUtime=0
/proc/5044/stat : 5044 (java6) R 5042 5044 3364 0 -1 4194304 244 0 0 0 0 0 0 0 19 0 1 0 3318285 1875968 148 1992294400 134512640 134550932 4290718448 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/5044/statm: 458 148 111 10 0 63 0

[startup+0.039962 s]
/proc/loadavg: 1.07 1.07 1.03 3/106 5044
/proc/meminfo: memFree=1811052/2059040 swapFree=4192072/4192956
[pid=5044] ppid=5042 vsize=1520328 CPUtime=0.03
/proc/5044/stat : 5044 (java) S 5042 5044 3364 0 -1 4202496 3326 0 1 0 1 2 0 0 15 0 4 0 3318285 1556815872 2770 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5044/statm: 380082 2770 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.100959 s]
/proc/loadavg: 1.07 1.07 1.03 3/106 5044
/proc/meminfo: memFree=1811052/2059040 swapFree=4192072/4192956
[pid=5044] ppid=5042 vsize=1524180 CPUtime=0.08
/proc/5044/stat : 5044 (java) S 5042 5044 3364 0 -1 4202496 3960 0 1 0 6 2 0 0 15 0 12 0 3318285 1560760320 3400 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5044/statm: 381045 3400 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300952 s]
/proc/loadavg: 1.07 1.07 1.03 3/106 5044
/proc/meminfo: memFree=1811052/2059040 swapFree=4192072/4192956
[pid=5044] ppid=5042 vsize=1525780 CPUtime=0.35
/proc/5044/stat : 5044 (java) S 5042 5044 3364 0 -1 4202496 5393 0 1 0 31 4 0 0 15 0 12 0 3318285 1562398720 4829 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5044/statm: 381445 4829 1358 10 0 378748 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525780

[startup+0.700938 s]
/proc/loadavg: 1.07 1.07 1.03 3/106 5044
/proc/meminfo: memFree=1811052/2059040 swapFree=4192072/4192956
[pid=5044] ppid=5042 vsize=1531780 CPUtime=1.12
/proc/5044/stat : 5044 (java) S 5042 5044 3364 0 -1 4202496 8068 0 1 0 107 5 0 0 15 0 16 0 3318285 1568542720 6718 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5044/statm: 382945 6718 1417 10 0 380248 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1531780

[startup+1.50191 s]
/proc/loadavg: 1.46 1.15 1.05 5/122 5060
/proc/meminfo: memFree=1784264/2059040 swapFree=4192072/4192956
[pid=5044] ppid=5042 vsize=1540796 CPUtime=2.71
/proc/5044/stat : 5044 (java) S 5042 5044 3364 0 -1 4202496 13553 0 1 0 251 20 0 0 15 0 16 0 3318285 1577775104 10228 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5044/statm: 385199 10228 1423 10 0 382502 0
[pid=5044/tid=5046] ppid=5042 vsize=1540796 CPUtime=0.33
/proc/5044/task/5046/stat : 5046 (java) S 5042 5044 3364 0 -1 4202560 3944 0 1 0 30 3 0 0 18 0 16 0 3318287 1577775104 10228 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5047] ppid=5042 vsize=1540796 CPUtime=0
/proc/5044/task/5047/stat : 5047 (java) S 5042 5044 3364 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 3318288 1577775104 10228 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5048] ppid=5042 vsize=1540796 CPUtime=0
/proc/5044/task/5048/stat : 5048 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 3318288 1577775104 10228 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5049] ppid=5042 vsize=1540796 CPUtime=0.22
/proc/5044/task/5049/stat : 5049 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 10 12 0 0 18 0 16 0 3318290 1577775104 10228 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5050] ppid=5042 vsize=1540796 CPUtime=0
/proc/5044/task/5050/stat : 5050 (java) S 5042 5044 3364 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 3318291 1577775104 10229 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5051] ppid=5042 vsize=1540796 CPUtime=0
/proc/5044/task/5051/stat : 5051 (java) S 5042 5044 3364 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3318291 1577775104 10229 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5052] ppid=5042 vsize=1540796 CPUtime=0
/proc/5044/task/5052/stat : 5052 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3318295 1577775104 10229 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5053] ppid=5042 vsize=1540796 CPUtime=0.64
/proc/5044/task/5053/stat : 5053 (java) S 5042 5044 3364 0 -1 4202560 2016 0 0 0 64 0 0 0 15 0 16 0 3318295 1577775104 10229 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5054] ppid=5042 vsize=1540796 CPUtime=0.99
/proc/5044/task/5054/stat : 5054 (java) S 5042 5044 3364 0 -1 4202560 4626 0 0 0 98 1 0 0 17 0 16 0 3318295 1577775104 10229 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5055] ppid=5042 vsize=1540796 CPUtime=0
/proc/5044/task/5055/stat : 5055 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3318295 1577775104 10229 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5056] ppid=5042 vsize=1540796 CPUtime=0
/proc/5044/task/5056/stat : 5056 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3318295 1577775104 10229 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5057] ppid=5042 vsize=1540796 CPUtime=0.3
/proc/5044/task/5057/stat : 5057 (java) R 5042 5044 3364 0 -1 4202560 308 0 0 0 30 0 0 0 23 0 16 0 3318321 1577775104 10229 1992294400 134512640 134550932 4287163024 18446744073709551615 4109870364 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5044/tid=5058] ppid=5042 vsize=1540796 CPUtime=0.15
/proc/5044/task/5058/stat : 5058 (java) R 5042 5044 3364 0 -1 4202560 1586 0 0 0 15 0 0 0 25 0 16 0 3318321 1577775104 10229 1992294400 134512640 134550932 4287163024 18446744073709551615 4109633098 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5044/tid=5059] ppid=5042 vsize=1540796 CPUtime=0
/proc/5044/task/5059/stat : 5059 (java) S 5042 5044 3364 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3318322 1577775104 10229 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5060] ppid=5042 vsize=1540796 CPUtime=0
/proc/5044/task/5060/stat : 5060 (java) S 5042 5044 3364 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3318323 1577775104 10229 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1540796

[startup+3.10185 s]
/proc/loadavg: 1.46 1.15 1.05 4/122 5060
/proc/meminfo: memFree=1762688/2059040 swapFree=4192072/4192956
[pid=5044] ppid=5042 vsize=1543180 CPUtime=5.83
/proc/5044/stat : 5044 (java) S 5042 5044 3364 0 -1 4202496 29297 0 1 0 557 26 0 0 15 0 16 0 3318285 1580216320 25178 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5044/statm: 385795 25178 1442 10 0 383098 0
[pid=5044/tid=5046] ppid=5042 vsize=1543180 CPUtime=0.33
/proc/5044/task/5046/stat : 5046 (java) S 5042 5044 3364 0 -1 4202560 3944 0 1 0 30 3 0 0 18 0 16 0 3318287 1580216320 25178 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5047] ppid=5042 vsize=1543180 CPUtime=0
/proc/5044/task/5047/stat : 5047 (java) S 5042 5044 3364 0 -1 4202560 347 0 0 0 0 0 0 0 15 0 16 0 3318288 1580216320 25179 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5048] ppid=5042 vsize=1543180 CPUtime=0
/proc/5044/task/5048/stat : 5048 (java) S 5042 5044 3364 0 -1 4202560 334 0 0 0 0 0 0 0 16 0 16 0 3318288 1580216320 25179 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5049] ppid=5042 vsize=1543180 CPUtime=0.27
/proc/5044/task/5049/stat : 5049 (java) S 5042 5044 3364 0 -1 4202560 554 0 0 0 15 12 0 0 16 0 16 0 3318290 1580216320 25179 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5050] ppid=5042 vsize=1543180 CPUtime=0
/proc/5044/task/5050/stat : 5050 (java) S 5042 5044 3364 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3318291 1580216320 25179 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5051] ppid=5042 vsize=1543180 CPUtime=0
/proc/5044/task/5051/stat : 5051 (java) S 5042 5044 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3318291 1580216320 25179 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5052] ppid=5042 vsize=1543180 CPUtime=0
/proc/5044/task/5052/stat : 5052 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3318295 1580216320 25179 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5053] ppid=5042 vsize=1543180 CPUtime=0.82
/proc/5044/task/5053/stat : 5053 (java) S 5042 5044 3364 0 -1 4202560 2101 0 0 0 82 0 0 0 15 0 16 0 3318295 1580216320 25179 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5054] ppid=5042 vsize=1543180 CPUtime=1.87
/proc/5044/task/5054/stat : 5054 (java) R 5042 5044 3364 0 -1 4202560 6067 0 0 0 185 2 0 0 16 0 16 0 3318295 1580216320 25179 1992294400 134512640 134550932 4287163024 18446744073709551615 103371420 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5044/tid=5055] ppid=5042 vsize=1543180 CPUtime=0
/proc/5044/task/5055/stat : 5055 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3318295 1580216320 25179 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5056] ppid=5042 vsize=1543180 CPUtime=0
/proc/5044/task/5056/stat : 5056 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3318295 1580216320 25179 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5057] ppid=5042 vsize=1543180 CPUtime=1.62
/proc/5044/task/5057/stat : 5057 (java) R 5042 5044 3364 0 -1 4202560 780 0 0 0 162 0 0 0 25 0 16 0 3318321 1580216320 25179 1992294400 134512640 134550932 4287163024 18446744073709551615 4109870384 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5044/tid=5058] ppid=5042 vsize=1543180 CPUtime=0.82
/proc/5044/task/5058/stat : 5058 (java) R 5042 5044 3364 0 -1 4202560 14099 0 0 0 77 5 0 0 25 0 16 0 3318321 1580216320 25180 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5044/tid=5059] ppid=5042 vsize=1543180 CPUtime=0
/proc/5044/task/5059/stat : 5059 (java) S 5042 5044 3364 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3318322 1580216320 25180 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5060] ppid=5042 vsize=1543180 CPUtime=0
/proc/5044/task/5060/stat : 5060 (java) S 5042 5044 3364 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3318323 1580216320 25180 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 1543180

[startup+6.30189 s]
/proc/loadavg: 1.46 1.15 1.05 3/122 5060
/proc/meminfo: memFree=1658156/2059040 swapFree=4192072/4192956
[pid=5044] ppid=5042 vsize=1541520 CPUtime=12.01
/proc/5044/stat : 5044 (java) S 5042 5044 3364 0 -1 4202496 44873 0 1 0 1169 32 0 0 15 0 16 0 3318285 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5044/statm: 385380 39800 1447 10 0 382683 0
[pid=5044/tid=5046] ppid=5042 vsize=1541520 CPUtime=0.33
/proc/5044/task/5046/stat : 5046 (java) S 5042 5044 3364 0 -1 4202560 3944 0 1 0 30 3 0 0 18 0 16 0 3318287 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5047] ppid=5042 vsize=1541520 CPUtime=0.05
/proc/5044/task/5047/stat : 5047 (java) S 5042 5044 3364 0 -1 4202560 558 0 0 0 5 0 0 0 15 0 16 0 3318288 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5048] ppid=5042 vsize=1541520 CPUtime=0.05
/proc/5044/task/5048/stat : 5048 (java) S 5042 5044 3364 0 -1 4202560 557 0 0 0 5 0 0 0 16 0 16 0 3318288 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5049] ppid=5042 vsize=1541520 CPUtime=0.42
/proc/5044/task/5049/stat : 5049 (java) S 5042 5044 3364 0 -1 4202560 1735 0 0 0 30 12 0 0 15 0 16 0 3318290 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5050] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5050/stat : 5050 (java) S 5042 5044 3364 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3318291 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5051] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5051/stat : 5051 (java) S 5042 5044 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3318291 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5052] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5052/stat : 5052 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3318295 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5053] ppid=5042 vsize=1541520 CPUtime=1.17
/proc/5044/task/5053/stat : 5053 (java) S 5042 5044 3364 0 -1 4202560 2745 0 0 0 117 0 0 0 15 0 16 0 3318295 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5054] ppid=5042 vsize=1541520 CPUtime=2.09
/proc/5044/task/5054/stat : 5054 (java) S 5042 5044 3364 0 -1 4202560 6111 0 0 0 207 2 0 0 15 0 16 0 3318295 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5055] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5055/stat : 5055 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3318295 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5056] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5056/stat : 5056 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3318295 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5057] ppid=5042 vsize=1541520 CPUtime=4.51
/proc/5044/task/5057/stat : 5057 (java) R 5042 5044 3364 0 -1 4202560 1136 0 0 0 451 0 0 0 19 0 16 0 3318321 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4109670726 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5044/tid=5058] ppid=5042 vsize=1541520 CPUtime=3.29
/proc/5044/task/5058/stat : 5058 (java) R 5042 5044 3364 0 -1 4202560 27015 0 0 0 319 10 0 0 25 0 16 0 3318321 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4109571550 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5044/tid=5059] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5059/stat : 5059 (java) S 5042 5044 3364 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3318322 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5060] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5060/stat : 5060 (java) S 5042 5044 3364 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3318323 1578516480 39800 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 1541520

[startup+12.7024 s]
/proc/loadavg: 1.55 1.18 1.06 3/122 5060
/proc/meminfo: memFree=1646748/2059040 swapFree=4192072/4192956
[pid=5044] ppid=5042 vsize=1541520 CPUtime=24.4
/proc/5044/stat : 5044 (java) S 5042 5044 3364 0 -1 4202496 47220 0 1 0 2407 33 0 0 15 0 16 0 3318285 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5044/statm: 385380 42135 1447 10 0 382683 0
[pid=5044/tid=5046] ppid=5042 vsize=1541520 CPUtime=0.33
/proc/5044/task/5046/stat : 5046 (java) S 5042 5044 3364 0 -1 4202560 3944 0 1 0 30 3 0 0 18 0 16 0 3318287 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5047] ppid=5042 vsize=1541520 CPUtime=0.08
/proc/5044/task/5047/stat : 5047 (java) S 5042 5044 3364 0 -1 4202560 1171 0 0 0 8 0 0 0 16 0 16 0 3318288 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5048] ppid=5042 vsize=1541520 CPUtime=0.1
/proc/5044/task/5048/stat : 5048 (java) S 5042 5044 3364 0 -1 4202560 1093 0 0 0 10 0 0 0 15 0 16 0 3318288 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5049] ppid=5042 vsize=1541520 CPUtime=0.73
/proc/5044/task/5049/stat : 5049 (java) S 5042 5044 3364 0 -1 4202560 2924 0 0 0 60 13 0 0 16 0 16 0 3318290 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5050] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5050/stat : 5050 (java) S 5042 5044 3364 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3318291 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5051] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5051/stat : 5051 (java) S 5042 5044 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3318291 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5052] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5052/stat : 5052 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3318295 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5053] ppid=5042 vsize=1541520 CPUtime=1.17
/proc/5044/task/5053/stat : 5053 (java) S 5042 5044 3364 0 -1 4202560 2745 0 0 0 117 0 0 0 15 0 16 0 3318295 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5054] ppid=5042 vsize=1541520 CPUtime=2.12
/proc/5044/task/5054/stat : 5054 (java) S 5042 5044 3364 0 -1 4202560 6111 0 0 0 210 2 0 0 15 0 16 0 3318295 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5055] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5055/stat : 5055 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3318295 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5056] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5056/stat : 5056 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3318295 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5057] ppid=5042 vsize=1541520 CPUtime=10.49
/proc/5044/task/5057/stat : 5057 (java) R 5042 5044 3364 0 -1 4202560 1143 0 0 0 1048 1 0 0 25 0 16 0 3318321 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4109680727 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5044/tid=5058] ppid=5042 vsize=1541520 CPUtime=9.3
/proc/5044/task/5058/stat : 5058 (java) R 5042 5044 3364 0 -1 4202560 27017 0 0 0 920 10 0 0 25 0 16 0 3318321 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4109748464 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5044/tid=5059] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5059/stat : 5059 (java) S 5042 5044 3364 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3318322 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5060] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5060/stat : 5060 (java) S 5042 5044 3364 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3318323 1578516480 42135 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.4
Current children cumulated vsize (KiB) 1541520

[startup+25.5014 s]
/proc/loadavg: 1.70 1.22 1.08 3/122 5060
/proc/meminfo: memFree=1608804/2059040 swapFree=4192072/4192956
[pid=5044] ppid=5042 vsize=1541520 CPUtime=49.04
/proc/5044/stat : 5044 (java) S 5042 5044 3364 0 -1 4202496 57072 0 1 0 4867 37 0 0 15 0 16 0 3318285 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5044/statm: 385380 51628 1447 10 0 382683 0
[pid=5044/tid=5046] ppid=5042 vsize=1541520 CPUtime=0.33
/proc/5044/task/5046/stat : 5046 (java) S 5042 5044 3364 0 -1 4202560 3944 0 1 0 30 3 0 0 18 0 16 0 3318287 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5047] ppid=5042 vsize=1541520 CPUtime=0.17
/proc/5044/task/5047/stat : 5047 (java) S 5042 5044 3364 0 -1 4202560 2140 0 0 0 16 1 0 0 15 0 16 0 3318288 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5048] ppid=5042 vsize=1541520 CPUtime=0.17
/proc/5044/task/5048/stat : 5048 (java) S 5042 5044 3364 0 -1 4202560 1967 0 0 0 17 0 0 0 16 0 16 0 3318288 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5049] ppid=5042 vsize=1541520 CPUtime=1.49
/proc/5044/task/5049/stat : 5049 (java) S 5042 5044 3364 0 -1 4202560 4290 0 0 0 136 13 0 0 16 0 16 0 3318290 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5050] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5050/stat : 5050 (java) S 5042 5044 3364 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3318291 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5051] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5051/stat : 5051 (java) S 5042 5044 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3318291 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5052] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5052/stat : 5052 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3318295 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5053] ppid=5042 vsize=1541520 CPUtime=1.17
/proc/5044/task/5053/stat : 5053 (java) S 5042 5044 3364 0 -1 4202560 2745 0 0 0 117 0 0 0 15 0 16 0 3318295 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5054] ppid=5042 vsize=1541520 CPUtime=2.16
/proc/5044/task/5054/stat : 5054 (java) S 5042 5044 3364 0 -1 4202560 6111 0 0 0 214 2 0 0 15 0 16 0 3318295 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5055] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5055/stat : 5055 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3318295 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5056] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5056/stat : 5056 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3318295 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5057] ppid=5042 vsize=1541520 CPUtime=22.32
/proc/5044/task/5057/stat : 5057 (java) R 5042 5044 3364 0 -1 4202560 1279 0 0 0 2231 1 0 0 25 0 16 0 3318321 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4109614714 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5044/tid=5058] ppid=5042 vsize=1541520 CPUtime=21.14
/proc/5044/task/5058/stat : 5058 (java) R 5042 5044 3364 0 -1 4202560 33524 0 0 0 2102 12 0 0 25 0 16 0 3318321 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4109748830 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5044/tid=5059] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5059/stat : 5059 (java) S 5042 5044 3364 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3318322 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5060] ppid=5042 vsize=1541520 CPUtime=0
/proc/5044/task/5060/stat : 5060 (java) S 5042 5044 3364 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3318323 1578516480 51628 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.04
Current children cumulated vsize (KiB) 1541520

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

[startup+26.3015 s]
/proc/loadavg: 1.80 1.25 1.09 2/122 5062
/proc/meminfo: memFree=1606324/2059040 swapFree=4192072/4192956
[pid=5044] ppid=5042 vsize=1544592 CPUtime=50.64
/proc/5044/stat : 5044 (java) S 5042 5044 3364 0 -1 4202496 57827 0 1 0 5026 38 0 0 15 0 16 0 3318285 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5044/statm: 386148 52155 1447 10 0 383451 0
[pid=5044/tid=5046] ppid=5042 vsize=1544592 CPUtime=0.33
/proc/5044/task/5046/stat : 5046 (java) S 5042 5044 3364 0 -1 4202560 3944 0 1 0 30 3 0 0 18 0 16 0 3318287 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5047] ppid=5042 vsize=1544592 CPUtime=0.17
/proc/5044/task/5047/stat : 5047 (java) S 5042 5044 3364 0 -1 4202560 2140 0 0 0 16 1 0 0 15 0 16 0 3318288 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5048] ppid=5042 vsize=1544592 CPUtime=0.17
/proc/5044/task/5048/stat : 5048 (java) S 5042 5044 3364 0 -1 4202560 1967 0 0 0 17 0 0 0 15 0 16 0 3318288 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5049] ppid=5042 vsize=1544592 CPUtime=1.51
/proc/5044/task/5049/stat : 5049 (java) R 5042 5044 3364 0 -1 4202560 4290 0 0 0 138 13 0 0 15 0 16 0 3318290 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 105696663 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=5044/tid=5050] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5050/stat : 5050 (java) S 5042 5044 3364 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3318291 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5051] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5051/stat : 5051 (java) S 5042 5044 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3318291 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5052] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5052/stat : 5052 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3318295 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5053] ppid=5042 vsize=1544592 CPUtime=1.17
/proc/5044/task/5053/stat : 5053 (java) S 5042 5044 3364 0 -1 4202560 2745 0 0 0 117 0 0 0 15 0 16 0 3318295 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5054] ppid=5042 vsize=1544592 CPUtime=2.56
/proc/5044/task/5054/stat : 5054 (java) S 5042 5044 3364 0 -1 4202560 6864 0 0 0 253 3 0 0 16 0 16 0 3318295 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5055] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5055/stat : 5055 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3318295 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5056] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5056/stat : 5056 (java) R 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3318295 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5044/tid=5057] ppid=5042 vsize=1544592 CPUtime=22.72
/proc/5044/task/5057/stat : 5057 (java) S 5042 5044 3364 0 -1 4202560 1281 0 0 0 2271 1 0 0 25 0 16 0 3318321 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5058] ppid=5042 vsize=1544592 CPUtime=21.92
/proc/5044/task/5058/stat : 5058 (java) S 5042 5044 3364 0 -1 4202560 33524 0 0 0 2180 12 0 0 25 0 16 0 3318321 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5059] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5059/stat : 5059 (java) S 5042 5044 3364 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3318322 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5060] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5060/stat : 5060 (java) S 5042 5044 3364 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3318323 1581662208 52155 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 1544592

[startup+27.1016 s]
/proc/loadavg: 1.80 1.25 1.09 2/122 5062
/proc/meminfo: memFree=1606324/2059040 swapFree=4192072/4192956
[pid=5044] ppid=5042 vsize=1544592 CPUtime=52.18
/proc/5044/stat : 5044 (java) S 5042 5044 3364 0 -1 4202496 57935 0 1 0 5180 38 0 0 15 0 16 0 3318285 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5044/statm: 386148 52263 1447 10 0 383451 0
[pid=5044/tid=5046] ppid=5042 vsize=1544592 CPUtime=0.33
/proc/5044/task/5046/stat : 5046 (java) S 5042 5044 3364 0 -1 4202560 3944 0 1 0 30 3 0 0 18 0 16 0 3318287 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5047] ppid=5042 vsize=1544592 CPUtime=0.17
/proc/5044/task/5047/stat : 5047 (java) S 5042 5044 3364 0 -1 4202560 2140 0 0 0 16 1 0 0 15 0 16 0 3318288 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5048] ppid=5042 vsize=1544592 CPUtime=0.17
/proc/5044/task/5048/stat : 5048 (java) S 5042 5044 3364 0 -1 4202560 1967 0 0 0 17 0 0 0 15 0 16 0 3318288 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5049] ppid=5042 vsize=1544592 CPUtime=1.55
/proc/5044/task/5049/stat : 5049 (java) S 5042 5044 3364 0 -1 4202560 4397 0 0 0 142 13 0 0 16 0 16 0 3318290 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5050] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5050/stat : 5050 (java) S 5042 5044 3364 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3318291 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5051] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5051/stat : 5051 (java) S 5042 5044 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3318291 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5052] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5052/stat : 5052 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3318295 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5053] ppid=5042 vsize=1544592 CPUtime=1.17
/proc/5044/task/5053/stat : 5053 (java) S 5042 5044 3364 0 -1 4202560 2745 0 0 0 117 0 0 0 15 0 16 0 3318295 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5054] ppid=5042 vsize=1544592 CPUtime=2.68
/proc/5044/task/5054/stat : 5054 (java) S 5042 5044 3364 0 -1 4202560 6864 0 0 0 265 3 0 0 15 0 16 0 3318295 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5055] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5055/stat : 5055 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3318295 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5056] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5056/stat : 5056 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3318295 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5057] ppid=5042 vsize=1544592 CPUtime=23.34
/proc/5044/task/5057/stat : 5057 (java) R 5042 5044 3364 0 -1 4202560 1282 0 0 0 2333 1 0 0 25 0 16 0 3318321 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4109670896 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5044/tid=5058] ppid=5042 vsize=1544592 CPUtime=22.67
/proc/5044/task/5058/stat : 5058 (java) R 5042 5044 3364 0 -1 4202560 33524 0 0 0 2255 12 0 0 25 0 16 0 3318321 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4109748876 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5044/tid=5059] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5059/stat : 5059 (java) S 5042 5044 3364 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3318322 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5060] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5060/stat : 5060 (java) S 5042 5044 3364 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3318323 1581662208 52263 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 52.18
Current children cumulated vsize (KiB) 1544592

[startup+27.511 s]
/proc/loadavg: 1.80 1.25 1.09 4/122 5062
/proc/meminfo: memFree=1606200/2059040 swapFree=4192072/4192956
[pid=5044] ppid=5042 vsize=1544592 CPUtime=52.91
/proc/5044/stat : 5044 (java) S 5042 5044 3364 0 -1 4202496 58429 0 1 0 5253 38 0 0 15 0 15 0 3318285 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5044/statm: 386148 52755 1448 10 0 383451 0
[pid=5044/tid=5046] ppid=5042 vsize=1544592 CPUtime=0.33
/proc/5044/task/5046/stat : 5046 (java) S 5042 5044 3364 0 -1 4202560 3944 0 1 0 30 3 0 0 18 0 15 0 3318287 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5047] ppid=5042 vsize=1544592 CPUtime=0.18
/proc/5044/task/5047/stat : 5047 (java) S 5042 5044 3364 0 -1 4202560 2140 0 0 0 17 1 0 0 16 0 15 0 3318288 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5048] ppid=5042 vsize=1544592 CPUtime=0.17
/proc/5044/task/5048/stat : 5048 (java) S 5042 5044 3364 0 -1 4202560 1967 0 0 0 17 0 0 0 15 0 15 0 3318288 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5049] ppid=5042 vsize=1544592 CPUtime=1.62
/proc/5044/task/5049/stat : 5049 (java) S 5042 5044 3364 0 -1 4202560 4888 0 0 0 148 14 0 0 16 0 15 0 3318290 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 0 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5050] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5050/stat : 5050 (java) S 5042 5044 3364 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 3318291 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5051] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5051/stat : 5051 (java) S 5042 5044 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3318291 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5052] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5052/stat : 5052 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 3318295 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5053] ppid=5042 vsize=1544592 CPUtime=1.17
/proc/5044/task/5053/stat : 5053 (java) S 5042 5044 3364 0 -1 4202560 2745 0 0 0 117 0 0 0 15 0 15 0 3318295 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5054] ppid=5042 vsize=1544592 CPUtime=2.7
/proc/5044/task/5054/stat : 5054 (java) S 5042 5044 3364 0 -1 4202560 6864 0 0 0 267 3 0 0 15 0 15 0 3318295 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 1 0 0 0
[pid=5044/tid=5055] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5055/stat : 5055 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 3318295 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5056] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5056/stat : 5056 (java) S 5042 5044 3364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 3318295 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5058] ppid=5042 vsize=1544592 CPUtime=23
/proc/5044/task/5058/stat : 5058 (java) R 5042 5044 3364 0 -1 4202560 33524 0 0 0 2288 12 0 0 25 0 15 0 3318321 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4109605400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5044/tid=5059] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5059/stat : 5059 (java) S 5042 5044 3364 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3318322 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
[pid=5044/tid=5060] ppid=5042 vsize=1544592 CPUtime=0
/proc/5044/task/5060/stat : 5060 (java) S 5042 5044 3364 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 3318323 1581662208 52755 1992294400 134512640 134550932 4287163024 18446744073709551615 4294960144 0 4 0 16800975 18446604437839831104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 52.91
Current children cumulated vsize (KiB) 1544592

Child status: 20
Real time (s): 27.5871
CPU time (s): 52.9659
CPU user time (s): 52.56
CPU system time (s): 0.405938
CPU usage (%): 191.995
Max. virtual memory (cumulated for all children) (KiB): 1544592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.56
system time used= 0.405938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58437
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= 1550
involuntary context switches= 2127

runsolver used 0.142978 second user time and 0.265959 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-11 19:25:44
IDJOB=2662729
IDBENCH=1233
IDSOLVER=1166
FILE ID=node003/2662729-1276277143
PBS_JOBID= 11172207
Free space on /tmp= 62556 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.1110969170.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662729-1276277143/watcher-2662729-1276277143 -o /tmp/evaluation-result-2662729-1276277143/solver-2662729-1276277143 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662729-1276277143.opb

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

MD5SUM BENCH= c40b249e67431ed3407a98dac8d92148
RANDOM SEED=23832428

node003.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.251
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.50
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.251
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1811448 kB
Buffers:         18784 kB
Cached:         105032 kB
SwapCached:          0 kB
Active:          89432 kB
Inactive:        92856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1811448 kB
SwapTotal:     4192956 kB
SwapFree:      4192072 kB
Dirty:             276 kB
Writeback:           0 kB
AnonPages:       58372 kB
Mapped:          15464 kB
Slab:            43464 kB
PageTables:       3912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182052 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= 62552 MiB
End job on node003 at 2010-06-11 19:26:11