Trace number 354501

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.15 1777.71

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark355
Best CPU time to get the best result obtained on this benchmark1782.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
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 constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/354501-1176717483/instance-354501-1176717483.opb
0.21/0.20	c reading problem ... 
7.25/5.53	c ... done. Wall clock time 5.332s.
7.25/5.54	c CPU time (experimental) 3.96s.
7.25/5.54	c #vars     11001
7.25/5.54	c #constraints  21678
1800.04/1777.62	c starts		: 15
1800.04/1777.62	c conflicts		: 71591
1800.04/1777.62	c decisions		: 86919
1800.04/1777.62	c propagations		: 12761171
1800.04/1777.62	c inspects		: 822045064
1800.04/1777.62	c learnt literals	: 0
1800.04/1777.62	c learnt binary clauses	: 0
1800.04/1777.62	c learnt ternary clauses	: 1
1800.04/1777.62	c learnt clauses	: 71591
1800.04/1777.62	c root simplifications	: 0
1800.04/1777.62	c removed literals (reason simplification)	: 0
1800.04/1777.62	c reason swapping (by a shorter reason)	: 0
1800.04/1777.62	c Calls to reduceDB	: 0
1800.04/1777.62	c speed (decisions/second)	: 49.04994269352293
1800.04/1777.62	c non guided choices	67
1800.04/1777.62	s UNKNOWN
1800.04/1777.62	c Total wall clock time (ms): 1777.414

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/node72/watcher-354501-1176717483 -o ROOT/results/node72/solver-354501-1176717483 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354501-1176717483/sat4jPseudoResolution.jar /tmp/evaluation/354501-1176717483/instance-354501-1176717483.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.00 1.00 1.00 3/77 6290
/proc/meminfo: memFree=1815416/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=18568 CPUtime=0
/proc/6290/stat : 6290 (runsolver) R 6288 6290 5166 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 147786813 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 234517753127 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/6290/statm: 4642 292 257 24 0 2626 0

[startup+0.073856 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6290
/proc/meminfo: memFree=1815416/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=1777708 CPUtime=0.06
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 3709 0 1 0 4 2 0 0 18 0 7 0 147786813 1820372992 3451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 444427 3451 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.102859 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6290
/proc/meminfo: memFree=1815416/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=1780108 CPUtime=0.09
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 3972 0 1 0 6 3 0 0 18 0 12 0 147786813 1822830592 3713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 445027 3713 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.30288 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6290
/proc/meminfo: memFree=1815416/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=1782044 CPUtime=0.31
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 5212 0 1 0 27 4 0 0 18 0 12 0 147786813 1824813056 4950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 445511 4950 1270 9 0 443123 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782044

[startup+0.702916 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6290
/proc/meminfo: memFree=1815416/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=1787152 CPUtime=1
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 7867 0 1 0 94 6 0 0 18 0 12 0 147786813 1830043648 7276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 446788 7276 1310 9 0 444400 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1787152

[startup+1.50199 s]
/proc/loadavg: 1.00 1.00 1.00 4/89 6302
/proc/meminfo: memFree=1782552/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=1794900 CPUtime=2.39
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 21669 0 1 0 227 12 0 0 18 0 12 0 147786813 1837977600 16252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 448725 16252 1311 9 0 446337 0
[pid=6290/tid=6292] ppid=6288 vsize=1794900 CPUtime=0.77
/proc/6290/task/6292/stat : 6292 (java) R 6288 6290 5166 0 -1 64 12033 0 1 0 69 8 0 0 25 0 12 0 147786815 1837977600 16252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109643263 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6293] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6293/stat : 6293 (java) S 6288 6290 5166 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 147786817 1837977600 16252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6294] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6294/stat : 6294 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 147786817 1837977600 16252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6295] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6295/stat : 6295 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 147786819 1837977600 16252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6296] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6296/stat : 6296 (java) S 6288 6290 5166 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 147786819 1837977600 16252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6297] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6297/stat : 6297 (java) S 6288 6290 5166 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 147786819 1837977600 16252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6298] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6298/stat : 6298 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 147786823 1837977600 16252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6299] ppid=6288 vsize=1794900 CPUtime=0.89
/proc/6290/task/6299/stat : 6299 (java) S 6288 6290 5166 0 -1 64 5109 0 0 0 87 2 0 0 16 0 12 0 147786823 1837977600 16252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6300] ppid=6288 vsize=1794900 CPUtime=0.71
/proc/6290/task/6300/stat : 6300 (java) S 6288 6290 5166 0 -1 64 3807 0 0 0 70 1 0 0 18 0 12 0 147786823 1837977600 16252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6301] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6301/stat : 6301 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 147786823 1837977600 16252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6302] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6302/stat : 6302 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 147786823 1837977600 16252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 1794900

[startup+3.10113 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 6302
/proc/meminfo: memFree=1690328/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=1794900 CPUtime=4.1
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 51251 0 1 0 383 27 0 0 18 0 12 0 147786813 1837977600 45776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 448725 45776 1321 9 0 446337 0
[pid=6290/tid=6292] ppid=6288 vsize=1794900 CPUtime=2.27
/proc/6290/task/6292/stat : 6292 (java) R 6288 6290 5166 0 -1 64 37671 0 1 0 207 20 0 0 20 0 12 0 147786815 1837977600 45776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6293] ppid=6288 vsize=1794900 CPUtime=0.06
/proc/6290/task/6293/stat : 6293 (java) S 6288 6290 5166 0 -1 64 2039 0 0 0 6 0 0 0 16 0 12 0 147786817 1837977600 45776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6294] ppid=6288 vsize=1794900 CPUtime=0.07
/proc/6290/task/6294/stat : 6294 (java) S 6288 6290 5166 0 -1 64 1894 0 0 0 6 1 0 0 17 0 12 0 147786817 1837977600 45776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6295] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6295/stat : 6295 (java) S 6288 6290 5166 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 147786819 1837977600 45776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6296] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6296/stat : 6296 (java) S 6288 6290 5166 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 147786819 1837977600 45776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6297] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6297/stat : 6297 (java) S 6288 6290 5166 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 147786819 1837977600 45776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6298] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6298/stat : 6298 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 147786823 1837977600 45776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6299] ppid=6288 vsize=1794900 CPUtime=0.91
/proc/6290/task/6299/stat : 6299 (java) S 6288 6290 5166 0 -1 64 5113 0 0 0 89 2 0 0 15 0 12 0 147786823 1837977600 45776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6300] ppid=6288 vsize=1794900 CPUtime=0.73
/proc/6290/task/6300/stat : 6300 (java) S 6288 6290 5166 0 -1 64 3808 0 0 0 72 1 0 0 16 0 12 0 147786823 1837977600 45776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6301] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6301/stat : 6301 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 147786823 1837977600 45776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6302] ppid=6288 vsize=1794900 CPUtime=0
/proc/6290/task/6302/stat : 6302 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 147786823 1837977600 45776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 1794900

[startup+6.30243 s]
/proc/loadavg: 1.24 1.05 1.02 2/89 6302
/proc/meminfo: memFree=1579416/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=1798700 CPUtime=8.38
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 69502 0 1 0 802 36 0 0 18 0 13 0 147786813 1841868800 60743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 449675 60743 1330 9 0 447287 0
[pid=6290/tid=6292] ppid=6288 vsize=1798700 CPUtime=4.5
/proc/6290/task/6292/stat : 6292 (java) S 6288 6290 5166 0 -1 64 37708 0 1 0 430 20 0 0 25 0 13 0 147786815 1841868800 60743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6293] ppid=6288 vsize=1798700 CPUtime=0.72
/proc/6290/task/6293/stat : 6293 (java) R 6288 6290 5166 0 -1 64 11215 0 0 0 68 4 0 0 18 0 13 0 147786817 1841868800 60743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370340 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6294] ppid=6288 vsize=1798700 CPUtime=0.73
/proc/6290/task/6294/stat : 6294 (java) R 6288 6290 5166 0 -1 64 10137 0 0 0 68 5 0 0 18 0 13 0 147786817 1841868800 60743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6295] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6295/stat : 6295 (java) S 6288 6290 5166 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 147786819 1841868800 60743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6296] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6296/stat : 6296 (java) S 6288 6290 5166 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 60743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6297] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6297/stat : 6297 (java) S 6288 6290 5166 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 60743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6298] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6298/stat : 6298 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147786823 1841868800 60743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6299] ppid=6288 vsize=1798700 CPUtime=1.32
/proc/6290/task/6299/stat : 6299 (java) S 6288 6290 5166 0 -1 64 5171 0 0 0 130 2 0 0 16 0 13 0 147786823 1841868800 60743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6300] ppid=6288 vsize=1798700 CPUtime=1.05
/proc/6290/task/6300/stat : 6300 (java) S 6288 6290 5166 0 -1 64 4538 0 0 0 104 1 0 0 16 0 13 0 147786823 1841868800 60743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6301] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6301/stat : 6301 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147786823 1841868800 60743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6302] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6302/stat : 6302 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147786823 1841868800 60743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 1798700

[startup+12.702 s]
/proc/loadavg: 1.22 1.05 1.02 3/90 6303
/proc/meminfo: memFree=1562704/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=1798700 CPUtime=15.85
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 77681 0 1 0 1545 40 0 0 18 0 13 0 147786813 1841868800 67611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 449675 67611 1333 9 0 447287 0
[pid=6290/tid=6292] ppid=6288 vsize=1798700 CPUtime=9.92
/proc/6290/task/6292/stat : 6292 (java) R 6288 6290 5166 0 -1 64 37716 0 1 0 971 21 0 0 19 0 13 0 147786815 1841868800 67611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109951802 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6293] ppid=6288 vsize=1798700 CPUtime=1.67
/proc/6290/task/6293/stat : 6293 (java) S 6288 6290 5166 0 -1 64 15105 0 0 0 161 6 0 0 16 0 13 0 147786817 1841868800 67611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6294] ppid=6288 vsize=1798700 CPUtime=1.65
/proc/6290/task/6294/stat : 6294 (java) S 6288 6290 5166 0 -1 64 14403 0 0 0 158 7 0 0 16 0 13 0 147786817 1841868800 67611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6295] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6295/stat : 6295 (java) S 6288 6290 5166 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 67611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6296] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6296/stat : 6296 (java) S 6288 6290 5166 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 67611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6297] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6297/stat : 6297 (java) S 6288 6290 5166 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 67611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6298] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6298/stat : 6298 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147786823 1841868800 67611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6299] ppid=6288 vsize=1798700 CPUtime=1.38
/proc/6290/task/6299/stat : 6299 (java) S 6288 6290 5166 0 -1 64 5172 0 0 0 136 2 0 0 17 0 13 0 147786823 1841868800 67611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6300] ppid=6288 vsize=1798700 CPUtime=1.18
/proc/6290/task/6300/stat : 6300 (java) S 6288 6290 5166 0 -1 64 4552 0 0 0 117 1 0 0 17 0 13 0 147786823 1841868800 67611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6301] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6301/stat : 6301 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147786823 1841868800 67611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6302] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6302/stat : 6302 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147786823 1841868800 67611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6303] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6303/stat : 6303 (java) S 6288 6290 5166 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 147787371 1841868800 67611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.85
Current children cumulated vsize (KiB) 1798700

[startup+25.5022 s]
/proc/loadavg: 1.17 1.05 1.01 2/90 6303
/proc/meminfo: memFree=1545296/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=1798700 CPUtime=29.08
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 80558 0 1 0 2867 41 0 0 18 0 13 0 147786813 1841868800 68584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 449675 68584 1333 9 0 447287 0
[pid=6290/tid=6292] ppid=6288 vsize=1798700 CPUtime=22.31
/proc/6290/task/6292/stat : 6292 (java) R 6288 6290 5166 0 -1 64 37727 0 1 0 2210 21 0 0 21 0 13 0 147786815 1841868800 68584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109951802 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6293] ppid=6288 vsize=1798700 CPUtime=2.04
/proc/6290/task/6293/stat : 6293 (java) S 6288 6290 5166 0 -1 64 16415 0 0 0 198 6 0 0 16 0 13 0 147786817 1841868800 68584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6294] ppid=6288 vsize=1798700 CPUtime=2.04
/proc/6290/task/6294/stat : 6294 (java) S 6288 6290 5166 0 -1 64 15951 0 0 0 196 8 0 0 16 0 13 0 147786817 1841868800 68584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6295] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6295/stat : 6295 (java) S 6288 6290 5166 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 68584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6296] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6296/stat : 6296 (java) S 6288 6290 5166 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 68584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6297] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6297/stat : 6297 (java) S 6288 6290 5166 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 68584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=6290] ppid=6288 vsize=1798700 CPUtime=1562.37
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 100021 0 1 0 156159 78 0 0 18 0 13 0 147786813 1841868800 81709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 449675 81709 1335 9 0 447287 0
[pid=6290/tid=6292] ppid=6288 vsize=1798700 CPUtime=1521.14
/proc/6290/task/6292/stat : 6292 (java) R 6288 6290 5166 0 -1 64 38832 0 1 0 152078 36 0 0 25 0 13 0 147786815 1841868800 81709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110010581 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6293] ppid=6288 vsize=1798700 CPUtime=19.14
/proc/6290/task/6293/stat : 6293 (java) S 6288 6290 5166 0 -1 64 25754 0 0 0 1901 13 0 0 16 0 13 0 147786817 1841868800 81709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6294] ppid=6288 vsize=1798700 CPUtime=19.11
/proc/6290/task/6294/stat : 6294 (java) S 6288 6290 5166 0 -1 64 24959 0 0 0 1895 16 0 0 16 0 13 0 147786817 1841868800 81709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6295] ppid=6288 vsize=1798700 CPUtime=0.16
/proc/6290/task/6295/stat : 6295 (java) S 6288 6290 5166 0 -1 64 16 0 0 0 10 6 0 0 16 0 13 0 147786819 1841868800 81709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6296] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6296/stat : 6296 (java) S 6288 6290 5166 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 81709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6297] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6297/stat : 6297 (java) S 6288 6290 5166 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 81709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6298] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6298/stat : 6298 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147786823 1841868800 81709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6299] ppid=6288 vsize=1798700 CPUtime=1.46
/proc/6290/task/6299/stat : 6299 (java) S 6288 6290 5166 0 -1 64 5174 0 0 0 144 2 0 0 16 0 13 0 147786823 1841868800 81709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6300] ppid=6288 vsize=1798700 CPUtime=1.29
/proc/6290/task/6300/stat : 6300 (java) S 6288 6290 5166 0 -1 64 4562 0 0 0 128 1 0 0 17 0 13 0 147786823 1841868800 81709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6301] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6301/stat : 6301 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147786823 1841868800 81709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6302] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6302/stat : 6302 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147786823 1841868800 81709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6303] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6303/stat : 6303 (java) S 6288 6290 5166 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 147787371 1841868800 81709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1562.37
Current children cumulated vsize (KiB) 1798700

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.01 2/90 6505
/proc/meminfo: memFree=1489040/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=1798700 CPUtime=1622.98
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 102575 0 1 0 162217 81 0 0 18 0 13 0 147786813 1841868800 82631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 449675 82631 1335 9 0 447287 0
[pid=6290/tid=6292] ppid=6288 vsize=1798700 CPUtime=1580.48
/proc/6290/task/6292/stat : 6292 (java) R 6288 6290 5166 0 -1 64 40110 0 1 0 158011 37 0 0 17 0 13 0 147786815 1841868800 82631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109908936 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6293] ppid=6288 vsize=1798700 CPUtime=19.77
/proc/6290/task/6293/stat : 6293 (java) S 6288 6290 5166 0 -1 64 26379 0 0 0 1963 14 0 0 16 0 13 0 147786817 1841868800 82631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6294] ppid=6288 vsize=1798700 CPUtime=19.74
/proc/6290/task/6294/stat : 6294 (java) S 6288 6290 5166 0 -1 64 25607 0 0 0 1958 16 0 0 16 0 13 0 147786817 1841868800 82631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6295] ppid=6288 vsize=1798700 CPUtime=0.17
/proc/6290/task/6295/stat : 6295 (java) S 6288 6290 5166 0 -1 64 19 0 0 0 11 6 0 0 16 0 13 0 147786819 1841868800 82631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6296] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6296/stat : 6296 (java) S 6288 6290 5166 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 82631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6297] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6297/stat : 6297 (java) S 6288 6290 5166 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 82631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6298] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6298/stat : 6298 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147786823 1841868800 82631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6299] ppid=6288 vsize=1798700 CPUtime=1.46
/proc/6290/task/6299/stat : 6299 (java) S 6288 6290 5166 0 -1 64 5174 0 0 0 144 2 0 0 16 0 13 0 147786823 1841868800 82631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6300] ppid=6288 vsize=1798700 CPUtime=1.29
/proc/6290/task/6300/stat : 6300 (java) S 6288 6290 5166 0 -1 64 4562 0 0 0 128 1 0 0 17 0 13 0 147786823 1841868800 82631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6301] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6301/stat : 6301 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147786823 1841868800 82631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6302] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6302/stat : 6302 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147786823 1841868800 82631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6303] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6303/stat : 6303 (java) S 6288 6290 5166 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 147787371 1841868800 82631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1622.98
Current children cumulated vsize (KiB) 1798700

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 6505
/proc/meminfo: memFree=1485392/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=1798700 CPUtime=1683.56
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 105063 0 1 0 168273 83 0 0 18 0 13 0 147786813 1841868800 83438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 449675 83438 1335 9 0 447287 0
[pid=6290/tid=6292] ppid=6288 vsize=1798700 CPUtime=1639.85
/proc/6290/task/6292/stat : 6292 (java) R 6288 6290 5166 0 -1 64 41095 0 1 0 163947 38 0 0 25 0 13 0 147786815 1841868800 83438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109935325 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6293] ppid=6288 vsize=1798700 CPUtime=20.37
/proc/6290/task/6293/stat : 6293 (java) S 6288 6290 5166 0 -1 64 27112 0 0 0 2022 15 0 0 16 0 13 0 147786817 1841868800 83438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6294] ppid=6288 vsize=1798700 CPUtime=20.34
/proc/6290/task/6294/stat : 6294 (java) S 6288 6290 5166 0 -1 64 26374 0 0 0 2017 17 0 0 16 0 13 0 147786817 1841868800 83438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6295] ppid=6288 vsize=1798700 CPUtime=0.18
/proc/6290/task/6295/stat : 6295 (java) S 6288 6290 5166 0 -1 64 22 0 0 0 11 7 0 0 16 0 13 0 147786819 1841868800 83438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6296] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6296/stat : 6296 (java) S 6288 6290 5166 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 83438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6297] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6297/stat : 6297 (java) S 6288 6290 5166 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 83438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6298] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6298/stat : 6298 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147786823 1841868800 83438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6299] ppid=6288 vsize=1798700 CPUtime=1.46
/proc/6290/task/6299/stat : 6299 (java) S 6288 6290 5166 0 -1 64 5174 0 0 0 144 2 0 0 16 0 13 0 147786823 1841868800 83438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6300] ppid=6288 vsize=1798700 CPUtime=1.29
/proc/6290/task/6300/stat : 6300 (java) S 6288 6290 5166 0 -1 64 4562 0 0 0 128 1 0 0 17 0 13 0 147786823 1841868800 83438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6301] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6301/stat : 6301 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147786823 1841868800 83438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6302] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6302/stat : 6302 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147786823 1841868800 83438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6303] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6303/stat : 6303 (java) S 6288 6290 5166 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 147787371 1841868800 83438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1683.56
Current children cumulated vsize (KiB) 1798700

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 6505
/proc/meminfo: memFree=1488656/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=1798700 CPUtime=1744.12
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 106045 0 1 0 174328 84 0 0 18 0 13 0 147786813 1841868800 82650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 449675 82650 1335 9 0 447287 0
[pid=6290/tid=6292] ppid=6288 vsize=1798700 CPUtime=1699.26
/proc/6290/task/6292/stat : 6292 (java) R 6288 6290 5166 0 -1 64 41120 0 1 0 169887 39 0 0 23 0 13 0 147786815 1841868800 82650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109951802 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6293] ppid=6288 vsize=1798700 CPUtime=20.95
/proc/6290/task/6293/stat : 6293 (java) S 6288 6290 5166 0 -1 64 27622 0 0 0 2080 15 0 0 16 0 13 0 147786817 1841868800 82650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6294] ppid=6288 vsize=1798700 CPUtime=20.91
/proc/6290/task/6294/stat : 6294 (java) S 6288 6290 5166 0 -1 64 26821 0 0 0 2074 17 0 0 16 0 13 0 147786817 1841868800 82650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6295] ppid=6288 vsize=1798700 CPUtime=0.19
/proc/6290/task/6295/stat : 6295 (java) S 6288 6290 5166 0 -1 64 22 0 0 0 12 7 0 0 15 0 13 0 147786819 1841868800 82650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6296] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6296/stat : 6296 (java) S 6288 6290 5166 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 82650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6297] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6297/stat : 6297 (java) S 6288 6290 5166 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 82650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6298] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6298/stat : 6298 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147786823 1841868800 82650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6299] ppid=6288 vsize=1798700 CPUtime=1.46
/proc/6290/task/6299/stat : 6299 (java) S 6288 6290 5166 0 -1 64 5174 0 0 0 144 2 0 0 16 0 13 0 147786823 1841868800 82650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6300] ppid=6288 vsize=1798700 CPUtime=1.29
/proc/6290/task/6300/stat : 6300 (java) S 6288 6290 5166 0 -1 64 4562 0 0 0 128 1 0 0 17 0 13 0 147786823 1841868800 82650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6301] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6301/stat : 6301 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147786823 1841868800 82650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6302] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6302/stat : 6302 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147786823 1841868800 82650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6303] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6303/stat : 6303 (java) S 6288 6290 5166 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 147787371 1841868800 82650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1744.12
Current children cumulated vsize (KiB) 1798700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.61 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 6505
/proc/meminfo: memFree=1479632/2055920 swapFree=4171536/4192956
[pid=6290] ppid=6288 vsize=1798700 CPUtime=1800.04
/proc/6290/stat : 6290 (java) S 6288 6290 5166 0 -1 0 108604 0 1 0 179918 86 0 0 18 0 13 0 147786813 1841868800 84881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6290/statm: 449675 84881 1335 9 0 447287 0
[pid=6290/tid=6292] ppid=6288 vsize=1798700 CPUtime=1753.91
/proc/6290/task/6292/stat : 6292 (java) R 6288 6290 5166 0 -1 64 41974 0 1 0 175352 39 0 0 25 0 13 0 147786815 1841868800 84881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109569614 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6293] ppid=6288 vsize=1798700 CPUtime=21.57
/proc/6290/task/6293/stat : 6293 (java) S 6288 6290 5166 0 -1 64 28493 0 0 0 2142 15 0 0 16 0 13 0 147786817 1841868800 84881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6294] ppid=6288 vsize=1798700 CPUtime=21.53
/proc/6290/task/6294/stat : 6294 (java) S 6288 6290 5166 0 -1 64 27652 0 0 0 2136 17 0 0 16 0 13 0 147786817 1841868800 84881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6295] ppid=6288 vsize=1798700 CPUtime=0.19
/proc/6290/task/6295/stat : 6295 (java) S 6288 6290 5166 0 -1 64 25 0 0 0 12 7 0 0 16 0 13 0 147786819 1841868800 84881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6296] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6296/stat : 6296 (java) S 6288 6290 5166 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 84881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6297] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6297/stat : 6297 (java) S 6288 6290 5166 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147786819 1841868800 84881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6298] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6298/stat : 6298 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147786823 1841868800 84881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6299] ppid=6288 vsize=1798700 CPUtime=1.46
/proc/6290/task/6299/stat : 6299 (java) S 6288 6290 5166 0 -1 64 5174 0 0 0 144 2 0 0 16 0 13 0 147786823 1841868800 84881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6300] ppid=6288 vsize=1798700 CPUtime=1.29
/proc/6290/task/6300/stat : 6300 (java) S 6288 6290 5166 0 -1 64 4562 0 0 0 128 1 0 0 17 0 13 0 147786823 1841868800 84881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6301] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6301/stat : 6301 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147786823 1841868800 84881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6290/tid=6302] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6302/stat : 6302 (java) S 6288 6290 5166 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147786823 1841868800 84881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6290/tid=6303] ppid=6288 vsize=1798700 CPUtime=0
/proc/6290/task/6303/stat : 6303 (java) S 6288 6290 5166 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 147787371 1841868800 84881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1798700

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

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

Child status: 143
Real time (s): 1777.71
CPU time (s): 1800.15
CPU user time (s): 1799.23
CPU system time (s): 0.92086
CPU usage (%): 101.262
Max. virtual memory (cumulated for all children) (KiB): 1798700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.92086
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108624
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= 42551
involuntary context switches= 63566

runsolver used 1.78773 second user time and 4.81027 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Apr 16 09:58:04 UTC 2007

IDJOB= 354501
IDBENCH= 2633
IDSOLVER= 159
FILE ID= node72/354501-1176717483

PBS_JOBID= 4560058

Free space on /tmp= 66478 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354501-1176717483/sat4jPseudoResolution.jar /tmp/evaluation/354501-1176717483/instance-354501-1176717483.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-354501-1176717483 -o ROOT/results/node72/solver-354501-1176717483 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354501-1176717483/sat4jPseudoResolution.jar /tmp/evaluation/354501-1176717483/instance-354501-1176717483.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5a1b3155d98b6c4d8f9ab1b869fece67

RANDOM SEED= 321148722

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
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	: 5931.00
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.222
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:       1815952 kB
Buffers:         26528 kB
Cached:         132488 kB
SwapCached:       3164 kB
Active:          71676 kB
Inactive:       112140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815952 kB
SwapTotal:     4192956 kB
SwapFree:      4171536 kB
Dirty:            9756 kB
Writeback:           0 kB
Mapped:          31484 kB
Slab:            41568 kB
Committed_AS:  2660756 kB
PageTables:       1796 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= 66478 MiB

End job on node72 on Mon Apr 16 10:27:43 UTC 2007