Trace number 2662741

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 57.5822 32.7133

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110968898.opb
MD5SUM69ed8f4b39c68fafbb367acafc32198c
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.143977
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 1261
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.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662741-1276278245.opb
0.23/0.22	c reading problem ... 
0.35/0.35	c ... done. Wall clock time 0.132s.
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.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.35/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.35/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.35/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
3.32/1.86	c cleaning 2499 clauses out of 5001 with flag 5001/5001
4.69/2.51	c cleaning 4250 clauses out of 8503 with flag 11002/11002
6.08/3.27	c cleaning 5620 clauses out of 11251 with flag 18000/18000
7.81/4.11	c cleaning 6810 clauses out of 13631 with flag 26000/26000
9.56/5.09	c cleaning 7908 clauses out of 15821 with flag 35000/35000
11.51/6.04	c cleaning 8951 clauses out of 17913 with flag 45000/45000
13.45/7.09	c cleaning 9473 clauses out of 18964 with flag 55002/55002
15.59/8.10	c cleaning 9741 clauses out of 19491 with flag 65002/65002
17.32/9.08	c cleaning 9871 clauses out of 19749 with flag 75001/75001
19.66/10.22	c cleaning 9935 clauses out of 19877 with flag 85000/85000
21.60/11.23	c cleaning 9968 clauses out of 19943 with flag 95001/95001
23.35/12.16	c cleaning 9982 clauses out of 19974 with flag 105000/105000
25.26/13.14	c cleaning 9993 clauses out of 19993 with flag 115001/115001
27.00/14.07	c cleaning 9996 clauses out of 20001 with flag 125002/125002
28.93/15.00	c cleaning 9996 clauses out of 20003 with flag 135000/135000
30.48/15.87	c cleaning 9997 clauses out of 20008 with flag 145001/145001
32.21/16.77	c cleaning 10004 clauses out of 20011 with flag 155001/155001
33.96/17.65	c cleaning 9999 clauses out of 20007 with flag 165001/165001
35.90/18.63	c cleaning 10002 clauses out of 20007 with flag 175000/175000
37.83/19.60	c cleaning 9997 clauses out of 20006 with flag 185001/185001
39.56/20.57	c cleaning 10002 clauses out of 20009 with flag 195001/195001
41.30/21.43	c cleaning 9999 clauses out of 20006 with flag 205000/205000
42.84/22.25	c cleaning 9995 clauses out of 20008 with flag 215001/215001
44.40/23.10	c cleaning 10002 clauses out of 20012 with flag 225000/225000
46.33/24.05	c cleaning 10001 clauses out of 20011 with flag 235001/235001
47.87/24.90	c cleaning 10002 clauses out of 20010 with flag 245001/245001
49.82/25.81	c cleaning 10001 clauses out of 20008 with flag 255001/255001
52.16/27.02	c cleaning 9996 clauses out of 20008 with flag 265002/265002
53.49/27.73	c And the winner is Resolution
57.52/32.64	c starts		: 131
57.52/32.64	c conflicts		: 271972
57.52/32.64	c decisions		: 406819
57.52/32.64	c propagations		: 5820869
57.52/32.64	c inspects		: 79050898
57.52/32.64	c learnt literals	: 9
57.52/32.64	c learnt binary clauses	: 21
57.52/32.64	c learnt ternary clauses	: 185
57.52/32.64	c learnt clauses	: 271962
57.52/32.64	c ignored clauses	: 0
57.52/32.64	c root simplifications	: 0
57.52/32.64	c removed literals (reason simplification)	: 2570787
57.52/32.64	c reason swapping (by a shorter reason)	: 0
57.52/32.64	c Calls to reduceDB	: 28
57.52/32.64	c number of reductions to clauses (during analyze)	: 0
57.52/32.64	c number of learned constraints concerned by reduction	: 0
57.52/32.64	c number of learning phase by resolution	: 0
57.52/32.64	c number of learning phase by cutting planes	: 0
57.52/32.64	c speed (assignments/second)	: 180274.05618012324
57.52/32.64	c non guided choices	42
57.52/32.67	c learnt constraints type 
57.52/32.67	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16951
57.52/32.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
57.52/32.67	c constraints type 
57.52/32.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
57.52/32.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
57.52/32.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
57.52/32.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
57.52/32.67	c constraints type 
57.52/32.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
57.52/32.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
57.52/32.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
57.52/32.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
57.52/32.67	s UNSATISFIABLE
57.52/32.67	c Total wall clock time (in seconds): 32.452

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-2662741-1276278245/watcher-2662741-1276278245 -o /tmp/evaluation-result-2662741-1276278245/solver-2662741-1276278245 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662741-1276278245.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: 0.92 0.98 0.99 3/106 5514
/proc/meminfo: memFree=1567300/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=248 CPUtime=0
/proc/5514/stat : 5514 (java) R 5512 5514 3356 0 -1 4194304 283 0 0 0 0 0 0 0 17 0 1 0 3426082 253952 28 1992294400 134512640 134550932 4293905696 18446744073709551615 2322910 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5514/statm: 62 28 21 10 0 23 0

[startup+0.0756369 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5514
/proc/meminfo: memFree=1567300/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=1521796 CPUtime=0.06
/proc/5514/stat : 5514 (java) S 5512 5514 3356 0 -1 4202496 3751 0 1 0 4 2 0 0 15 0 7 0 3426082 1558319104 3191 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5514/statm: 380449 3191 1036 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.10164 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5514
/proc/meminfo: memFree=1567300/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=1524180 CPUtime=0.08
/proc/5514/stat : 5514 (java) S 5512 5514 3356 0 -1 4202496 3966 0 1 0 6 2 0 0 15 0 12 0 3426082 1560760320 3404 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5514/statm: 381045 3404 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.30168 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5514
/proc/meminfo: memFree=1567300/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=1526420 CPUtime=0.35
/proc/5514/stat : 5514 (java) S 5512 5514 3356 0 -1 4202496 5406 0 1 0 32 3 0 0 15 0 12 0 3426082 1563054080 4842 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5514/statm: 381605 4842 1358 10 0 378908 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526420

[startup+0.720776 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5514
/proc/meminfo: memFree=1567300/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=1531196 CPUtime=1.16
/proc/5514/stat : 5514 (java) S 5512 5514 3356 0 -1 4202496 7271 0 1 0 112 4 0 0 15 0 16 0 3426082 1567944704 6480 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5514/statm: 382799 6480 1418 10 0 380102 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1531196

[startup+1.51695 s]
/proc/loadavg: 0.92 0.98 0.99 6/122 5530
/proc/meminfo: memFree=1538716/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=1541052 CPUtime=2.74
/proc/5514/stat : 5514 (java) S 5512 5514 3356 0 -1 4202496 15639 0 1 0 267 7 0 0 15 0 16 0 3426082 1578037248 12497 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5514/statm: 385263 12497 1423 10 0 382566 0
[pid=5514/tid=5516] ppid=5512 vsize=1541052 CPUtime=0.32
/proc/5514/task/5516/stat : 5516 (java) S 5512 5514 3356 0 -1 4202560 3961 0 1 0 30 2 0 0 18 0 16 0 3426083 1578037248 12497 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5517] ppid=5512 vsize=1541052 CPUtime=0
/proc/5514/task/5517/stat : 5517 (java) S 5512 5514 3356 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 3426084 1578037248 12497 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5518] ppid=5512 vsize=1541052 CPUtime=0
/proc/5514/task/5518/stat : 5518 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 3426085 1578037248 12497 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5519] ppid=5512 vsize=1541052 CPUtime=0
/proc/5514/task/5519/stat : 5519 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 3426086 1578037248 12497 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5520] ppid=5512 vsize=1541052 CPUtime=0
/proc/5514/task/5520/stat : 5520 (java) S 5512 5514 3356 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 3426087 1578037248 12497 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5521] ppid=5512 vsize=1541052 CPUtime=0
/proc/5514/task/5521/stat : 5521 (java) S 5512 5514 3356 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3426087 1578037248 12498 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5522] ppid=5512 vsize=1541052 CPUtime=0
/proc/5514/task/5522/stat : 5522 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3426091 1578037248 12498 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5523] ppid=5512 vsize=1541052 CPUtime=0.8
/proc/5514/task/5523/stat : 5523 (java) S 5512 5514 3356 0 -1 4202560 2633 0 0 0 80 0 0 0 16 0 16 0 3426091 1578037248 12498 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5524] ppid=5512 vsize=1541052 CPUtime=0.96
/proc/5514/task/5524/stat : 5524 (java) R 5512 5514 3356 0 -1 4202560 4026 0 0 0 95 1 0 0 15 0 16 0 3426091 1578037248 12498 1992294400 134512640 134550932 4293905696 18446744073709551615 103979306 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5514/tid=5525] ppid=5512 vsize=1541052 CPUtime=0
/proc/5514/task/5525/stat : 5525 (java) S 5512 5514 3356 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3426091 1578037248 12498 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5526] ppid=5512 vsize=1541052 CPUtime=0
/proc/5514/task/5526/stat : 5526 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3426091 1578037248 12498 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5527] ppid=5512 vsize=1541052 CPUtime=0.39
/proc/5514/task/5527/stat : 5527 (java) R 5512 5514 3356 0 -1 4202560 396 0 0 0 39 0 0 0 25 0 16 0 3426117 1578037248 12498 1992294400 134512640 134550932 4293905696 18446744073709551615 4109575386 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5514/tid=5528] ppid=5512 vsize=1541052 CPUtime=0.21
/proc/5514/task/5528/stat : 5528 (java) R 5512 5514 3356 0 -1 4202560 3549 0 0 0 20 1 0 0 25 0 16 0 3426117 1578037248 12498 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5514/tid=5529] ppid=5512 vsize=1541052 CPUtime=0
/proc/5514/task/5529/stat : 5529 (java) S 5512 5514 3356 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3426118 1578037248 12498 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5530] ppid=5512 vsize=1541052 CPUtime=0
/proc/5514/task/5530/stat : 5530 (java) S 5512 5514 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3426119 1578037248 12498 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1541052

[startup+3.10129 s]
/proc/loadavg: 0.92 0.98 0.99 4/122 5530
/proc/meminfo: memFree=1506352/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=1543200 CPUtime=5.87
/proc/5514/stat : 5514 (java) S 5512 5514 3356 0 -1 4202496 32179 0 1 0 574 13 0 0 15 0 16 0 3426082 1580236800 27810 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5514/statm: 385800 27810 1443 10 0 383103 0
[pid=5514/tid=5516] ppid=5512 vsize=1543200 CPUtime=0.32
/proc/5514/task/5516/stat : 5516 (java) S 5512 5514 3356 0 -1 4202560 3961 0 1 0 30 2 0 0 18 0 16 0 3426083 1580236800 27810 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5517] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5517/stat : 5517 (java) S 5512 5514 3356 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 16 0 3426084 1580236800 27810 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5518] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5518/stat : 5518 (java) S 5512 5514 3356 0 -1 4202560 303 0 0 0 0 0 0 0 15 0 16 0 3426085 1580236800 27810 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5519] ppid=5512 vsize=1543200 CPUtime=0.04
/proc/5514/task/5519/stat : 5519 (java) S 5512 5514 3356 0 -1 4202560 510 0 0 0 4 0 0 0 15 0 16 0 3426086 1580236800 27810 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5520] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5520/stat : 5520 (java) S 5512 5514 3356 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3426087 1580236800 27810 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5521] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5521/stat : 5521 (java) S 5512 5514 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3426087 1580236800 27810 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5522] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5522/stat : 5522 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3426091 1580236800 27810 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5523] ppid=5512 vsize=1543200 CPUtime=1.41
/proc/5514/task/5523/stat : 5523 (java) S 5512 5514 3356 0 -1 4202560 4401 0 0 0 140 1 0 0 16 0 16 0 3426091 1580236800 27811 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5524] ppid=5512 vsize=1543200 CPUtime=1.53
/proc/5514/task/5524/stat : 5524 (java) S 5512 5514 3356 0 -1 4202560 4099 0 0 0 152 1 0 0 15 0 16 0 3426091 1580236800 27811 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5525] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5525/stat : 5525 (java) S 5512 5514 3356 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3426091 1580236800 27811 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5526] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5526/stat : 5526 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3426091 1580236800 27811 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5527] ppid=5512 vsize=1543200 CPUtime=1.6
/proc/5514/task/5527/stat : 5527 (java) R 5512 5514 3356 0 -1 4202560 1279 0 0 0 160 0 0 0 18 0 16 0 3426117 1580236800 27811 1992294400 134512640 134550932 4293905696 18446744073709551615 4109476231 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5514/tid=5528] ppid=5512 vsize=1543200 CPUtime=0.87
/proc/5514/task/5528/stat : 5528 (java) R 5512 5514 3356 0 -1 4202560 16229 0 0 0 83 4 0 0 25 0 16 0 3426117 1580236800 27811 1992294400 134512640 134550932 4293905696 18446744073709551615 4109458626 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5514/tid=5529] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5529/stat : 5529 (java) S 5512 5514 3356 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3426118 1580236800 27811 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5530] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5530/stat : 5530 (java) S 5512 5514 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3426119 1580236800 27811 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 1543200

[startup+6.30196 s]
/proc/loadavg: 1.01 1.00 1.00 3/122 5530
/proc/meminfo: memFree=1410996/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=1543200 CPUtime=12.07
/proc/5514/stat : 5514 (java) S 5512 5514 3356 0 -1 4202496 44818 0 1 0 1189 18 0 0 15 0 16 0 3426082 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5514/statm: 385800 40338 1443 10 0 383103 0
[pid=5514/tid=5516] ppid=5512 vsize=1543200 CPUtime=0.32
/proc/5514/task/5516/stat : 5516 (java) S 5512 5514 3356 0 -1 4202560 3961 0 1 0 30 2 0 0 18 0 16 0 3426083 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5517] ppid=5512 vsize=1543200 CPUtime=0.03
/proc/5514/task/5517/stat : 5517 (java) S 5512 5514 3356 0 -1 4202560 706 0 0 0 3 0 0 0 16 0 16 0 3426084 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5518] ppid=5512 vsize=1543200 CPUtime=0.03
/proc/5514/task/5518/stat : 5518 (java) S 5512 5514 3356 0 -1 4202560 654 0 0 0 3 0 0 0 15 0 16 0 3426085 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5519] ppid=5512 vsize=1543200 CPUtime=0.19
/proc/5514/task/5519/stat : 5519 (java) S 5512 5514 3356 0 -1 4202560 1767 0 0 0 19 0 0 0 15 0 16 0 3426086 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5520] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5520/stat : 5520 (java) S 5512 5514 3356 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3426087 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5521] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5521/stat : 5521 (java) S 5512 5514 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3426087 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5522] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5522/stat : 5522 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3426091 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5523] ppid=5512 vsize=1543200 CPUtime=1.51
/proc/5514/task/5523/stat : 5523 (java) S 5512 5514 3356 0 -1 4202560 4409 0 0 0 150 1 0 0 16 0 16 0 3426091 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5524] ppid=5512 vsize=1543200 CPUtime=1.56
/proc/5514/task/5524/stat : 5524 (java) S 5512 5514 3356 0 -1 4202560 4101 0 0 0 155 1 0 0 15 0 16 0 3426091 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5525] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5525/stat : 5525 (java) S 5512 5514 3356 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3426091 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5526] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5526/stat : 5526 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3426091 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5527] ppid=5512 vsize=1543200 CPUtime=4.52
/proc/5514/task/5527/stat : 5527 (java) R 5512 5514 3356 0 -1 4202560 1394 0 0 0 452 0 0 0 21 0 16 0 3426117 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4109483120 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5514/tid=5528] ppid=5512 vsize=1543200 CPUtime=3.81
/proc/5514/task/5528/stat : 5528 (java) R 5512 5514 3356 0 -1 4202560 26754 0 0 0 372 9 0 0 25 0 16 0 3426117 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4110033544 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5514/tid=5529] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5529/stat : 5529 (java) S 5512 5514 3356 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3426118 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5530] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5530/stat : 5530 (java) S 5512 5514 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3426119 1580236800 40338 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 1543200

[startup+12.7024 s]
/proc/loadavg: 1.09 1.02 1.01 3/122 5530
/proc/meminfo: memFree=1406036/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=1543200 CPUtime=24.46
/proc/5514/stat : 5514 (java) S 5512 5514 3356 0 -1 4202496 45903 0 1 0 2428 18 0 0 15 0 16 0 3426082 1580236800 41416 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5514/statm: 385800 41416 1443 10 0 383103 0
[pid=5514/tid=5516] ppid=5512 vsize=1543200 CPUtime=0.32
/proc/5514/task/5516/stat : 5516 (java) S 5512 5514 3356 0 -1 4202560 3961 0 1 0 30 2 0 0 18 0 16 0 3426083 1580236800 41416 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5517] ppid=5512 vsize=1543200 CPUtime=0.06
/proc/5514/task/5517/stat : 5517 (java) S 5512 5514 3356 0 -1 4202560 706 0 0 0 6 0 0 0 16 0 16 0 3426084 1580236800 41416 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5518] ppid=5512 vsize=1543200 CPUtime=0.06
/proc/5514/task/5518/stat : 5518 (java) S 5512 5514 3356 0 -1 4202560 655 0 0 0 6 0 0 0 15 0 16 0 3426085 1580236800 41416 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5519] ppid=5512 vsize=1543200 CPUtime=0.47
/proc/5514/task/5519/stat : 5519 (java) S 5512 5514 3356 0 -1 4202560 2844 0 0 0 47 0 0 0 16 0 16 0 3426086 1580236800 41416 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5520] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5520/stat : 5520 (java) S 5512 5514 3356 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3426087 1580236800 41416 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5521] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5521/stat : 5521 (java) S 5512 5514 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3426087 1580236800 41416 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5522] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5522/stat : 5522 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3426091 1580236800 41416 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5523] ppid=5512 vsize=1543200 CPUtime=1.51
/proc/5514/task/5523/stat : 5523 (java) S 5512 5514 3356 0 -1 4202560 4409 0 0 0 150 1 0 0 16 0 16 0 3426091 1580236800 41416 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5524] ppid=5512 vsize=1543200 CPUtime=1.57
/proc/5514/task/5524/stat : 5524 (java) S 5512 5514 3356 0 -1 4202560 4101 0 0 0 156 1 0 0 15 0 16 0 3426091 1580236800 41416 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5525] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5525/stat : 5525 (java) S 5512 5514 3356 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3426091 1580236800 41416 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5526] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5526/stat : 5526 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3426091 1580236800 41416 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0

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

/proc/5514/task/5525/stat : 5525 (java) S 5512 5514 3356 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3426091 1580236800 41956 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5526] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5526/stat : 5526 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3426091 1580236800 41956 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5527] ppid=5512 vsize=1543200 CPUtime=22.53
/proc/5514/task/5527/stat : 5527 (java) R 5512 5514 3356 0 -1 4202560 1413 0 0 0 2253 0 0 0 21 0 16 0 3426117 1580236800 41956 1992294400 134512640 134550932 4293905696 18446744073709551615 4109515634 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5514/tid=5528] ppid=5512 vsize=1543200 CPUtime=21.89
/proc/5514/task/5528/stat : 5528 (java) R 5512 5514 3356 0 -1 4202560 26757 0 0 0 2180 9 0 0 25 0 16 0 3426117 1580236800 41956 1992294400 134512640 134550932 4293905696 18446744073709551615 4109628340 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5514/tid=5529] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5529/stat : 5529 (java) S 5512 5514 3356 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3426118 1580236800 41956 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5530] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5530/stat : 5530 (java) S 5512 5514 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3426119 1580236800 41956 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.22
Current children cumulated vsize (KiB) 1543200

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

[startup+28.7018 s]
/proc/loadavg: 1.21 1.05 1.01 2/121 5530
/proc/meminfo: memFree=1402820/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=1543200 CPUtime=54.51
/proc/5514/stat : 5514 (java) S 5512 5514 3356 0 -1 4202496 46712 0 1 0 5432 19 0 0 15 0 15 0 3426082 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5514/statm: 385800 42206 1448 10 0 383103 0
[pid=5514/tid=5516] ppid=5512 vsize=1543200 CPUtime=0.32
/proc/5514/task/5516/stat : 5516 (java) S 5512 5514 3356 0 -1 4202560 3961 0 1 0 30 2 0 0 15 0 15 0 3426083 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5517] ppid=5512 vsize=1543200 CPUtime=0.12
/proc/5514/task/5517/stat : 5517 (java) S 5512 5514 3356 0 -1 4202560 707 0 0 0 12 0 0 0 15 0 15 0 3426084 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5518] ppid=5512 vsize=1543200 CPUtime=0.11
/proc/5514/task/5518/stat : 5518 (java) S 5512 5514 3356 0 -1 4202560 658 0 0 0 11 0 0 0 15 0 15 0 3426085 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5519] ppid=5512 vsize=1543200 CPUtime=1.2
/proc/5514/task/5519/stat : 5519 (java) S 5512 5514 3356 0 -1 4202560 3620 0 0 0 120 0 0 0 16 0 15 0 3426086 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5520] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5520/stat : 5520 (java) S 5512 5514 3356 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 3426087 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5521] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5521/stat : 5521 (java) S 5512 5514 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3426087 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5522] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5522/stat : 5522 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5523] ppid=5512 vsize=1543200 CPUtime=1.52
/proc/5514/task/5523/stat : 5523 (java) S 5512 5514 3356 0 -1 4202560 4409 0 0 0 151 1 0 0 16 0 15 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5524] ppid=5512 vsize=1543200 CPUtime=1.74
/proc/5514/task/5524/stat : 5524 (java) S 5512 5514 3356 0 -1 4202560 4109 0 0 0 173 1 0 0 15 0 15 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5525] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5525/stat : 5525 (java) S 5512 5514 3356 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 15 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5526] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5526/stat : 5526 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5528] ppid=5512 vsize=1543200 CPUtime=24.92
/proc/5514/task/5528/stat : 5528 (java) R 5512 5514 3356 0 -1 4202560 26758 0 0 0 2483 9 0 0 25 0 15 0 3426117 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4109945507 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5514/tid=5529] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5529/stat : 5529 (java) S 5512 5514 3356 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 3426118 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5530] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5530/stat : 5530 (java) S 5512 5514 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3426119 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.51
Current children cumulated vsize (KiB) 1543200

[startup+30.3021 s]
/proc/loadavg: 1.21 1.05 1.01 2/121 5530
/proc/meminfo: memFree=1402820/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=1543200 CPUtime=56.11
/proc/5514/stat : 5514 (java) S 5512 5514 3356 0 -1 4202496 46712 0 1 0 5592 19 0 0 15 0 15 0 3426082 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5514/statm: 385800 42206 1448 10 0 383103 0
[pid=5514/tid=5516] ppid=5512 vsize=1543200 CPUtime=0.32
/proc/5514/task/5516/stat : 5516 (java) S 5512 5514 3356 0 -1 4202560 3961 0 1 0 30 2 0 0 15 0 15 0 3426083 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5517] ppid=5512 vsize=1543200 CPUtime=0.12
/proc/5514/task/5517/stat : 5517 (java) S 5512 5514 3356 0 -1 4202560 707 0 0 0 12 0 0 0 15 0 15 0 3426084 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5518] ppid=5512 vsize=1543200 CPUtime=0.11
/proc/5514/task/5518/stat : 5518 (java) S 5512 5514 3356 0 -1 4202560 658 0 0 0 11 0 0 0 15 0 15 0 3426085 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5519] ppid=5512 vsize=1543200 CPUtime=1.2
/proc/5514/task/5519/stat : 5519 (java) S 5512 5514 3356 0 -1 4202560 3620 0 0 0 120 0 0 0 15 0 15 0 3426086 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5520] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5520/stat : 5520 (java) S 5512 5514 3356 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 3426087 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5521] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5521/stat : 5521 (java) S 5512 5514 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3426087 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5522] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5522/stat : 5522 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5523] ppid=5512 vsize=1543200 CPUtime=1.52
/proc/5514/task/5523/stat : 5523 (java) S 5512 5514 3356 0 -1 4202560 4409 0 0 0 151 1 0 0 16 0 15 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5524] ppid=5512 vsize=1543200 CPUtime=1.74
/proc/5514/task/5524/stat : 5524 (java) S 5512 5514 3356 0 -1 4202560 4109 0 0 0 173 1 0 0 15 0 15 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5525] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5525/stat : 5525 (java) S 5512 5514 3356 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 15 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5526] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5526/stat : 5526 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5528] ppid=5512 vsize=1543200 CPUtime=26.52
/proc/5514/task/5528/stat : 5528 (java) R 5512 5514 3356 0 -1 4202560 26758 0 0 0 2643 9 0 0 25 0 15 0 3426117 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4109945499 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5514/tid=5529] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5529/stat : 5529 (java) S 5512 5514 3356 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 3426118 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5530] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5530/stat : 5530 (java) S 5512 5514 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3426119 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.11
Current children cumulated vsize (KiB) 1543200

[startup+31.9095 s]
/proc/loadavg: 1.20 1.05 1.01 1/120 5530
/proc/meminfo: memFree=1402828/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=1543200 CPUtime=57.52
/proc/5514/stat : 5514 (java) S 5512 5514 3356 0 -1 4202496 46712 0 1 0 5733 19 0 0 15 0 14 0 3426082 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5514/statm: 385800 42206 1448 10 0 383103 0
[pid=5514/tid=5516] ppid=5512 vsize=1543200 CPUtime=0.32
/proc/5514/task/5516/stat : 5516 (java) S 5512 5514 3356 0 -1 4202560 3961 0 1 0 30 2 0 0 15 0 14 0 3426083 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5517] ppid=5512 vsize=1543200 CPUtime=0.12
/proc/5514/task/5517/stat : 5517 (java) S 5512 5514 3356 0 -1 4202560 707 0 0 0 12 0 0 0 15 0 14 0 3426084 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5518] ppid=5512 vsize=1543200 CPUtime=0.11
/proc/5514/task/5518/stat : 5518 (java) S 5512 5514 3356 0 -1 4202560 658 0 0 0 11 0 0 0 15 0 14 0 3426085 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5519] ppid=5512 vsize=1543200 CPUtime=1.2
/proc/5514/task/5519/stat : 5519 (java) S 5512 5514 3356 0 -1 4202560 3620 0 0 0 120 0 0 0 15 0 14 0 3426086 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5520] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5520/stat : 5520 (java) S 5512 5514 3356 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 3426087 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5521] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5521/stat : 5521 (java) S 5512 5514 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3426087 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5522] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5522/stat : 5522 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5523] ppid=5512 vsize=1543200 CPUtime=1.52
/proc/5514/task/5523/stat : 5523 (java) S 5512 5514 3356 0 -1 4202560 4409 0 0 0 151 1 0 0 16 0 14 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5524] ppid=5512 vsize=1543200 CPUtime=1.74
/proc/5514/task/5524/stat : 5524 (java) S 5512 5514 3356 0 -1 4202560 4109 0 0 0 173 1 0 0 15 0 14 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5525] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5525/stat : 5525 (java) S 5512 5514 3356 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5526] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5526/stat : 5526 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5529] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5529/stat : 5529 (java) S 5512 5514 3356 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 3426118 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5530] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5530/stat : 5530 (java) S 5512 5514 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3426119 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.52
Current children cumulated vsize (KiB) 1543200

[startup+32.3016 s]
/proc/loadavg: 1.20 1.05 1.01 1/120 5530
/proc/meminfo: memFree=1402828/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=1543200 CPUtime=57.52
/proc/5514/stat : 5514 (java) S 5512 5514 3356 0 -1 4202496 46712 0 1 0 5733 19 0 0 15 0 14 0 3426082 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5514/statm: 385800 42206 1448 10 0 383103 0
[pid=5514/tid=5516] ppid=5512 vsize=1543200 CPUtime=0.32
/proc/5514/task/5516/stat : 5516 (java) S 5512 5514 3356 0 -1 4202560 3961 0 1 0 30 2 0 0 15 0 14 0 3426083 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5517] ppid=5512 vsize=1543200 CPUtime=0.12
/proc/5514/task/5517/stat : 5517 (java) S 5512 5514 3356 0 -1 4202560 707 0 0 0 12 0 0 0 15 0 14 0 3426084 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5518] ppid=5512 vsize=1543200 CPUtime=0.11
/proc/5514/task/5518/stat : 5518 (java) S 5512 5514 3356 0 -1 4202560 658 0 0 0 11 0 0 0 15 0 14 0 3426085 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5519] ppid=5512 vsize=1543200 CPUtime=1.2
/proc/5514/task/5519/stat : 5519 (java) S 5512 5514 3356 0 -1 4202560 3620 0 0 0 120 0 0 0 15 0 14 0 3426086 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5520] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5520/stat : 5520 (java) S 5512 5514 3356 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 3426087 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5521] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5521/stat : 5521 (java) S 5512 5514 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3426087 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5522] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5522/stat : 5522 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5523] ppid=5512 vsize=1543200 CPUtime=1.52
/proc/5514/task/5523/stat : 5523 (java) S 5512 5514 3356 0 -1 4202560 4409 0 0 0 151 1 0 0 16 0 14 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5524] ppid=5512 vsize=1543200 CPUtime=1.74
/proc/5514/task/5524/stat : 5524 (java) S 5512 5514 3356 0 -1 4202560 4109 0 0 0 173 1 0 0 15 0 14 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=5514/tid=5525] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5525/stat : 5525 (java) S 5512 5514 3356 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5526] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5526/stat : 5526 (java) S 5512 5514 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3426091 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5529] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5529/stat : 5529 (java) S 5512 5514 3356 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 3426118 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=5514/tid=5530] ppid=5512 vsize=1543200 CPUtime=0
/proc/5514/task/5530/stat : 5530 (java) S 5512 5514 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3426119 1580236800 42206 1992294400 134512640 134550932 4293905696 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.52
Current children cumulated vsize (KiB) 1543200

[startup+32.7018 s]
/proc/loadavg: 1.20 1.05 1.01 1/120 5530
/proc/meminfo: memFree=1402828/2059040 swapFree=4192956/4192956
[pid=5514] ppid=5512 vsize=0 CPUtime=57.56
/proc/5514/stat : 5514 (java) Z 5512 5514 3356 0 -1 4203548 46721 0 1 0 5737 19 0 0 15 0 2 0 3426082 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5514/statm: 0 0 0 0 0 0 0
[pid=5514/tid=5530] ppid=5512 vsize=0 CPUtime=0
/proc/5514/task/5530/stat : 5530 (java) R 5512 5514 3356 0 -1 4203588 4 0 0 0 0 0 0 0 18 0 2 0 3426119 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.56
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 32.7133
CPU time (s): 57.5822
CPU user time (s): 57.3763
CPU system time (s): 0.205968
CPU usage (%): 176.021
Max. virtual memory (cumulated for all children) (KiB): 1545112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.3763
system time used= 0.205968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46721
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= 1540
involuntary context switches= 2108

runsolver used 0.154976 second user time and 0.280957 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-11 19:44:05
IDJOB=2662741
IDBENCH=1245
IDSOLVER=1166
FILE ID=node010/2662741-1276278245
PBS_JOBID= 11172201
Free space on /tmp= 62500 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.1110968898.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662741-1276278245/watcher-2662741-1276278245 -o /tmp/evaluation-result-2662741-1276278245/solver-2662741-1276278245 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662741-1276278245.opb

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

MD5SUM BENCH= 69ed8f4b39c68fafbb367acafc32198c
RANDOM SEED=208494998

node010.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.267
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.53
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.267
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1567696 kB
Buffers:         57528 kB
Cached:         307404 kB
SwapCached:          0 kB
Active:         168444 kB
Inactive:       255720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1567696 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             292 kB
Writeback:           0 kB
AnonPages:       59092 kB
Mapped:          15412 kB
Slab:            45288 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181064 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= 62500 MiB
End job on node010 at 2010-06-11 19:44:37