Trace number 2662139

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.54 924.916

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_5.opb
MD5SUM143c67a6efdf0b74421c6a96157a0df7
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 variables404336
Total number of constraints3663
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints3658
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.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662139-1276526724.opb
0.23/0.21	c reading problem ... 
32.91/25.09	c ... done. Wall clock time 24.875s.
32.91/25.09	c #vars     404336
32.91/25.09	c #constraints  127019
32.91/25.09	c constraints type 
32.91/25.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
32.91/25.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4877
32.91/25.09	c constraints type 
32.91/25.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
32.91/25.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4877
1576.82/806.14	c cleaning 2492 clauses out of 4993 with flag 5001/5001
1616.12/827.41	c cleaning 4251 clauses out of 8502 with flag 11002/11002
1659.98/851.09	c cleaning 5629 clauses out of 11258 with flag 18009/18009
1703.76/874.86	c cleaning 6811 clauses out of 13625 with flag 26005/26005
1800.05/924.61	c starts		: 55
1800.05/924.61	c conflicts		: 30474
1800.05/924.61	c decisions		: 262011
1800.05/924.61	c propagations		: 5931293
1800.05/924.61	c inspects		: 39033312
1800.05/924.61	c learnt literals	: 8
1800.05/924.61	c learnt binary clauses	: 12
1800.05/924.61	c learnt ternary clauses	: 3
1800.05/924.61	c learnt clauses	: 30466
1800.05/924.61	c ignored clauses	: 0
1800.05/924.61	c root simplifications	: 0
1800.05/924.61	c removed literals (reason simplification)	: 1969338
1800.05/924.61	c reason swapping (by a shorter reason)	: 0
1800.05/924.61	c Calls to reduceDB	: 4
1800.05/924.62	c number of reductions to clauses (during analyze)	: 0
1800.05/924.62	c number of learned constraints concerned by reduction	: 0
1800.05/924.62	c number of learning phase by resolution	: 0
1800.05/924.62	c number of learning phase by cutting planes	: 0
1800.05/924.62	c speed (assignments/second)	: 6593.849601842762
1800.05/924.62	c non guided choices	47632
1800.26/924.73	c learnt constraints type 
1800.26/924.73	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11271
1800.26/924.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1800.26/924.73	c constraints type 
1800.26/924.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
1800.26/924.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4877
1800.26/924.73	c constraints type 
1800.26/924.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
1800.26/924.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4877
1800.26/924.73	s UNKNOWN
1800.26/924.73	c Total wall clock time (in seconds): 924.517

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-2662139-1276526724/watcher-2662139-1276526724 -o /tmp/evaluation-result-2662139-1276526724/solver-2662139-1276526724 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662139-1276526724.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.00 1.00 1.00 3/106 29869
/proc/meminfo: memFree=1659712/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=1832 CPUtime=0
/proc/29869/stat : 29869 (java6) R 29867 29869 29537 0 -1 4194304 246 0 0 0 0 0 0 0 19 0 1 0 28259047 1875968 150 1992294400 134512640 134550932 4293287712 18446744073709551615 2345486 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29869/statm: 459 155 116 10 0 64 0

[startup+0.025484 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29869
/proc/meminfo: memFree=1659712/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=1517068 CPUtime=0.01
/proc/29869/stat : 29869 (java) S 29867 29869 29537 0 -1 4202496 1859 0 1 0 0 1 0 0 18 0 2 0 28259047 1553477632 1303 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 379267 1316 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.100482 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29869
/proc/meminfo: memFree=1659712/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=1524180 CPUtime=0.08
/proc/29869/stat : 29869 (java) S 29867 29869 29537 0 -1 4202496 3957 0 1 0 6 2 0 0 18 0 12 0 28259047 1560760320 3396 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300479 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29869
/proc/meminfo: memFree=1659712/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=1526096 CPUtime=0.36
/proc/29869/stat : 29869 (java) S 29867 29869 29537 0 -1 4202496 9846 0 1 0 32 4 0 0 18 0 12 0 28259047 1562722304 9283 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 381524 9283 1351 10 0 378827 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526096

[startup+0.700473 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29869
/proc/meminfo: memFree=1659712/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=1530232 CPUtime=1.12
/proc/29869/stat : 29869 (java) S 29867 29869 29537 0 -1 4202496 12600 0 1 0 106 6 0 0 18 0 12 0 28259047 1566957568 11881 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 382558 11883 1412 10 0 379861 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1530232

[startup+1.50146 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 29881
/proc/meminfo: memFree=1610148/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=1540276 CPUtime=2.71
/proc/29869/stat : 29869 (java) S 29867 29869 29537 0 -1 4202496 22257 0 1 0 259 12 0 0 18 0 12 0 28259047 1577242624 20587 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 385069 20587 1414 10 0 382372 0
[pid=29869/tid=29871] ppid=29867 vsize=1540276 CPUtime=1.47
/proc/29869/task/29871/stat : 29871 (java) R 29867 29869 29537 0 -1 4202560 16161 0 1 0 138 9 0 0 18 0 12 0 28259048 1577242624 20587 1992294400 134512640 134550932 4293111424 18446744073709551615 4108928996 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=1540276 CPUtime=0
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 29537 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 28259050 1577242624 20587 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=1540276 CPUtime=0
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 28259050 1577242624 20587 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=1540276 CPUtime=0
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28259051 1577242624 20587 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=1540276 CPUtime=0
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 29537 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 28259052 1577242624 20587 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=1540276 CPUtime=0
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 29537 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 28259052 1577242624 20587 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=1540276 CPUtime=0
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28259056 1577242624 20587 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=1540276 CPUtime=0.62
/proc/29869/task/29878/stat : 29878 (java) R 29867 29869 29537 0 -1 4202560 2486 0 0 0 61 1 0 0 25 0 12 0 28259056 1577242624 20587 1992294400 134512640 134550932 4293111424 18446744073709551615 103815268 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=1540276 CPUtime=0.6
/proc/29869/task/29879/stat : 29879 (java) R 29867 29869 29537 0 -1 4202560 2544 0 0 0 59 1 0 0 25 0 12 0 28259056 1577242624 20587 1992294400 134512640 134550932 4293111424 18446744073709551615 105635665 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=1540276 CPUtime=0
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28259056 1577242624 20588 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=1540276 CPUtime=0
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28259056 1577242624 20590 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1540276

[startup+3.10143 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 29881
/proc/meminfo: memFree=1540336/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=1543124 CPUtime=5.34
/proc/29869/stat : 29869 (java) S 29867 29869 29537 0 -1 4202496 54697 0 1 0 508 26 0 0 18 0 12 0 28259047 1580158976 49061 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 385781 49061 1423 10 0 383084 0
[pid=29869/tid=29871] ppid=29867 vsize=1543124 CPUtime=2.87
/proc/29869/task/29871/stat : 29871 (java) R 29867 29869 29537 0 -1 4202560 32027 0 1 0 272 15 0 0 16 0 12 0 28259048 1580158976 49061 1992294400 134512640 134550932 4293111424 18446744073709551615 4109251008 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=1543124 CPUtime=0.18
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 29537 0 -1 4202560 5966 0 0 0 16 2 0 0 18 0 12 0 28259050 1580158976 49061 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=1543124 CPUtime=0.18
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 29537 0 -1 4202560 7171 0 0 0 15 3 0 0 18 0 12 0 28259050 1580158976 49061 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 29537 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 28259051 1580158976 49061 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 29537 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 28259052 1580158976 49061 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 29537 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 28259052 1580158976 49061 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28259056 1580158976 49061 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=1543124 CPUtime=0.8
/proc/29869/task/29878/stat : 29878 (java) S 29867 29869 29537 0 -1 4202560 2496 0 0 0 79 1 0 0 25 0 12 0 28259056 1580158976 49061 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=1543124 CPUtime=1.25
/proc/29869/task/29879/stat : 29879 (java) S 29867 29869 29537 0 -1 4202560 5967 0 0 0 123 2 0 0 25 0 12 0 28259056 1580158976 49061 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28259056 1580158976 49061 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28259056 1580158976 49061 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 1543124

[startup+6.30038 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 29881
/proc/meminfo: memFree=1384964/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=1543124 CPUtime=9.39
/proc/29869/stat : 29869 (java) S 29867 29869 29537 0 -1 4202496 89958 0 1 0 896 43 0 0 18 0 12 0 28259047 1580158976 77812 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 385781 77812 1423 10 0 383084 0
[pid=29869/tid=29871] ppid=29867 vsize=1543124 CPUtime=5.2
/proc/29869/task/29871/stat : 29871 (java) R 29867 29869 29537 0 -1 4202560 32033 0 1 0 504 16 0 0 16 0 12 0 28259048 1580158976 77812 1992294400 134512640 134550932 4293111424 18446744073709551615 4109227084 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=1543124 CPUtime=1.04
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 29537 0 -1 4202560 21193 0 0 0 95 9 0 0 16 0 12 0 28259050 1580158976 77812 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=1543124 CPUtime=1.05
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 29537 0 -1 4202560 27199 0 0 0 93 12 0 0 16 0 12 0 28259050 1580158976 77812 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 29537 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 28259051 1580158976 77812 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 29537 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 28259052 1580158976 77812 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 29537 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 28259052 1580158976 77812 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28259056 1580158976 77812 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=1543124 CPUtime=0.8
/proc/29869/task/29878/stat : 29878 (java) S 29867 29869 29537 0 -1 4202560 2496 0 0 0 79 1 0 0 25 0 12 0 28259056 1580158976 77812 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=1543124 CPUtime=1.25
/proc/29869/task/29879/stat : 29879 (java) S 29867 29869 29537 0 -1 4202560 5967 0 0 0 123 2 0 0 25 0 12 0 28259056 1580158976 77812 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28259056 1580158976 77812 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28259056 1580158976 77812 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 1543124

[startup+12.7021 s]
/proc/loadavg: 1.15 1.03 1.01 3/118 29881
/proc/meminfo: memFree=1191524/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=1543124 CPUtime=18.12
/proc/29869/stat : 29869 (java) S 29867 29869 29537 0 -1 4202496 143183 0 1 0 1747 65 0 0 18 0 12 0 28259047 1580158976 120730 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 385781 120730 1423 10 0 383084 0
[pid=29869/tid=29871] ppid=29867 vsize=1543124 CPUtime=9.34
/proc/29869/task/29871/stat : 29871 (java) R 29867 29869 29537 0 -1 4202560 32044 0 1 0 917 17 0 0 16 0 12 0 28259048 1580158976 120730 1992294400 134512640 134550932 4293111424 18446744073709551615 4109299112 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=1543124 CPUtime=3.28
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 29537 0 -1 4202560 44810 0 0 0 310 18 0 0 15 0 12 0 28259050 1580158976 120730 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=1543124 CPUtime=3.26
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 29537 0 -1 4202560 56793 0 0 0 303 23 0 0 16 0 12 0 28259050 1580158976 120730 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 29537 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 28259051 1580158976 120730 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 29537 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 28259052 1580158976 120730 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 29537 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 28259052 1580158976 120730 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28259056 1580158976 120730 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=1543124 CPUtime=0.8
/proc/29869/task/29878/stat : 29878 (java) S 29867 29869 29537 0 -1 4202560 2496 0 0 0 79 1 0 0 17 0 12 0 28259056 1580158976 120730 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=1543124 CPUtime=1.36
/proc/29869/task/29879/stat : 29879 (java) S 29867 29869 29537 0 -1 4202560 5970 0 0 0 134 2 0 0 16 0 12 0 28259056 1580158976 120730 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28259056 1580158976 120730 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=1543124 CPUtime=0
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28259056 1580158976 120730 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.12
Current children cumulated vsize (KiB) 1543124

[startup+25.5014 s]
/proc/loadavg: 1.18 1.05 1.01 3/120 29883
/proc/meminfo: memFree=963348/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=1544796 CPUtime=33.79
/proc/29869/stat : 29869 (java) S 29867 29869 29537 0 -1 4202496 209164 0 1 0 3285 94 0 0 18 0 14 0 28259047 1581871104 175258 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 386199 175258 1428 10 0 383502 0
[pid=29869/tid=29871] ppid=29867 vsize=1544796 CPUtime=19.33
/proc/29869/task/29871/stat : 29871 (java) S 29867 29869 29537 0 -1 4202560 32087 0 1 0 1914 19 0 0 17 0 14 0 28259048 1581871104 175258 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=1544796 CPUtime=5.79
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 29537 0 -1 4202560 74589 0 0 0 549 30 0 0 16 0 14 0 28259050 1581871104 175258 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=1544796 CPUtime=5.77
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 29537 0 -1 4202560 91774 0 0 0 539 38 0 0 16 0 14 0 28259050 1581871104 175258 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=1544796 CPUtime=0
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 29537 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 28259051 1581871104 175258 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=1544796 CPUtime=0
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 29537 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 28259052 1581871104 175258 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=1544796 CPUtime=0
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 29537 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 28259052 1581871104 175258 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=1544796 CPUtime=0
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 28259056 1581871104 175258 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=1544796 CPUtime=1.07

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

[pid=29869/tid=29876] ppid=29867 vsize=1546468 CPUtime=0
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 29537 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 28259052 1583583232 353880 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=1546468 CPUtime=0
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28259056 1583583232 353880 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=1546468 CPUtime=1.71
/proc/29869/task/29878/stat : 29878 (java) S 29867 29869 29537 0 -1 4202560 4202 0 0 0 170 1 0 0 15 0 16 0 28259056 1583583232 353880 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=1546468 CPUtime=3.17
/proc/29869/task/29879/stat : 29879 (java) S 29867 29869 29537 0 -1 4202560 6066 0 0 0 314 3 0 0 15 0 16 0 28259056 1583583232 353880 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=1546468 CPUtime=0
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28259056 1583583232 353880 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=1546468 CPUtime=0
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 29537 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 28259056 1583583232 353880 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29882] ppid=29867 vsize=1546468 CPUtime=710.64
/proc/29869/task/29882/stat : 29882 (java) R 29867 29869 29537 0 -1 4202560 300 0 0 0 71053 11 0 0 25 0 16 0 28261556 1583583232 353880 1992294400 134512640 134550932 4293111424 18446744073709551615 4109345062 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29869/tid=29883] ppid=29867 vsize=1546468 CPUtime=706.35
/proc/29869/task/29883/stat : 29883 (java) R 29867 29869 29537 0 -1 4202560 395 0 0 0 70618 17 0 0 25 0 16 0 28261556 1583583232 353880 1992294400 134512640 134550932 4293111424 18446744073709551615 4109670932 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29869/tid=29884] ppid=29867 vsize=1546468 CPUtime=0
/proc/29869/task/29884/stat : 29884 (java) S 29867 29869 29537 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 28261661 1583583232 353880 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29885] ppid=29867 vsize=1546468 CPUtime=0
/proc/29869/task/29885/stat : 29885 (java) S 29867 29869 29537 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28261663 1583583232 353880 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1490.01
Current children cumulated vsize (KiB) 1546468

[startup+822.302 s]
/proc/loadavg: 2.26 2.01 1.60 3/122 29907
/proc/meminfo: memFree=245124/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=1546468 CPUtime=1606.02
/proc/29869/stat : 29869 (java) S 29867 29869 29537 0 -1 4202496 405358 0 1 0 160341 261 0 0 18 0 16 0 28259047 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 386617 353886 1448 10 0 383920 0
[pid=29869/tid=29871] ppid=29867 vsize=1546468 CPUtime=19.33
/proc/29869/task/29871/stat : 29871 (java) S 29867 29869 29537 0 -1 4202560 32094 0 1 0 1914 19 0 0 15 0 16 0 28259048 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=1546468 CPUtime=23.7
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 29537 0 -1 4202560 164140 0 0 0 2274 96 0 0 16 0 16 0 28259050 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=1546468 CPUtime=23.8
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 29537 0 -1 4202560 182042 0 0 0 2286 94 0 0 16 0 16 0 28259050 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=1546468 CPUtime=6.37
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 29537 0 -1 4202560 14933 0 0 0 624 13 0 0 15 0 16 0 28259051 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=1546468 CPUtime=0
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 29537 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28259052 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=1546468 CPUtime=0
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 29537 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 28259052 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=1546468 CPUtime=0
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28259056 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=1546468 CPUtime=1.77
/proc/29869/task/29878/stat : 29878 (java) S 29867 29869 29537 0 -1 4202560 4207 0 0 0 176 1 0 0 15 0 16 0 28259056 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=1546468 CPUtime=3.17
/proc/29869/task/29879/stat : 29879 (java) S 29867 29869 29537 0 -1 4202560 6066 0 0 0 314 3 0 0 15 0 16 0 28259056 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=1546468 CPUtime=0
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28259056 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=1546468 CPUtime=0
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 29537 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 28259056 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29882] ppid=29867 vsize=1546468 CPUtime=766.04
/proc/29869/task/29882/stat : 29882 (java) R 29867 29869 29537 0 -1 4202560 325 0 0 0 76591 13 0 0 25 0 16 0 28261556 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4109200624 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29869/tid=29883] ppid=29867 vsize=1546468 CPUtime=761.76
/proc/29869/task/29883/stat : 29883 (java) R 29867 29869 29537 0 -1 4202560 432 0 0 0 76159 17 0 0 25 0 16 0 28261556 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4109268415 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29869/tid=29884] ppid=29867 vsize=1546468 CPUtime=0
/proc/29869/task/29884/stat : 29884 (java) S 29867 29869 29537 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 28261661 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29885] ppid=29867 vsize=1546468 CPUtime=0
/proc/29869/task/29885/stat : 29885 (java) S 29867 29869 29537 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28261663 1583583232 353886 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.02
Current children cumulated vsize (KiB) 1546468

[startup+882.301 s]
/proc/loadavg: 2.26 2.06 1.64 3/122 29909
/proc/meminfo: memFree=239916/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=1551588 CPUtime=1716.2
/proc/29869/stat : 29869 (java) S 29867 29869 29537 0 -1 4202496 416610 0 1 0 171347 273 0 0 18 0 16 0 28259047 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 387897 355152 1448 10 0 385200 0
[pid=29869/tid=29871] ppid=29867 vsize=1551588 CPUtime=19.33
/proc/29869/task/29871/stat : 29871 (java) S 29867 29869 29537 0 -1 4202560 32097 0 1 0 1914 19 0 0 15 0 16 0 28259048 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=1551588 CPUtime=24.75
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 29537 0 -1 4202560 164140 0 0 0 2376 99 0 0 16 0 16 0 28259050 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=1551588 CPUtime=24.84
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 29537 0 -1 4202560 182042 0 0 0 2388 96 0 0 15 0 16 0 28259050 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=1551588 CPUtime=15.03
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 29537 0 -1 4202560 24348 0 0 0 1485 18 0 0 15 0 16 0 28259051 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 29537 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28259052 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 29537 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 28259052 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28259056 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=1551588 CPUtime=2.27
/proc/29869/task/29878/stat : 29878 (java) S 29867 29869 29537 0 -1 4202560 5975 0 0 0 225 2 0 0 15 0 16 0 28259056 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=1551588 CPUtime=3.18
/proc/29869/task/29879/stat : 29879 (java) S 29867 29869 29537 0 -1 4202560 6066 0 0 0 315 3 0 0 16 0 16 0 28259056 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28259056 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 29537 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 28259056 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29882] ppid=29867 vsize=1551588 CPUtime=815.23
/proc/29869/task/29882/stat : 29882 (java) R 29867 29869 29537 0 -1 4202560 353 0 0 0 81510 13 0 0 25 0 16 0 28261556 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4109427606 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29869/tid=29883] ppid=29867 vsize=1551588 CPUtime=811.5
/proc/29869/task/29883/stat : 29883 (java) R 29867 29869 29537 0 -1 4202560 467 0 0 0 81131 19 0 0 25 0 16 0 28261556 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4109919057 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29869/tid=29884] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29884/stat : 29884 (java) S 29867 29869 29537 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 28261661 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29885] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29885/stat : 29885 (java) S 29867 29869 29537 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28261663 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1716.2
Current children cumulated vsize (KiB) 1551588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.602 s]
/proc/loadavg: 2.13 2.05 1.65 3/122 29909
/proc/meminfo: memFree=239916/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=1551588 CPUtime=1800.05
/proc/29869/stat : 29869 (java) S 29867 29869 29537 0 -1 4202496 416626 0 1 0 179731 274 0 0 18 0 16 0 28259047 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 387897 355152 1448 10 0 385200 0
[pid=29869/tid=29871] ppid=29867 vsize=1551588 CPUtime=19.33
/proc/29869/task/29871/stat : 29871 (java) S 29867 29869 29537 0 -1 4202560 32097 0 1 0 1914 19 0 0 15 0 16 0 28259048 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=1551588 CPUtime=25.01
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 29537 0 -1 4202560 164140 0 0 0 2402 99 0 0 16 0 16 0 28259050 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=1551588 CPUtime=25.11
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 29537 0 -1 4202560 182042 0 0 0 2415 96 0 0 15 0 16 0 28259050 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=1551588 CPUtime=15.03
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 29537 0 -1 4202560 24350 0 0 0 1485 18 0 0 15 0 16 0 28259051 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 0 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 29537 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28259052 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 29537 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 28259052 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28259056 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=1551588 CPUtime=2.28
/proc/29869/task/29878/stat : 29878 (java) S 29867 29869 29537 0 -1 4202560 5975 0 0 0 226 2 0 0 15 0 16 0 28259056 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=1551588 CPUtime=3.18
/proc/29869/task/29879/stat : 29879 (java) S 29867 29869 29537 0 -1 4202560 6066 0 0 0 315 3 0 0 16 0 16 0 28259056 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 29537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28259056 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 29537 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 28259056 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29882] ppid=29867 vsize=1551588 CPUtime=856.56
/proc/29869/task/29882/stat : 29882 (java) R 29867 29869 29537 0 -1 4202560 363 0 0 0 85642 14 0 0 25 0 16 0 28261556 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4109678067 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29869/tid=29883] ppid=29867 vsize=1551588 CPUtime=853.48
/proc/29869/task/29883/stat : 29883 (java) R 29867 29869 29537 0 -1 4202560 469 0 0 0 85329 19 0 0 25 0 16 0 28261556 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4109200445 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29869/tid=29884] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29884/stat : 29884 (java) S 29867 29869 29537 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 28261661 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 0 0 0 0
[pid=29869/tid=29885] ppid=29867 vsize=1551588 CPUtime=0
/proc/29869/task/29885/stat : 29885 (java) S 29867 29869 29537 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28261663 1588826112 355152 1992294400 134512640 134550932 4293111424 18446744073709551615 4294960144 0 4 0 16800975 18446604437856593088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1551588

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

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

[startup+924.802 s]
/proc/loadavg: 2.13 2.05 1.65 3/122 29909
/proc/meminfo: memFree=239916/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=0 CPUtime=1800.41
/proc/29869/stat : 29869 (java) Z 29867 29869 29537 0 -1 4203548 416649 0 1 0 179765 276 0 0 16 0 2 0 28259047 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 0 0 0 0 0 0 0
[pid=29869/tid=29883] ppid=29867 vsize=0 CPUtime=853.67
/proc/29869/task/29883/stat : 29883 (java) R 29867 29869 29537 0 -1 4203588 469 0 0 0 85346 21 0 0 25 0 2 0 28261556 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 0

[startup+924.902 s]
/proc/loadavg: 2.13 2.05 1.65 3/122 29909
/proc/meminfo: memFree=239916/2059040 swapFree=4134576/4192956
[pid=29869] ppid=29867 vsize=0 CPUtime=1800.51
/proc/29869/stat : 29869 (java) Z 29867 29869 29537 0 -1 4203548 416649 0 1 0 179765 286 0 0 16 0 2 0 28259047 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29869/statm: 0 0 0 0 0 0 0
[pid=29869/tid=29883] ppid=29867 vsize=0 CPUtime=853.77
/proc/29869/task/29883/stat : 29883 (java) R 29867 29869 29537 0 -1 4203588 469 0 0 0 85346 31 0 0 25 0 2 0 28261556 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 924.916
CPU time (s): 1800.54
CPU user time (s): 1797.65
CPU system time (s): 2.88456
CPU usage (%): 194.67
Max. virtual memory (cumulated for all children) (KiB): 1570960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.65
system time used= 2.88456
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 416649
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= 29544
involuntary context switches= 52271

runsolver used 4.83526 second user time and 9.8515 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-14 16:45:26
IDJOB=2662139
IDBENCH=2314
IDSOLVER=1166
FILE ID=node017/2662139-1276526724
PBS_JOBID= 11173446
Free space on /tmp= 62396 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_5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662139-1276526724/watcher-2662139-1276526724 -o /tmp/evaluation-result-2662139-1276526724/solver-2662139-1276526724 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662139-1276526724.opb

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

MD5SUM BENCH= 143c67a6efdf0b74421c6a96157a0df7
RANDOM SEED=895658369

node017.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.201
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.40
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.201
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.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1660116 kB
Buffers:        118440 kB
Cached:         198672 kB
SwapCached:      11540 kB
Active:         137448 kB
Inactive:       193600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1660116 kB
SwapTotal:     4192956 kB
SwapFree:      4134576 kB
Dirty:           32600 kB
Writeback:           0 kB
AnonPages:       12292 kB
Mapped:           9220 kB
Slab:            46056 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184232 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= 62396 MiB
End job on node017 at 2010-06-14 17:00:53