Trace number 2660256

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 CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.11 1797.17

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath2.opb
MD5SUMa4a0adfe0d9b9bff1eac92e870352c94
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 variables52335
Total number of constraints5202
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)193
Number of constraints which are nor clauses,nor cardinality constraints5009
Minimum length of a constraint1
Maximum length of a constraint49934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4820003452178237
Number of bits of the biggest sum of numbers53
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.v20100526
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 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@16fd0b7
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	c solving HOME/instance-2660256-1276526366.opb
0.23/0.21	c reading problem ... 
4.85/3.88	c ... done. Wall clock time 3.674s.
4.85/3.88	c #vars     52335
4.85/3.88	c #constraints  7593
4.85/3.88	c constraints type 
4.85/3.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5112
1800.03/1797.12	c starts		: 1
1800.03/1797.12	c conflicts		: 65
1800.03/1797.12	c decisions		: 17203
1800.03/1797.12	c propagations		: 108323
1800.03/1797.12	c inspects		: 3113911
1800.03/1797.12	c learnt literals	: 0
1800.03/1797.12	c learnt binary clauses	: 0
1800.03/1797.12	c learnt ternary clauses	: 0
1800.03/1797.12	c learnt clauses	: 64
1800.03/1797.12	c ignored clauses	: 0
1800.03/1797.12	c root simplifications	: 0
1800.03/1797.12	c removed literals (reason simplification)	: 0
1800.03/1797.12	c reason swapping (by a shorter reason)	: 0
1800.03/1797.12	c Calls to reduceDB	: 0
1800.03/1797.12	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.12	c number of learned constraints concerned by reduction	: 0
1800.03/1797.12	c number of learning phase by resolution	: 0
1800.03/1797.12	c number of learning phase by cutting planes	: 0
1800.03/1797.12	c speed (assignments/second)	: 60.40660684540921
1800.03/1797.12	c non guided choices	0
1800.03/1797.12	c learnt constraints type 
1800.03/1797.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 64
1800.03/1797.12	c constraints type 
1800.03/1797.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5112
1800.03/1797.12	s UNKNOWN
1800.03/1797.12	c Total wall clock time (in seconds): 1796.908

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-2660256-1276526366/watcher-2660256-1276526366 -o /tmp/evaluation-result-2660256-1276526366/solver-2660256-1276526366 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660256-1276526366.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: 2.34 2.26 1.99 3/106 29723
/proc/meminfo: memFree=1753588/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1832 CPUtime=0
/proc/29723/stat : 29723 (java6) R 29721 29723 29069 0 -1 4194304 246 0 0 0 0 0 0 0 19 0 1 0 28240057 1875968 149 1992294400 134512640 134550932 4288566928 18446744073709551615 2972174 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29723/statm: 459 154 116 10 0 64 0

[startup+0.0808119 s]
/proc/loadavg: 2.34 2.26 1.99 3/106 29723
/proc/meminfo: memFree=1753588/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1521796 CPUtime=0.06
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 3780 0 1 0 4 2 0 0 18 0 7 0 28240057 1558319104 3221 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 380449 3221 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101813 s]
/proc/loadavg: 2.34 2.26 1.99 3/106 29723
/proc/meminfo: memFree=1753588/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1524184 CPUtime=0.08
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 3962 0 1 0 6 2 0 0 18 0 12 0 28240057 1560764416 3401 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 381046 3401 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301851 s]
/proc/loadavg: 2.34 2.26 1.99 3/106 29723
/proc/meminfo: memFree=1753588/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1525960 CPUtime=0.35
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 5597 0 1 0 32 3 0 0 18 0 12 0 28240057 1562583040 5034 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 381490 5034 1359 10 0 378792 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525960

[startup+0.701925 s]
/proc/loadavg: 2.34 2.26 1.99 3/106 29723
/proc/meminfo: memFree=1753588/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1530324 CPUtime=1.06
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 8515 0 1 0 101 5 0 0 18 0 12 0 28240057 1567051776 7650 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 382581 7650 1405 10 0 379883 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1530324

[startup+1.50908 s]
/proc/loadavg: 2.23 2.24 1.98 2/118 29735
/proc/meminfo: memFree=1709844/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1530664 CPUtime=2.05
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 22855 0 1 0 193 12 0 0 18 0 12 0 28240057 1567399936 21740 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 382666 21740 1415 10 0 379968 0
[pid=29723/tid=29725] ppid=29721 vsize=1530664 CPUtime=1.2
/proc/29723/task/29725/stat : 29725 (java) R 29721 29723 29069 0 -1 4202560 19564 0 1 0 110 10 0 0 25 0 12 0 28240059 1567399936 21740 1992294400 134512640 134550932 4292636752 18446744073709551615 4108568414 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29723/tid=29726] ppid=29721 vsize=1530664 CPUtime=0
/proc/29723/task/29726/stat : 29726 (java) S 29721 29723 29069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 28240060 1567399936 21740 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29727] ppid=29721 vsize=1530664 CPUtime=0
/proc/29723/task/29727/stat : 29727 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 28240060 1567399936 21740 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29728] ppid=29721 vsize=1530664 CPUtime=0
/proc/29723/task/29728/stat : 29728 (java) S 29721 29723 29069 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 28240062 1567399936 21740 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29729] ppid=29721 vsize=1530664 CPUtime=0
/proc/29723/task/29729/stat : 29729 (java) S 29721 29723 29069 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 12 0 28240062 1567399936 21740 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29730] ppid=29721 vsize=1530664 CPUtime=0
/proc/29723/task/29730/stat : 29730 (java) S 29721 29723 29069 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 28240062 1567399936 21740 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29731] ppid=29721 vsize=1530664 CPUtime=0
/proc/29723/task/29731/stat : 29731 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28240066 1567399936 21740 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29732] ppid=29721 vsize=1530664 CPUtime=0.39
/proc/29723/task/29732/stat : 29732 (java) R 29721 29723 29069 0 -1 4202560 727 0 0 0 39 0 0 0 15 0 12 0 28240066 1567399936 21740 1992294400 134512640 134550932 4292636752 18446744073709551615 103975909 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29723/tid=29733] ppid=29721 vsize=1530664 CPUtime=0.43
/proc/29723/task/29733/stat : 29733 (java) S 29721 29723 29069 0 -1 4202560 1501 0 0 0 43 0 0 0 16 0 12 0 28240066 1567399936 21740 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29734] ppid=29721 vsize=1530664 CPUtime=0
/proc/29723/task/29734/stat : 29734 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28240066 1567399936 21740 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29735] ppid=29721 vsize=1530664 CPUtime=0
/proc/29723/task/29735/stat : 29735 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28240067 1567399936 21740 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1530664

[startup+3.10136 s]
/proc/loadavg: 2.23 2.24 1.98 2/118 29735
/proc/meminfo: memFree=1638296/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1531688 CPUtime=3.98
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 42626 0 1 0 376 22 0 0 18 0 12 0 28240057 1568448512 40621 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 382922 40621 1424 10 0 380224 0
[pid=29723/tid=29725] ppid=29721 vsize=1531688 CPUtime=2.66
/proc/29723/task/29725/stat : 29725 (java) R 29721 29723 29069 0 -1 4202560 32030 0 1 0 250 16 0 0 25 0 12 0 28240059 1568448512 40621 1992294400 134512640 134550932 4292636752 18446744073709551615 4108872556 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29723/tid=29726] ppid=29721 vsize=1531688 CPUtime=0.11
/proc/29723/task/29726/stat : 29726 (java) S 29721 29723 29069 0 -1 4202560 3034 0 0 0 10 1 0 0 18 0 12 0 28240060 1568448512 40621 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29727] ppid=29721 vsize=1531688 CPUtime=0.12
/proc/29723/task/29727/stat : 29727 (java) S 29721 29723 29069 0 -1 4202560 3396 0 0 0 11 1 0 0 18 0 12 0 28240060 1568448512 40621 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29728] ppid=29721 vsize=1531688 CPUtime=0
/proc/29723/task/29728/stat : 29728 (java) S 29721 29723 29069 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 28240062 1568448512 40621 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29729] ppid=29721 vsize=1531688 CPUtime=0
/proc/29723/task/29729/stat : 29729 (java) S 29721 29723 29069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 28240062 1568448512 40621 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29730] ppid=29721 vsize=1531688 CPUtime=0
/proc/29723/task/29730/stat : 29730 (java) S 29721 29723 29069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 28240062 1568448512 40621 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29731] ppid=29721 vsize=1531688 CPUtime=0
/proc/29723/task/29731/stat : 29731 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28240066 1568448512 40621 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29732] ppid=29721 vsize=1531688 CPUtime=0.59
/proc/29723/task/29732/stat : 29732 (java) S 29721 29723 29069 0 -1 4202560 1593 0 0 0 59 0 0 0 16 0 12 0 28240066 1568448512 40621 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29733] ppid=29721 vsize=1531688 CPUtime=0.43
/proc/29723/task/29733/stat : 29733 (java) S 29721 29723 29069 0 -1 4202560 1501 0 0 0 43 0 0 0 15 0 12 0 28240066 1568448512 40621 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29734] ppid=29721 vsize=1531688 CPUtime=0
/proc/29723/task/29734/stat : 29734 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28240066 1568448512 40621 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29735] ppid=29721 vsize=1531688 CPUtime=0
/proc/29723/task/29735/stat : 29735 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28240067 1568448512 40621 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 1531688

[startup+6.30096 s]
/proc/loadavg: 2.23 2.24 1.98 2/119 29736
/proc/meminfo: memFree=1558804/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1531664 CPUtime=7.72
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 52582 0 1 0 746 26 0 0 18 0 13 0 28240057 1568423936 49670 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 382916 49670 1429 10 0 380218 0
[pid=29723/tid=29725] ppid=29721 vsize=1531664 CPUtime=5.6
/proc/29723/task/29725/stat : 29725 (java) R 29721 29723 29069 0 -1 4202560 32074 0 1 0 544 16 0 0 25 0 13 0 28240059 1568423936 49670 1992294400 134512640 134550932 4292636752 18446744073709551615 4108552217 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29723/tid=29726] ppid=29721 vsize=1531664 CPUtime=0.29
/proc/29723/task/29726/stat : 29726 (java) S 29721 29723 29069 0 -1 4202560 8131 0 0 0 26 3 0 0 18 0 13 0 28240060 1568423936 49670 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29727] ppid=29721 vsize=1531664 CPUtime=0.29
/proc/29723/task/29727/stat : 29727 (java) S 29721 29723 29069 0 -1 4202560 8070 0 0 0 26 3 0 0 18 0 13 0 28240060 1568423936 49670 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29728] ppid=29721 vsize=1531664 CPUtime=0
/proc/29723/task/29728/stat : 29728 (java) S 29721 29723 29069 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 28240062 1568423936 49670 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29729] ppid=29721 vsize=1531664 CPUtime=0
/proc/29723/task/29729/stat : 29729 (java) S 29721 29723 29069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28240062 1568423936 49670 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29730] ppid=29721 vsize=1531664 CPUtime=0
/proc/29723/task/29730/stat : 29730 (java) S 29721 29723 29069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28240062 1568423936 49670 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29731] ppid=29721 vsize=1531664 CPUtime=0
/proc/29723/task/29731/stat : 29731 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1568423936 49670 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29732] ppid=29721 vsize=1531664 CPUtime=0.81
/proc/29723/task/29732/stat : 29732 (java) S 29721 29723 29069 0 -1 4202560 1606 0 0 0 81 0 0 0 15 0 13 0 28240066 1568423936 49670 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29733] ppid=29721 vsize=1531664 CPUtime=0.67
/proc/29723/task/29733/stat : 29733 (java) S 29721 29723 29069 0 -1 4202560 1624 0 0 0 67 0 0 0 15 0 13 0 28240066 1568423936 49670 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29734] ppid=29721 vsize=1531664 CPUtime=0
/proc/29723/task/29734/stat : 29734 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1568423936 49670 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29735] ppid=29721 vsize=1531664 CPUtime=0
/proc/29723/task/29735/stat : 29735 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28240067 1568423936 49670 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29736] ppid=29721 vsize=1531664 CPUtime=0
/proc/29723/task/29736/stat : 29736 (java) S 29721 29723 29069 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28240461 1568423936 49670 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 1531664

[startup+12.7011 s]
/proc/loadavg: 2.04 2.20 1.97 2/119 29736
/proc/meminfo: memFree=1558680/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1531816 CPUtime=14.4
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 52712 0 1 0 1414 26 0 0 18 0 13 0 28240057 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 382954 49799 1433 10 0 380256 0
[pid=29723/tid=29725] ppid=29721 vsize=1531816 CPUtime=11.86
/proc/29723/task/29725/stat : 29725 (java) R 29721 29723 29069 0 -1 4202560 32075 0 1 0 1169 17 0 0 25 0 13 0 28240059 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4109115105 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29723/tid=29726] ppid=29721 vsize=1531816 CPUtime=0.29
/proc/29723/task/29726/stat : 29726 (java) S 29721 29723 29069 0 -1 4202560 8131 0 0 0 26 3 0 0 18 0 13 0 28240060 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29727] ppid=29721 vsize=1531816 CPUtime=0.29
/proc/29723/task/29727/stat : 29727 (java) S 29721 29723 29069 0 -1 4202560 8070 0 0 0 26 3 0 0 18 0 13 0 28240060 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29728] ppid=29721 vsize=1531816 CPUtime=0
/proc/29723/task/29728/stat : 29728 (java) S 29721 29723 29069 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 28240062 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29729] ppid=29721 vsize=1531816 CPUtime=0
/proc/29723/task/29729/stat : 29729 (java) S 29721 29723 29069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28240062 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29730] ppid=29721 vsize=1531816 CPUtime=0
/proc/29723/task/29730/stat : 29730 (java) S 29721 29723 29069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28240062 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29731] ppid=29721 vsize=1531816 CPUtime=0
/proc/29723/task/29731/stat : 29731 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29732] ppid=29721 vsize=1531816 CPUtime=1.01
/proc/29723/task/29732/stat : 29732 (java) S 29721 29723 29069 0 -1 4202560 1644 0 0 0 101 0 0 0 16 0 13 0 28240066 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29733] ppid=29721 vsize=1531816 CPUtime=0.9
/proc/29723/task/29733/stat : 29733 (java) S 29721 29723 29069 0 -1 4202560 1715 0 0 0 90 0 0 0 15 0 13 0 28240066 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29734] ppid=29721 vsize=1531816 CPUtime=0
/proc/29723/task/29734/stat : 29734 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29735] ppid=29721 vsize=1531816 CPUtime=0
/proc/29723/task/29735/stat : 29735 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28240067 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29736] ppid=29721 vsize=1531816 CPUtime=0
/proc/29723/task/29736/stat : 29736 (java) S 29721 29723 29069 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28240461 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.4
Current children cumulated vsize (KiB) 1531816

[startup+25.5025 s]
/proc/loadavg: 1.88 2.16 1.96 2/119 29738
/proc/meminfo: memFree=1558680/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1531816 CPUtime=27.19
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 52712 0 1 0 2693 26 0 0 18 0 13 0 28240057 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 382954 49799 1433 10 0 380256 0
[pid=29723/tid=29725] ppid=29721 vsize=1531816 CPUtime=24.66
/proc/29723/task/29725/stat : 29725 (java) R 29721 29723 29069 0 -1 4202560 32075 0 1 0 2449 17 0 0 25 0 13 0 28240059 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4109115063 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29723/tid=29726] ppid=29721 vsize=1531816 CPUtime=0.29
/proc/29723/task/29726/stat : 29726 (java) S 29721 29723 29069 0 -1 4202560 8131 0 0 0 26 3 0 0 18 0 13 0 28240060 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29727] ppid=29721 vsize=1531816 CPUtime=0.29
/proc/29723/task/29727/stat : 29727 (java) S 29721 29723 29069 0 -1 4202560 8070 0 0 0 26 3 0 0 18 0 13 0 28240060 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29728] ppid=29721 vsize=1531816 CPUtime=0
/proc/29723/task/29728/stat : 29728 (java) S 29721 29723 29069 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 28240062 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29729] ppid=29721 vsize=1531816 CPUtime=0
/proc/29723/task/29729/stat : 29729 (java) S 29721 29723 29069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28240062 1568579584 49799 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29730] ppid=29721 vsize=1531816 CPUtime=0

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

[pid=29723] ppid=29721 vsize=1531916 CPUtime=1664.85
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 85973 0 1 0 166443 42 0 0 18 0 13 0 28240057 1568681984 77628 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 382979 77628 1433 10 0 380281 0
[pid=29723/tid=29725] ppid=29721 vsize=1531916 CPUtime=1659.56
/proc/29723/task/29725/stat : 29725 (java) R 29721 29723 29069 0 -1 4202560 32100 0 1 0 165939 17 0 0 25 0 13 0 28240059 1568681984 77628 1992294400 134512640 134550932 4292636752 18446744073709551615 4109119828 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29723/tid=29726] ppid=29721 vsize=1531916 CPUtime=1.43
/proc/29723/task/29726/stat : 29726 (java) S 29721 29723 29069 0 -1 4202560 23844 0 0 0 133 10 0 0 16 0 13 0 28240060 1568681984 77628 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29727] ppid=29721 vsize=1531916 CPUtime=1.43
/proc/29723/task/29727/stat : 29727 (java) S 29721 29723 29069 0 -1 4202560 25313 0 0 0 132 11 0 0 16 0 13 0 28240060 1568681984 77628 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29728] ppid=29721 vsize=1531916 CPUtime=0
/proc/29723/task/29728/stat : 29728 (java) S 29721 29723 29069 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 13 0 28240062 1568681984 77628 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29729] ppid=29721 vsize=1531916 CPUtime=0
/proc/29723/task/29729/stat : 29729 (java) S 29721 29723 29069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28240062 1568681984 77628 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29730] ppid=29721 vsize=1531916 CPUtime=0
/proc/29723/task/29730/stat : 29730 (java) S 29721 29723 29069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28240062 1568681984 77628 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29731] ppid=29721 vsize=1531916 CPUtime=0
/proc/29723/task/29731/stat : 29731 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1568681984 77628 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29732] ppid=29721 vsize=1531916 CPUtime=1.14
/proc/29723/task/29732/stat : 29732 (java) S 29721 29723 29069 0 -1 4202560 1652 0 0 0 114 0 0 0 15 0 13 0 28240066 1568681984 77628 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29733] ppid=29721 vsize=1531916 CPUtime=1.22
/proc/29723/task/29733/stat : 29733 (java) S 29721 29723 29069 0 -1 4202560 1858 0 0 0 122 0 0 0 15 0 13 0 28240066 1568681984 77628 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29734] ppid=29721 vsize=1531916 CPUtime=0
/proc/29723/task/29734/stat : 29734 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1568681984 77628 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29735] ppid=29721 vsize=1531916 CPUtime=0
/proc/29723/task/29735/stat : 29735 (java) S 29721 29723 29069 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 28240067 1568681984 77628 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29736] ppid=29721 vsize=1531916 CPUtime=0
/proc/29723/task/29736/stat : 29736 (java) S 29721 29723 29069 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28240461 1568681984 77628 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.85
Current children cumulated vsize (KiB) 1531916

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/119 29791
/proc/meminfo: memFree=1434060/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1533124 CPUtime=1725.13
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 89606 0 1 0 172469 44 0 0 18 0 13 0 28240057 1569918976 80417 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 383281 80417 1433 10 0 380583 0
[pid=29723/tid=29725] ppid=29721 vsize=1533124 CPUtime=1719.41
/proc/29723/task/29725/stat : 29725 (java) R 29721 29723 29069 0 -1 4202560 32103 0 1 0 171924 17 0 0 25 0 13 0 28240059 1569918976 80417 1992294400 134512640 134550932 4292636752 18446744073709551615 4109119458 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29723/tid=29726] ppid=29721 vsize=1533124 CPUtime=1.53
/proc/29723/task/29726/stat : 29726 (java) S 29721 29723 29069 0 -1 4202560 24931 0 0 0 142 11 0 0 16 0 13 0 28240060 1569918976 80417 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29727] ppid=29721 vsize=1533124 CPUtime=1.52
/proc/29723/task/29727/stat : 29727 (java) S 29721 29723 29069 0 -1 4202560 27226 0 0 0 140 12 0 0 16 0 13 0 28240060 1569918976 80417 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29728] ppid=29721 vsize=1533124 CPUtime=0
/proc/29723/task/29728/stat : 29728 (java) S 29721 29723 29069 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 13 0 28240062 1569918976 80417 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29729] ppid=29721 vsize=1533124 CPUtime=0
/proc/29723/task/29729/stat : 29729 (java) S 29721 29723 29069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28240062 1569918976 80417 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29730] ppid=29721 vsize=1533124 CPUtime=0
/proc/29723/task/29730/stat : 29730 (java) S 29721 29723 29069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28240062 1569918976 80417 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29731] ppid=29721 vsize=1533124 CPUtime=0
/proc/29723/task/29731/stat : 29731 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1569918976 80417 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29732] ppid=29721 vsize=1533124 CPUtime=1.15
/proc/29723/task/29732/stat : 29732 (java) S 29721 29723 29069 0 -1 4202560 1665 0 0 0 115 0 0 0 16 0 13 0 28240066 1569918976 80417 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29733] ppid=29721 vsize=1533124 CPUtime=1.45
/proc/29723/task/29733/stat : 29733 (java) S 29721 29723 29069 0 -1 4202560 2469 0 0 0 144 1 0 0 16 0 13 0 28240066 1569918976 80417 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29734] ppid=29721 vsize=1533124 CPUtime=0
/proc/29723/task/29734/stat : 29734 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1569918976 80417 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29735] ppid=29721 vsize=1533124 CPUtime=0
/proc/29723/task/29735/stat : 29735 (java) S 29721 29723 29069 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 28240067 1569918976 80417 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29736] ppid=29721 vsize=1533124 CPUtime=0
/proc/29723/task/29736/stat : 29736 (java) S 29721 29723 29069 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28240461 1569918976 80417 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1725.13
Current children cumulated vsize (KiB) 1533124

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/119 29793
/proc/meminfo: memFree=1429720/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1531468 CPUtime=1785.23
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 91349 0 1 0 178478 45 0 0 18 0 13 0 28240057 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 382867 81596 1433 10 0 380169 0
[pid=29723/tid=29725] ppid=29721 vsize=1531468 CPUtime=1779.28
/proc/29723/task/29725/stat : 29725 (java) R 29721 29723 29069 0 -1 4202560 32105 0 1 0 177911 17 0 0 25 0 13 0 28240059 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4109115105 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29723/tid=29726] ppid=29721 vsize=1531468 CPUtime=1.63
/proc/29723/task/29726/stat : 29726 (java) S 29721 29723 29069 0 -1 4202560 25857 0 0 0 152 11 0 0 16 0 13 0 28240060 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29727] ppid=29721 vsize=1531468 CPUtime=1.61
/proc/29723/task/29727/stat : 29727 (java) S 29721 29723 29069 0 -1 4202560 28035 0 0 0 149 12 0 0 16 0 13 0 28240060 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29728] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29728/stat : 29728 (java) S 29721 29723 29069 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 13 0 28240062 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29729] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29729/stat : 29729 (java) S 29721 29723 29069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28240062 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29730] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29730/stat : 29730 (java) S 29721 29723 29069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28240062 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29731] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29731/stat : 29731 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29732] ppid=29721 vsize=1531468 CPUtime=1.15
/proc/29723/task/29732/stat : 29732 (java) S 29721 29723 29069 0 -1 4202560 1665 0 0 0 115 0 0 0 16 0 13 0 28240066 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29733] ppid=29721 vsize=1531468 CPUtime=1.49
/proc/29723/task/29733/stat : 29733 (java) S 29721 29723 29069 0 -1 4202560 2470 0 0 0 148 1 0 0 15 0 13 0 28240066 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29734] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29734/stat : 29734 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29735] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29735/stat : 29735 (java) S 29721 29723 29069 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28240067 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29736] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29736/stat : 29736 (java) S 29721 29723 29069 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28240461 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1785.23
Current children cumulated vsize (KiB) 1531468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 1.00 1.00 1.11 2/119 29793
/proc/meminfo: memFree=1429720/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1531468 CPUtime=1800.03
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 91349 0 1 0 179958 45 0 0 18 0 13 0 28240057 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 382867 81596 1433 10 0 380169 0
[pid=29723/tid=29725] ppid=29721 vsize=1531468 CPUtime=1794.09
/proc/29723/task/29725/stat : 29725 (java) R 29721 29723 29069 0 -1 4202560 32105 0 1 0 179392 17 0 0 25 0 13 0 28240059 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4109325335 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29723/tid=29726] ppid=29721 vsize=1531468 CPUtime=1.63
/proc/29723/task/29726/stat : 29726 (java) S 29721 29723 29069 0 -1 4202560 25857 0 0 0 152 11 0 0 16 0 13 0 28240060 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29727] ppid=29721 vsize=1531468 CPUtime=1.61
/proc/29723/task/29727/stat : 29727 (java) S 29721 29723 29069 0 -1 4202560 28035 0 0 0 149 12 0 0 16 0 13 0 28240060 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29728] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29728/stat : 29728 (java) S 29721 29723 29069 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 13 0 28240062 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29729] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29729/stat : 29729 (java) S 29721 29723 29069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28240062 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29730] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29730/stat : 29730 (java) S 29721 29723 29069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28240062 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29731] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29731/stat : 29731 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29732] ppid=29721 vsize=1531468 CPUtime=1.15
/proc/29723/task/29732/stat : 29732 (java) S 29721 29723 29069 0 -1 4202560 1665 0 0 0 115 0 0 0 16 0 13 0 28240066 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29733] ppid=29721 vsize=1531468 CPUtime=1.49
/proc/29723/task/29733/stat : 29733 (java) S 29721 29723 29069 0 -1 4202560 2470 0 0 0 148 1 0 0 15 0 13 0 28240066 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29734] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29734/stat : 29734 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29735] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29735/stat : 29735 (java) S 29721 29723 29069 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28240067 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29736] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29736/stat : 29736 (java) S 29721 29723 29069 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28240461 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1531468

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

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

[startup+1797.1 s]
/proc/loadavg: 1.00 1.00 1.11 2/119 29793
/proc/meminfo: memFree=1429720/2059040 swapFree=4140476/4192956
[pid=29723] ppid=29721 vsize=1531468 CPUtime=1800.03
/proc/29723/stat : 29723 (java) S 29721 29723 29069 0 -1 4202496 91349 0 1 0 179958 45 0 0 18 0 13 0 28240057 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29723/statm: 382867 81596 1433 10 0 380169 0
[pid=29723/tid=29725] ppid=29721 vsize=1531468 CPUtime=1794.09
/proc/29723/task/29725/stat : 29725 (java) R 29721 29723 29069 0 -1 4202560 32105 0 1 0 179392 17 0 0 25 0 13 0 28240059 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4109325335 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29723/tid=29726] ppid=29721 vsize=1531468 CPUtime=1.63
/proc/29723/task/29726/stat : 29726 (java) S 29721 29723 29069 0 -1 4202560 25857 0 0 0 152 11 0 0 16 0 13 0 28240060 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29727] ppid=29721 vsize=1531468 CPUtime=1.61
/proc/29723/task/29727/stat : 29727 (java) S 29721 29723 29069 0 -1 4202560 28035 0 0 0 149 12 0 0 16 0 13 0 28240060 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29728] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29728/stat : 29728 (java) S 29721 29723 29069 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 13 0 28240062 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29729] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29729/stat : 29729 (java) S 29721 29723 29069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28240062 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29730] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29730/stat : 29730 (java) S 29721 29723 29069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28240062 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29731] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29731/stat : 29731 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29732] ppid=29721 vsize=1531468 CPUtime=1.15
/proc/29723/task/29732/stat : 29732 (java) S 29721 29723 29069 0 -1 4202560 1665 0 0 0 115 0 0 0 16 0 13 0 28240066 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29733] ppid=29721 vsize=1531468 CPUtime=1.49
/proc/29723/task/29733/stat : 29733 (java) S 29721 29723 29069 0 -1 4202560 2470 0 0 0 148 1 0 0 15 0 13 0 28240066 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29734] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29734/stat : 29734 (java) S 29721 29723 29069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28240066 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
[pid=29723/tid=29735] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29735/stat : 29735 (java) S 29721 29723 29069 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28240067 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 1 0 0 0
[pid=29723/tid=29736] ppid=29721 vsize=1531468 CPUtime=0
/proc/29723/task/29736/stat : 29736 (java) S 29721 29723 29069 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28240461 1568223232 81596 1992294400 134512640 134550932 4292636752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833156672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1531468

Child status: 143
Real time (s): 1797.17
CPU time (s): 1800.11
CPU user time (s): 1799.62
CPU system time (s): 0.484926
CPU usage (%): 100.163
Max. virtual memory (cumulated for all children) (KiB): 1534492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.484926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91370
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= 37127
involuntary context switches= 44331

runsolver used 3.52446 second user time and 9.60554 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-14 16:39:26
IDJOB=2660256
IDBENCH=2313
IDSOLVER=1165
FILE ID=node007/2660256-1276526366
PBS_JOBID= 11173436
Free space on /tmp= 62480 MiB

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

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

MD5SUM BENCH= a4a0adfe0d9b9bff1eac92e870352c94
RANDOM SEED=1798215207

node007.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.264
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.52
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.264
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1753984 kB
Buffers:        108664 kB
Cached:         114060 kB
SwapCached:       6948 kB
Active:         101152 kB
Inactive:       135612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1753984 kB
SwapTotal:     4192956 kB
SwapFree:      4140476 kB
Dirty:            4944 kB
Writeback:          48 kB
AnonPages:       11564 kB
Mapped:          12984 kB
Slab:            46404 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181236 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= 62480 MiB
End job on node007 at 2010-06-14 17:09:25