Trace number 429705

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-23SAT (TO)127 1800.32 1768.59

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=41-P1=331-P2=37-B.opb
MD5SUM2a7888c7c4f71cd1bd795e0b54484781
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.066989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables54
Total number of constraints5
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 constraints5
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)162
Sum of products size (including duplicates)324
Number of different products162
Sum of products size324

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.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/429705-1177987530/instance-429705-1177987530.opb
0.21/0.20	c reading problem ... 
0.33/0.31	c ... done. Wall clock time 0.114s.
0.33/0.31	c CPU time (experimental) 0.25s.
0.33/0.31	c #vars     216
0.33/0.31	c #constraints  331
5.42/3.43	c SATISFIABLE
5.42/3.43	c OPTIMIZING...
5.42/3.43	c Got one! Elapsed wall clock time (in seconds):3.233
5.42/3.43	o 159
6.88/4.87	c Got one! Elapsed wall clock time (in seconds):4.669
6.88/4.87	o 127
1800.07/1768.46	c starts		: 6
1800.07/1768.46	c conflicts		: 36546
1800.07/1768.46	c decisions		: 38263
1800.07/1768.46	c propagations		: 402605
1800.07/1768.46	c inspects		: 642923612
1800.07/1768.46	c learnt literals	: 0
1800.07/1768.46	c learnt binary clauses	: 0
1800.07/1768.46	c learnt ternary clauses	: 0
1800.07/1768.46	c learnt clauses	: 36546
1800.07/1768.46	c root simplifications	: 0
1800.07/1768.46	c removed literals (reason simplification)	: 0
1800.07/1768.46	c reason swapping (by a shorter reason)	: 0
1800.07/1768.46	c Calls to reduceDB	: 0
1800.07/1768.46	c speed (decisions/second)	: 21.696048918316187
1800.07/1768.46	c non guided choices	240
1800.07/1768.46	s SATISFIABLE
1800.07/1768.46	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 -x30 -x31 -x32 -x33
1800.07/1768.46	v x34 x35 -x36 x37 x38 x39 x40 -x41 x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 x55 x56 x57 x58 x59 x60 x61 -x62 -x63
1800.07/1768.46	v x64 x65 x66 x67 x68 x69 x70 -x71 -x72 x73 x74 x75 x76 x77 x78 x79 -x80 -x81 x82 x83 x84 x85 x86 x87 x88 -x89 -x90 x91 x92 x93 x94 x95
1800.07/1768.46	v x96 x97 -x98 -x99 x100 x101 x102 x103 x104 x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118
1800.07/1768.46	v x119 x120 x121 x122 x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140
1800.07/1768.46	v -x141 x142 x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 x151 x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 x160 x161 -x162
1800.07/1768.46	v x163 -x164 -x165 -x166 -x167 -x168 x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183
1800.07/1768.46	v -x184 -x185 -x186 x187 x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204
1800.07/1768.46	v -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216
1800.07/1768.46	c objective function=127
1800.07/1768.46	c Total wall clock time (ms): 1768.266

Verifier Data (download as text)

OK	127

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-429705-1177987530 -o ROOT/results/node60/solver-429705-1177987530 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429705-1177987530/sat4jPseudoCP.jar /tmp/evaluation/429705-1177987530/instance-429705-1177987530.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.86 0.94 0.98 2/64 29908
/proc/meminfo: memFree=1796112/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=152 CPUtime=0
/proc/29908/stat : 29908 (java) R 29906 29908 3067 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 246662983 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 5533995 0 0 4096 0 0 0 0 17 1 0 0
/proc/29908/statm: 38 26 19 9 0 4 0

[startup+0.054623 s]
/proc/loadavg: 0.86 0.94 0.98 2/64 29908
/proc/meminfo: memFree=1796112/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=1777708 CPUtime=0.04
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 3550 0 1 0 2 2 0 0 18 0 7 0 246662983 1820372992 3296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 444427 3296 1053 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.102627 s]
/proc/loadavg: 0.86 0.94 0.98 2/64 29908
/proc/meminfo: memFree=1796112/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=1780256 CPUtime=0.09
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 4000 0 1 0 7 2 0 0 18 0 12 0 246662983 1822982144 3743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 445064 3743 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.302647 s]
/proc/loadavg: 0.86 0.94 0.98 2/64 29908
/proc/meminfo: memFree=1796112/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=1782444 CPUtime=0.33
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 5130 0 1 0 30 3 0 0 18 0 12 0 246662983 1825222656 4870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 445611 4870 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782444

[startup+0.702685 s]
/proc/loadavg: 0.86 0.94 0.98 2/64 29908
/proc/meminfo: memFree=1796112/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=1784408 CPUtime=1.03
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 8329 0 1 0 98 5 0 0 18 0 13 0 246662983 1827233792 7407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 446102 7407 1298 9 0 443714 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1784408

[startup+1.50277 s]
/proc/loadavg: 0.86 0.94 0.98 4/77 29921
/proc/meminfo: memFree=1756264/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=1798284 CPUtime=2.56
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 22335 0 1 0 245 11 0 0 18 0 13 0 246662983 1841442816 16698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 449571 16699 1309 9 0 447183 0
[pid=29908/tid=29910] ppid=29906 vsize=1798284 CPUtime=0.76
/proc/29908/task/29910/stat : 29910 (java) R 29906 29908 3067 0 -1 64 11835 0 1 0 71 5 0 0 18 0 13 0 246662984 1841442816 16699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109170297 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29906 vsize=1798284 CPUtime=0
/proc/29908/task/29911/stat : 29911 (java) S 29906 29908 3067 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 246662986 1841442816 16700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29912] ppid=29906 vsize=1798284 CPUtime=0
/proc/29908/task/29912/stat : 29912 (java) S 29906 29908 3067 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 246662986 1841442816 16701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29913] ppid=29906 vsize=1798284 CPUtime=0
/proc/29908/task/29913/stat : 29913 (java) S 29906 29908 3067 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 246662988 1841442816 16701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29914] ppid=29906 vsize=1798284 CPUtime=0
/proc/29908/task/29914/stat : 29914 (java) S 29906 29908 3067 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 246662989 1841442816 16702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29915] ppid=29906 vsize=1798284 CPUtime=0
/proc/29908/task/29915/stat : 29915 (java) S 29906 29908 3067 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 246662989 1841442816 16702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29916] ppid=29906 vsize=1798284 CPUtime=0
/proc/29908/task/29916/stat : 29916 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246662992 1841442816 16703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29917] ppid=29906 vsize=1798284 CPUtime=0.87
/proc/29908/task/29917/stat : 29917 (java) R 29906 29908 3067 0 -1 64 4932 0 0 0 85 2 0 0 19 0 13 0 246662992 1841442816 16704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102297770 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29918] ppid=29906 vsize=1798284 CPUtime=0.9
/proc/29908/task/29918/stat : 29918 (java) R 29906 29908 3067 0 -1 64 4844 0 0 0 88 2 0 0 18 0 13 0 246662992 1841442816 16704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103315372 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29919] ppid=29906 vsize=1798284 CPUtime=0
/proc/29908/task/29919/stat : 29919 (java) S 29906 29908 3067 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246662992 1841442816 16705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29920] ppid=29906 vsize=1798284 CPUtime=0
/proc/29908/task/29920/stat : 29920 (java) R 29906 29908 3067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246662992 1841442816 16705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29921] ppid=29906 vsize=1798284 CPUtime=0
/proc/29908/task/29921/stat : 29921 (java) S 29906 29908 3067 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 246663016 1841442816 16706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1798284

[startup+3.10192 s]
/proc/loadavg: 0.86 0.94 0.98 4/77 29921
/proc/meminfo: memFree=1680936/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=1796620 CPUtime=5.12
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 52203 0 1 0 487 25 0 0 18 0 13 0 246662983 1839738880 42726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 449155 42726 1323 9 0 446767 0
[pid=29908/tid=29910] ppid=29906 vsize=1796620 CPUtime=2.1
/proc/29908/task/29910/stat : 29910 (java) R 29906 29908 3067 0 -1 64 37710 0 1 0 193 17 0 0 25 0 13 0 246662984 1839738880 42726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109531586 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29911] ppid=29906 vsize=1796620 CPUtime=0
/proc/29908/task/29911/stat : 29911 (java) S 29906 29908 3067 0 -1 64 178 0 0 0 0 0 0 0 16 0 13 0 246662986 1839738880 42726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29912] ppid=29906 vsize=1796620 CPUtime=0
/proc/29908/task/29912/stat : 29912 (java) S 29906 29908 3067 0 -1 64 164 0 0 0 0 0 0 0 16 0 13 0 246662986 1839738880 42726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29913] ppid=29906 vsize=1796620 CPUtime=0
/proc/29908/task/29913/stat : 29913 (java) S 29906 29908 3067 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 246662988 1839738880 42726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29914] ppid=29906 vsize=1796620 CPUtime=0
/proc/29908/task/29914/stat : 29914 (java) S 29906 29908 3067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246662989 1839738880 42726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29915] ppid=29906 vsize=1796620 CPUtime=0
/proc/29908/task/29915/stat : 29915 (java) S 29906 29908 3067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246662989 1839738880 42726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29916] ppid=29906 vsize=1796620 CPUtime=0
/proc/29908/task/29916/stat : 29916 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246662992 1839738880 42726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29917] ppid=29906 vsize=1796620 CPUtime=1.12
/proc/29908/task/29917/stat : 29917 (java) S 29906 29908 3067 0 -1 64 4977 0 0 0 110 2 0 0 16 0 13 0 246662992 1839738880 42726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29918] ppid=29906 vsize=1796620 CPUtime=1.84
/proc/29908/task/29918/stat : 29918 (java) S 29906 29908 3067 0 -1 64 8444 0 0 0 181 3 0 0 16 0 13 0 246662992 1839738880 42726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29919] ppid=29906 vsize=1796620 CPUtime=0
/proc/29908/task/29919/stat : 29919 (java) S 29906 29908 3067 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246662992 1839738880 42726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29920] ppid=29906 vsize=1796620 CPUtime=0
/proc/29908/task/29920/stat : 29920 (java) S 29906 29908 3067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246662992 1839738880 42726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29921] ppid=29906 vsize=1796620 CPUtime=0
/proc/29908/task/29921/stat : 29921 (java) S 29906 29908 3067 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 246663016 1839738880 42726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 1796620

[startup+6.30223 s]
/proc/loadavg: 0.87 0.94 0.98 2/77 29923
/proc/meminfo: memFree=1627800/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=1795864 CPUtime=8.5
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 54895 0 1 0 824 26 0 0 18 0 13 0 246662983 1838964736 44266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 448966 44266 1325 9 0 446578 0
[pid=29908/tid=29910] ppid=29906 vsize=1795864 CPUtime=5.21
/proc/29908/task/29910/stat : 29910 (java) R 29906 29908 3067 0 -1 64 37719 0 1 0 504 17 0 0 19 0 13 0 246662984 1838964736 44266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109525086 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29906 vsize=1795864 CPUtime=0.06
/proc/29908/task/29911/stat : 29911 (java) S 29906 29908 3067 0 -1 64 1523 0 0 0 6 0 0 0 16 0 13 0 246662986 1838964736 44266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29912] ppid=29906 vsize=1795864 CPUtime=0.06
/proc/29908/task/29912/stat : 29912 (java) S 29906 29908 3067 0 -1 64 1471 0 0 0 6 0 0 0 16 0 13 0 246662986 1838964736 44266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29913] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29913/stat : 29913 (java) S 29906 29908 3067 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 246662988 1838964736 44266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29914] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29914/stat : 29914 (java) S 29906 29908 3067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246662989 1838964736 44266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29915] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29915/stat : 29915 (java) S 29906 29908 3067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246662989 1838964736 44266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29916] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29916/stat : 29916 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246662992 1838964736 44266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29917] ppid=29906 vsize=1795864 CPUtime=1.17
/proc/29908/task/29917/stat : 29917 (java) S 29906 29908 3067 0 -1 64 4980 0 0 0 115 2 0 0 17 0 13 0 246662992 1838964736 44266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29918] ppid=29906 vsize=1795864 CPUtime=1.93
/proc/29908/task/29918/stat : 29918 (java) S 29906 29908 3067 0 -1 64 8450 0 0 0 190 3 0 0 16 0 13 0 246662992 1838964736 44266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29919] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29919/stat : 29919 (java) S 29906 29908 3067 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246662992 1838964736 44266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29920] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29920/stat : 29920 (java) S 29906 29908 3067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246662992 1838964736 44266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29923] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29923/stat : 29923 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 246663471 1838964736 44266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 1795864

[startup+12.7019 s]
/proc/loadavg: 0.88 0.94 0.98 2/77 29923
/proc/meminfo: memFree=1582424/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=1795864 CPUtime=15.01
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 65726 0 1 0 1470 31 0 0 18 0 13 0 246662983 1838964736 54687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 448966 54687 1332 9 0 446578 0
[pid=29908/tid=29910] ppid=29906 vsize=1795864 CPUtime=11.5
/proc/29908/task/29910/stat : 29910 (java) R 29906 29908 3067 0 -1 64 43392 0 1 0 1130 20 0 0 25 0 13 0 246662984 1838964736 54687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109598521 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29906 vsize=1795864 CPUtime=0.16
/proc/29908/task/29911/stat : 29911 (java) S 29906 29908 3067 0 -1 64 4220 0 0 0 15 1 0 0 16 0 13 0 246662986 1838964736 54687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29912] ppid=29906 vsize=1795864 CPUtime=0.16
/proc/29908/task/29912/stat : 29912 (java) S 29906 29908 3067 0 -1 64 3925 0 0 0 15 1 0 0 16 0 13 0 246662986 1838964736 54687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29913] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29913/stat : 29913 (java) S 29906 29908 3067 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 246662988 1838964736 54687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29914] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29914/stat : 29914 (java) S 29906 29908 3067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246662989 1838964736 54687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29915] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29915/stat : 29915 (java) S 29906 29908 3067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246662989 1838964736 54687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29916] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29916/stat : 29916 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246662992 1838964736 54687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29917] ppid=29906 vsize=1795864 CPUtime=1.18
/proc/29908/task/29917/stat : 29917 (java) S 29906 29908 3067 0 -1 64 4981 0 0 0 116 2 0 0 17 0 13 0 246662992 1838964736 54687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29918] ppid=29906 vsize=1795864 CPUtime=1.94
/proc/29908/task/29918/stat : 29918 (java) S 29906 29908 3067 0 -1 64 8456 0 0 0 191 3 0 0 16 0 13 0 246662992 1838964736 54687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29919] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29919/stat : 29919 (java) S 29906 29908 3067 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246662992 1838964736 54687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29920] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29920/stat : 29920 (java) S 29906 29908 3067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246662992 1838964736 54687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29923] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29923/stat : 29923 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 246663471 1838964736 54687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.01
Current children cumulated vsize (KiB) 1795864

[startup+25.5021 s]
/proc/loadavg: 0.91 0.94 0.98 2/77 29923
/proc/meminfo: memFree=1568920/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=1795864 CPUtime=27.91
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 69300 0 1 0 2758 33 0 0 18 0 13 0 246662983 1838964736 57839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 448966 57839 1332 9 0 446578 0
[pid=29908/tid=29910] ppid=29906 vsize=1795864 CPUtime=24.17
/proc/29908/task/29910/stat : 29910 (java) R 29906 29908 3067 0 -1 64 43406 0 1 0 2397 20 0 0 25 0 13 0 246662984 1838964736 57839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109598510 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29906 vsize=1795864 CPUtime=0.29
/proc/29908/task/29911/stat : 29911 (java) S 29906 29908 3067 0 -1 64 6088 0 0 0 26 3 0 0 16 0 13 0 246662986 1838964736 57839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29912] ppid=29906 vsize=1795864 CPUtime=0.28
/proc/29908/task/29912/stat : 29912 (java) S 29906 29908 3067 0 -1 64 5617 0 0 0 26 2 0 0 16 0 13 0 246662986 1838964736 57839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=29908] ppid=29906 vsize=1795864 CPUtime=1630.18
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 157377 0 1 0 162931 87 0 0 18 0 13 0 246662983 1838964736 117784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 448966 117784 1335 9 0 446578 0
[pid=29908/tid=29910] ppid=29906 vsize=1795864 CPUtime=1573.75
/proc/29908/task/29910/stat : 29910 (java) R 29906 29908 3067 0 -1 64 58571 0 1 0 157344 31 0 0 25 0 13 0 246662984 1838964736 117784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109598624 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29906 vsize=1795864 CPUtime=26.46
/proc/29908/task/29911/stat : 29911 (java) S 29906 29908 3067 0 -1 64 41978 0 0 0 2626 20 0 0 16 0 13 0 246662986 1838964736 117784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29912] ppid=29906 vsize=1795864 CPUtime=26.43
/proc/29908/task/29912/stat : 29912 (java) S 29906 29908 3067 0 -1 64 42577 0 0 0 2624 19 0 0 16 0 13 0 246662986 1838964736 117784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29913] ppid=29906 vsize=1795864 CPUtime=0.21
/proc/29908/task/29913/stat : 29913 (java) S 29906 29908 3067 0 -1 64 82 0 0 0 13 8 0 0 16 0 13 0 246662988 1838964736 117784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29914] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29914/stat : 29914 (java) S 29906 29908 3067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246662989 1838964736 117784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29915] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29915/stat : 29915 (java) S 29906 29908 3067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246662989 1838964736 117784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29916] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29916/stat : 29916 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246662992 1838964736 117784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29917] ppid=29906 vsize=1795864 CPUtime=1.26
/proc/29908/task/29917/stat : 29917 (java) S 29906 29908 3067 0 -1 64 4990 0 0 0 124 2 0 0 17 0 13 0 246662992 1838964736 117784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29918] ppid=29906 vsize=1795864 CPUtime=1.99
/proc/29908/task/29918/stat : 29918 (java) S 29906 29908 3067 0 -1 64 8457 0 0 0 196 3 0 0 16 0 13 0 246662992 1838964736 117784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29919] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29919/stat : 29919 (java) S 29906 29908 3067 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246662992 1838964736 117784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29920] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29920/stat : 29920 (java) S 29906 29908 3067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246662992 1838964736 117784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29923] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29923/stat : 29923 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 246663471 1838964736 117784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1630.18
Current children cumulated vsize (KiB) 1795864

[startup+1662.3 s]
/proc/loadavg: 1.15 1.06 1.01 2/77 30121
/proc/meminfo: memFree=1324440/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=1795864 CPUtime=1691.53
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 158296 0 1 0 169065 88 0 0 18 0 13 0 246662983 1838964736 118640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 448966 118640 1335 9 0 446578 0
[pid=29908/tid=29910] ppid=29906 vsize=1795864 CPUtime=1632.33
/proc/29908/task/29910/stat : 29910 (java) R 29906 29908 3067 0 -1 64 58598 0 1 0 163202 31 0 0 25 0 13 0 246662984 1838964736 118640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501830 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29906 vsize=1795864 CPUtime=27.84
/proc/29908/task/29911/stat : 29911 (java) S 29906 29908 3067 0 -1 64 42169 0 0 0 2764 20 0 0 16 0 13 0 246662986 1838964736 118640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29912] ppid=29906 vsize=1795864 CPUtime=27.82
/proc/29908/task/29912/stat : 29912 (java) S 29906 29908 3067 0 -1 64 43278 0 0 0 2762 20 0 0 16 0 13 0 246662986 1838964736 118640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29913] ppid=29906 vsize=1795864 CPUtime=0.22
/proc/29908/task/29913/stat : 29913 (java) S 29906 29908 3067 0 -1 64 82 0 0 0 14 8 0 0 16 0 13 0 246662988 1838964736 118640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29914] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29914/stat : 29914 (java) S 29906 29908 3067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246662989 1838964736 118640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29915] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29915/stat : 29915 (java) S 29906 29908 3067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246662989 1838964736 118640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29916] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29916/stat : 29916 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246662992 1838964736 118640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29917] ppid=29906 vsize=1795864 CPUtime=1.26
/proc/29908/task/29917/stat : 29917 (java) S 29906 29908 3067 0 -1 64 4990 0 0 0 124 2 0 0 17 0 13 0 246662992 1838964736 118640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29918] ppid=29906 vsize=1795864 CPUtime=1.99
/proc/29908/task/29918/stat : 29918 (java) S 29906 29908 3067 0 -1 64 8457 0 0 0 196 3 0 0 16 0 13 0 246662992 1838964736 118640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29919] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29919/stat : 29919 (java) S 29906 29908 3067 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246662992 1838964736 118640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29920] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29920/stat : 29920 (java) S 29906 29908 3067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246662992 1838964736 118640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29923] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29923/stat : 29923 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 246663471 1838964736 118640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1691.53
Current children cumulated vsize (KiB) 1795864

[startup+1722.3 s]
/proc/loadavg: 1.05 1.05 1.00 2/77 30121
/proc/meminfo: memFree=1321048/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=1795864 CPUtime=1752.91
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 159217 0 1 0 175203 88 0 0 18 0 13 0 246662983 1838964736 119505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 448966 119505 1335 9 0 446578 0
[pid=29908/tid=29910] ppid=29906 vsize=1795864 CPUtime=1690.9
/proc/29908/task/29910/stat : 29910 (java) R 29906 29908 3067 0 -1 64 58625 0 1 0 169059 31 0 0 22 0 13 0 246662984 1838964736 119505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109524400 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29906 vsize=1795864 CPUtime=29.25
/proc/29908/task/29911/stat : 29911 (java) S 29906 29908 3067 0 -1 64 42360 0 0 0 2905 20 0 0 17 0 13 0 246662986 1838964736 119505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29912] ppid=29906 vsize=1795864 CPUtime=29.21
/proc/29908/task/29912/stat : 29912 (java) S 29906 29908 3067 0 -1 64 43981 0 0 0 2901 20 0 0 16 0 13 0 246662986 1838964736 119505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29913] ppid=29906 vsize=1795864 CPUtime=0.22
/proc/29908/task/29913/stat : 29913 (java) S 29906 29908 3067 0 -1 64 82 0 0 0 14 8 0 0 15 0 13 0 246662988 1838964736 119505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29914] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29914/stat : 29914 (java) S 29906 29908 3067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246662989 1838964736 119505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29915] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29915/stat : 29915 (java) S 29906 29908 3067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246662989 1838964736 119505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29916] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29916/stat : 29916 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246662992 1838964736 119505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29917] ppid=29906 vsize=1795864 CPUtime=1.26
/proc/29908/task/29917/stat : 29917 (java) S 29906 29908 3067 0 -1 64 4990 0 0 0 124 2 0 0 17 0 13 0 246662992 1838964736 119505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29918] ppid=29906 vsize=1795864 CPUtime=1.99
/proc/29908/task/29918/stat : 29918 (java) S 29906 29908 3067 0 -1 64 8457 0 0 0 196 3 0 0 16 0 13 0 246662992 1838964736 119505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29919] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29919/stat : 29919 (java) S 29906 29908 3067 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246662992 1838964736 119505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29920] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29920/stat : 29920 (java) S 29906 29908 3067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246662992 1838964736 119505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29923] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29923/stat : 29923 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 246663471 1838964736 119505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1752.91
Current children cumulated vsize (KiB) 1795864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768.4 s]
/proc/loadavg: 1.02 1.04 1.00 2/77 30121
/proc/meminfo: memFree=1318104/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=1795864 CPUtime=1800.07
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 159976 0 1 0 179918 89 0 0 18 0 13 0 246662983 1838964736 120200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 448966 120200 1335 9 0 446578 0
[pid=29908/tid=29910] ppid=29906 vsize=1795864 CPUtime=1735.94
/proc/29908/task/29910/stat : 29910 (java) R 29906 29908 3067 0 -1 64 58645 0 1 0 173563 31 0 0 25 0 13 0 246662984 1838964736 120200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501830 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29906 vsize=1795864 CPUtime=30.3
/proc/29908/task/29911/stat : 29911 (java) S 29906 29908 3067 0 -1 64 42468 0 0 0 3010 20 0 0 16 0 13 0 246662986 1838964736 120200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29912] ppid=29906 vsize=1795864 CPUtime=30.27
/proc/29908/task/29912/stat : 29912 (java) S 29906 29908 3067 0 -1 64 44612 0 0 0 3007 20 0 0 16 0 13 0 246662986 1838964736 120200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29913] ppid=29906 vsize=1795864 CPUtime=0.23
/proc/29908/task/29913/stat : 29913 (java) S 29906 29908 3067 0 -1 64 82 0 0 0 14 9 0 0 16 0 13 0 246662988 1838964736 120200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29914] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29914/stat : 29914 (java) S 29906 29908 3067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246662989 1838964736 120200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29915] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29915/stat : 29915 (java) S 29906 29908 3067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246662989 1838964736 120200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29916] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29916/stat : 29916 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246662992 1838964736 120200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29917] ppid=29906 vsize=1795864 CPUtime=1.26
/proc/29908/task/29917/stat : 29917 (java) S 29906 29908 3067 0 -1 64 4990 0 0 0 124 2 0 0 17 0 13 0 246662992 1838964736 120200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29918] ppid=29906 vsize=1795864 CPUtime=1.99
/proc/29908/task/29918/stat : 29918 (java) S 29906 29908 3067 0 -1 64 8457 0 0 0 196 3 0 0 16 0 13 0 246662992 1838964736 120200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29919] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29919/stat : 29919 (java) S 29906 29908 3067 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246662992 1838964736 120200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29920] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29920/stat : 29920 (java) S 29906 29908 3067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246662992 1838964736 120200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29923] ppid=29906 vsize=1795864 CPUtime=0
/proc/29908/task/29923/stat : 29923 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 246663471 1838964736 120200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1795864

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

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

[startup+1768.51 s]
/proc/loadavg: 1.02 1.04 1.00 2/77 30121
/proc/meminfo: memFree=1318104/2055920 swapFree=4183296/4192956
[pid=29908] ppid=29906 vsize=1796512 CPUtime=1800.23
/proc/29908/stat : 29908 (java) S 29906 29908 3067 0 -1 0 160018 0 1 0 179934 89 0 0 16 0 14 0 246662983 1839628288 120241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29908/statm: 449128 120241 1335 9 0 446740 0
[pid=29908/tid=29910] ppid=29906 vsize=1796512 CPUtime=1735.99
/proc/29908/task/29910/stat : 29910 (java) R 29906 29908 3067 0 -1 64 58645 0 1 0 173568 31 0 0 24 0 14 0 246662984 1839628288 120241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109547100 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29906 vsize=1796512 CPUtime=30.36
/proc/29908/task/29911/stat : 29911 (java) S 29906 29908 3067 0 -1 64 42470 0 0 0 3016 20 0 0 17 0 14 0 246662986 1839628288 120241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29912] ppid=29906 vsize=1796512 CPUtime=30.32
/proc/29908/task/29912/stat : 29912 (java) S 29906 29908 3067 0 -1 64 44632 0 0 0 3012 20 0 0 16 0 14 0 246662986 1839628288 120241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29913] ppid=29906 vsize=1796512 CPUtime=0.23
/proc/29908/task/29913/stat : 29913 (java) S 29906 29908 3067 0 -1 64 82 0 0 0 14 9 0 0 15 0 14 0 246662988 1839628288 120241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29914] ppid=29906 vsize=1796512 CPUtime=0
/proc/29908/task/29914/stat : 29914 (java) S 29906 29908 3067 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 246662989 1839628288 120241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29915] ppid=29906 vsize=1796512 CPUtime=0
/proc/29908/task/29915/stat : 29915 (java) S 29906 29908 3067 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 246662989 1839628288 120241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29916] ppid=29906 vsize=1796512 CPUtime=0
/proc/29908/task/29916/stat : 29916 (java) S 29906 29908 3067 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 246662992 1839628288 120241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29917] ppid=29906 vsize=1796512 CPUtime=1.26
/proc/29908/task/29917/stat : 29917 (java) S 29906 29908 3067 0 -1 64 4990 0 0 0 124 2 0 0 17 0 14 0 246662992 1839628288 120241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29908/tid=29918] ppid=29906 vsize=1796512 CPUtime=1.99
/proc/29908/task/29918/stat : 29918 (java) S 29906 29908 3067 0 -1 64 8457 0 0 0 196 3 0 0 16 0 14 0 246662992 1839628288 120241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29919] ppid=29906 vsize=1796512 CPUtime=0
/proc/29908/task/29919/stat : 29919 (java) S 29906 29908 3067 0 -1 64 2 0 0 0 0 0 0 0 25 0 14 0 246662992 1839628288 120241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29920] ppid=29906 vsize=1796512 CPUtime=0
/proc/29908/task/29920/stat : 29920 (java) S 29906 29908 3067 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 246662992 1839628288 120241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29908/tid=29923] ppid=29906 vsize=1796512 CPUtime=0
/proc/29908/task/29923/stat : 29923 (java) S 29906 29908 3067 0 -1 64 0 0 0 0 0 0 0 0 21 0 14 0 246663471 1839628288 120241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1796512

Child status: 143
Real time (s): 1768.59
CPU time (s): 1800.32
CPU user time (s): 1799.35
CPU system time (s): 0.969852
CPU usage (%): 101.794
Max. virtual memory (cumulated for all children) (KiB): 1799040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 0.969852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160019
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= 45042
involuntary context switches= 38183

runsolver used 1.77173 second user time and 4.71328 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Tue May  1 02:45:30 UTC 2007

IDJOB= 429705
IDBENCH= 47928
IDSOLVER= 160
FILE ID= node60/429705-1177987530

PBS_JOBID= 4728071

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=41-P1=331-P2=37-B.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429705-1177987530/sat4jPseudoCP.jar /tmp/evaluation/429705-1177987530/instance-429705-1177987530.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-429705-1177987530 -o ROOT/results/node60/solver-429705-1177987530 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429705-1177987530/sat4jPseudoCP.jar /tmp/evaluation/429705-1177987530/instance-429705-1177987530.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2a7888c7c4f71cd1bd795e0b54484781

RANDOM SEED= 189361957

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:       1796584 kB
Buffers:         26760 kB
Cached:         154076 kB
SwapCached:       3580 kB
Active:          46600 kB
Inactive:       148656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796584 kB
SwapTotal:     4192956 kB
SwapFree:      4183296 kB
Dirty:            3640 kB
Writeback:           0 kB
Mapped:          20432 kB
Slab:            50056 kB
Committed_AS:  2927200 kB
PageTables:       1476 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 node60 on Tue May  1 03:15:01 UTC 2007