Trace number 355048

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.23 1752.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_17.opb
MD5SUM25ee8feec785b6a4be71df8acc9d82db
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark263
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 263
Optimality of the best value was proved NO
Number of variables7081
Total number of constraints13889
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 constraints13888
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 136
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 391
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 2647
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.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.25	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.26	c no version file found!!!
0.09/0.26	c sun.arch.data.model	32
0.09/0.26	c java.version	1.6.0
0.09/0.26	c os.name	Linux
0.09/0.26	c os.version	2.6.9-22.EL.rootsmp
0.09/0.26	c os.arch	i386
0.09/0.26	c Free memory 1651659224
0.09/0.26	c Max memory 1654456320
0.09/0.26	c Total memory 1654456320
0.09/0.26	c Number of processors 2
0.18/0.32	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.18/0.32	--- Begin Solver configuration ---
0.18/0.32	c Stops conflict analysis at the first Unique Implication Point
0.18/0.32	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.32	c Learn all clauses as in MiniSAT
0.18/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.32	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.32	c No reason simplification
0.18/0.32	c --- End Solver configuration ---
0.18/0.32	c solving /tmp/evaluation/355048-1176757112/instance-355048-1176757112.opb
0.18/0.32	c reading problem ... 
5.53/4.18	c ... done. Wall clock time 3.854s.
5.53/4.18	c CPU time (experimental) 2.88s.
5.53/4.18	c #vars     7081
5.53/4.18	c #constraints  13888
1800.08/1752.11	c starts		: 2
1800.08/1752.11	c conflicts		: 68944
1800.08/1752.11	c decisions		: 92226
1800.08/1752.11	c propagations		: 14251682
1800.08/1752.11	c inspects		: 723179093
1800.08/1752.11	c learnt literals	: 0
1800.08/1752.11	c learnt binary clauses	: 0
1800.08/1752.11	c learnt ternary clauses	: 0
1800.08/1752.11	c learnt clauses	: 68944
1800.08/1752.11	c root simplifications	: 0
1800.08/1752.11	c removed literals (reason simplification)	: 0
1800.08/1752.11	c reason swapping (by a shorter reason)	: 0
1800.08/1752.11	c Calls to reduceDB	: 0
1800.08/1752.11	c speed (decisions/second)	: 52.76334473356302
1800.08/1752.11	c non guided choices	4210
1800.08/1752.11	s UNKNOWN
1800.08/1752.11	c Total wall clock time (ms): 1751.789

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-355048-1176757112 -o ROOT/results/node72/solver-355048-1176757112 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355048-1176757112/sat4jPseudoCP.jar /tmp/evaluation/355048-1176757112/instance-355048-1176757112.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.88 0.97 0.99 2/77 10890
/proc/meminfo: memFree=1908208/2055920 swapFree=4156428/4192956
[pid=10890] ppid=10888 vsize=1476 CPUtime=0
/proc/10890/stat : 10890 (java) R 10888 10890 10025 0 -1 0 127 0 0 0 0 0 0 0 18 0 1 0 151749704 1511424 100 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4160642160 0 0 4096 0 0 0 0 17 1 0 0
/proc/10890/statm: 402 106 82 9 0 44 0

[startup+0.0806659 s]
/proc/loadavg: 0.88 0.97 0.99 2/77 10890
/proc/meminfo: memFree=1908208/2055920 swapFree=4156428/4192956
[pid=10890] ppid=10888 vsize=1775952 CPUtime=0.02
/proc/10890/stat : 10890 (java) S 10888 10890 10025 0 -1 0 2692 0 29 0 0 2 0 0 18 0 4 0 151749704 1818574848 2468 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10890/statm: 443988 2468 511 9 0 441624 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1775952

[startup+0.101689 s]
/proc/loadavg: 0.88 0.97 0.99 2/77 10890
/proc/meminfo: memFree=1908208/2055920 swapFree=4156428/4192956
[pid=10890] ppid=10888 vsize=1777060 CPUtime=0.04
/proc/10890/stat : 10890 (java) S 10888 10890 10025 0 -1 0 3486 0 29 0 2 2 0 0 18 0 5 0 151749704 1819709440 3259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10890/statm: 444265 3259 1046 9 0 441901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777060

[startup+0.301686 s]
/proc/loadavg: 0.88 0.97 0.99 2/77 10890
/proc/meminfo: memFree=1908208/2055920 swapFree=4156428/4192956
[pid=10890] ppid=10888 vsize=1781536 CPUtime=0.18
/proc/10890/stat : 10890 (java) S 10888 10890 10025 0 -1 0 4755 0 29 0 14 4 0 0 18 0 12 0 151749704 1824292864 4522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10890/statm: 445384 4522 1243 9 0 442996 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1781536

[startup+0.701724 s]
/proc/loadavg: 0.88 0.97 0.99 2/77 10890
/proc/meminfo: memFree=1908208/2055920 swapFree=4156428/4192956
[pid=10890] ppid=10888 vsize=1782608 CPUtime=0.76
/proc/10890/stat : 10890 (java) S 10888 10890 10025 0 -1 0 6392 0 29 0 71 5 0 0 18 0 12 0 151749704 1825390592 5927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10890/statm: 445652 5927 1302 9 0 443264 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 1782608

[startup+1.5028 s]
/proc/loadavg: 0.88 0.97 0.99 4/89 10902
/proc/meminfo: memFree=1866768/2055920 swapFree=4156428/4192956
[pid=10890] ppid=10888 vsize=1797200 CPUtime=2.35
/proc/10890/stat : 10890 (java) S 10888 10890 10025 0 -1 0 19003 0 29 0 225 10 0 0 18 0 12 0 151749704 1840332800 13707 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10890/statm: 449300 13710 1311 9 0 446912 0
[pid=10890/tid=10892] ppid=10888 vsize=1797200 CPUtime=0.72
/proc/10890/task/10892/stat : 10892 (java) R 10888 10890 10025 0 -1 64 9157 0 1 0 67 5 0 0 18 0 12 0 151749710 1840332800 13710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109609585 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10893] ppid=10888 vsize=1797200 CPUtime=0
/proc/10890/task/10893/stat : 10893 (java) S 10888 10890 10025 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 151749712 1840332800 13714 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10894] ppid=10888 vsize=1797200 CPUtime=0
/proc/10890/task/10894/stat : 10894 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 151749712 1840332800 13715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10895] ppid=10888 vsize=1797200 CPUtime=0
/proc/10890/task/10895/stat : 10895 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 151749714 1840332800 13716 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10896] ppid=10888 vsize=1797200 CPUtime=0
/proc/10890/task/10896/stat : 10896 (java) S 10888 10890 10025 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 151749715 1840332800 13717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10897] ppid=10888 vsize=1797200 CPUtime=0
/proc/10890/task/10897/stat : 10897 (java) S 10888 10890 10025 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 151749715 1840332800 13719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10898] ppid=10888 vsize=1797200 CPUtime=0
/proc/10890/task/10898/stat : 10898 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 151749721 1840332800 13719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10899] ppid=10888 vsize=1797200 CPUtime=0.76
/proc/10890/task/10899/stat : 10899 (java) R 10888 10890 10025 0 -1 64 4566 0 0 0 75 1 0 0 18 0 12 0 151749721 1840332800 13723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103319251 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10900] ppid=10888 vsize=1797200 CPUtime=0.84
/proc/10890/task/10900/stat : 10900 (java) S 10888 10890 10025 0 -1 64 4592 0 0 0 82 2 0 0 18 0 12 0 151749721 1840332800 13724 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10901] ppid=10888 vsize=1797200 CPUtime=0
/proc/10890/task/10901/stat : 10901 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 151749721 1840332800 13725 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10902] ppid=10888 vsize=1797200 CPUtime=0
/proc/10890/task/10902/stat : 10902 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 151749721 1840332800 13726 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 1797200

[startup+3.10294 s]
/proc/loadavg: 0.88 0.97 0.99 2/89 10902
/proc/meminfo: memFree=1789520/2055920 swapFree=4156428/4192956
[pid=10890] ppid=10888 vsize=1795380 CPUtime=4.12
/proc/10890/stat : 10890 (java) S 10888 10890 10025 0 -1 0 51895 0 29 0 388 24 0 0 18 0 12 0 151749704 1838469120 46023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10890/statm: 448845 46023 1321 9 0 446457 0
[pid=10890/tid=10892] ppid=10888 vsize=1795380 CPUtime=2.21
/proc/10890/task/10892/stat : 10892 (java) R 10888 10890 10025 0 -1 64 37671 0 1 0 205 16 0 0 20 0 12 0 151749710 1838469120 46023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109613378 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10893] ppid=10888 vsize=1795380 CPUtime=0.07
/proc/10890/task/10893/stat : 10893 (java) S 10888 10890 10025 0 -1 64 2359 0 0 0 6 1 0 0 17 0 12 0 151749712 1838469120 46023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10894] ppid=10888 vsize=1795380 CPUtime=0.06
/proc/10890/task/10894/stat : 10894 (java) S 10888 10890 10025 0 -1 64 1959 0 0 0 6 0 0 0 17 0 12 0 151749712 1838469120 46023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10895] ppid=10888 vsize=1795380 CPUtime=0
/proc/10890/task/10895/stat : 10895 (java) S 10888 10890 10025 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 151749714 1838469120 46023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10896] ppid=10888 vsize=1795380 CPUtime=0
/proc/10890/task/10896/stat : 10896 (java) S 10888 10890 10025 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 151749715 1838469120 46023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10897] ppid=10888 vsize=1795380 CPUtime=0
/proc/10890/task/10897/stat : 10897 (java) S 10888 10890 10025 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 151749715 1838469120 46023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10898] ppid=10888 vsize=1795380 CPUtime=0
/proc/10890/task/10898/stat : 10898 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 151749721 1838469120 46023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10899] ppid=10888 vsize=1795380 CPUtime=0.86
/proc/10890/task/10899/stat : 10899 (java) S 10888 10890 10025 0 -1 64 4616 0 0 0 84 2 0 0 16 0 12 0 151749721 1838469120 46023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10900] ppid=10888 vsize=1795380 CPUtime=0.86
/proc/10890/task/10900/stat : 10900 (java) S 10888 10890 10025 0 -1 64 4592 0 0 0 84 2 0 0 16 0 12 0 151749721 1838469120 46023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10901] ppid=10888 vsize=1795380 CPUtime=0
/proc/10890/task/10901/stat : 10901 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 151749721 1838469120 46023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10902] ppid=10888 vsize=1795380 CPUtime=0
/proc/10890/task/10902/stat : 10902 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 151749721 1838469120 46023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 1795380

[startup+6.30224 s]
/proc/loadavg: 0.89 0.97 0.99 3/90 10903
/proc/meminfo: memFree=1689992/2055920 swapFree=4156428/4192956
[pid=10890] ppid=10888 vsize=1795704 CPUtime=8.38
/proc/10890/stat : 10890 (java) S 10888 10890 10025 0 -1 0 63856 0 29 0 808 30 0 0 18 0 13 0 151749704 1838800896 56448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10890/statm: 448926 56448 1329 9 0 446538 0
[pid=10890/tid=10892] ppid=10888 vsize=1795704 CPUtime=4.7
/proc/10890/task/10892/stat : 10892 (java) R 10888 10890 10025 0 -1 64 37721 0 1 0 453 17 0 0 19 0 13 0 151749710 1838800896 56448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110021015 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10893] ppid=10888 vsize=1795704 CPUtime=0.4
/proc/10890/task/10893/stat : 10893 (java) S 10888 10890 10025 0 -1 64 7326 0 0 0 38 2 0 0 18 0 13 0 151749712 1838800896 56448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10894] ppid=10888 vsize=1795704 CPUtime=0.39
/proc/10890/task/10894/stat : 10894 (java) S 10888 10890 10025 0 -1 64 8001 0 0 0 35 4 0 0 16 0 13 0 151749712 1838800896 56448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10895] ppid=10888 vsize=1795704 CPUtime=0
/proc/10890/task/10895/stat : 10895 (java) S 10888 10890 10025 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 151749714 1838800896 56448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10896] ppid=10888 vsize=1795704 CPUtime=0
/proc/10890/task/10896/stat : 10896 (java) S 10888 10890 10025 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 151749715 1838800896 56448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10897] ppid=10888 vsize=1795704 CPUtime=0
/proc/10890/task/10897/stat : 10897 (java) S 10888 10890 10025 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151749715 1838800896 56448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10898] ppid=10888 vsize=1795704 CPUtime=0
/proc/10890/task/10898/stat : 10898 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 151749721 1838800896 56448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10899] ppid=10888 vsize=1795704 CPUtime=1.34
/proc/10890/task/10899/stat : 10899 (java) S 10888 10890 10025 0 -1 64 4669 0 0 0 132 2 0 0 16 0 13 0 151749721 1838800896 56448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10900] ppid=10888 vsize=1795704 CPUtime=1.49
/proc/10890/task/10900/stat : 10900 (java) R 10888 10890 10025 0 -1 64 5436 0 0 0 147 2 0 0 16 0 13 0 151749721 1838800896 56448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105214725 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10901] ppid=10888 vsize=1795704 CPUtime=0
/proc/10890/task/10901/stat : 10901 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151749721 1838800896 56448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10902] ppid=10888 vsize=1795704 CPUtime=0
/proc/10890/task/10902/stat : 10902 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151749721 1838800896 56448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10903] ppid=10888 vsize=1795704 CPUtime=0
/proc/10890/task/10903/stat : 10903 (java) S 10888 10890 10025 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 151750124 1838800896 56448 18446744073709551615 134512640 134550740 4294956416 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) 1795704

[startup+12.7018 s]
/proc/loadavg: 0.90 0.97 0.99 2/90 10903
/proc/meminfo: memFree=1672584/2055920 swapFree=4156428/4192956
[pid=10890] ppid=10888 vsize=1801280 CPUtime=16.59
/proc/10890/stat : 10890 (java) S 10888 10890 10025 0 -1 0 67874 0 29 0 1626 33 0 0 18 0 13 0 151749704 1844510720 58677 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10890/statm: 450320 58680 1333 9 0 447932 0
[pid=10890/tid=10892] ppid=10888 vsize=1801280 CPUtime=9.98
/proc/10890/task/10892/stat : 10892 (java) R 10888 10890 10025 0 -1 64 37730 0 1 0 981 17 0 0 25 0 13 0 151749710 1844510720 58681 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10893] ppid=10888 vsize=1801280 CPUtime=1.09
/proc/10890/task/10893/stat : 10893 (java) R 10888 10890 10025 0 -1 64 8118 0 0 0 106 3 0 0 17 0 13 0 151749712 1844510720 58682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10894] ppid=10888 vsize=1801280 CPUtime=1.07
/proc/10890/task/10894/stat : 10894 (java) R 10888 10890 10025 0 -1 64 8647 0 0 0 103 4 0 0 17 0 13 0 151749712 1844510720 58684 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10895] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10895/stat : 10895 (java) S 10888 10890 10025 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 151749714 1844510720 58686 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10896] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10896/stat : 10896 (java) S 10888 10890 10025 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 151749715 1844510720 58687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10897] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10897/stat : 10897 (java) S 10888 10890 10025 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151749715 1844510720 58689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10898] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10898/stat : 10898 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 151749721 1844510720 58691 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10899] ppid=10888 vsize=1801280 CPUtime=2.17
/proc/10890/task/10899/stat : 10899 (java) S 10888 10890 10025 0 -1 64 4758 0 0 0 215 2 0 0 16 0 13 0 151749721 1844510720 58692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10900] ppid=10888 vsize=1801280 CPUtime=2.22
/proc/10890/task/10900/stat : 10900 (java) S 10888 10890 10025 0 -1 64 7925 0 0 0 219 3 0 0 17 0 13 0 151749721 1844510720 58694 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10901] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10901/stat : 10901 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151749721 1844510720 58695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10902] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10902/stat : 10902 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151749721 1844510720 58697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10903] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10903/stat : 10903 (java) S 10888 10890 10025 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 151750124 1844510720 58699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.59
Current children cumulated vsize (KiB) 1801280

[startup+25.503 s]
/proc/loadavg: 0.92 0.97 0.99 2/90 10903
/proc/meminfo: memFree=1648904/2055920 swapFree=4156428/4192956
[pid=10890] ppid=10888 vsize=1801280 CPUtime=29.87
/proc/10890/stat : 10890 (java) S 10888 10890 10025 0 -1 0 75493 0 29 0 2950 37 0 0 18 0 13 0 151749704 1844510720 64248 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10890/statm: 450320 64248 1332 9 0 447932 0
[pid=10890/tid=10892] ppid=10888 vsize=1801280 CPUtime=22.32
/proc/10890/task/10892/stat : 10892 (java) R 10888 10890 10025 0 -1 64 37742 0 1 0 2215 17 0 0 25 0 13 0 151749710 1844510720 64248 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109932494 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10893] ppid=10888 vsize=1801280 CPUtime=1.5
/proc/10890/task/10893/stat : 10893 (java) S 10888 10890 10025 0 -1 64 12285 0 0 0 145 5 0 0 16 0 13 0 151749712 1844510720 64248 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10894] ppid=10888 vsize=1801280 CPUtime=1.48
/proc/10890/task/10894/stat : 10894 (java) S 10888 10890 10025 0 -1 64 12080 0 0 0 143 5 0 0 16 0 13 0 151749712 1844510720 64248 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10895] ppid=10888 vsize=1801280 CPUtime=0.01
/proc/10890/task/10895/stat : 10895 (java) S 10888 10890 10025 0 -1 64 10 0 0 0 1 0 0 0 16 0 13 0 151749714 1844510720 64248 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10896] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10896/stat : 10896 (java) S 10888 10890 10025 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 151749715 1844510720 64248 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=10890/tid=10895] ppid=10888 vsize=1801280 CPUtime=0.19
/proc/10890/task/10895/stat : 10895 (java) S 10888 10890 10025 0 -1 64 14 0 0 0 13 6 0 0 16 0 13 0 151749714 1844510720 145939 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10896] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10896/stat : 10896 (java) S 10888 10890 10025 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 151749715 1844510720 145939 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10897] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10897/stat : 10897 (java) S 10888 10890 10025 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151749715 1844510720 145939 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10898] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10898/stat : 10898 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 151749721 1844510720 145939 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10899] ppid=10888 vsize=1801280 CPUtime=2.29
/proc/10890/task/10899/stat : 10899 (java) S 10888 10890 10025 0 -1 64 4758 0 0 0 227 2 0 0 16 0 13 0 151749721 1844510720 145939 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10900] ppid=10888 vsize=1801280 CPUtime=2.33
/proc/10890/task/10900/stat : 10900 (java) S 10888 10890 10025 0 -1 64 7927 0 0 0 230 3 0 0 16 0 13 0 151749721 1844510720 145939 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10901] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10901/stat : 10901 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151749721 1844510720 145939 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10902] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10902/stat : 10902 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151749721 1844510720 145939 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10903] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10903/stat : 10903 (java) S 10888 10890 10025 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 151750124 1844510720 145939 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1582.94
Current children cumulated vsize (KiB) 1801280

[startup+1602.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 11105
/proc/meminfo: memFree=1306888/2055920 swapFree=4156492/4192956
[pid=10890] ppid=10888 vsize=1801280 CPUtime=1645.09
/proc/10890/stat : 10890 (java) S 10888 10890 10025 0 -1 0 168609 0 29 0 164401 108 0 0 18 0 13 0 151749704 1844510720 149202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10890/statm: 450320 149202 1334 9 0 447932 0
[pid=10890/tid=10892] ppid=10888 vsize=1801280 CPUtime=1559.03
/proc/10890/task/10892/stat : 10892 (java) R 10888 10890 10025 0 -1 64 38482 0 1 0 155869 34 0 0 25 0 13 0 151749710 1844510720 149202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109931112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10893] ppid=10888 vsize=1801280 CPUtime=40.59
/proc/10890/task/10893/stat : 10893 (java) S 10888 10890 10025 0 -1 64 59364 0 0 0 4031 28 0 0 16 0 13 0 151749712 1844510720 149202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10894] ppid=10888 vsize=1801280 CPUtime=40.58
/proc/10890/task/10894/stat : 10894 (java) S 10888 10890 10025 0 -1 64 57371 0 0 0 4028 30 0 0 16 0 13 0 151749712 1844510720 149202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10895] ppid=10888 vsize=1801280 CPUtime=0.2
/proc/10890/task/10895/stat : 10895 (java) S 10888 10890 10025 0 -1 64 14 0 0 0 13 7 0 0 16 0 13 0 151749714 1844510720 149202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10896] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10896/stat : 10896 (java) S 10888 10890 10025 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 151749715 1844510720 149202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10897] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10897/stat : 10897 (java) S 10888 10890 10025 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151749715 1844510720 149202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10898] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10898/stat : 10898 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 151749721 1844510720 149202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10899] ppid=10888 vsize=1801280 CPUtime=2.29
/proc/10890/task/10899/stat : 10899 (java) S 10888 10890 10025 0 -1 64 4758 0 0 0 227 2 0 0 16 0 13 0 151749721 1844510720 149202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10900] ppid=10888 vsize=1801280 CPUtime=2.33
/proc/10890/task/10900/stat : 10900 (java) S 10888 10890 10025 0 -1 64 7927 0 0 0 230 3 0 0 16 0 13 0 151749721 1844510720 149202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10901] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10901/stat : 10901 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151749721 1844510720 149202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10902] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10902/stat : 10902 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151749721 1844510720 149202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10903] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10903/stat : 10903 (java) S 10888 10890 10025 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 151750124 1844510720 149202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1645.09
Current children cumulated vsize (KiB) 1801280

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 11105
/proc/meminfo: memFree=1296200/2055920 swapFree=4156492/4192956
[pid=10890] ppid=10888 vsize=1801280 CPUtime=1707.1
/proc/10890/stat : 10890 (java) S 10888 10890 10025 0 -1 0 171484 0 29 0 170599 111 0 0 18 0 13 0 151749704 1844510720 151837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10890/statm: 450320 151837 1334 9 0 447932 0
[pid=10890/tid=10892] ppid=10888 vsize=1801280 CPUtime=1616.98
/proc/10890/task/10892/stat : 10892 (java) R 10888 10890 10025 0 -1 64 38508 0 1 0 161663 35 0 0 25 0 13 0 151749710 1844510720 151837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110136512 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10893] ppid=10888 vsize=1801280 CPUtime=42.63
/proc/10890/task/10893/stat : 10893 (java) S 10888 10890 10025 0 -1 64 60362 0 0 0 4234 29 0 0 17 0 13 0 151749712 1844510720 151837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10894] ppid=10888 vsize=1801280 CPUtime=42.6
/proc/10890/task/10894/stat : 10894 (java) S 10888 10890 10025 0 -1 64 59222 0 0 0 4229 31 0 0 16 0 13 0 151749712 1844510720 151837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10895] ppid=10888 vsize=1801280 CPUtime=0.21
/proc/10890/task/10895/stat : 10895 (java) S 10888 10890 10025 0 -1 64 14 0 0 0 14 7 0 0 16 0 13 0 151749714 1844510720 151837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10896] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10896/stat : 10896 (java) S 10888 10890 10025 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 151749715 1844510720 151837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10897] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10897/stat : 10897 (java) S 10888 10890 10025 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151749715 1844510720 151837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10898] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10898/stat : 10898 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 151749721 1844510720 151837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10899] ppid=10888 vsize=1801280 CPUtime=2.29
/proc/10890/task/10899/stat : 10899 (java) S 10888 10890 10025 0 -1 64 4758 0 0 0 227 2 0 0 16 0 13 0 151749721 1844510720 151837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10900] ppid=10888 vsize=1801280 CPUtime=2.33
/proc/10890/task/10900/stat : 10900 (java) S 10888 10890 10025 0 -1 64 7927 0 0 0 230 3 0 0 16 0 13 0 151749721 1844510720 151837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10901] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10901/stat : 10901 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151749721 1844510720 151837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10902] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10902/stat : 10902 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151749721 1844510720 151837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10903] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10903/stat : 10903 (java) S 10888 10890 10025 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 151750124 1844510720 151837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.1
Current children cumulated vsize (KiB) 1801280

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 11105
/proc/meminfo: memFree=1285192/2055920 swapFree=4156492/4192956
[pid=10890] ppid=10888 vsize=1801280 CPUtime=1769.21
/proc/10890/stat : 10890 (java) S 10888 10890 10025 0 -1 0 174334 0 29 0 176808 113 0 0 18 0 13 0 151749704 1844510720 154580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10890/statm: 450320 154580 1334 9 0 447932 0
[pid=10890/tid=10892] ppid=10888 vsize=1801280 CPUtime=1674.81
/proc/10890/task/10892/stat : 10892 (java) R 10888 10890 10025 0 -1 64 38534 0 1 0 167446 35 0 0 25 0 13 0 151749710 1844510720 154580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103960199 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10893] ppid=10888 vsize=1801280 CPUtime=44.76
/proc/10890/task/10893/stat : 10893 (java) S 10888 10890 10025 0 -1 64 61513 0 0 0 4446 30 0 0 16 0 13 0 151749712 1844510720 154580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10894] ppid=10888 vsize=1801280 CPUtime=44.73
/proc/10890/task/10894/stat : 10894 (java) S 10888 10890 10025 0 -1 64 60895 0 0 0 4442 31 0 0 17 0 13 0 151749712 1844510720 154580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10895] ppid=10888 vsize=1801280 CPUtime=0.21
/proc/10890/task/10895/stat : 10895 (java) S 10888 10890 10025 0 -1 64 14 0 0 0 14 7 0 0 16 0 13 0 151749714 1844510720 154580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10896] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10896/stat : 10896 (java) S 10888 10890 10025 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 151749715 1844510720 154580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10897] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10897/stat : 10897 (java) S 10888 10890 10025 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151749715 1844510720 154580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10898] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10898/stat : 10898 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 151749721 1844510720 154580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10899] ppid=10888 vsize=1801280 CPUtime=2.29
/proc/10890/task/10899/stat : 10899 (java) S 10888 10890 10025 0 -1 64 4758 0 0 0 227 2 0 0 16 0 13 0 151749721 1844510720 154580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10900] ppid=10888 vsize=1801280 CPUtime=2.33
/proc/10890/task/10900/stat : 10900 (java) S 10888 10890 10025 0 -1 64 7927 0 0 0 230 3 0 0 16 0 13 0 151749721 1844510720 154580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10901] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10901/stat : 10901 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151749721 1844510720 154580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10902] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10902/stat : 10902 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151749721 1844510720 154580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10903] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10903/stat : 10903 (java) S 10888 10890 10025 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 151750124 1844510720 154580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.21
Current children cumulated vsize (KiB) 1801280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1752.1 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 11105
/proc/meminfo: memFree=1278536/2055920 swapFree=4156492/4192956
[pid=10890] ppid=10888 vsize=1801280 CPUtime=1800.08
/proc/10890/stat : 10890 (java) S 10888 10890 10025 0 -1 0 176093 0 29 0 179894 114 0 0 18 0 13 0 151749704 1844510720 156236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10890/statm: 450320 156236 1334 9 0 447932 0
[pid=10890/tid=10892] ppid=10888 vsize=1801280 CPUtime=1703.52
/proc/10890/task/10892/stat : 10892 (java) R 10888 10890 10025 0 -1 64 38547 0 1 0 170316 36 0 0 24 0 13 0 151749710 1844510720 156236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109931112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10893] ppid=10888 vsize=1801280 CPUtime=45.84
/proc/10890/task/10893/stat : 10893 (java) S 10888 10890 10025 0 -1 64 62546 0 0 0 4554 30 0 0 17 0 13 0 151749712 1844510720 156236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10894] ppid=10888 vsize=1801280 CPUtime=45.82
/proc/10890/task/10894/stat : 10894 (java) S 10888 10890 10025 0 -1 64 61608 0 0 0 4550 32 0 0 17 0 13 0 151749712 1844510720 156236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10895] ppid=10888 vsize=1801280 CPUtime=0.22
/proc/10890/task/10895/stat : 10895 (java) S 10888 10890 10025 0 -1 64 14 0 0 0 14 8 0 0 15 0 13 0 151749714 1844510720 156236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10896] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10896/stat : 10896 (java) S 10888 10890 10025 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 151749715 1844510720 156236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10897] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10897/stat : 10897 (java) S 10888 10890 10025 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151749715 1844510720 156236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10890/tid=10898] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10898/stat : 10898 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 151749721 1844510720 156236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10899] ppid=10888 vsize=1801280 CPUtime=2.29
/proc/10890/task/10899/stat : 10899 (java) S 10888 10890 10025 0 -1 64 4758 0 0 0 227 2 0 0 16 0 13 0 151749721 1844510720 156236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10900] ppid=10888 vsize=1801280 CPUtime=2.33
/proc/10890/task/10900/stat : 10900 (java) S 10888 10890 10025 0 -1 64 7927 0 0 0 230 3 0 0 16 0 13 0 151749721 1844510720 156236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10901] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10901/stat : 10901 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151749721 1844510720 156236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10902] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10902/stat : 10902 (java) S 10888 10890 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151749721 1844510720 156236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10890/tid=10903] ppid=10888 vsize=1801280 CPUtime=0
/proc/10890/task/10903/stat : 10903 (java) S 10888 10890 10025 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 151750124 1844510720 156236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1801280

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

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

[startup+1752.21 s]
/proc/loadavg: 1.00 1.02 1.00 2/80 11108
/proc/meminfo: memFree=1739512/2055920 swapFree=4156492/4192956
[pid=10890] ppid=10888 vsize=0 CPUtime=1800.19
/proc/10890/stat : 10890 (java) Z 10888 10890 10025 0 -1 1036 176113 0 29 0 179898 121 0 0 16 0 2 0 151749704 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10890/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1752.24
CPU time (s): 1800.23
CPU user time (s): 1798.99
CPU system time (s): 1.23881
CPU usage (%): 102.739
Max. virtual memory (cumulated for all children) (KiB): 1802080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
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= 176113
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43498
involuntary context switches= 19368

runsolver used 1.70774 second user time and 4.84126 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Apr 16 20:58:33 UTC 2007

IDJOB= 355048
IDBENCH= 2939
IDSOLVER= 160
FILE ID= node72/355048-1176757112

PBS_JOBID= 4580711

Free space on /tmp= 66481 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_17.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355048-1176757112/sat4jPseudoCP.jar /tmp/evaluation/355048-1176757112/instance-355048-1176757112.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-355048-1176757112 -o ROOT/results/node72/solver-355048-1176757112 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355048-1176757112/sat4jPseudoCP.jar /tmp/evaluation/355048-1176757112/instance-355048-1176757112.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  25ee8feec785b6a4be71df8acc9d82db

RANDOM SEED= 774238254

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:       1908616 kB
Buffers:         19480 kB
Cached:          74744 kB
SwapCached:      18180 kB
Active:          59172 kB
Inactive:        59928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1908616 kB
SwapTotal:     4192956 kB
SwapFree:      4156428 kB
Dirty:            7328 kB
Writeback:           0 kB
Mapped:          30364 kB
Slab:            13732 kB
Committed_AS:  2676028 kB
PageTables:       1792 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= 66481 MiB

End job on node72 on Mon Apr 16 21:27:47 UTC 2007