Trace number 2662149

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.52 926.329

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_4.opb
MD5SUM77442b3482c8e96813b174683c20fffc
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404566
Total number of constraints3686
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints3682
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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-2662149-1276532101.opb
0.23/0.22	c reading problem ... 
34.08/26.21	c ... done. Wall clock time 25.989s.
34.08/26.21	c #vars     404566
34.08/26.21	c #constraints  126490
34.08/26.21	c constraints type 
34.08/26.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
34.08/26.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4902
34.08/26.21	c constraints type 
34.08/26.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
34.08/26.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4902
1397.54/718.02	c cleaning 2499 clauses out of 4999 with flag 5002/5002
1716.64/882.78	c cleaning 4245 clauses out of 8496 with flag 11001/11001
1800.20/926.11	c starts		: 40
1800.20/926.11	c conflicts		: 13927
1800.20/926.11	c decisions		: 213278
1800.20/926.11	c propagations		: 6312167
1800.20/926.11	c inspects		: 34098744
1800.20/926.11	c learnt literals	: 9
1800.20/926.12	c learnt binary clauses	: 10
1800.20/926.12	c learnt ternary clauses	: 4
1800.20/926.12	c learnt clauses	: 13918
1800.20/926.12	c ignored clauses	: 0
1800.20/926.12	c root simplifications	: 0
1800.20/926.12	c removed literals (reason simplification)	: 2171685
1800.20/926.12	c reason swapping (by a shorter reason)	: 0
1800.20/926.12	c Calls to reduceDB	: 2
1800.20/926.12	c number of reductions to clauses (during analyze)	: 0
1800.20/926.12	c number of learned constraints concerned by reduction	: 0
1800.20/926.12	c number of learning phase by resolution	: 0
1800.20/926.12	c number of learning phase by cutting planes	: 0
1800.20/926.12	c speed (assignments/second)	: 7014.267077377142
1800.20/926.12	c non guided choices	12001
1800.20/926.16	c learnt constraints type 
1800.20/926.16	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 7164
1800.20/926.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.20/926.16	c constraints type 
1800.20/926.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
1800.20/926.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4902
1800.20/926.16	c constraints type 
1800.20/926.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1800.20/926.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4902
1800.20/926.16	s UNKNOWN
1800.20/926.16	c Total wall clock time (in seconds): 925.946

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-2662149-1276532101/watcher-2662149-1276532101 -o /tmp/evaluation-result-2662149-1276532101/solver-2662149-1276532101 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662149-1276532101.opb 

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


[startup+0 s]
/proc/loadavg: 1.03 1.04 1.00 3/106 29325
/proc/meminfo: memFree=1833816/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=1832 CPUtime=0
/proc/29325/stat : 29325 (java6) R 29323 29325 28498 0 -1 4194304 240 0 0 0 0 0 0 0 20 0 1 0 28814277 1875968 144 1992294400 134512640 134550932 4294494496 18446744073709551615 11315664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29325/statm: 458 144 107 10 0 63 0

[startup+0.0512521 s]
/proc/loadavg: 1.03 1.04 1.00 3/106 29325
/proc/meminfo: memFree=1833816/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=1521016 CPUtime=0.04
/proc/29325/stat : 29325 (java) S 29323 29325 28498 0 -1 4202496 3492 0 1 0 2 2 0 0 18 0 5 0 28814277 1557520384 2936 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 380254 2936 989 10 0 377564 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521016

[startup+0.10125 s]
/proc/loadavg: 1.03 1.04 1.00 3/106 29325
/proc/meminfo: memFree=1833816/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=1524180 CPUtime=0.08
/proc/29325/stat : 29325 (java) S 29323 29325 28498 0 -1 4202496 3959 0 1 0 5 3 0 0 18 0 12 0 28814277 1560760320 3399 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301243 s]
/proc/loadavg: 1.03 1.04 1.00 3/106 29325
/proc/meminfo: memFree=1833816/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=1526096 CPUtime=0.35
/proc/29325/stat : 29325 (java) S 29323 29325 28498 0 -1 4202496 9850 0 1 0 29 6 0 0 18 0 12 0 28814277 1562722304 9288 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 381524 9288 1351 10 0 378827 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526096

[startup+0.70222 s]
/proc/loadavg: 1.03 1.04 1.00 3/106 29325
/proc/meminfo: memFree=1833816/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=1529104 CPUtime=1.13
/proc/29325/stat : 29325 (java) S 29323 29325 28498 0 -1 4202496 12523 0 1 0 105 8 0 0 18 0 12 0 28814277 1565802496 11761 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 382276 11761 1412 10 0 379579 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1529104

[startup+1.50129 s]
/proc/loadavg: 1.03 1.04 1.00 4/118 29337
/proc/meminfo: memFree=1783252/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=1538284 CPUtime=2.71
/proc/29325/stat : 29325 (java) S 29323 29325 28498 0 -1 4202496 19142 0 1 0 259 12 0 0 18 0 12 0 28814277 1575202816 17867 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 384571 17868 1414 10 0 381874 0
[pid=29325/tid=29327] ppid=29323 vsize=1538284 CPUtime=1.46
/proc/29325/task/29327/stat : 29327 (java) R 29323 29325 28498 0 -1 4202560 14007 0 1 0 137 9 0 0 18 0 12 0 28814278 1575202816 17871 1992294400 134512640 134550932 4289838368 18446744073709551615 4108862114 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29325/tid=29328] ppid=29323 vsize=1538284 CPUtime=0
/proc/29325/task/29328/stat : 29328 (java) S 29323 29325 28498 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 12 0 28814280 1575202816 17872 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29329] ppid=29323 vsize=1538284 CPUtime=0
/proc/29325/task/29329/stat : 29329 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 28814280 1575202816 17874 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29330] ppid=29323 vsize=1538284 CPUtime=0
/proc/29325/task/29330/stat : 29330 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28814281 1575202816 17874 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29331] ppid=29323 vsize=1538284 CPUtime=0
/proc/29325/task/29331/stat : 29331 (java) S 29323 29325 28498 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 12 0 28814282 1575202816 17874 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29332] ppid=29323 vsize=1538284 CPUtime=0
/proc/29325/task/29332/stat : 29332 (java) S 29323 29325 28498 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 28814282 1575202816 17876 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29333] ppid=29323 vsize=1538284 CPUtime=0
/proc/29325/task/29333/stat : 29333 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28814286 1575202816 17877 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29334] ppid=29323 vsize=1538284 CPUtime=1.17
/proc/29325/task/29334/stat : 29334 (java) R 29323 29325 28498 0 -1 4202560 3599 0 0 0 116 1 0 0 18 0 12 0 28814286 1575202816 17878 1992294400 134512640 134550932 4289838368 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29325/tid=29335] ppid=29323 vsize=1538284 CPUtime=0.05
/proc/29325/task/29335/stat : 29335 (java) R 29323 29325 28498 0 -1 4202560 483 0 0 0 5 0 0 0 21 0 12 0 28814286 1575202816 17879 1992294400 134512640 134550932 4289838368 18446744073709551615 105930956 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29325/tid=29336] ppid=29323 vsize=1538284 CPUtime=0
/proc/29325/task/29336/stat : 29336 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28814286 1575202816 17879 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29337] ppid=29323 vsize=1538284 CPUtime=0
/proc/29325/task/29337/stat : 29337 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28814286 1575202816 17880 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1538284

[startup+3.10141 s]
/proc/loadavg: 1.19 1.07 1.01 2/118 29337
/proc/meminfo: memFree=1715548/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=1542912 CPUtime=5.2
/proc/29325/stat : 29325 (java) S 29323 29325 28498 0 -1 4202496 53865 0 1 0 493 27 0 0 18 0 12 0 28814277 1579941888 48932 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 385728 48932 1421 10 0 383031 0
[pid=29325/tid=29327] ppid=29323 vsize=1542912 CPUtime=2.86
/proc/29325/task/29327/stat : 29327 (java) R 29323 29325 28498 0 -1 4202560 32026 0 1 0 269 17 0 0 16 0 12 0 28814278 1579941888 48932 1992294400 134512640 134550932 4289838368 18446744073709551615 4109308232 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29325/tid=29328] ppid=29323 vsize=1542912 CPUtime=0.18
/proc/29325/task/29328/stat : 29328 (java) S 29323 29325 28498 0 -1 4202560 5872 0 0 0 16 2 0 0 18 0 12 0 28814280 1579941888 48932 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29329] ppid=29323 vsize=1542912 CPUtime=0.18
/proc/29325/task/29329/stat : 29329 (java) S 29323 29325 28498 0 -1 4202560 6974 0 0 0 16 2 0 0 18 0 12 0 28814280 1579941888 48932 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29330] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29330/stat : 29330 (java) S 29323 29325 28498 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 28814281 1579941888 48932 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29331] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29331/stat : 29331 (java) S 29323 29325 28498 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 12 0 28814282 1579941888 48932 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29332] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29332/stat : 29332 (java) S 29323 29325 28498 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 28814282 1579941888 48932 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29333] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29333/stat : 29333 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28814286 1579941888 48932 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29334] ppid=29323 vsize=1542912 CPUtime=1.71
/proc/29325/task/29334/stat : 29334 (java) S 29323 29325 28498 0 -1 4202560 7069 0 0 0 169 2 0 0 19 0 12 0 28814286 1579941888 48932 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29335] ppid=29323 vsize=1542912 CPUtime=0.2
/proc/29325/task/29335/stat : 29335 (java) S 29323 29325 28498 0 -1 4202560 859 0 0 0 20 0 0 0 21 0 12 0 28814286 1579941888 48932 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29336] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29336/stat : 29336 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28814286 1579941888 48932 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29337] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29337/stat : 29337 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28814286 1579941888 48932 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 1542912

[startup+6.30167 s]
/proc/loadavg: 1.19 1.07 1.01 2/118 29337
/proc/meminfo: memFree=1559432/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=1542912 CPUtime=9.25
/proc/29325/stat : 29325 (java) S 29323 29325 28498 0 -1 4202496 89966 0 1 0 881 44 0 0 18 0 12 0 28814277 1579941888 77750 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 385728 77750 1421 10 0 383031 0
[pid=29325/tid=29327] ppid=29323 vsize=1542912 CPUtime=5.2
/proc/29325/task/29327/stat : 29327 (java) R 29323 29325 28498 0 -1 4202560 32029 0 1 0 503 17 0 0 15 0 12 0 28814278 1579941888 77750 1992294400 134512640 134550932 4289838368 18446744073709551615 4109177554 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29325/tid=29328] ppid=29323 vsize=1542912 CPUtime=1.04
/proc/29325/task/29328/stat : 29328 (java) S 29323 29325 28498 0 -1 4202560 21696 0 0 0 94 10 0 0 16 0 12 0 28814280 1579941888 77750 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29329] ppid=29323 vsize=1542912 CPUtime=1.04
/proc/29325/task/29329/stat : 29329 (java) S 29323 29325 28498 0 -1 4202560 27248 0 0 0 92 12 0 0 18 0 12 0 28814280 1579941888 77750 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29330] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29330/stat : 29330 (java) S 29323 29325 28498 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 28814281 1579941888 77750 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29331] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29331/stat : 29331 (java) S 29323 29325 28498 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 12 0 28814282 1579941888 77750 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29332] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29332/stat : 29332 (java) S 29323 29325 28498 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 28814282 1579941888 77750 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29333] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29333/stat : 29333 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28814286 1579941888 77750 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29334] ppid=29323 vsize=1542912 CPUtime=1.71
/proc/29325/task/29334/stat : 29334 (java) S 29323 29325 28498 0 -1 4202560 7069 0 0 0 169 2 0 0 19 0 12 0 28814286 1579941888 77750 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29335] ppid=29323 vsize=1542912 CPUtime=0.2
/proc/29325/task/29335/stat : 29335 (java) S 29323 29325 28498 0 -1 4202560 859 0 0 0 20 0 0 0 21 0 12 0 28814286 1579941888 77750 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29336] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29336/stat : 29336 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28814286 1579941888 77750 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29337] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29337/stat : 29337 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28814286 1579941888 77750 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.25
Current children cumulated vsize (KiB) 1542912

[startup+12.7212 s]
/proc/loadavg: 1.16 1.07 1.01 3/118 29337
/proc/meminfo: memFree=1381864/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=1542912 CPUtime=17.96
/proc/29325/stat : 29325 (java) S 29323 29325 28498 0 -1 4202496 139204 0 1 0 1726 70 0 0 18 0 12 0 28814277 1579941888 117536 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 385728 117539 1421 10 0 383031 0
[pid=29325/tid=29327] ppid=29323 vsize=1542912 CPUtime=9.36
/proc/29325/task/29327/stat : 29327 (java) S 29323 29325 28498 0 -1 4202560 32039 0 1 0 918 18 0 0 16 0 12 0 28814278 1579941888 117540 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29328] ppid=29323 vsize=1542912 CPUtime=3.29
/proc/29325/task/29328/stat : 29328 (java) R 29323 29325 28498 0 -1 4202560 49943 0 0 0 304 25 0 0 15 0 12 0 28814280 1579941888 117542 1992294400 134512640 134550932 4289838368 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29325/tid=29329] ppid=29323 vsize=1542912 CPUtime=3.25
/proc/29325/task/29329/stat : 29329 (java) R 29323 29325 28498 0 -1 4202560 48236 0 0 0 303 22 0 0 15 0 12 0 28814280 1579941888 117545 1992294400 134512640 134550932 4289838368 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29325/tid=29330] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29330/stat : 29330 (java) S 29323 29325 28498 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 28814281 1579941888 117546 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29331] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29331/stat : 29331 (java) S 29323 29325 28498 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 12 0 28814282 1579941888 117548 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29332] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29332/stat : 29332 (java) S 29323 29325 28498 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 28814282 1579941888 117550 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29333] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29333/stat : 29333 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28814286 1579941888 117551 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29334] ppid=29323 vsize=1542912 CPUtime=1.81
/proc/29325/task/29334/stat : 29334 (java) S 29323 29325 28498 0 -1 4202560 7071 0 0 0 179 2 0 0 16 0 12 0 28814286 1579941888 117553 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29335] ppid=29323 vsize=1542912 CPUtime=0.2
/proc/29325/task/29335/stat : 29335 (java) S 29323 29325 28498 0 -1 4202560 859 0 0 0 20 0 0 0 17 0 12 0 28814286 1579941888 117556 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29336] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29336/stat : 29336 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28814286 1579941888 117557 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29337] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29337/stat : 29337 (java) R 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28814286 1579941888 117559 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.96
Current children cumulated vsize (KiB) 1542912

[startup+25.5252 s]
/proc/loadavg: 1.21 1.08 1.02 2/118 29337
/proc/meminfo: memFree=1163128/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=1542912 CPUtime=33.28
/proc/29325/stat : 29325 (java) S 29323 29325 28498 0 -1 4202496 201484 0 1 0 3227 101 0 0 18 0 12 0 28814277 1579941888 169750 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 385728 169752 1422 10 0 383031 0
[pid=29325/tid=29327] ppid=29323 vsize=1542912 CPUtime=19.73
/proc/29325/task/29327/stat : 29327 (java) S 29323 29325 28498 0 -1 4202560 32064 0 1 0 1953 20 0 0 16 0 12 0 28814278 1579941888 169753 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29328] ppid=29323 vsize=1542912 CPUtime=5.65
/proc/29325/task/29328/stat : 29328 (java) R 29323 29325 28498 0 -1 4202560 83668 0 0 0 523 42 0 0 15 0 12 0 28814280 1579941888 169754 1992294400 134512640 134550932 4289838368 18446744073709551615 105886402 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29325/tid=29329] ppid=29323 vsize=1542912 CPUtime=5.62
/proc/29325/task/29329/stat : 29329 (java) R 29323 29325 28498 0 -1 4202560 76662 0 0 0 529 33 0 0 15 0 12 0 28814280 1579941888 169756 1992294400 134512640 134550932 4289838368 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29325/tid=29330] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29330/stat : 29330 (java) S 29323 29325 28498 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 28814281 1579941888 169757 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29331] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29331/stat : 29331 (java) S 29323 29325 28498 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 12 0 28814282 1579941888 169758 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29332] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29332/stat : 29332 (java) S 29323 29325 28498 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 28814282 1579941888 169759 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29333] ppid=29323 vsize=1542912 CPUtime=0
/proc/29325/task/29333/stat : 29333 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28814286 1579941888 169760 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29334] ppid=29323 vsize=1542912 CPUtime=1.81

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

[pid=29325/tid=29332] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29332/stat : 29332 (java) S 29323 29325 28498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28814282 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29333] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29333/stat : 29333 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29334] ppid=29323 vsize=1544208 CPUtime=3.76
/proc/29325/task/29334/stat : 29334 (java) S 29323 29325 28498 0 -1 4202560 7187 0 0 0 374 2 0 0 16 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29335] ppid=29323 vsize=1544208 CPUtime=0.65
/proc/29325/task/29335/stat : 29335 (java) S 29323 29325 28498 0 -1 4202560 969 0 0 0 65 0 0 0 15 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29336] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29336/stat : 29336 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29337] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29337/stat : 29337 (java) S 29323 29325 28498 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29338] ppid=29323 vsize=1544208 CPUtime=697.66
/proc/29325/task/29338/stat : 29338 (java) R 29323 29325 28498 0 -1 4202560 405 0 0 0 69749 17 0 0 20 0 16 0 28816898 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4109626831 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29325/tid=29339] ppid=29323 vsize=1544208 CPUtime=695.94
/proc/29325/task/29339/stat : 29339 (java) R 29323 29325 28498 0 -1 4202560 559 0 0 0 69582 12 0 0 25 0 16 0 28816898 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4109912892 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29325/tid=29340] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29340/stat : 29340 (java) S 29323 29325 28498 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28816999 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29341] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29341/stat : 29341 (java) S 29323 29325 28498 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 28817004 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 1544208

[startup+822.302 s]
/proc/loadavg: 2.07 2.00 1.60 3/122 29363
/proc/meminfo: memFree=419220/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=1544208 CPUtime=1600.66
/proc/29325/stat : 29325 (java) S 29323 29325 28498 0 -1 4202496 412882 0 1 0 159747 319 0 0 18 0 16 0 28814277 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 386052 353960 1448 10 0 383355 0
[pid=29325/tid=29327] ppid=29323 vsize=1544208 CPUtime=20.29
/proc/29325/task/29327/stat : 29327 (java) S 29323 29325 28498 0 -1 4202560 32092 0 1 0 2009 20 0 0 15 0 16 0 28814278 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29328] ppid=29323 vsize=1544208 CPUtime=28.75
/proc/29325/task/29328/stat : 29328 (java) S 29323 29325 28498 0 -1 4202560 206165 0 0 0 2734 141 0 0 15 0 16 0 28814280 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29329] ppid=29323 vsize=1544208 CPUtime=28.82
/proc/29325/task/29329/stat : 29329 (java) S 29323 29325 28498 0 -1 4202560 140081 0 0 0 2779 103 0 0 16 0 16 0 28814280 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29330] ppid=29323 vsize=1544208 CPUtime=9.65
/proc/29325/task/29330/stat : 29330 (java) S 29323 29325 28498 0 -1 4202560 24221 0 0 0 950 15 0 0 15 0 16 0 28814281 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29331] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29331/stat : 29331 (java) S 29323 29325 28498 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 28814282 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29332] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29332/stat : 29332 (java) S 29323 29325 28498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28814282 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29333] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29333/stat : 29333 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29334] ppid=29323 vsize=1544208 CPUtime=3.76
/proc/29325/task/29334/stat : 29334 (java) S 29323 29325 28498 0 -1 4202560 7187 0 0 0 374 2 0 0 16 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29335] ppid=29323 vsize=1544208 CPUtime=0.65
/proc/29325/task/29335/stat : 29335 (java) S 29323 29325 28498 0 -1 4202560 969 0 0 0 65 0 0 0 15 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29336] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29336/stat : 29336 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29337] ppid=29323 vsize=1544208 CPUtime=0.01
/proc/29325/task/29337/stat : 29337 (java) S 29323 29325 28498 0 -1 4202560 49 0 0 0 1 0 0 0 15 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29338] ppid=29323 vsize=1544208 CPUtime=755.2
/proc/29325/task/29338/stat : 29338 (java) R 29323 29325 28498 0 -1 4202560 432 0 0 0 75501 19 0 0 25 0 16 0 28816898 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4109151293 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29325/tid=29339] ppid=29323 vsize=1544208 CPUtime=753.42
/proc/29325/task/29339/stat : 29339 (java) R 29323 29325 28498 0 -1 4202560 615 0 0 0 75330 12 0 0 25 0 16 0 28816898 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4109151419 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29325/tid=29340] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29340/stat : 29340 (java) S 29323 29325 28498 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28816999 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29341] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29341/stat : 29341 (java) S 29323 29325 28498 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 28817004 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1600.66
Current children cumulated vsize (KiB) 1544208

[startup+882.302 s]
/proc/loadavg: 2.12 2.03 1.64 3/122 29365
/proc/meminfo: memFree=419220/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=1544208 CPUtime=1715.87
/proc/29325/stat : 29325 (java) S 29323 29325 28498 0 -1 4202496 421026 0 1 0 171256 331 0 0 18 0 16 0 28814277 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 386052 353960 1448 10 0 383355 0
[pid=29325/tid=29327] ppid=29323 vsize=1544208 CPUtime=20.29
/proc/29325/task/29327/stat : 29327 (java) S 29323 29325 28498 0 -1 4202560 32093 0 1 0 2009 20 0 0 15 0 16 0 28814278 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29328] ppid=29323 vsize=1544208 CPUtime=30.68
/proc/29325/task/29328/stat : 29328 (java) S 29323 29325 28498 0 -1 4202560 206165 0 0 0 2924 144 0 0 15 0 16 0 28814280 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29329] ppid=29323 vsize=1544208 CPUtime=30.79
/proc/29325/task/29329/stat : 29329 (java) S 29323 29325 28498 0 -1 4202560 140081 0 0 0 2973 106 0 0 15 0 16 0 28814280 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29330] ppid=29323 vsize=1544208 CPUtime=13.11
/proc/29325/task/29330/stat : 29330 (java) S 29323 29325 28498 0 -1 4202560 32270 0 0 0 1292 19 0 0 15 0 16 0 28814281 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29331] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29331/stat : 29331 (java) S 29323 29325 28498 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 28814282 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29332] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29332/stat : 29332 (java) S 29323 29325 28498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28814282 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29333] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29333/stat : 29333 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29334] ppid=29323 vsize=1544208 CPUtime=3.76
/proc/29325/task/29334/stat : 29334 (java) S 29323 29325 28498 0 -1 4202560 7187 0 0 0 374 2 0 0 16 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29335] ppid=29323 vsize=1544208 CPUtime=0.65
/proc/29325/task/29335/stat : 29335 (java) S 29323 29325 28498 0 -1 4202560 969 0 0 0 65 0 0 0 15 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29336] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29336/stat : 29336 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29337] ppid=29323 vsize=1544208 CPUtime=0.01
/proc/29325/task/29337/stat : 29337 (java) S 29323 29325 28498 0 -1 4202560 53 0 0 0 1 0 0 0 15 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29338] ppid=29323 vsize=1544208 CPUtime=808.88
/proc/29325/task/29338/stat : 29338 (java) R 29323 29325 28498 0 -1 4202560 473 0 0 0 80868 20 0 0 25 0 16 0 28816898 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4109366427 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29325/tid=29339] ppid=29323 vsize=1544208 CPUtime=807.6
/proc/29325/task/29339/stat : 29339 (java) R 29323 29325 28498 0 -1 4202560 664 0 0 0 80746 14 0 0 25 0 16 0 28816898 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4109912804 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29325/tid=29340] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29340/stat : 29340 (java) S 29323 29325 28498 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28816999 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29341] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29341/stat : 29341 (java) S 29323 29325 28498 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 28817004 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1715.87
Current children cumulated vsize (KiB) 1544208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.101 s]
/proc/loadavg: 2.06 2.02 1.65 3/122 29365
/proc/meminfo: memFree=419220/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=1544208 CPUtime=1800.2
/proc/29325/stat : 29325 (java) S 29323 29325 28498 0 -1 4202496 429109 0 1 0 179681 339 0 0 18 0 16 0 28814277 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 386052 353960 1448 10 0 383355 0
[pid=29325/tid=29327] ppid=29323 vsize=1544208 CPUtime=20.29
/proc/29325/task/29327/stat : 29327 (java) S 29323 29325 28498 0 -1 4202560 32093 0 1 0 2009 20 0 0 15 0 16 0 28814278 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29328] ppid=29323 vsize=1544208 CPUtime=31.43
/proc/29325/task/29328/stat : 29328 (java) S 29323 29325 28498 0 -1 4202560 206165 0 0 0 2997 146 0 0 16 0 16 0 28814280 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29329] ppid=29323 vsize=1544208 CPUtime=31.54
/proc/29325/task/29329/stat : 29329 (java) S 29323 29325 28498 0 -1 4202560 140081 0 0 0 3047 107 0 0 16 0 16 0 28814280 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29330] ppid=29323 vsize=1544208 CPUtime=15.57
/proc/29325/task/29330/stat : 29330 (java) S 29323 29325 28498 0 -1 4202560 40317 0 0 0 1534 23 0 0 15 0 16 0 28814281 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29331] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29331/stat : 29331 (java) S 29323 29325 28498 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 28814282 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29332] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29332/stat : 29332 (java) S 29323 29325 28498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28814282 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29333] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29333/stat : 29333 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29334] ppid=29323 vsize=1544208 CPUtime=3.76
/proc/29325/task/29334/stat : 29334 (java) S 29323 29325 28498 0 -1 4202560 7187 0 0 0 374 2 0 0 16 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29335] ppid=29323 vsize=1544208 CPUtime=0.65
/proc/29325/task/29335/stat : 29335 (java) S 29323 29325 28498 0 -1 4202560 969 0 0 0 65 0 0 0 15 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29336] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29336/stat : 29336 (java) S 29323 29325 28498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
[pid=29325/tid=29337] ppid=29323 vsize=1544208 CPUtime=0.01
/proc/29325/task/29337/stat : 29337 (java) S 29323 29325 28498 0 -1 4202560 55 0 0 0 1 0 0 0 15 0 16 0 28814286 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29338] ppid=29323 vsize=1544208 CPUtime=849.42
/proc/29325/task/29338/stat : 29338 (java) R 29323 29325 28498 0 -1 4202560 486 0 0 0 84921 21 0 0 25 0 16 0 28816898 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4109151468 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29325/tid=29339] ppid=29323 vsize=1544208 CPUtime=847.44
/proc/29325/task/29339/stat : 29339 (java) R 29323 29325 28498 0 -1 4202560 685 0 0 0 84730 14 0 0 25 0 16 0 28816898 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4109212808 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29325/tid=29340] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29340/stat : 29340 (java) S 29323 29325 28498 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28816999 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 1 0 0 0
[pid=29325/tid=29341] ppid=29323 vsize=1544208 CPUtime=0
/proc/29325/task/29341/stat : 29341 (java) S 29323 29325 28498 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 28817004 1581268992 353960 1992294400 134512640 134550932 4289838368 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1544208

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+926.216 s]
/proc/loadavg: 2.06 2.02 1.65 3/122 29365
/proc/meminfo: memFree=419220/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=0 CPUtime=1800.39
/proc/29325/stat : 29325 (java) Z 29323 29325 28498 0 -1 4203548 429129 0 1 0 179699 340 0 0 17 0 2 0 28814277 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 0 0 0 0 0 0 0
[pid=29325/tid=29338] ppid=29323 vsize=0 CPUtime=849.51
/proc/29325/task/29338/stat : 29338 (java) R 29323 29325 28498 0 -1 4203588 486 0 0 0 84928 23 0 0 25 0 2 0 28816898 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) 1800.39
Current children cumulated vsize (KiB) 0

[startup+926.3 s]
/proc/loadavg: 2.06 2.02 1.65 2/109 29368
/proc/meminfo: memFree=1542048/2059040 swapFree=4140192/4192956
[pid=29325] ppid=29323 vsize=0 CPUtime=1800.49
/proc/29325/stat : 29325 (java) Z 29323 29325 28498 0 -1 4203548 429129 0 1 0 179699 350 0 0 17 0 2 0 28814277 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 0 0 0 0 0 0 0
[pid=29325/tid=29338] ppid=29323 vsize=0 CPUtime=849.6
/proc/29325/task/29338/stat : 29338 (java) R 29323 29325 28498 0 -1 4203588 486 0 0 0 84928 32 0 0 25 0 2 0 28816898 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) 1800.49
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 926.329
CPU time (s): 1800.52
CPU user time (s): 1796.99
CPU system time (s): 3.52046
CPU usage (%): 194.371
Max. virtual memory (cumulated for all children) (KiB): 1568700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.99
system time used= 3.52046
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 429129
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= 33480
involuntary context switches= 53861

runsolver used 4.27535 second user time and 10.6694 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-14 18:15:03
IDJOB=2662149
IDBENCH=2336
IDSOLVER=1166
FILE ID=node003/2662149-1276532101
PBS_JOBID= 11173441
Free space on /tmp= 62544 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-dano3_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662149-1276532101/watcher-2662149-1276532101 -o /tmp/evaluation-result-2662149-1276532101/solver-2662149-1276532101 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662149-1276532101.opb

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

MD5SUM BENCH= 77442b3482c8e96813b174683c20fffc
RANDOM SEED=25195931

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:       1833964 kB
Buffers:         18544 kB
Cached:         127328 kB
SwapCached:       5600 kB
Active:          95960 kB
Inactive:        62424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1833964 kB
SwapTotal:     4192956 kB
SwapFree:      4140192 kB
Dirty:           32560 kB
Writeback:           0 kB
AnonPages:       11008 kB
Mapped:          12860 kB
Slab:            44512 kB
PageTables:       4104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182300 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= 62544 MiB
End job on node003 at 2010-06-14 18:30:32