Trace number 355152

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.21 1758.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_18.opb
MD5SUM92a7a1679de6bb1b52854275d5fc6396
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark311
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 303
Optimality of the best value was proved NO
Number of variables8878
Total number of constraints17460
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 153
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 408
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 2755
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.16/0.46	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16/0.46	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16/0.46	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16/0.47	c no version file found!!!
0.16/0.47	c sun.arch.data.model	32
0.16/0.47	c java.version	1.6.0
0.16/0.47	c os.name	Linux
0.16/0.47	c os.version	2.6.9-22.EL.rootsmp
0.16/0.47	c os.arch	i386
0.16/0.47	c Free memory 1651659224
0.16/0.47	c Max memory 1654456320
0.16/0.47	c Total memory 1654456320
0.16/0.47	c Number of processors 2
0.20/0.53	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.53	--- Begin Solver configuration ---
0.20/0.53	c Stops conflict analysis at the first Unique Implication Point
0.20/0.53	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.53	c Learn all clauses as in MiniSAT
0.20/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.53	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.53	c No reason simplification
0.20/0.53	c --- End Solver configuration ---
0.20/0.53	c solving /tmp/evaluation/355152-1176776434/instance-355152-1176776434.opb
0.20/0.53	c reading problem ... 
6.17/4.82	c ... done. Wall clock time 4.283s.
6.17/4.82	c CPU time (experimental) 3.49s.
6.17/4.82	c #vars     8878
6.17/4.82	c #constraints  17459
1800.05/1758.31	c starts		: 2
1800.05/1758.31	c conflicts		: 65411
1800.05/1758.31	c decisions		: 90768
1800.05/1758.31	c propagations		: 18144002
1800.05/1758.31	c inspects		: 727579597
1800.05/1758.31	c learnt literals	: 0
1800.05/1758.31	c learnt binary clauses	: 0
1800.05/1758.31	c learnt ternary clauses	: 0
1800.05/1758.31	c learnt clauses	: 65410
1800.05/1758.31	c root simplifications	: 0
1800.05/1758.31	c removed literals (reason simplification)	: 0
1800.05/1758.31	c reason swapping (by a shorter reason)	: 0
1800.05/1758.31	c Calls to reduceDB	: 0
1800.05/1758.31	c speed (decisions/second)	: 51.76457974641241
1800.05/1758.31	c non guided choices	8658
1800.05/1758.31	s UNKNOWN
1800.05/1758.31	c Total wall clock time (ms): 1757.78

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-355152-1176776434 -o ROOT/results/node2/solver-355152-1176776434 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355152-1176776434/sat4jPseudoCP.jar /tmp/evaluation/355152-1176776434/instance-355152-1176776434.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.95 0.99 0.99 2/77 7698
/proc/meminfo: memFree=1861560/2055920 swapFree=4129076/4192956
[pid=7698] ppid=7696 vsize=18568 CPUtime=0
/proc/7698/stat : 7698 (runsolver) R 7696 7698 6388 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 153681157 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 206381313319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7698/statm: 4642 292 257 24 0 2626 0

[startup+0.0824881 s]
/proc/loadavg: 0.95 0.99 0.99 2/77 7698
/proc/meminfo: memFree=1861560/2055920 swapFree=4129076/4192956
[pid=7698] ppid=7696 vsize=12056 CPUtime=0.02
/proc/7698/stat : 7698 (java) D 7696 7698 6388 0 -1 0 382 0 18 0 0 2 0 0 18 0 1 0 153681157 12345344 208 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 10507050 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/7698/statm: 3014 208 135 9 0 1148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12056

[startup+0.104404 s]
/proc/loadavg: 0.95 0.99 0.99 2/77 7698
/proc/meminfo: memFree=1861560/2055920 swapFree=4129076/4192956
[pid=7698] ppid=7696 vsize=12420 CPUtime=0.02
/proc/7698/stat : 7698 (java) S 7696 7698 6388 0 -1 0 742 0 24 0 0 2 0 0 18 0 2 0 153681157 12718080 549 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7698/statm: 3105 549 239 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12420

[startup+0.302424 s]
/proc/loadavg: 0.95 0.99 0.99 2/77 7698
/proc/meminfo: memFree=1861560/2055920 swapFree=4129076/4192956
[pid=7698] ppid=7696 vsize=1780040 CPUtime=0.12
/proc/7698/stat : 7698 (java) S 7696 7698 6388 0 -1 0 3874 0 36 0 6 6 0 0 18 0 12 0 153681157 1822760960 3651 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7698/statm: 445010 3651 1100 9 0 442646 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1780040

[startup+0.702467 s]
/proc/loadavg: 0.95 0.99 0.99 2/77 7698
/proc/meminfo: memFree=1861560/2055920 swapFree=4129076/4192956
[pid=7698] ppid=7696 vsize=1781472 CPUtime=0.46
/proc/7698/stat : 7698 (java) S 7696 7698 6388 0 -1 0 5293 0 36 0 38 8 0 0 18 0 12 0 153681157 1824227328 5064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7698/statm: 445368 5064 1276 9 0 442980 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 1781472

[startup+1.50256 s]
/proc/loadavg: 0.95 0.99 0.99 3/89 7710
/proc/meminfo: memFree=1830424/2055920 swapFree=4129076/4192956
[pid=7698] ppid=7696 vsize=1795420 CPUtime=1.97
/proc/7698/stat : 7698 (java) S 7696 7698 6388 0 -1 0 16390 0 36 0 182 15 0 0 18 0 12 0 153681157 1838510080 13116 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7698/statm: 448855 13117 1311 9 0 446467 0
[pid=7698/tid=7700] ppid=7696 vsize=1795420 CPUtime=0.74
/proc/7698/task/7700/stat : 7700 (java) R 7696 7698 6388 0 -1 64 9237 0 12 0 66 8 0 0 18 0 12 0 153681166 1838510080 13117 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109535884 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7701] ppid=7696 vsize=1795420 CPUtime=0
/proc/7698/task/7701/stat : 7701 (java) S 7696 7698 6388 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 153681174 1838510080 13118 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7702] ppid=7696 vsize=1795420 CPUtime=0
/proc/7698/task/7702/stat : 7702 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 153681174 1838510080 13119 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7703] ppid=7696 vsize=1795420 CPUtime=0
/proc/7698/task/7703/stat : 7703 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 153681178 1838510080 13120 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7704] ppid=7696 vsize=1795420 CPUtime=0
/proc/7698/task/7704/stat : 7704 (java) S 7696 7698 6388 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 153681178 1838510080 13121 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7705] ppid=7696 vsize=1795420 CPUtime=0
/proc/7698/task/7705/stat : 7705 (java) S 7696 7698 6388 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 153681178 1838510080 13122 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7706] ppid=7696 vsize=1795420 CPUtime=0
/proc/7698/task/7706/stat : 7706 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 153681187 1838510080 13123 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7707] ppid=7696 vsize=1795420 CPUtime=0.55
/proc/7698/task/7707/stat : 7707 (java) R 7696 7698 6388 0 -1 64 3117 0 0 0 54 1 0 0 19 0 12 0 153681187 1838510080 13123 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103313299 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7708] ppid=7696 vsize=1795420 CPUtime=0.63
/proc/7698/task/7708/stat : 7708 (java) R 7696 7698 6388 0 -1 64 3343 0 0 0 61 2 0 0 17 0 12 0 153681187 1838510080 13124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104724506 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7709] ppid=7696 vsize=1795420 CPUtime=0
/proc/7698/task/7709/stat : 7709 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 153681187 1838510080 13124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7710] ppid=7696 vsize=1795420 CPUtime=0
/proc/7698/task/7710/stat : 7710 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 153681187 1838510080 13125 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1795420

[startup+3.10171 s]
/proc/loadavg: 0.95 0.99 0.99 2/89 7710
/proc/meminfo: memFree=1752152/2055920 swapFree=4129076/4192956
[pid=7698] ppid=7696 vsize=1793932 CPUtime=4.04
/proc/7698/stat : 7698 (java) S 7696 7698 6388 0 -1 0 51527 0 36 0 373 31 0 0 18 0 12 0 153681157 1836986368 45872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7698/statm: 448483 45872 1321 9 0 446095 0
[pid=7698/tid=7700] ppid=7696 vsize=1793932 CPUtime=2.17
/proc/7698/task/7700/stat : 7700 (java) R 7696 7698 6388 0 -1 64 37660 0 12 0 196 21 0 0 19 0 12 0 153681166 1836986368 45872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109187613 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7701] ppid=7696 vsize=1793932 CPUtime=0.06
/proc/7698/task/7701/stat : 7701 (java) S 7696 7698 6388 0 -1 64 1977 0 0 0 6 0 0 0 17 0 12 0 153681174 1836986368 45872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7702] ppid=7696 vsize=1793932 CPUtime=0.07
/proc/7698/task/7702/stat : 7702 (java) S 7696 7698 6388 0 -1 64 2181 0 0 0 6 1 0 0 17 0 12 0 153681174 1836986368 45872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7703] ppid=7696 vsize=1793932 CPUtime=0
/proc/7698/task/7703/stat : 7703 (java) S 7696 7698 6388 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 153681178 1836986368 45872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7704] ppid=7696 vsize=1793932 CPUtime=0
/proc/7698/task/7704/stat : 7704 (java) S 7696 7698 6388 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 153681178 1836986368 45872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7705] ppid=7696 vsize=1793932 CPUtime=0
/proc/7698/task/7705/stat : 7705 (java) S 7696 7698 6388 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153681178 1836986368 45872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7706] ppid=7696 vsize=1793932 CPUtime=0
/proc/7698/task/7706/stat : 7706 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 153681187 1836986368 45872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7707] ppid=7696 vsize=1793932 CPUtime=0.82
/proc/7698/task/7707/stat : 7707 (java) S 7696 7698 6388 0 -1 64 4812 0 0 0 80 2 0 0 16 0 12 0 153681187 1836986368 45872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7708] ppid=7696 vsize=1793932 CPUtime=0.84
/proc/7698/task/7708/stat : 7708 (java) S 7696 7698 6388 0 -1 64 4196 0 0 0 82 2 0 0 16 0 12 0 153681187 1836986368 45872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7709] ppid=7696 vsize=1793932 CPUtime=0
/proc/7698/task/7709/stat : 7709 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 153681187 1836986368 45872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7710] ppid=7696 vsize=1793932 CPUtime=0
/proc/7698/task/7710/stat : 7710 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 153681187 1836986368 45872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 1793932

[startup+6.30224 s]
/proc/loadavg: 0.95 0.99 0.99 3/90 7711
/proc/meminfo: memFree=1638544/2055920 swapFree=4129076/4192956
[pid=7698] ppid=7696 vsize=1795736 CPUtime=8.25
/proc/7698/stat : 7698 (java) S 7696 7698 6388 0 -1 0 68572 0 36 0 785 40 0 0 18 0 13 0 153681157 1838833664 59915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7698/statm: 448934 59915 1330 9 0 446546 0
[pid=7698/tid=7700] ppid=7696 vsize=1795736 CPUtime=4.58
/proc/7698/task/7700/stat : 7700 (java) R 7696 7698 6388 0 -1 64 37709 0 12 0 436 22 0 0 21 0 13 0 153681166 1838833664 59915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109147564 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7701] ppid=7696 vsize=1795736 CPUtime=0.52
/proc/7698/task/7701/stat : 7701 (java) S 7696 7698 6388 0 -1 64 10166 0 0 0 48 4 0 0 16 0 13 0 153681174 1838833664 59915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7702] ppid=7696 vsize=1795736 CPUtime=0.52
/proc/7698/task/7702/stat : 7702 (java) S 7696 7698 6388 0 -1 64 9923 0 0 0 47 5 0 0 16 0 13 0 153681174 1838833664 59915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7703] ppid=7696 vsize=1795736 CPUtime=0
/proc/7698/task/7703/stat : 7703 (java) S 7696 7698 6388 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153681178 1838833664 59915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7704] ppid=7696 vsize=1795736 CPUtime=0
/proc/7698/task/7704/stat : 7704 (java) S 7696 7698 6388 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153681178 1838833664 59915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7705] ppid=7696 vsize=1795736 CPUtime=0
/proc/7698/task/7705/stat : 7705 (java) S 7696 7698 6388 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153681178 1838833664 59915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7706] ppid=7696 vsize=1795736 CPUtime=0
/proc/7698/task/7706/stat : 7706 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153681187 1838833664 59915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7707] ppid=7696 vsize=1795736 CPUtime=1.29
/proc/7698/task/7707/stat : 7707 (java) S 7696 7698 6388 0 -1 64 5366 0 0 0 127 2 0 0 16 0 13 0 153681187 1838833664 59915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7708] ppid=7696 vsize=1795736 CPUtime=1.27
/proc/7698/task/7708/stat : 7708 (java) S 7696 7698 6388 0 -1 64 4702 0 0 0 125 2 0 0 15 0 13 0 153681187 1838833664 59915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7709] ppid=7696 vsize=1795736 CPUtime=0
/proc/7698/task/7709/stat : 7709 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153681187 1838833664 59915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7710] ppid=7696 vsize=1795736 CPUtime=0
/proc/7698/task/7710/stat : 7710 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153681187 1838833664 59915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7711] ppid=7696 vsize=1795736 CPUtime=0
/proc/7698/task/7711/stat : 7711 (java) S 7696 7698 6388 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 153681641 1838833664 59915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 1795736

[startup+12.7029 s]
/proc/loadavg: 0.96 0.99 0.99 2/90 7711
/proc/meminfo: memFree=1611472/2055920 swapFree=4129076/4192956
[pid=7698] ppid=7696 vsize=1798296 CPUtime=16.46
/proc/7698/stat : 7698 (java) S 7696 7698 6388 0 -1 0 75954 0 36 0 1602 44 0 0 18 0 13 0 153681157 1841455104 65494 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7698/statm: 449574 65494 1333 9 0 447186 0
[pid=7698/tid=7700] ppid=7696 vsize=1798296 CPUtime=9.84
/proc/7698/task/7700/stat : 7700 (java) R 7696 7698 6388 0 -1 64 37721 0 12 0 962 22 0 0 17 0 13 0 153681166 1841455104 65494 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109570979 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7701] ppid=7696 vsize=1798296 CPUtime=1.53
/proc/7698/task/7701/stat : 7701 (java) S 7696 7698 6388 0 -1 64 12818 0 0 0 147 6 0 0 18 0 13 0 153681174 1841455104 65494 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7702] ppid=7696 vsize=1798296 CPUtime=1.53
/proc/7698/task/7702/stat : 7702 (java) S 7696 7698 6388 0 -1 64 14595 0 0 0 146 7 0 0 16 0 13 0 153681174 1841455104 65494 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7703] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7703/stat : 7703 (java) S 7696 7698 6388 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153681178 1841455104 65494 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7704] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7704/stat : 7704 (java) S 7696 7698 6388 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153681178 1841455104 65494 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7705] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7705/stat : 7705 (java) S 7696 7698 6388 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153681178 1841455104 65494 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7706] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7706/stat : 7706 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153681187 1841455104 65494 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7707] ppid=7696 vsize=1798296 CPUtime=1.83
/proc/7698/task/7707/stat : 7707 (java) S 7696 7698 6388 0 -1 64 5395 0 0 0 181 2 0 0 16 0 13 0 153681187 1841455104 65494 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7708] ppid=7696 vsize=1798296 CPUtime=1.65
/proc/7698/task/7708/stat : 7708 (java) S 7696 7698 6388 0 -1 64 4719 0 0 0 163 2 0 0 16 0 13 0 153681187 1841455104 65494 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7709] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7709/stat : 7709 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153681187 1841455104 65494 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7710] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7710/stat : 7710 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153681187 1841455104 65494 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7711] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7711/stat : 7711 (java) S 7696 7698 6388 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 153681641 1841455104 65494 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.46
Current children cumulated vsize (KiB) 1798296

[startup+25.5022 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 7711
/proc/meminfo: memFree=1592336/2055920 swapFree=4129076/4192956
[pid=7698] ppid=7696 vsize=1798296 CPUtime=29.83
/proc/7698/stat : 7698 (java) S 7696 7698 6388 0 -1 0 78101 0 36 0 2937 46 0 0 18 0 13 0 153681157 1841455104 65986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7698/statm: 449574 65986 1333 9 0 447186 0
[pid=7698/tid=7700] ppid=7696 vsize=1798296 CPUtime=22.21
/proc/7698/task/7700/stat : 7700 (java) R 7696 7698 6388 0 -1 64 37735 0 12 0 2199 22 0 0 25 0 13 0 153681166 1841455104 65986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109932124 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7701] ppid=7696 vsize=1798296 CPUtime=1.86
/proc/7698/task/7701/stat : 7701 (java) S 7696 7698 6388 0 -1 64 13544 0 0 0 180 6 0 0 16 0 13 0 153681174 1841455104 65986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7702] ppid=7696 vsize=1798296 CPUtime=1.86
/proc/7698/task/7702/stat : 7702 (java) S 7696 7698 6388 0 -1 64 15983 0 0 0 178 8 0 0 16 0 13 0 153681174 1841455104 65986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7703] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7703/stat : 7703 (java) S 7696 7698 6388 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 153681178 1841455104 65986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7704] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7704/stat : 7704 (java) S 7696 7698 6388 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153681178 1841455104 65986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7698/tid=7703] ppid=7696 vsize=1798296 CPUtime=0.19
/proc/7698/task/7703/stat : 7703 (java) S 7696 7698 6388 0 -1 64 27 0 0 0 13 6 0 0 15 0 13 0 153681178 1841455104 145640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7704] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7704/stat : 7704 (java) S 7696 7698 6388 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153681178 1841455104 145640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7705] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7705/stat : 7705 (java) S 7696 7698 6388 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153681178 1841455104 145640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7706] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7706/stat : 7706 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153681187 1841455104 145640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7707] ppid=7696 vsize=1798296 CPUtime=2.14
/proc/7698/task/7707/stat : 7707 (java) S 7696 7698 6388 0 -1 64 5410 0 0 0 212 2 0 0 16 0 13 0 153681187 1841455104 145640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7708] ppid=7696 vsize=1798296 CPUtime=1.9
/proc/7698/task/7708/stat : 7708 (java) S 7696 7698 6388 0 -1 64 4731 0 0 0 188 2 0 0 16 0 13 0 153681187 1841455104 145640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7709] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7709/stat : 7709 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153681187 1841455104 145640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7710] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7710/stat : 7710 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153681187 1841455104 145640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7711] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7711/stat : 7711 (java) S 7696 7698 6388 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 153681641 1841455104 145640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1577.76
Current children cumulated vsize (KiB) 1798296

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7713
/proc/meminfo: memFree=1257488/2055920 swapFree=4129484/4192956
[pid=7698] ppid=7696 vsize=1798296 CPUtime=1639.46
/proc/7698/stat : 7698 (java) S 7696 7698 6388 0 -1 0 169735 0 36 0 163838 108 0 0 18 0 13 0 153681157 1841455104 149324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7698/statm: 449574 149324 1334 9 0 447186 0
[pid=7698/tid=7700] ppid=7696 vsize=1798296 CPUtime=1564.69
/proc/7698/task/7700/stat : 7700 (java) R 7696 7698 6388 0 -1 64 38484 0 12 0 156435 34 0 0 19 0 13 0 153681166 1841455104 149324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110022291 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7701] ppid=7696 vsize=1798296 CPUtime=35.22
/proc/7698/task/7701/stat : 7701 (java) S 7696 7698 6388 0 -1 64 60078 0 0 0 3495 27 0 0 16 0 13 0 153681174 1841455104 149324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7702] ppid=7696 vsize=1798296 CPUtime=35.23
/proc/7698/task/7702/stat : 7702 (java) S 7696 7698 6388 0 -1 64 60308 0 0 0 3492 31 0 0 17 0 13 0 153681174 1841455104 149324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7703] ppid=7696 vsize=1798296 CPUtime=0.2
/proc/7698/task/7703/stat : 7703 (java) S 7696 7698 6388 0 -1 64 27 0 0 0 14 6 0 0 15 0 13 0 153681178 1841455104 149324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7704] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7704/stat : 7704 (java) S 7696 7698 6388 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153681178 1841455104 149324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7705] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7705/stat : 7705 (java) S 7696 7698 6388 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153681178 1841455104 149324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7706] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7706/stat : 7706 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153681187 1841455104 149324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7707] ppid=7696 vsize=1798296 CPUtime=2.14
/proc/7698/task/7707/stat : 7707 (java) S 7696 7698 6388 0 -1 64 5410 0 0 0 212 2 0 0 16 0 13 0 153681187 1841455104 149324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7708] ppid=7696 vsize=1798296 CPUtime=1.9
/proc/7698/task/7708/stat : 7708 (java) S 7696 7698 6388 0 -1 64 4731 0 0 0 188 2 0 0 16 0 13 0 153681187 1841455104 149324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7709] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7709/stat : 7709 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153681187 1841455104 149324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7710] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7710/stat : 7710 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153681187 1841455104 149324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7711] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7711/stat : 7711 (java) S 7696 7698 6388 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 153681641 1841455104 149324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1639.46
Current children cumulated vsize (KiB) 1798296

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 7713
/proc/meminfo: memFree=1245584/2055920 swapFree=4129484/4192956
[pid=7698] ppid=7696 vsize=1798296 CPUtime=1701.16
/proc/7698/stat : 7698 (java) S 7696 7698 6388 0 -1 0 172797 0 36 0 170005 111 0 0 18 0 13 0 153681157 1841455104 152213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7698/statm: 449574 152213 1334 9 0 447186 0
[pid=7698/tid=7700] ppid=7696 vsize=1798296 CPUtime=1622.93
/proc/7698/task/7700/stat : 7700 (java) R 7696 7698 6388 0 -1 64 38510 0 12 0 162258 35 0 0 25 0 13 0 153681166 1841455104 152213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109933541 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7701] ppid=7696 vsize=1798296 CPUtime=36.96
/proc/7698/task/7701/stat : 7701 (java) S 7696 7698 6388 0 -1 64 62119 0 0 0 3668 28 0 0 16 0 13 0 153681174 1841455104 152213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7702] ppid=7696 vsize=1798296 CPUtime=36.94
/proc/7698/task/7702/stat : 7702 (java) S 7696 7698 6388 0 -1 64 61303 0 0 0 3662 32 0 0 16 0 13 0 153681174 1841455104 152213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7703] ppid=7696 vsize=1798296 CPUtime=0.2
/proc/7698/task/7703/stat : 7703 (java) S 7696 7698 6388 0 -1 64 27 0 0 0 14 6 0 0 15 0 13 0 153681178 1841455104 152213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7704] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7704/stat : 7704 (java) S 7696 7698 6388 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153681178 1841455104 152213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7705] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7705/stat : 7705 (java) S 7696 7698 6388 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153681178 1841455104 152213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7706] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7706/stat : 7706 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153681187 1841455104 152213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7707] ppid=7696 vsize=1798296 CPUtime=2.14
/proc/7698/task/7707/stat : 7707 (java) S 7696 7698 6388 0 -1 64 5410 0 0 0 212 2 0 0 16 0 13 0 153681187 1841455104 152213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7708] ppid=7696 vsize=1798296 CPUtime=1.9
/proc/7698/task/7708/stat : 7708 (java) S 7696 7698 6388 0 -1 64 4731 0 0 0 188 2 0 0 16 0 13 0 153681187 1841455104 152213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7709] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7709/stat : 7709 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153681187 1841455104 152213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7710] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7710/stat : 7710 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153681187 1841455104 152213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7711] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7711/stat : 7711 (java) S 7696 7698 6388 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 153681641 1841455104 152213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1701.16
Current children cumulated vsize (KiB) 1798296

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7713
/proc/meminfo: memFree=1235536/2055920 swapFree=4129544/4192956
[pid=7698] ppid=7696 vsize=1798296 CPUtime=1762.96
/proc/7698/stat : 7698 (java) S 7696 7698 6388 0 -1 0 175566 0 36 0 176184 112 0 0 18 0 13 0 153681157 1841455104 154825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7698/statm: 449574 154825 1334 9 0 447186 0
[pid=7698/tid=7700] ppid=7696 vsize=1798296 CPUtime=1681.07
/proc/7698/task/7700/stat : 7700 (java) R 7696 7698 6388 0 -1 64 38536 0 12 0 168072 35 0 0 25 0 13 0 153681166 1841455104 154825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109952050 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7701] ppid=7696 vsize=1798296 CPUtime=38.78
/proc/7698/task/7701/stat : 7701 (java) S 7696 7698 6388 0 -1 64 63783 0 0 0 3850 28 0 0 16 0 13 0 153681174 1841455104 154825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7702] ppid=7696 vsize=1798296 CPUtime=38.77
/proc/7698/task/7702/stat : 7702 (java) S 7696 7698 6388 0 -1 64 62382 0 0 0 3845 32 0 0 16 0 13 0 153681174 1841455104 154825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7703] ppid=7696 vsize=1798296 CPUtime=0.21
/proc/7698/task/7703/stat : 7703 (java) S 7696 7698 6388 0 -1 64 27 0 0 0 15 6 0 0 15 0 13 0 153681178 1841455104 154825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7704] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7704/stat : 7704 (java) S 7696 7698 6388 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153681178 1841455104 154825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7705] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7705/stat : 7705 (java) S 7696 7698 6388 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153681178 1841455104 154825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7706] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7706/stat : 7706 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153681187 1841455104 154825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7707] ppid=7696 vsize=1798296 CPUtime=2.14
/proc/7698/task/7707/stat : 7707 (java) S 7696 7698 6388 0 -1 64 5410 0 0 0 212 2 0 0 16 0 13 0 153681187 1841455104 154825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7708] ppid=7696 vsize=1798296 CPUtime=1.9
/proc/7698/task/7708/stat : 7708 (java) S 7696 7698 6388 0 -1 64 4731 0 0 0 188 2 0 0 16 0 13 0 153681187 1841455104 154825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7709] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7709/stat : 7709 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153681187 1841455104 154825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7710] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7710/stat : 7710 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153681187 1841455104 154825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7711] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7711/stat : 7711 (java) S 7696 7698 6388 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 153681641 1841455104 154825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1762.96
Current children cumulated vsize (KiB) 1798296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1758.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7713
/proc/meminfo: memFree=1228816/2055920 swapFree=4129544/4192956
[pid=7698] ppid=7696 vsize=1798296 CPUtime=1800.05
/proc/7698/stat : 7698 (java) S 7696 7698 6388 0 -1 0 177231 0 36 0 179891 114 0 0 18 0 13 0 153681157 1841455104 156408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7698/statm: 449574 156408 1334 9 0 447186 0
[pid=7698/tid=7700] ppid=7696 vsize=1798296 CPUtime=1715.96
/proc/7698/task/7700/stat : 7700 (java) R 7696 7698 6388 0 -1 64 38551 0 12 0 171560 36 0 0 25 0 13 0 153681166 1841455104 156408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109951828 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7701] ppid=7696 vsize=1798296 CPUtime=39.88
/proc/7698/task/7701/stat : 7701 (java) S 7696 7698 6388 0 -1 64 64436 0 0 0 3959 29 0 0 16 0 13 0 153681174 1841455104 156408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7702] ppid=7696 vsize=1798296 CPUtime=39.87
/proc/7698/task/7702/stat : 7702 (java) S 7696 7698 6388 0 -1 64 63379 0 0 0 3954 33 0 0 16 0 13 0 153681174 1841455104 156408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7703] ppid=7696 vsize=1798296 CPUtime=0.23
/proc/7698/task/7703/stat : 7703 (java) S 7696 7698 6388 0 -1 64 27 0 0 0 16 7 0 0 16 0 13 0 153681178 1841455104 156408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7704] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7704/stat : 7704 (java) S 7696 7698 6388 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153681178 1841455104 156408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7705] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7705/stat : 7705 (java) S 7696 7698 6388 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153681178 1841455104 156408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7706] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7706/stat : 7706 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153681187 1841455104 156408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7707] ppid=7696 vsize=1798296 CPUtime=2.14
/proc/7698/task/7707/stat : 7707 (java) S 7696 7698 6388 0 -1 64 5410 0 0 0 212 2 0 0 16 0 13 0 153681187 1841455104 156408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7708] ppid=7696 vsize=1798296 CPUtime=1.9
/proc/7698/task/7708/stat : 7708 (java) S 7696 7698 6388 0 -1 64 4731 0 0 0 188 2 0 0 16 0 13 0 153681187 1841455104 156408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7698/tid=7709] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7709/stat : 7709 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153681187 1841455104 156408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7710] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7710/stat : 7710 (java) S 7696 7698 6388 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153681187 1841455104 156408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7698/tid=7711] ppid=7696 vsize=1798296 CPUtime=0
/proc/7698/task/7711/stat : 7711 (java) S 7696 7698 6388 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 153681641 1841455104 156408 18446744073709551615 134512640 134550740 4294956416 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) 1798296

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

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

[startup+1758.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7713
/proc/meminfo: memFree=1228816/2055920 swapFree=4129544/4192956
[pid=7698] ppid=7696 vsize=0 CPUtime=1800.16
/proc/7698/stat : 7698 (java) Z 7696 7698 6388 0 -1 1036 177251 0 36 0 179896 120 0 0 16 0 2 0 153681157 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7698/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): 1758.45
CPU time (s): 1800.21
CPU user time (s): 1798.97
CPU system time (s): 1.23881
CPU usage (%): 102.375
Max. virtual memory (cumulated for all children) (KiB): 1798296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.23881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177251
page faults= 36
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44096
involuntary context switches= 43969

runsolver used 1.76773 second user time and 4.78927 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Apr 17 02:20:34 UTC 2007

IDJOB= 355152
IDBENCH= 2949
IDSOLVER= 160
FILE ID= node2/355152-1176776434

PBS_JOBID= 4580776

Free space on /tmp= 66512 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_18.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355152-1176776434/sat4jPseudoCP.jar /tmp/evaluation/355152-1176776434/instance-355152-1176776434.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-355152-1176776434 -o ROOT/results/node2/solver-355152-1176776434 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355152-1176776434/sat4jPseudoCP.jar /tmp/evaluation/355152-1176776434/instance-355152-1176776434.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  92a7a1679de6bb1b52854275d5fc6396

RANDOM SEED= 478825854

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1862032 kB
Buffers:         17272 kB
Cached:          87708 kB
SwapCached:      32448 kB
Active:          78964 kB
Inactive:        75032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862032 kB
SwapTotal:     4192956 kB
SwapFree:      4129076 kB
Dirty:            8324 kB
Writeback:           0 kB
Mapped:          43340 kB
Slab:            25364 kB
Committed_AS:  7061876 kB
PageTables:       1860 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB

End job on node2 on Tue Apr 17 02:49:54 UTC 2007