Trace number 351638

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23SAT (TO)27 1800.27 1788.43

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-markshare1.opb
MD5SUM9a8d1e3e59dfd2cd811494ddb4a3c92a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1802.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables230
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint80
Maximum length of a constraint80
Number of terms in the objective function 180
Biggest coefficient in the objective function 43691
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524412
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261310
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524412
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c solving /tmp/evaluation/351638-1176608375/instance-351638-1176608375.opb
0.19/0.20	c reading problem ... 
0.19/0.28	c ... done. Wall clock time 0.085s.
0.19/0.28	c CPU time (experimental) 0.23s.
0.19/0.29	c #vars     230
0.19/0.29	c #constraints  12
0.70/0.51	c SATISFIABLE
0.70/0.51	c OPTIMIZING...
0.70/0.51	c Got one! Elapsed wall clock time (in seconds):0.314
0.70/0.52	o 85
0.84/0.61	c Got one! Elapsed wall clock time (in seconds):0.411
0.84/0.61	o 76
0.96/0.71	c Got one! Elapsed wall clock time (in seconds):0.506
0.96/0.71	o 45
1.40/1.18	c Got one! Elapsed wall clock time (in seconds):0.976
1.40/1.18	o 29
1.54/1.23	c Got one! Elapsed wall clock time (in seconds):1.028
1.54/1.23	o 28
21.62/21.12	c Got one! Elapsed wall clock time (in seconds):20.92
21.62/21.12	o 27
1800.03/1788.21	c starts		: 61
1800.03/1788.21	c conflicts		: 3011093
1800.03/1788.21	c decisions		: 4286281
1800.03/1788.21	c propagations		: 39454443
1800.03/1788.21	c inspects		: 3335388607
1800.03/1788.21	c learnt literals	: 0
1800.03/1788.21	c learnt binary clauses	: 0
1800.03/1788.21	c learnt ternary clauses	: 0
1800.03/1788.21	c learnt clauses	: 3011093
1800.03/1788.21	c root simplifications	: 0
1800.03/1788.21	c removed literals (reason simplification)	: 0
1800.03/1788.21	c reason swapping (by a shorter reason)	: 0
1800.03/1788.21	c Calls to reduceDB	: 0
1800.03/1788.21	c speed (decisions/second)	: 2425.6224233695607
1800.03/1788.21	c non guided choices	212
1800.03/1788.21	s SATISFIABLE
1800.03/1788.21	v x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29
1800.03/1788.21	v -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55
1800.03/1788.21	v -x56 -x57 -x58 -x59 -x60 -x61 x62 x63 x64 x65 x66 -x67 -x68 x69 x70 -x71 x72 -x73 x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83
1800.03/1788.21	v -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107
1800.03/1788.21	v -x108 x109 x110 -x111 x112 -x113 -x114 x115 -x116 x117 -x118 -x119 x120 -x121 x122 -x123 x124 x125 x126 x127 -x128 -x129 -x130
1800.03/1788.21	v -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151
1800.03/1788.21	v -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 x166 -x167 x168 -x169 -x170 -x171 -x172
1800.03/1788.21	v -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193
1800.03/1788.21	v -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 x213 -x214
1800.03/1788.21	v -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
1800.03/1788.21	c objective function=27
1800.03/1788.21	c Total wall clock time (ms): 1788.014

Verifier Data (download as text)

OK	27

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node57/watcher-351638-1176608375 -o ROOT/results/node57/solver-351638-1176608375 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351638-1176608375/sat4jPseudoResolution.jar /tmp/evaluation/351638-1176608375/instance-351638-1176608375.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.78 0.95 0.98 3/64 17830
/proc/meminfo: memFree=1260920/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1512 CPUtime=0
/proc/17830/stat : 17830 (java) R 17828 17830 17767 0 -1 0 64 0 0 0 0 0 0 0 18 0 1 0 101973435 1548288 47 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7358191 0 0 4096 0 0 0 0 17 1 0 0
/proc/17830/statm: 380 51 38 9 0 10 0

[startup+0.105571 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 17830
/proc/meminfo: memFree=1260920/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1780256 CPUtime=0.09
/proc/17830/stat : 17830 (java) S 17828 17830 17767 0 -1 0 4018 0 1 0 7 2 0 0 18 0 12 0 101973435 1822982144 3759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 445064 3759 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.201541 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 17830
/proc/meminfo: memFree=1260920/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1782044 CPUtime=0.19
/proc/17830/stat : 17830 (java) S 17828 17830 17767 0 -1 0 4863 0 1 0 17 2 0 0 18 0 12 0 101973435 1824813056 4601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 445511 4601 1244 9 0 443123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1782044

[startup+0.301546 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 17830
/proc/meminfo: memFree=1260920/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1782452 CPUtime=0.32
/proc/17830/stat : 17830 (java) S 17828 17830 17767 0 -1 0 5193 0 1 0 29 3 0 0 18 0 13 0 101973435 1825230848 4931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 445613 4931 1272 9 0 443225 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782452

[startup+0.70158 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 17830
/proc/meminfo: memFree=1260920/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1784988 CPUtime=0.96
/proc/17830/stat : 17830 (java) S 17828 17830 17767 0 -1 0 7851 0 1 0 92 4 0 0 18 0 13 0 101973435 1827827712 6943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 446247 6943 1308 9 0 443859 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1784988

[startup+1.50265 s]
/proc/loadavg: 0.80 0.95 0.98 4/77 17846
/proc/meminfo: memFree=1226128/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1784988 CPUtime=1.85
/proc/17830/stat : 17830 (java) S 17828 17830 17767 0 -1 0 14696 0 1 0 178 7 0 0 18 0 13 0 101973435 1827827712 13787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 446247 13788 1310 9 0 443859 0
[pid=17830/tid=17832] ppid=17828 vsize=1784988 CPUtime=1.28
/proc/17830/task/17832/stat : 17832 (java) R 17828 17830 17767 0 -1 64 12230 0 1 0 123 5 0 0 25 0 13 0 101973436 1827827712 13788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109503558 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17833/stat : 17833 (java) S 17828 17830 17767 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 101973438 1827827712 13789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17834] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17834/stat : 17834 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 101973438 1827827712 13789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17835] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17835/stat : 17835 (java) S 17828 17830 17767 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 101973440 1827827712 13789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17836] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17836/stat : 17836 (java) S 17828 17830 17767 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 101973441 1827827712 13790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17837] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17828 17830 17767 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101973441 1827827712 13790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17838] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101973444 1827827712 13791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17839] ppid=17828 vsize=1784988 CPUtime=0.27
/proc/17830/task/17839/stat : 17839 (java) S 17828 17830 17767 0 -1 64 1080 0 0 0 27 0 0 0 16 0 13 0 101973445 1827827712 13791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17840] ppid=17828 vsize=1784988 CPUtime=0.27
/proc/17830/task/17840/stat : 17840 (java) S 17828 17830 17767 0 -1 64 659 0 0 0 27 0 0 0 16 0 13 0 101973445 1827827712 13792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17841] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17841/stat : 17841 (java) S 17828 17830 17767 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101973445 1827827712 13792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17842] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17842/stat : 17842 (java) R 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101973445 1827827712 13793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 1784988

[startup+3.10278 s]
/proc/loadavg: 0.80 0.95 0.98 2/77 17848
/proc/meminfo: memFree=1182600/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1784988 CPUtime=3.46
/proc/17830/stat : 17830 (java) S 17828 17830 17767 0 -1 0 30663 0 1 0 333 13 0 0 18 0 13 0 101973435 1827827712 29752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 446247 29752 1310 9 0 443859 0
[pid=17830/tid=17832] ppid=17828 vsize=1784988 CPUtime=2.86
/proc/17830/task/17832/stat : 17832 (java) R 17828 17830 17767 0 -1 64 28194 0 1 0 274 12 0 0 17 0 13 0 101973436 1827827712 29753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109503578 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17833/stat : 17833 (java) S 17828 17830 17767 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 101973438 1827827712 29753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17834] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17834/stat : 17834 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 101973438 1827827712 29753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17835] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17835/stat : 17835 (java) S 17828 17830 17767 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 101973440 1827827712 29753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17836] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17836/stat : 17836 (java) S 17828 17830 17767 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 101973441 1827827712 29754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17837] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17828 17830 17767 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 101973441 1827827712 29754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17838] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101973444 1827827712 29754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17839] ppid=17828 vsize=1784988 CPUtime=0.29
/proc/17830/task/17839/stat : 17839 (java) S 17828 17830 17767 0 -1 64 1081 0 0 0 29 0 0 0 16 0 13 0 101973445 1827827712 29754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17840] ppid=17828 vsize=1784988 CPUtime=0.29
/proc/17830/task/17840/stat : 17840 (java) S 17828 17830 17767 0 -1 64 661 0 0 0 29 0 0 0 16 0 13 0 101973445 1827827712 29755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17841] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17841/stat : 17841 (java) S 17828 17830 17767 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101973445 1827827712 29755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17842] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17842/stat : 17842 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101973445 1827827712 29756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17848] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17848/stat : 17848 (java) S 17828 17830 17767 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 101973559 1827827712 29756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 1784988

[startup+6.30106 s]
/proc/loadavg: 0.81 0.95 0.98 2/77 17848
/proc/meminfo: memFree=1100048/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1784988 CPUtime=6.7
/proc/17830/stat : 17830 (java) S 17828 17830 17767 0 -1 0 42253 0 1 0 649 21 0 0 18 0 13 0 101973435 1827827712 41289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 446247 41289 1319 9 0 443859 0
[pid=17830/tid=17832] ppid=17828 vsize=1784988 CPUtime=6.02
/proc/17830/task/17832/stat : 17832 (java) R 17828 17830 17767 0 -1 64 37697 0 1 0 584 18 0 0 25 0 13 0 101973436 1827827712 41289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109478462 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17828 vsize=1784988 CPUtime=0.02
/proc/17830/task/17833/stat : 17833 (java) S 17828 17830 17767 0 -1 64 845 0 0 0 2 0 0 0 16 0 13 0 101973438 1827827712 41289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17834] ppid=17828 vsize=1784988 CPUtime=0.02
/proc/17830/task/17834/stat : 17834 (java) S 17828 17830 17767 0 -1 64 1235 0 0 0 2 0 0 0 17 0 13 0 101973438 1827827712 41289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17835] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17835/stat : 17835 (java) S 17828 17830 17767 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 101973440 1827827712 41289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17836] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17836/stat : 17836 (java) S 17828 17830 17767 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101973441 1827827712 41289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17837] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17828 17830 17767 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101973441 1827827712 41289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17838] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101973444 1827827712 41289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17839] ppid=17828 vsize=1784988 CPUtime=0.29
/proc/17830/task/17839/stat : 17839 (java) S 17828 17830 17767 0 -1 64 1081 0 0 0 29 0 0 0 17 0 13 0 101973445 1827827712 41289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17840] ppid=17828 vsize=1784988 CPUtime=0.3
/proc/17830/task/17840/stat : 17840 (java) S 17828 17830 17767 0 -1 64 662 0 0 0 30 0 0 0 16 0 13 0 101973445 1827827712 41289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17841] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17841/stat : 17841 (java) S 17828 17830 17767 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101973445 1827827712 41289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17842] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17842/stat : 17842 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101973445 1827827712 41289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17848] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17848/stat : 17848 (java) S 17828 17830 17767 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 101973559 1827827712 41289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 1784988

[startup+12.7016 s]
/proc/loadavg: 0.83 0.95 0.98 2/77 17848
/proc/meminfo: memFree=1082512/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1784988 CPUtime=13.14
/proc/17830/stat : 17830 (java) S 17828 17830 17767 0 -1 0 46694 0 1 0 1291 23 0 0 18 0 13 0 101973435 1827827712 45692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 446247 45692 1319 9 0 443859 0
[pid=17830/tid=17832] ppid=17828 vsize=1784988 CPUtime=12.37
/proc/17830/task/17832/stat : 17832 (java) R 17828 17830 17767 0 -1 64 37702 0 1 0 1219 18 0 0 25 0 13 0 101973436 1827827712 45692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109336901 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17828 vsize=1784988 CPUtime=0.07
/proc/17830/task/17833/stat : 17833 (java) S 17828 17830 17767 0 -1 64 3157 0 0 0 6 1 0 0 16 0 13 0 101973438 1827827712 45692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17834] ppid=17828 vsize=1784988 CPUtime=0.07
/proc/17830/task/17834/stat : 17834 (java) S 17828 17830 17767 0 -1 64 3357 0 0 0 5 2 0 0 16 0 13 0 101973438 1827827712 45692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17835] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17835/stat : 17835 (java) S 17828 17830 17767 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101973440 1827827712 45692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17836] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17836/stat : 17836 (java) S 17828 17830 17767 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101973441 1827827712 45692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17837] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17828 17830 17767 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101973441 1827827712 45692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17838] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101973444 1827827712 45692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17839] ppid=17828 vsize=1784988 CPUtime=0.29
/proc/17830/task/17839/stat : 17839 (java) S 17828 17830 17767 0 -1 64 1081 0 0 0 29 0 0 0 17 0 13 0 101973445 1827827712 45692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17840] ppid=17828 vsize=1784988 CPUtime=0.3
/proc/17830/task/17840/stat : 17840 (java) S 17828 17830 17767 0 -1 64 662 0 0 0 30 0 0 0 16 0 13 0 101973445 1827827712 45692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17841] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17841/stat : 17841 (java) S 17828 17830 17767 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101973445 1827827712 45692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17842] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17842/stat : 17842 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101973445 1827827712 45692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17848] ppid=17828 vsize=1784988 CPUtime=0
/proc/17830/task/17848/stat : 17848 (java) S 17828 17830 17767 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 101973559 1827827712 45692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.14
Current children cumulated vsize (KiB) 1784988

[startup+25.5027 s]
/proc/loadavg: 0.86 0.95 0.98 2/77 17849
/proc/meminfo: memFree=1042568/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1786024 CPUtime=26.18
/proc/17830/stat : 17830 (java) S 17828 17830 17767 0 -1 0 58553 0 1 0 2589 29 0 0 18 0 13 0 101973435 1828888576 55673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 446506 55673 1321 9 0 444118 0
[pid=17830/tid=17832] ppid=17828 vsize=1786024 CPUtime=24.93
/proc/17830/task/17832/stat : 17832 (java) R 17828 17830 17767 0 -1 64 37705 0 1 0 2475 18 0 0 25 0 13 0 101973436 1828888576 55673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553928 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17828 vsize=1786024 CPUtime=0.29
/proc/17830/task/17833/stat : 17833 (java) S 17828 17830 17767 0 -1 64 10044 0 0 0 26 3 0 0 16 0 13 0 101973438 1828888576 55673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17834] ppid=17828 vsize=1786024 CPUtime=0.3
/proc/17830/task/17834/stat : 17834 (java) S 17828 17830 17767 0 -1 64 8322 0 0 0 25 5 0 0 17 0 13 0 101973438 1828888576 55673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17835] ppid=17828 vsize=1786024 CPUtime=0
/proc/17830/task/17835/stat : 17835 (java) S 17828 17830 17767 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 101973440 1828888576 55673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

/proc/17830/task/17839/stat : 17839 (java) S 17828 17830 17767 0 -1 64 1081 0 0 0 30 0 0 0 17 0 13 0 101973445 1829871616 282970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17840] ppid=17828 vsize=1786984 CPUtime=0.3
/proc/17830/task/17840/stat : 17840 (java) S 17828 17830 17767 0 -1 64 662 0 0 0 30 0 0 0 17 0 13 0 101973445 1829871616 282970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17841] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17841/stat : 17841 (java) S 17828 17830 17767 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101973445 1829871616 282970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17842] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17842/stat : 17842 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101973445 1829871616 282970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17849] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17849/stat : 17849 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 101975548 1829871616 282970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1613.71
Current children cumulated vsize (KiB) 1786984

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/77 18047
/proc/meminfo: memFree=116744/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1786984 CPUtime=1674
/proc/17830/stat : 17830 (java) S 17828 17830 17767 0 -1 0 350980 0 1 0 167231 169 0 0 18 0 13 0 101973435 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 446746 286533 1321 9 0 444358 0
[pid=17830/tid=17832] ppid=17828 vsize=1786984 CPUtime=1649.38
/proc/17830/task/17832/stat : 17832 (java) R 17828 17830 17767 0 -1 64 40399 0 1 0 164915 23 0 0 25 0 13 0 101973436 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494113 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17828 vsize=1786984 CPUtime=11.96
/proc/17830/task/17833/stat : 17833 (java) S 17828 17830 17767 0 -1 64 156341 0 0 0 1128 68 0 0 17 0 13 0 101973438 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17834] ppid=17828 vsize=1786984 CPUtime=11.97
/proc/17830/task/17834/stat : 17834 (java) S 17828 17830 17767 0 -1 64 151667 0 0 0 1124 73 0 0 16 0 13 0 101973438 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17835] ppid=17828 vsize=1786984 CPUtime=0.03
/proc/17830/task/17835/stat : 17835 (java) S 17828 17830 17767 0 -1 64 104 0 0 0 1 2 0 0 16 0 13 0 101973440 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17836] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17836/stat : 17836 (java) S 17828 17830 17767 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101973441 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17837] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17828 17830 17767 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101973441 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17838] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101973444 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17839] ppid=17828 vsize=1786984 CPUtime=0.3
/proc/17830/task/17839/stat : 17839 (java) S 17828 17830 17767 0 -1 64 1081 0 0 0 30 0 0 0 17 0 13 0 101973445 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17840] ppid=17828 vsize=1786984 CPUtime=0.3
/proc/17830/task/17840/stat : 17840 (java) S 17828 17830 17767 0 -1 64 662 0 0 0 30 0 0 0 17 0 13 0 101973445 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17841] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17841/stat : 17841 (java) S 17828 17830 17767 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101973445 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17842] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17842/stat : 17842 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101973445 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17849] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17849/stat : 17849 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 101975548 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674
Current children cumulated vsize (KiB) 1786984

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/77 18047
/proc/meminfo: memFree=116744/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1786984 CPUtime=1733.99
/proc/17830/stat : 17830 (java) S 17828 17830 17767 0 -1 0 350980 0 1 0 173230 169 0 0 18 0 13 0 101973435 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 446746 286533 1321 9 0 444358 0
[pid=17830/tid=17832] ppid=17828 vsize=1786984 CPUtime=1709.36
/proc/17830/task/17832/stat : 17832 (java) R 17828 17830 17767 0 -1 64 40399 0 1 0 170913 23 0 0 25 0 13 0 101973436 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494113 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17828 vsize=1786984 CPUtime=11.96
/proc/17830/task/17833/stat : 17833 (java) S 17828 17830 17767 0 -1 64 156341 0 0 0 1128 68 0 0 17 0 13 0 101973438 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17834] ppid=17828 vsize=1786984 CPUtime=11.97
/proc/17830/task/17834/stat : 17834 (java) S 17828 17830 17767 0 -1 64 151667 0 0 0 1124 73 0 0 16 0 13 0 101973438 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17835] ppid=17828 vsize=1786984 CPUtime=0.03
/proc/17830/task/17835/stat : 17835 (java) S 17828 17830 17767 0 -1 64 104 0 0 0 1 2 0 0 16 0 13 0 101973440 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17836] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17836/stat : 17836 (java) S 17828 17830 17767 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101973441 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17837] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17828 17830 17767 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101973441 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17838] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101973444 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17839] ppid=17828 vsize=1786984 CPUtime=0.3
/proc/17830/task/17839/stat : 17839 (java) S 17828 17830 17767 0 -1 64 1081 0 0 0 30 0 0 0 17 0 13 0 101973445 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17840] ppid=17828 vsize=1786984 CPUtime=0.3
/proc/17830/task/17840/stat : 17840 (java) S 17828 17830 17767 0 -1 64 662 0 0 0 30 0 0 0 17 0 13 0 101973445 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17841] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17841/stat : 17841 (java) S 17828 17830 17767 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101973445 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17842] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17842/stat : 17842 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101973445 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17849] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17849/stat : 17849 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 101975548 1829871616 286533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1733.99
Current children cumulated vsize (KiB) 1786984

[startup+1782.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/77 18047
/proc/meminfo: memFree=110792/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1786984 CPUtime=1794.13
/proc/17830/stat : 17830 (java) S 17828 17830 17767 0 -1 0 353231 0 1 0 179243 170 0 0 18 0 13 0 101973435 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 446746 288011 1321 9 0 444358 0
[pid=17830/tid=17832] ppid=17828 vsize=1786984 CPUtime=1769.19
/proc/17830/task/17832/stat : 17832 (java) R 17828 17830 17767 0 -1 64 40400 0 1 0 176896 23 0 0 25 0 13 0 101973436 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494113 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17828 vsize=1786984 CPUtime=12.12
/proc/17830/task/17833/stat : 17833 (java) S 17828 17830 17767 0 -1 64 158197 0 0 0 1143 69 0 0 16 0 13 0 101973438 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17834] ppid=17828 vsize=1786984 CPUtime=12.12
/proc/17830/task/17834/stat : 17834 (java) S 17828 17830 17767 0 -1 64 152061 0 0 0 1139 73 0 0 16 0 13 0 101973438 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17835] ppid=17828 vsize=1786984 CPUtime=0.03
/proc/17830/task/17835/stat : 17835 (java) S 17828 17830 17767 0 -1 64 104 0 0 0 1 2 0 0 16 0 13 0 101973440 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17836] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17836/stat : 17836 (java) S 17828 17830 17767 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101973441 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17837] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17828 17830 17767 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101973441 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17838] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101973444 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17839] ppid=17828 vsize=1786984 CPUtime=0.3
/proc/17830/task/17839/stat : 17839 (java) S 17828 17830 17767 0 -1 64 1081 0 0 0 30 0 0 0 17 0 13 0 101973445 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17840] ppid=17828 vsize=1786984 CPUtime=0.3
/proc/17830/task/17840/stat : 17840 (java) S 17828 17830 17767 0 -1 64 662 0 0 0 30 0 0 0 17 0 13 0 101973445 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17841] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17841/stat : 17841 (java) S 17828 17830 17767 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101973445 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17842] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17842/stat : 17842 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101973445 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17849] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17849/stat : 17849 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 101975548 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1794.13
Current children cumulated vsize (KiB) 1786984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.2 s]
/proc/loadavg: 1.00 0.97 0.99 2/77 18047
/proc/meminfo: memFree=110792/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=1786984 CPUtime=1800.03
/proc/17830/stat : 17830 (java) S 17828 17830 17767 0 -1 0 353231 0 1 0 179833 170 0 0 18 0 13 0 101973435 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 446746 288011 1321 9 0 444358 0
[pid=17830/tid=17832] ppid=17828 vsize=1786984 CPUtime=1775.1
/proc/17830/task/17832/stat : 17832 (java) R 17828 17830 17767 0 -1 64 40400 0 1 0 177487 23 0 0 25 0 13 0 101973436 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109493830 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17828 vsize=1786984 CPUtime=12.12
/proc/17830/task/17833/stat : 17833 (java) S 17828 17830 17767 0 -1 64 158197 0 0 0 1143 69 0 0 16 0 13 0 101973438 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17834] ppid=17828 vsize=1786984 CPUtime=12.12
/proc/17830/task/17834/stat : 17834 (java) S 17828 17830 17767 0 -1 64 152061 0 0 0 1139 73 0 0 16 0 13 0 101973438 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17835] ppid=17828 vsize=1786984 CPUtime=0.03
/proc/17830/task/17835/stat : 17835 (java) S 17828 17830 17767 0 -1 64 104 0 0 0 1 2 0 0 16 0 13 0 101973440 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17836] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17836/stat : 17836 (java) S 17828 17830 17767 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101973441 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17837] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17828 17830 17767 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101973441 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17838] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101973444 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17839] ppid=17828 vsize=1786984 CPUtime=0.3
/proc/17830/task/17839/stat : 17839 (java) S 17828 17830 17767 0 -1 64 1081 0 0 0 30 0 0 0 17 0 13 0 101973445 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17840] ppid=17828 vsize=1786984 CPUtime=0.3
/proc/17830/task/17840/stat : 17840 (java) S 17828 17830 17767 0 -1 64 662 0 0 0 30 0 0 0 17 0 13 0 101973445 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17830/tid=17841] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17841/stat : 17841 (java) S 17828 17830 17767 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101973445 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17842] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17842/stat : 17842 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101973445 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17830/tid=17849] ppid=17828 vsize=1786984 CPUtime=0
/proc/17830/task/17849/stat : 17849 (java) S 17828 17830 17767 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 101975548 1829871616 288011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1786984

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

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

[startup+1788.31 s]
/proc/loadavg: 1.00 0.97 0.99 2/77 18047
/proc/meminfo: memFree=110792/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=0 CPUtime=1800.14
/proc/17830/stat : 17830 (java) Z 17828 17830 17767 0 -1 1036 353251 0 1 0 179838 176 0 0 16 0 2 0 101973435 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17830/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

[startup+1788.4 s]
/proc/loadavg: 1.00 0.97 0.99 2/77 18047
/proc/meminfo: memFree=110792/2055920 swapFree=4187472/4192956
[pid=17830] ppid=17828 vsize=0 CPUtime=1800.23
/proc/17830/stat : 17830 (java) Z 17828 17830 17767 0 -1 1036 353251 0 1 0 179838 185 0 0 16 0 2 0 101973435 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17830/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.43
CPU time (s): 1800.27
CPU user time (s): 1798.39
CPU system time (s): 1.87571
CPU usage (%): 100.662
Max. virtual memory (cumulated for all children) (KiB): 1786984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 1.87571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353251
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37510
involuntary context switches= 3786

runsolver used 1.91671 second user time and 4.64429 second system time

The end

Launcher Data (download as text)

Begin job on node57 on Sun Apr 15 03:39:35 UTC 2007

IDJOB= 351638
IDBENCH= 1786
IDSOLVER= 159
FILE ID= node57/351638-1176608375

PBS_JOBID= 4557037

Free space on /tmp= 66561 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-markshare1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351638-1176608375/sat4jPseudoResolution.jar /tmp/evaluation/351638-1176608375/instance-351638-1176608375.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node57/watcher-351638-1176608375 -o ROOT/results/node57/solver-351638-1176608375 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351638-1176608375/sat4jPseudoResolution.jar /tmp/evaluation/351638-1176608375/instance-351638-1176608375.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9a8d1e3e59dfd2cd811494ddb4a3c92a

RANDOM SEED= 958547863

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node57.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.239
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.239
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:       1261520 kB
Buffers:         52352 kB
Cached:         587508 kB
SwapCached:       2672 kB
Active:         316004 kB
Inactive:       336444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1261520 kB
SwapTotal:     4192956 kB
SwapFree:      4187472 kB
Dirty:            3792 kB
Writeback:           0 kB
Mapped:          19788 kB
Slab:           128056 kB
Committed_AS:   155388 kB
PageTables:       1408 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= 66561 MiB

End job on node57 on Sun Apr 15 04:09:25 UTC 2007