Trace number 365577

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, and are wall clock time (not CPU 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
sat4jPseudoCP 2007-03-23? (TO) 1800.24 1763.48

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-afiro.opb
MD5SUM87ce4656e5ef67028f049e81ca6b4c7e
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11897496
Best CPU time to get the best result obtained on this benchmark8.5327
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -11897496
Optimality of the best value was proved YES
Number of variables960
Total number of constraints27
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints27
Minimum length of a constraint30
Maximum length of a constraint270
Number of terms in the objective function 150
Biggest coefficient in the objective function 134217728000
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 316753837785
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 1304059445248
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 20964809094075
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c solving /tmp/evaluation/365577-1177051243/instance-365577-1177051243.opb
0.19/0.20	c reading problem ... 
0.68/0.52	c ... done. Wall clock time 0.315s.
0.68/0.52	c CPU time (experimental) 0.35s.
0.68/0.52	c #vars     960
0.68/0.52	c #constraints  35
1800.05/1763.32	c starts		: 2
1800.05/1763.32	c conflicts		: 25913
1800.05/1763.32	c decisions		: 36456
1800.05/1763.32	c propagations		: 132091
1800.05/1763.32	c inspects		: 136139144
1800.05/1763.32	c learnt literals	: 0
1800.05/1763.32	c learnt binary clauses	: 0
1800.05/1763.32	c learnt ternary clauses	: 0
1800.05/1763.32	c learnt clauses	: 25913
1800.05/1763.32	c root simplifications	: 0
1800.05/1763.32	c removed literals (reason simplification)	: 0
1800.05/1763.32	c reason swapping (by a shorter reason)	: 0
1800.05/1763.32	c Calls to reduceDB	: 0
1800.05/1763.32	c speed (decisions/second)	: 20.68082904846403
1800.05/1763.32	c non guided choices	45
1800.05/1763.32	s UNKNOWN
1800.05/1763.32	c Total wall clock time (ms): 1763.117

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node2/watcher-365577-1177051243 -o ROOT/results/node2/solver-365577-1177051243 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365577-1177051243/sat4jPseudoCP.jar /tmp/evaluation/365577-1177051243/instance-365577-1177051243.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 29756
/proc/meminfo: memFree=1760504/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=152 CPUtime=0
/proc/29756/stat : 29756 (java) D 29754 29756 28470 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 181162139 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10535716 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/29756/statm: 38 26 19 9 0 4 0

[startup+0.103126 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 29756
/proc/meminfo: memFree=1760504/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=1780108 CPUtime=0.08
/proc/29756/stat : 29756 (java) S 29754 29756 28470 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 181162139 1822830592 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29756/statm: 445027 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.201138 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 29756
/proc/meminfo: memFree=1760504/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=1782444 CPUtime=0.19
/proc/29756/stat : 29756 (java) S 29754 29756 28470 0 -1 0 4870 0 1 0 17 2 0 0 18 0 12 0 181162139 1825222656 4608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29756/statm: 445611 4608 1244 9 0 443223 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1782444

[startup+0.301144 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 29756
/proc/meminfo: memFree=1760504/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=1782444 CPUtime=0.31
/proc/29756/stat : 29756 (java) S 29754 29756 28470 0 -1 0 5154 0 1 0 29 2 0 0 18 0 12 0 181162139 1825222656 4892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29756/statm: 445611 4892 1269 9 0 443223 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782444

[startup+0.701184 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 29756
/proc/meminfo: memFree=1760504/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=1794064 CPUtime=1.08
/proc/29756/stat : 29756 (java) S 29754 29756 28470 0 -1 0 9837 0 1 0 100 8 0 0 18 0 13 0 181162139 1837121536 8107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29756/statm: 448516 8107 1307 9 0 446128 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1794064

[startup+1.50227 s]
/proc/loadavg: 1.03 1.03 1.00 4/90 29769
/proc/meminfo: memFree=1727120/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=1795448 CPUtime=2.6
/proc/29756/stat : 29756 (java) S 29754 29756 28470 0 -1 0 19130 0 1 0 241 19 0 0 18 0 13 0 181162139 1838538752 12746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29756/statm: 448862 12746 1312 9 0 446474 0
[pid=29756/tid=29758] ppid=29754 vsize=1795448 CPUtime=0.68
/proc/29756/task/29758/stat : 29758 (java) R 29754 29756 28470 0 -1 64 8798 0 1 0 65 3 0 0 22 0 13 0 181162140 1838538752 12746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=1795448 CPUtime=0
/proc/29756/task/29759/stat : 29759 (java) S 29754 29756 28470 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 181162142 1838538752 12746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29760] ppid=29754 vsize=1795448 CPUtime=0
/proc/29756/task/29760/stat : 29760 (java) S 29754 29756 28470 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 181162142 1838538752 12746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29761] ppid=29754 vsize=1795448 CPUtime=0.15
/proc/29756/task/29761/stat : 29761 (java) S 29754 29756 28470 0 -1 64 2 0 0 0 5 10 0 0 17 0 13 0 181162144 1838538752 12746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29762] ppid=29754 vsize=1795448 CPUtime=0
/proc/29756/task/29762/stat : 29762 (java) S 29754 29756 28470 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 181162145 1838538752 12746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29763] ppid=29754 vsize=1795448 CPUtime=0
/proc/29756/task/29763/stat : 29763 (java) S 29754 29756 28470 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 181162145 1838538752 12746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29764] ppid=29754 vsize=1795448 CPUtime=0
/proc/29756/task/29764/stat : 29764 (java) S 29754 29756 28470 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 181162149 1838538752 12746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29765] ppid=29754 vsize=1795448 CPUtime=1.09
/proc/29756/task/29765/stat : 29765 (java) R 29754 29756 28470 0 -1 64 5918 0 0 0 107 2 0 0 17 0 13 0 181162149 1838538752 12746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314819 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29766] ppid=29754 vsize=1795448 CPUtime=0.63
/proc/29756/task/29766/stat : 29766 (java) R 29754 29756 28470 0 -1 64 3688 0 0 0 62 1 0 0 16 0 13 0 181162149 1838538752 12746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102120603 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29767] ppid=29754 vsize=1795448 CPUtime=0
/proc/29756/task/29767/stat : 29767 (java) S 29754 29756 28470 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181162149 1838538752 12746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29768] ppid=29754 vsize=1795448 CPUtime=0
/proc/29756/task/29768/stat : 29768 (java) S 29754 29756 28470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181162149 1838538752 12746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29769] ppid=29754 vsize=1795448 CPUtime=0
/proc/29756/task/29769/stat : 29769 (java) S 29754 29756 28470 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 181162205 1838538752 12746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1795448

[startup+3.10244 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 29769
/proc/meminfo: memFree=1666576/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=1794224 CPUtime=4.95
/proc/29756/stat : 29756 (java) S 29754 29756 28470 0 -1 0 51636 0 1 0 461 34 0 0 18 0 13 0 181162139 1837285376 42033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29756/statm: 448556 42033 1325 9 0 446168 0
[pid=29756/tid=29758] ppid=29754 vsize=1794224 CPUtime=1.93
/proc/29756/task/29758/stat : 29758 (java) R 29754 29756 28470 0 -1 64 37726 0 1 0 176 17 0 0 25 0 13 0 181162140 1837285376 42033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109747216 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29759/stat : 29759 (java) S 29754 29756 28470 0 -1 64 209 0 0 0 0 0 0 0 17 0 13 0 181162142 1837285376 42033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29760] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29760/stat : 29760 (java) S 29754 29756 28470 0 -1 64 97 0 0 0 0 0 0 0 17 0 13 0 181162142 1837285376 42033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29761] ppid=29754 vsize=1794224 CPUtime=0.15
/proc/29756/task/29761/stat : 29761 (java) S 29754 29756 28470 0 -1 64 7 0 0 0 5 10 0 0 17 0 13 0 181162144 1837285376 42033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29762] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29762/stat : 29762 (java) S 29754 29756 28470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 42033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29763] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29763/stat : 29763 (java) S 29754 29756 28470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 42033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29764] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29764/stat : 29764 (java) S 29754 29756 28470 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 181162149 1837285376 42033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29765] ppid=29754 vsize=1794224 CPUtime=1.57
/proc/29756/task/29765/stat : 29765 (java) S 29754 29756 28470 0 -1 64 6053 0 0 0 154 3 0 0 16 0 13 0 181162149 1837285376 42033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29766] ppid=29754 vsize=1794224 CPUtime=1.26
/proc/29756/task/29766/stat : 29766 (java) S 29754 29756 28470 0 -1 64 6820 0 0 0 124 2 0 0 16 0 13 0 181162149 1837285376 42033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29767] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29767/stat : 29767 (java) S 29754 29756 28470 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181162149 1837285376 42033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29768] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29768/stat : 29768 (java) S 29754 29756 28470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181162149 1837285376 42033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29769] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29769/stat : 29769 (java) S 29754 29756 28470 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 181162205 1837285376 42033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 1794224

[startup+6.30297 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 29769
/proc/meminfo: memFree=1595280/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=1794224 CPUtime=8.26
/proc/29756/stat : 29756 (java) S 29754 29756 28470 0 -1 0 53919 0 1 0 790 36 0 0 18 0 13 0 181162139 1837285376 43611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29756/statm: 448556 43611 1325 9 0 446168 0
[pid=29756/tid=29758] ppid=29754 vsize=1794224 CPUtime=5.03
/proc/29756/task/29758/stat : 29758 (java) R 29754 29756 28470 0 -1 64 38225 0 1 0 486 17 0 0 25 0 13 0 181162140 1837285376 43611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109519320 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29759] ppid=29754 vsize=1794224 CPUtime=0.03
/proc/29756/task/29759/stat : 29759 (java) S 29754 29756 28470 0 -1 64 1039 0 0 0 3 0 0 0 16 0 13 0 181162142 1837285376 43611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29760] ppid=29754 vsize=1794224 CPUtime=0.04
/proc/29756/task/29760/stat : 29760 (java) S 29754 29756 28470 0 -1 64 1024 0 0 0 4 0 0 0 16 0 13 0 181162142 1837285376 43611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29761] ppid=29754 vsize=1794224 CPUtime=0.15
/proc/29756/task/29761/stat : 29761 (java) S 29754 29756 28470 0 -1 64 28 0 0 0 5 10 0 0 16 0 13 0 181162144 1837285376 43611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29762] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29762/stat : 29762 (java) S 29754 29756 28470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 43611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29763] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29763/stat : 29763 (java) S 29754 29756 28470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 43611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29764] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29764/stat : 29764 (java) S 29754 29756 28470 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 181162149 1837285376 43611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29765] ppid=29754 vsize=1794224 CPUtime=1.61
/proc/29756/task/29765/stat : 29765 (java) S 29754 29756 28470 0 -1 64 6054 0 0 0 158 3 0 0 16 0 13 0 181162149 1837285376 43611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29766] ppid=29754 vsize=1794224 CPUtime=1.32
/proc/29756/task/29766/stat : 29766 (java) S 29754 29756 28470 0 -1 64 6825 0 0 0 130 2 0 0 16 0 13 0 181162149 1837285376 43611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29767] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29767/stat : 29767 (java) S 29754 29756 28470 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181162149 1837285376 43611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29768] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29768/stat : 29768 (java) S 29754 29756 28470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181162149 1837285376 43611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29769] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29769/stat : 29769 (java) S 29754 29756 28470 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 181162205 1837285376 43611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 1794224

[startup+12.7016 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 29769
/proc/meminfo: memFree=1551760/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=1794224 CPUtime=14.73
/proc/29756/stat : 29756 (java) S 29754 29756 28470 0 -1 0 64480 0 1 0 1432 41 0 0 18 0 13 0 181162139 1837285376 53181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29756/statm: 448556 53181 1326 9 0 446168 0
[pid=29756/tid=29758] ppid=29754 vsize=1794224 CPUtime=11.34
/proc/29756/task/29758/stat : 29758 (java) R 29754 29756 28470 0 -1 64 45340 0 1 0 1114 20 0 0 25 0 13 0 181162140 1837285376 53181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109848886 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=1794224 CPUtime=0.1
/proc/29756/task/29759/stat : 29759 (java) S 29754 29756 28470 0 -1 64 2673 0 0 0 9 1 0 0 16 0 13 0 181162142 1837285376 53181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29760] ppid=29754 vsize=1794224 CPUtime=0.1
/proc/29756/task/29760/stat : 29760 (java) S 29754 29756 28470 0 -1 64 2835 0 0 0 10 0 0 0 16 0 13 0 181162142 1837285376 53181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29761] ppid=29754 vsize=1794224 CPUtime=0.15
/proc/29756/task/29761/stat : 29761 (java) S 29754 29756 28470 0 -1 64 28 0 0 0 5 10 0 0 16 0 13 0 181162144 1837285376 53181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29762] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29762/stat : 29762 (java) S 29754 29756 28470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 53181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29763] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29763/stat : 29763 (java) S 29754 29756 28470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 53181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29764] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29764/stat : 29764 (java) S 29754 29756 28470 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 181162149 1837285376 53181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29765] ppid=29754 vsize=1794224 CPUtime=1.62
/proc/29756/task/29765/stat : 29765 (java) S 29754 29756 28470 0 -1 64 6054 0 0 0 159 3 0 0 16 0 13 0 181162149 1837285376 53181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29766] ppid=29754 vsize=1794224 CPUtime=1.33
/proc/29756/task/29766/stat : 29766 (java) S 29754 29756 28470 0 -1 64 6826 0 0 0 131 2 0 0 17 0 13 0 181162149 1837285376 53181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29767] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29767/stat : 29767 (java) S 29754 29756 28470 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181162149 1837285376 53181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29768] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29768/stat : 29768 (java) S 29754 29756 28470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181162149 1837285376 53181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29769] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29769/stat : 29769 (java) S 29754 29756 28470 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 181162205 1837285376 53181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.73
Current children cumulated vsize (KiB) 1794224

[startup+25.503 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 29769
/proc/meminfo: memFree=1570384/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=1794224 CPUtime=27.62
/proc/29756/stat : 29756 (java) S 29754 29756 28470 0 -1 0 67506 0 1 0 2719 43 0 0 18 0 13 0 181162139 1837285376 48508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29756/statm: 448556 48508 1326 9 0 446168 0
[pid=29756/tid=29758] ppid=29754 vsize=1794224 CPUtime=24.01
/proc/29756/task/29758/stat : 29758 (java) R 29754 29756 28470 0 -1 64 45365 0 1 0 2381 20 0 0 25 0 13 0 181162140 1837285376 48508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109569336 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=1794224 CPUtime=0.21
/proc/29756/task/29759/stat : 29759 (java) S 29754 29756 28470 0 -1 64 4043 0 0 0 19 2 0 0 16 0 13 0 181162142 1837285376 48508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29760] ppid=29754 vsize=1794224 CPUtime=0.21
/proc/29756/task/29760/stat : 29760 (java) S 29754 29756 28470 0 -1 64 4466 0 0 0 20 1 0 0 16 0 13 0 181162142 1837285376 48508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=29756/tid=29761] ppid=29754 vsize=1794224 CPUtime=0.4
/proc/29756/task/29761/stat : 29761 (java) S 29754 29756 28470 0 -1 64 74 0 0 0 21 19 0 0 16 0 13 0 181162144 1837285376 160021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29762] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29762/stat : 29762 (java) S 29754 29756 28470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 160021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29763] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29763/stat : 29763 (java) S 29754 29756 28470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 160021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29764] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29764/stat : 29764 (java) S 29754 29756 28470 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 181162149 1837285376 160021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29765] ppid=29754 vsize=1794224 CPUtime=1.67
/proc/29756/task/29765/stat : 29765 (java) S 29754 29756 28470 0 -1 64 6054 0 0 0 164 3 0 0 16 0 13 0 181162149 1837285376 160021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29766] ppid=29754 vsize=1794224 CPUtime=1.42
/proc/29756/task/29766/stat : 29766 (java) S 29754 29756 28470 0 -1 64 6837 0 0 0 140 2 0 0 17 0 13 0 181162149 1837285376 160021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29767] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29767/stat : 29767 (java) S 29754 29756 28470 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181162149 1837285376 160021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29768] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29768/stat : 29768 (java) S 29754 29756 28470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181162149 1837285376 160021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29769] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29769/stat : 29769 (java) S 29754 29756 28470 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 181162205 1837285376 160021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1573.16
Current children cumulated vsize (KiB) 1794224

[startup+1602.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 29967
/proc/meminfo: memFree=1113168/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=1794224 CPUtime=1634.55
/proc/29756/stat : 29756 (java) S 29754 29756 28470 0 -1 0 205232 0 1 0 163320 135 0 0 18 0 13 0 181162139 1837285376 162596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29756/statm: 448556 162596 1333 9 0 446168 0
[pid=29756/tid=29758] ppid=29754 vsize=1794224 CPUtime=1568.37
/proc/29756/task/29758/stat : 29758 (java) R 29754 29756 28470 0 -1 64 60575 0 1 0 156786 51 0 0 25 0 13 0 181162140 1837285376 162596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109505574 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=1794224 CPUtime=31.31
/proc/29756/task/29759/stat : 29759 (java) S 29754 29756 28470 0 -1 64 69350 0 0 0 3100 31 0 0 16 0 13 0 181162142 1837285376 162596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29760] ppid=29754 vsize=1794224 CPUtime=31.31
/proc/29756/task/29760/stat : 29760 (java) S 29754 29756 28470 0 -1 64 61618 0 0 0 3106 25 0 0 16 0 13 0 181162142 1837285376 162596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29761] ppid=29754 vsize=1794224 CPUtime=0.4
/proc/29756/task/29761/stat : 29761 (java) S 29754 29756 28470 0 -1 64 74 0 0 0 21 19 0 0 15 0 13 0 181162144 1837285376 162596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29762] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29762/stat : 29762 (java) S 29754 29756 28470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 162596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29763] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29763/stat : 29763 (java) S 29754 29756 28470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 162596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29764] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29764/stat : 29764 (java) S 29754 29756 28470 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 181162149 1837285376 162596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29765] ppid=29754 vsize=1794224 CPUtime=1.67
/proc/29756/task/29765/stat : 29765 (java) S 29754 29756 28470 0 -1 64 6054 0 0 0 164 3 0 0 16 0 13 0 181162149 1837285376 162596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29766] ppid=29754 vsize=1794224 CPUtime=1.42
/proc/29756/task/29766/stat : 29766 (java) S 29754 29756 28470 0 -1 64 6837 0 0 0 140 2 0 0 17 0 13 0 181162149 1837285376 162596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29767] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29767/stat : 29767 (java) S 29754 29756 28470 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181162149 1837285376 162596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29768] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29768/stat : 29768 (java) S 29754 29756 28470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181162149 1837285376 162596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29769] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29769/stat : 29769 (java) S 29754 29756 28470 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 181162205 1837285376 162596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1634.55
Current children cumulated vsize (KiB) 1794224

[startup+1662.3 s]
/proc/loadavg: 1.16 1.06 1.01 2/90 29967
/proc/meminfo: memFree=1070800/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=1794224 CPUtime=1696.1
/proc/29756/stat : 29756 (java) S 29754 29756 28470 0 -1 0 215974 0 1 0 169471 139 0 0 18 0 13 0 181162139 1837285376 173155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29756/statm: 448556 173155 1333 9 0 446168 0
[pid=29756/tid=29758] ppid=29754 vsize=1794224 CPUtime=1626.72
/proc/29756/task/29758/stat : 29758 (java) R 29754 29756 28470 0 -1 64 60600 0 1 0 162621 51 0 0 25 0 13 0 181162140 1837285376 173155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540627 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=1794224 CPUtime=32.91
/proc/29756/task/29759/stat : 29759 (java) S 29754 29756 28470 0 -1 64 73787 0 0 0 3258 33 0 0 17 0 13 0 181162142 1837285376 173155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29760] ppid=29754 vsize=1794224 CPUtime=32.9
/proc/29756/task/29760/stat : 29760 (java) S 29754 29756 28470 0 -1 64 67898 0 0 0 3263 27 0 0 16 0 13 0 181162142 1837285376 173155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29761] ppid=29754 vsize=1794224 CPUtime=0.41
/proc/29756/task/29761/stat : 29761 (java) S 29754 29756 28470 0 -1 64 74 0 0 0 22 19 0 0 16 0 13 0 181162144 1837285376 173155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29762] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29762/stat : 29762 (java) S 29754 29756 28470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 173155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29763] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29763/stat : 29763 (java) S 29754 29756 28470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 173155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29764] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29764/stat : 29764 (java) S 29754 29756 28470 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 181162149 1837285376 173155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29765] ppid=29754 vsize=1794224 CPUtime=1.67
/proc/29756/task/29765/stat : 29765 (java) S 29754 29756 28470 0 -1 64 6054 0 0 0 164 3 0 0 16 0 13 0 181162149 1837285376 173155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29766] ppid=29754 vsize=1794224 CPUtime=1.42
/proc/29756/task/29766/stat : 29766 (java) S 29754 29756 28470 0 -1 64 6837 0 0 0 140 2 0 0 17 0 13 0 181162149 1837285376 173155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29767] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29767/stat : 29767 (java) S 29754 29756 28470 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181162149 1837285376 173155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29768] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29768/stat : 29768 (java) S 29754 29756 28470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181162149 1837285376 173155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29769] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29769/stat : 29769 (java) S 29754 29756 28470 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 181162205 1837285376 173155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1696.1
Current children cumulated vsize (KiB) 1794224

[startup+1722.3 s]
/proc/loadavg: 1.06 1.05 1.01 2/90 29967
/proc/meminfo: memFree=1061136/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=1794224 CPUtime=1757.84
/proc/29756/stat : 29756 (java) S 29754 29756 28470 0 -1 0 218471 0 1 0 175644 140 0 0 18 0 13 0 181162139 1837285376 175565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29756/statm: 448556 175565 1333 9 0 446168 0
[pid=29756/tid=29758] ppid=29754 vsize=1794224 CPUtime=1684.89
/proc/29756/task/29758/stat : 29758 (java) R 29754 29756 28470 0 -1 64 60625 0 1 0 168438 51 0 0 25 0 13 0 181162140 1837285376 175565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109519396 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=1794224 CPUtime=34.68
/proc/29756/task/29759/stat : 29759 (java) S 29754 29756 28470 0 -1 64 73943 0 0 0 3435 33 0 0 16 0 13 0 181162142 1837285376 175565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29760] ppid=29754 vsize=1794224 CPUtime=34.69
/proc/29756/task/29760/stat : 29760 (java) S 29754 29756 28470 0 -1 64 70214 0 0 0 3441 28 0 0 16 0 13 0 181162142 1837285376 175565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29761] ppid=29754 vsize=1794224 CPUtime=0.41
/proc/29756/task/29761/stat : 29761 (java) S 29754 29756 28470 0 -1 64 74 0 0 0 22 19 0 0 16 0 13 0 181162144 1837285376 175565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29762] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29762/stat : 29762 (java) S 29754 29756 28470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 175565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29763] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29763/stat : 29763 (java) S 29754 29756 28470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 175565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29764] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29764/stat : 29764 (java) S 29754 29756 28470 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 181162149 1837285376 175565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29765] ppid=29754 vsize=1794224 CPUtime=1.67
/proc/29756/task/29765/stat : 29765 (java) S 29754 29756 28470 0 -1 64 6054 0 0 0 164 3 0 0 16 0 13 0 181162149 1837285376 175565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29766] ppid=29754 vsize=1794224 CPUtime=1.42
/proc/29756/task/29766/stat : 29766 (java) S 29754 29756 28470 0 -1 64 6837 0 0 0 140 2 0 0 17 0 13 0 181162149 1837285376 175565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29767] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29767/stat : 29767 (java) S 29754 29756 28470 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181162149 1837285376 175565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29768] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29768/stat : 29768 (java) S 29754 29756 28470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181162149 1837285376 175565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29769] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29769/stat : 29769 (java) S 29754 29756 28470 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 181162205 1837285376 175565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1757.84
Current children cumulated vsize (KiB) 1794224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.3 s]
/proc/loadavg: 1.08 1.05 1.01 2/90 29967
/proc/meminfo: memFree=1054672/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=1794224 CPUtime=1800.05
/proc/29756/stat : 29756 (java) S 29754 29756 28470 0 -1 0 220159 0 1 0 179864 141 0 0 18 0 13 0 181162139 1837285376 177186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29756/statm: 448556 177186 1333 9 0 446168 0
[pid=29756/tid=29758] ppid=29754 vsize=1794224 CPUtime=1724.65
/proc/29756/task/29758/stat : 29758 (java) R 29754 29756 28470 0 -1 64 60642 0 1 0 172413 52 0 0 25 0 13 0 181162140 1837285376 177186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109702654 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=1794224 CPUtime=35.91
/proc/29756/task/29759/stat : 29759 (java) S 29754 29756 28470 0 -1 64 74931 0 0 0 3558 33 0 0 16 0 13 0 181162142 1837285376 177186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29760] ppid=29754 vsize=1794224 CPUtime=35.92
/proc/29756/task/29760/stat : 29760 (java) S 29754 29756 28470 0 -1 64 70897 0 0 0 3564 28 0 0 17 0 13 0 181162142 1837285376 177186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29761] ppid=29754 vsize=1794224 CPUtime=0.42
/proc/29756/task/29761/stat : 29761 (java) S 29754 29756 28470 0 -1 64 74 0 0 0 22 20 0 0 15 0 13 0 181162144 1837285376 177186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29762] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29762/stat : 29762 (java) S 29754 29756 28470 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 177186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29763] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29763/stat : 29763 (java) S 29754 29756 28470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181162145 1837285376 177186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29764] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29764/stat : 29764 (java) S 29754 29756 28470 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 181162149 1837285376 177186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29765] ppid=29754 vsize=1794224 CPUtime=1.67
/proc/29756/task/29765/stat : 29765 (java) S 29754 29756 28470 0 -1 64 6054 0 0 0 164 3 0 0 16 0 13 0 181162149 1837285376 177186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29766] ppid=29754 vsize=1794224 CPUtime=1.42
/proc/29756/task/29766/stat : 29766 (java) S 29754 29756 28470 0 -1 64 6837 0 0 0 140 2 0 0 17 0 13 0 181162149 1837285376 177186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29756/tid=29767] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29767/stat : 29767 (java) S 29754 29756 28470 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181162149 1837285376 177186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29768] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29768/stat : 29768 (java) S 29754 29756 28470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181162149 1837285376 177186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29756/tid=29769] ppid=29754 vsize=1794224 CPUtime=0
/proc/29756/task/29769/stat : 29769 (java) S 29754 29756 28470 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 181162205 1837285376 177186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1794224

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

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

[startup+1763.42 s]
/proc/loadavg: 1.08 1.05 1.01 2/90 29967
/proc/meminfo: memFree=1054672/2055920 swapFree=4149072/4192956
[pid=29756] ppid=29754 vsize=0 CPUtime=1800.16
/proc/29756/stat : 29756 (java) Z 29754 29756 28470 0 -1 1036 220180 0 1 0 179870 146 0 0 16 0 2 0 181162139 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29756/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1763.48
CPU time (s): 1800.24
CPU user time (s): 1798.71
CPU system time (s): 1.52977
CPU usage (%): 102.084
Max. virtual memory (cumulated for all children) (KiB): 1796032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.71
system time used= 1.52977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220180
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= 45986
involuntary context switches= 60406

runsolver used 2.12268 second user time and 5.45817 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Fri Apr 20 06:40:44 UTC 2007

IDJOB= 365577
IDBENCH= 2440
IDSOLVER= 160
FILE ID= node2/365577-1177051243

PBS_JOBID= 4640150

Free space on /tmp= 66398 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-afiro.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365577-1177051243/sat4jPseudoCP.jar /tmp/evaluation/365577-1177051243/instance-365577-1177051243.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-365577-1177051243 -o ROOT/results/node2/solver-365577-1177051243 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365577-1177051243/sat4jPseudoCP.jar /tmp/evaluation/365577-1177051243/instance-365577-1177051243.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  87ce4656e5ef67028f049e81ca6b4c7e

RANDOM SEED= 285773233

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1760976 kB
Buffers:         69872 kB
Cached:         145892 kB
SwapCached:      12240 kB
Active:         128024 kB
Inactive:       113648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760976 kB
SwapTotal:     4192956 kB
SwapFree:      4149072 kB
Dirty:            3640 kB
Writeback:           0 kB
Mapped:          30824 kB
Slab:            38664 kB
Committed_AS:  8182596 kB
PageTables:       1860 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66398 MiB

End job on node2 on Fri Apr 20 07:10:09 UTC 2007