Trace number 348432

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.24 1784.69

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-perold.opb
MD5SUM1cb0147510c9838b4e6052b678a2a523
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables36286
Total number of constraints891
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 constraints891
Minimum length of a constraint10
Maximum length of a constraint991
Number of terms in the objective function 210
Biggest coefficient in the objective function 37450
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524454
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262399
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525072
Number of bits of the biggest sum of numbers20
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.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/348432-1176582783/instance-348432-1176582783.opb
0.20/0.20	c reading problem ... 
3.15/2.27	c ... done. Wall clock time 2.067s.
3.15/2.27	c CPU time (experimental) 1.65s.
3.15/2.27	c #vars     36286
3.15/2.27	c #constraints  1378
1800.05/1784.51	c starts		: 22
1800.05/1784.51	c conflicts		: 1223298
1800.05/1784.51	c decisions		: 1483063
1800.05/1784.51	c propagations		: 93239756
1800.05/1784.51	c inspects		: 1336836031
1800.05/1784.51	c learnt literals	: 5
1800.05/1784.51	c learnt binary clauses	: 15
1800.05/1784.51	c learnt ternary clauses	: 30
1800.05/1784.51	c learnt clauses	: 1223293
1800.05/1784.51	c root simplifications	: 0
1800.05/1784.51	c removed literals (reason simplification)	: 0
1800.05/1784.51	c reason swapping (by a shorter reason)	: 0
1800.05/1784.51	c Calls to reduceDB	: 0
1800.05/1784.51	c speed (decisions/second)	: 832.1553858273726
1800.05/1784.51	c non guided choices	46
1800.05/1784.51	s UNKNOWN
1800.05/1784.51	c Total wall clock time (ms): 1784.31

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/node75/watcher-348432-1176582783 -o ROOT/results/node75/solver-348432-1176582783 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348432-1176582783/sat4jPseudoResolution.jar /tmp/evaluation/348432-1176582783/instance-348432-1176582783.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: 0.85 1.00 0.99 3/64 8811
/proc/meminfo: memFree=1476720/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=152 CPUtime=0
/proc/8811/stat : 8811 (java) R 8809 8811 26199 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 106192240 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6734123 0 0 4096 0 0 0 0 17 1 0 0
/proc/8811/statm: 38 26 19 9 0 4 0

[startup+0.0114861 s]
/proc/loadavg: 0.85 1.00 0.99 3/64 8811
/proc/meminfo: memFree=1476720/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=11868 CPUtime=0
/proc/8811/stat : 8811 (java) R 8809 8811 26199 0 -1 0 348 0 0 0 0 0 0 0 18 0 1 0 106192240 12152832 157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 6698735 0 0 4096 0 0 0 0 17 1 0 0
/proc/8811/statm: 2967 158 120 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11868

[startup+0.101499 s]
/proc/loadavg: 0.85 1.00 0.99 3/64 8811
/proc/meminfo: memFree=1476720/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=1780404 CPUtime=0.08
/proc/8811/stat : 8811 (java) S 8809 8811 26199 0 -1 0 3967 0 1 0 6 2 0 0 18 0 12 0 106192240 1823133696 3708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 445101 3708 1122 9 0 442720 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780404

[startup+0.30154 s]
/proc/loadavg: 0.85 1.00 0.99 3/64 8811
/proc/meminfo: memFree=1476720/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=1781432 CPUtime=0.31
/proc/8811/stat : 8811 (java) S 8809 8811 26199 0 -1 0 5432 0 1 0 28 3 0 0 18 0 12 0 106192240 1824186368 5170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 445358 5170 1264 9 0 442970 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781432

[startup+0.701618 s]
/proc/loadavg: 0.85 1.00 0.99 3/64 8811
/proc/meminfo: memFree=1476720/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=1784480 CPUtime=0.96
/proc/8811/stat : 8811 (java) S 8809 8811 26199 0 -1 0 7979 0 2 0 91 5 0 0 18 0 12 0 106192240 1827307520 7456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 446120 7456 1309 9 0 443732 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1784480

[startup+1.50278 s]
/proc/loadavg: 0.85 1.00 0.99 4/76 8823
/proc/meminfo: memFree=1441552/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=1792088 CPUtime=2.31
/proc/8811/stat : 8811 (java) S 8809 8811 26199 0 -1 0 26957 0 2 0 217 14 0 0 18 0 12 0 106192240 1835098112 23260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 448022 23262 1311 9 0 445634 0
[pid=8811/tid=8813] ppid=8809 vsize=1792088 CPUtime=1
/proc/8811/task/8813/stat : 8813 (java) R 8809 8811 26199 0 -1 64 19737 0 1 0 91 9 0 0 24 0 12 0 106192241 1835098112 23262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109588165 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=1792088 CPUtime=0
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 26199 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 106192243 1835098112 23263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8815] ppid=8809 vsize=1792088 CPUtime=0
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 106192243 1835098112 23265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=1792088 CPUtime=0
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 106192245 1835098112 23265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8817] ppid=8809 vsize=1792088 CPUtime=0
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 26199 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 106192245 1835098112 23267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8818] ppid=8809 vsize=1792088 CPUtime=0
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 26199 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 106192245 1835098112 23268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8819] ppid=8809 vsize=1792088 CPUtime=0
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 106192249 1835098112 23269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8820] ppid=8809 vsize=1792088 CPUtime=0.76
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 26199 0 -1 64 4473 0 0 0 74 2 0 0 16 0 12 0 106192249 1835098112 23270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8821] ppid=8809 vsize=1792088 CPUtime=0.52
/proc/8811/task/8821/stat : 8821 (java) S 8809 8811 26199 0 -1 64 2028 0 1 0 51 1 0 0 16 0 12 0 106192249 1835098112 23271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8822] ppid=8809 vsize=1792088 CPUtime=0
/proc/8811/task/8822/stat : 8822 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 106192249 1835098112 23272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8823] ppid=8809 vsize=1792088 CPUtime=0
/proc/8811/task/8823/stat : 8823 (java) S 8809 8811 26199 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 106192249 1835098112 23273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1792088

[startup+3.1011 s]
/proc/loadavg: 0.85 1.00 0.99 3/76 8823
/proc/meminfo: memFree=1310544/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=1792412 CPUtime=4.4
/proc/8811/stat : 8811 (java) S 8809 8811 26199 0 -1 0 51141 0 2 0 414 26 0 0 18 0 13 0 106192240 1835429888 46898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 448103 46898 1331 9 0 445715 0
[pid=8811/tid=8813] ppid=8809 vsize=1792412 CPUtime=2.31
/proc/8811/task/8813/stat : 8813 (java) R 8809 8811 26199 0 -1 64 37702 0 1 0 213 18 0 0 22 0 13 0 106192241 1835429888 46898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109787092 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=1792412 CPUtime=0.1
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 26199 0 -1 64 2897 0 0 0 9 1 0 0 17 0 13 0 106192243 1835429888 46898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8815] ppid=8809 vsize=1792412 CPUtime=0.1
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 26199 0 -1 64 2763 0 0 0 8 2 0 0 16 0 13 0 106192243 1835429888 46898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8816] ppid=8809 vsize=1792412 CPUtime=0
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 26199 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 106192245 1835429888 46898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8817] ppid=8809 vsize=1792412 CPUtime=0
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 26199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106192245 1835429888 46898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8818] ppid=8809 vsize=1792412 CPUtime=0
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 26199 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106192245 1835429888 46898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8819] ppid=8809 vsize=1792412 CPUtime=0
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106192249 1835429888 46898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8820] ppid=8809 vsize=1792412 CPUtime=1.02
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 26199 0 -1 64 4614 0 0 0 100 2 0 0 16 0 13 0 106192249 1835429888 46898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8821] ppid=8809 vsize=1792412 CPUtime=0.82
/proc/8811/task/8821/stat : 8821 (java) S 8809 8811 26199 0 -1 64 2435 0 1 0 81 1 0 0 16 0 13 0 106192249 1835429888 46898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8822] ppid=8809 vsize=1792412 CPUtime=0
/proc/8811/task/8822/stat : 8822 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106192249 1835429888 46898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8823] ppid=8809 vsize=1792412 CPUtime=0
/proc/8811/task/8823/stat : 8823 (java) S 8809 8811 26199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106192249 1835429888 46898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1792412

[startup+6.30272 s]
/proc/loadavg: 0.86 1.00 0.99 2/77 8824
/proc/meminfo: memFree=1267856/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=1792156 CPUtime=7.77
/proc/8811/stat : 8811 (java) S 8809 8811 26199 0 -1 0 57808 0 2 0 747 30 0 0 18 0 13 0 106192240 1835167744 53243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 448039 53243 1333 9 0 445651 0
[pid=8811/tid=8813] ppid=8809 vsize=1792156 CPUtime=5.36
/proc/8811/task/8813/stat : 8813 (java) R 8809 8811 26199 0 -1 64 37706 0 1 0 518 18 0 0 25 0 13 0 106192241 1835167744 53243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109779578 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=1792156 CPUtime=0.21
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 26199 0 -1 64 6037 0 0 0 19 2 0 0 17 0 13 0 106192243 1835167744 53243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8815] ppid=8809 vsize=1792156 CPUtime=0.22
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 26199 0 -1 64 6275 0 0 0 18 4 0 0 18 0 13 0 106192243 1835167744 53243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8816] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 26199 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 53243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8817] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 26199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 53243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8818] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 26199 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 53243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8819] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106192249 1835167744 53243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8820] ppid=8809 vsize=1792156 CPUtime=1.05
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 26199 0 -1 64 4617 0 0 0 103 2 0 0 16 0 13 0 106192249 1835167744 53243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8821] ppid=8809 vsize=1792156 CPUtime=0.87
/proc/8811/task/8821/stat : 8821 (java) S 8809 8811 26199 0 -1 64 2440 0 1 0 86 1 0 0 16 0 13 0 106192249 1835167744 53243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8822] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8822/stat : 8822 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106192249 1835167744 53243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8823] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8823/stat : 8823 (java) S 8809 8811 26199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106192249 1835167744 53243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8824] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8824/stat : 8824 (java) S 8809 8811 26199 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 106192480 1835167744 53243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 1792156

[startup+12.703 s]
/proc/loadavg: 0.95 1.02 0.99 3/77 8824
/proc/meminfo: memFree=1264960/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=1792156 CPUtime=14.42
/proc/8811/stat : 8811 (java) S 8809 8811 26199 0 -1 0 59080 0 2 0 1411 31 0 0 18 0 13 0 106192240 1835167744 54448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 448039 54448 1333 9 0 445651 0
[pid=8811/tid=8813] ppid=8809 vsize=1792156 CPUtime=11.51
/proc/8811/task/8813/stat : 8813 (java) R 8809 8811 26199 0 -1 64 37711 0 1 0 1133 18 0 0 22 0 13 0 106192241 1835167744 54448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109786984 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=1792156 CPUtime=0.43
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 26199 0 -1 64 6814 0 0 0 40 3 0 0 17 0 13 0 106192243 1835167744 54448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8815] ppid=8809 vsize=1792156 CPUtime=0.43
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 26199 0 -1 64 6759 0 0 0 39 4 0 0 16 0 13 0 106192243 1835167744 54448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8816] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 26199 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 106192245 1835167744 54448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8817] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 26199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 54448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8818] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 26199 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 54448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8819] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106192249 1835167744 54448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8820] ppid=8809 vsize=1792156 CPUtime=1.11
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 26199 0 -1 64 4622 0 0 0 109 2 0 0 16 0 13 0 106192249 1835167744 54448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8821] ppid=8809 vsize=1792156 CPUtime=0.89
/proc/8811/task/8821/stat : 8821 (java) S 8809 8811 26199 0 -1 64 2441 0 1 0 88 1 0 0 15 0 13 0 106192249 1835167744 54448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8822] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8822/stat : 8822 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106192249 1835167744 54448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8823] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8823/stat : 8823 (java) S 8809 8811 26199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106192249 1835167744 54448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8824] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8824/stat : 8824 (java) S 8809 8811 26199 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 106192480 1835167744 54448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 1792156

[startup+25.5015 s]
/proc/loadavg: 0.96 1.02 0.99 2/77 8824
/proc/meminfo: memFree=1232960/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=1792156 CPUtime=27.43
/proc/8811/stat : 8811 (java) S 8809 8811 26199 0 -1 0 68198 0 2 0 2707 36 0 0 18 0 13 0 106192240 1835167744 62096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 448039 62096 1333 9 0 445651 0
[pid=8811/tid=8813] ppid=8809 vsize=1792156 CPUtime=24.08
/proc/8811/task/8813/stat : 8813 (java) R 8809 8811 26199 0 -1 64 37717 0 1 0 2390 18 0 0 21 0 13 0 106192241 1835167744 62096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109784742 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=1792156 CPUtime=0.64
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 26199 0 -1 64 11252 0 0 0 59 5 0 0 17 0 13 0 106192243 1835167744 62096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8815] ppid=8809 vsize=1792156 CPUtime=0.65
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 26199 0 -1 64 11433 0 0 0 59 6 0 0 17 0 13 0 106192243 1835167744 62096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8816] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 26199 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 62096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8817] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 26199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 62096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8811/tid=8816] ppid=8809 vsize=1792156 CPUtime=0.25
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 26199 0 -1 64 324 0 0 0 11 14 0 0 16 0 13 0 106192245 1835167744 195139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8817] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 26199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 195139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8818] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 26199 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 195139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8819] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106192249 1835167744 195139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8820] ppid=8809 vsize=1792156 CPUtime=1.12
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 26199 0 -1 64 4623 0 0 0 110 2 0 0 17 0 13 0 106192249 1835167744 195139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8821] ppid=8809 vsize=1792156 CPUtime=0.9
/proc/8811/task/8821/stat : 8821 (java) S 8809 8811 26199 0 -1 64 2441 0 1 0 89 1 0 0 17 0 13 0 106192249 1835167744 195139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8822] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8822/stat : 8822 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106192249 1835167744 195139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8823] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8823/stat : 8823 (java) S 8809 8811 26199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106192249 1835167744 195139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8824] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8824/stat : 8824 (java) S 8809 8811 26199 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 106192480 1835167744 195139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1616.37
Current children cumulated vsize (KiB) 1792156

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8826
/proc/meminfo: memFree=689984/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=1792156 CPUtime=1676.82
/proc/8811/stat : 8811 (java) S 8809 8811 26199 0 -1 0 352901 0 2 0 167498 184 0 0 18 0 13 0 106192240 1835167744 197446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 448039 197446 1333 9 0 445651 0
[pid=8811/tid=8813] ppid=8809 vsize=1792156 CPUtime=1646.03
/proc/8811/task/8813/stat : 8813 (java) R 8809 8811 26199 0 -1 64 127022 0 1 0 164547 56 0 0 25 0 13 0 106192241 1835167744 197446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109856274 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=1792156 CPUtime=14.2
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 26199 0 -1 64 109339 0 0 0 1367 53 0 0 17 0 13 0 106192243 1835167744 197446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8815] ppid=8809 vsize=1792156 CPUtime=14.23
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 26199 0 -1 64 108430 0 0 0 1370 53 0 0 17 0 13 0 106192243 1835167744 197446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=1792156 CPUtime=0.26
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 26199 0 -1 64 324 0 0 0 11 15 0 0 16 0 13 0 106192245 1835167744 197446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 26199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 197446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8818] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 26199 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 197446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8819] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106192249 1835167744 197446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8820] ppid=8809 vsize=1792156 CPUtime=1.12
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 26199 0 -1 64 4623 0 0 0 110 2 0 0 17 0 13 0 106192249 1835167744 197446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8821] ppid=8809 vsize=1792156 CPUtime=0.9
/proc/8811/task/8821/stat : 8821 (java) S 8809 8811 26199 0 -1 64 2441 0 1 0 89 1 0 0 17 0 13 0 106192249 1835167744 197446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8822] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8822/stat : 8822 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106192249 1835167744 197446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8823] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8823/stat : 8823 (java) S 8809 8811 26199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106192249 1835167744 197446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8824] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8824/stat : 8824 (java) S 8809 8811 26199 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 106192480 1835167744 197446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1676.82
Current children cumulated vsize (KiB) 1792156

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 8998
/proc/meminfo: memFree=682128/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=1792156 CPUtime=1737.29
/proc/8811/stat : 8811 (java) S 8809 8811 26199 0 -1 0 361925 0 2 0 173541 188 0 0 18 0 13 0 106192240 1835167744 199091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 448039 199091 1333 9 0 445651 0
[pid=8811/tid=8813] ppid=8809 vsize=1792156 CPUtime=1705.39
/proc/8811/task/8813/stat : 8813 (java) R 8809 8811 26199 0 -1 64 127033 0 1 0 170482 57 0 0 25 0 13 0 106192241 1835167744 199091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109883095 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=1792156 CPUtime=14.76
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 26199 0 -1 64 113881 0 0 0 1421 55 0 0 16 0 13 0 106192243 1835167744 199091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8815] ppid=8809 vsize=1792156 CPUtime=14.78
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 26199 0 -1 64 112901 0 0 0 1424 54 0 0 17 0 13 0 106192243 1835167744 199091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=1792156 CPUtime=0.26
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 26199 0 -1 64 324 0 0 0 11 15 0 0 16 0 13 0 106192245 1835167744 199091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8817] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 26199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 199091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8818] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 26199 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 199091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8819] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106192249 1835167744 199091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8820] ppid=8809 vsize=1792156 CPUtime=1.12
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 26199 0 -1 64 4623 0 0 0 110 2 0 0 17 0 13 0 106192249 1835167744 199091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8821] ppid=8809 vsize=1792156 CPUtime=0.9
/proc/8811/task/8821/stat : 8821 (java) S 8809 8811 26199 0 -1 64 2441 0 1 0 89 1 0 0 17 0 13 0 106192249 1835167744 199091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8822] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8822/stat : 8822 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106192249 1835167744 199091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8823] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8823/stat : 8823 (java) S 8809 8811 26199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106192249 1835167744 199091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8824] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8824/stat : 8824 (java) S 8809 8811 26199 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 106192480 1835167744 199091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1737.29
Current children cumulated vsize (KiB) 1792156

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9024
/proc/meminfo: memFree=653440/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=1792156 CPUtime=1797.84
/proc/8811/stat : 8811 (java) S 8809 8811 26199 0 -1 0 373141 0 2 0 179590 194 0 0 18 0 13 0 106192240 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 448039 206494 1333 9 0 445651 0
[pid=8811/tid=8813] ppid=8809 vsize=1792156 CPUtime=1764.74
/proc/8811/task/8813/stat : 8813 (java) R 8809 8811 26199 0 -1 64 128373 0 1 0 176417 57 0 0 25 0 13 0 106192241 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109787469 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=1792156 CPUtime=15.37
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 26199 0 -1 64 119764 0 0 0 1478 59 0 0 17 0 13 0 106192243 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8815] ppid=8809 vsize=1792156 CPUtime=15.38
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 26199 0 -1 64 116879 0 0 0 1482 56 0 0 17 0 13 0 106192243 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8816] ppid=8809 vsize=1792156 CPUtime=0.27
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 26199 0 -1 64 339 0 0 0 11 16 0 0 16 0 13 0 106192245 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 26199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8818] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 26199 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8819] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106192249 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8820] ppid=8809 vsize=1792156 CPUtime=1.12
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 26199 0 -1 64 4623 0 0 0 110 2 0 0 17 0 13 0 106192249 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8821] ppid=8809 vsize=1792156 CPUtime=0.9
/proc/8811/task/8821/stat : 8821 (java) S 8809 8811 26199 0 -1 64 2441 0 1 0 89 1 0 0 17 0 13 0 106192249 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8822] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8822/stat : 8822 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106192249 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8823] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8823/stat : 8823 (java) S 8809 8811 26199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106192249 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8824] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8824/stat : 8824 (java) S 8809 8811 26199 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 106192480 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 1792156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9024
/proc/meminfo: memFree=653440/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=1792156 CPUtime=1800.05
/proc/8811/stat : 8811 (java) S 8809 8811 26199 0 -1 0 373141 0 2 0 179811 194 0 0 18 0 13 0 106192240 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 448039 206494 1333 9 0 445651 0
[pid=8811/tid=8813] ppid=8809 vsize=1792156 CPUtime=1766.94
/proc/8811/task/8813/stat : 8813 (java) R 8809 8811 26199 0 -1 64 128373 0 1 0 176637 57 0 0 25 0 13 0 106192241 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109856975 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=1792156 CPUtime=15.37
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 26199 0 -1 64 119764 0 0 0 1478 59 0 0 17 0 13 0 106192243 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8815] ppid=8809 vsize=1792156 CPUtime=15.38
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 26199 0 -1 64 116879 0 0 0 1482 56 0 0 17 0 13 0 106192243 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8816] ppid=8809 vsize=1792156 CPUtime=0.27
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 26199 0 -1 64 339 0 0 0 11 16 0 0 16 0 13 0 106192245 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 26199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8818] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 26199 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106192245 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8819] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106192249 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8820] ppid=8809 vsize=1792156 CPUtime=1.12
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 26199 0 -1 64 4623 0 0 0 110 2 0 0 17 0 13 0 106192249 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8821] ppid=8809 vsize=1792156 CPUtime=0.9
/proc/8811/task/8821/stat : 8821 (java) S 8809 8811 26199 0 -1 64 2441 0 1 0 89 1 0 0 17 0 13 0 106192249 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8822] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8822/stat : 8822 (java) S 8809 8811 26199 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106192249 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8811/tid=8823] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8823/stat : 8823 (java) S 8809 8811 26199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106192249 1835167744 206494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8811/tid=8824] ppid=8809 vsize=1792156 CPUtime=0
/proc/8811/task/8824/stat : 8824 (java) S 8809 8811 26199 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 106192480 1835167744 206494 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) 1792156

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

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

[startup+1784.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9024
/proc/meminfo: memFree=653440/2055920 swapFree=4191892/4192956
[pid=8811] ppid=8809 vsize=0 CPUtime=1800.16
/proc/8811/stat : 8811 (java) Z 8809 8811 26199 0 -1 1036 373161 0 2 0 179816 200 0 0 16 0 2 0 106192240 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8811/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): 1784.69
CPU time (s): 1800.24
CPU user time (s): 1798.16
CPU system time (s): 2.07568
CPU usage (%): 100.872
Max. virtual memory (cumulated for all children) (KiB): 1793668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.16
system time used= 2.07568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373161
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44048
involuntary context switches= 20222

runsolver used 1.78673 second user time and 4.77127 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Apr 14 20:33:04 UTC 2007

IDJOB= 348432
IDBENCH= 1672
IDSOLVER= 159
FILE ID= node75/348432-1176582783

PBS_JOBID= 4556957

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1cb0147510c9838b4e6052b678a2a523

RANDOM SEED= 880990317

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.257
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.257
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1477128 kB
Buffers:         49516 kB
Cached:         395140 kB
SwapCached:        268 kB
Active:         183688 kB
Inactive:       279228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1477128 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5296 kB
Writeback:           0 kB
Mapped:          27624 kB
Slab:           101760 kB
Committed_AS:   775412 kB
PageTables:       1444 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= 66559 MiB

End job on node75 on Sat Apr 14 21:02:50 UTC 2007