Trace number 359448

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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23SAT 164.104 160.597

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900559641.opb
MD5SUMc2e77d8de924d260285f4c10724de488
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.502923
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 659
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/359448-1176929213/instance-359448-1176929213.opb
0.20/0.20	c reading problem ... 
1.05/0.89	c ... done. Wall clock time 0.695s.
1.05/0.89	c CPU time (experimental) 0.59s.
1.05/0.90	c #vars     231
1.05/0.90	c #constraints  2707
164.02/160.52	c starts		: 2
164.02/160.52	c conflicts		: 10837
164.02/160.52	c decisions		: 40843
164.02/160.52	c propagations		: 340875
164.02/160.52	c inspects		: 51768638
164.02/160.52	c learnt literals	: 0
164.02/160.52	c learnt binary clauses	: 0
164.02/160.52	c learnt ternary clauses	: 1
164.02/160.52	c learnt clauses	: 10837
164.02/160.52	c root simplifications	: 0
164.02/160.52	c removed literals (reason simplification)	: 0
164.02/160.52	c reason swapping (by a shorter reason)	: 0
164.02/160.52	c Calls to reduceDB	: 0
164.02/160.52	c speed (decisions/second)	: 255.86844166014095
164.02/160.52	c non guided choices	121
164.02/160.52	s SATISFIABLE
164.02/160.52	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
164.02/160.52	v -x29 -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
164.02/160.52	v -x55 -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
164.02/160.52	v -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105
164.02/160.52	v -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126
164.02/160.52	v -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147
164.02/160.52	v x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168
164.02/160.52	v -x169 x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189
164.02/160.52	v -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 -x205 -x206 -x207 -x208 -x209 -x210
164.02/160.52	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231
164.02/160.52	c Total wall clock time (ms): 160.325

Verifier Data (download as text)

OK	0

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-359448-1176929213 -o ROOT/results/node1/solver-359448-1176929213 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359448-1176929213/sat4jPseudoCPClause.jar /tmp/evaluation/359448-1176929213/instance-359448-1176929213.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.92 0.98 0.99 2/77 30476
/proc/meminfo: memFree=1830392/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=308 CPUtime=0
/proc/30476/stat : 30476 (java) R 30474 30476 28922 0 -1 0 57 0 0 0 0 0 0 0 18 0 1 0 168959190 315392 41 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 5829412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30476/statm: 81 43 32 9 0 6 0

[startup+0.090995 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 30476
/proc/meminfo: memFree=1830392/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1777844 CPUtime=0.07
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 3871 0 1 0 5 2 0 0 18 0 7 0 168959190 1820512256 3614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 444461 3614 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.102007 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 30476
/proc/meminfo: memFree=1830392/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1780112 CPUtime=0.08
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 3979 0 1 0 6 2 0 0 18 0 12 0 168959190 1822834688 3721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 445028 3721 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302022 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 30476
/proc/meminfo: memFree=1830392/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1782436 CPUtime=0.31
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 5135 0 1 0 28 3 0 0 18 0 12 0 168959190 1825214464 4874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 445609 4874 1263 9 0 443220 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782436

[startup+0.70107 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 30476
/proc/meminfo: memFree=1830392/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1783440 CPUtime=0.89
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 6806 0 1 0 85 4 0 0 18 0 12 0 168959190 1826242560 6271 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 445860 6271 1301 9 0 443471 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783440

[startup+1.50216 s]
/proc/loadavg: 0.92 0.98 0.99 3/90 30489
/proc/meminfo: memFree=1805904/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1787288 CPUtime=2.29
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 15674 0 1 0 220 9 0 0 18 0 13 0 168959190 1830182912 13361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 446822 13361 1316 9 0 444433 0
[pid=30476/tid=30478] ppid=30474 vsize=1787288 CPUtime=0.93
/proc/30476/task/30478/stat : 30478 (java) R 30474 30476 28922 0 -1 64 11379 0 1 0 87 6 0 0 24 0 13 0 168959191 1830182912 13361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30479] ppid=30474 vsize=1787288 CPUtime=0
/proc/30476/task/30479/stat : 30479 (java) S 30474 30476 28922 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 168959193 1830182912 13361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30480] ppid=30474 vsize=1787288 CPUtime=0
/proc/30476/task/30480/stat : 30480 (java) S 30474 30476 28922 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 168959193 1830182912 13361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30481] ppid=30474 vsize=1787288 CPUtime=0
/proc/30476/task/30481/stat : 30481 (java) S 30474 30476 28922 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 168959195 1830182912 13361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30482] ppid=30474 vsize=1787288 CPUtime=0
/proc/30476/task/30482/stat : 30482 (java) S 30474 30476 28922 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 168959196 1830182912 13361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30483] ppid=30474 vsize=1787288 CPUtime=0
/proc/30476/task/30483/stat : 30483 (java) S 30474 30476 28922 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 168959196 1830182912 13361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30484] ppid=30474 vsize=1787288 CPUtime=0
/proc/30476/task/30484/stat : 30484 (java) S 30474 30476 28922 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 168959199 1830182912 13361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30485] ppid=30474 vsize=1787288 CPUtime=0.68
/proc/30476/task/30485/stat : 30485 (java) R 30474 30476 28922 0 -1 64 1567 0 0 0 67 1 0 0 17 0 13 0 168959199 1830182912 13361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104642119 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30486] ppid=30474 vsize=1787288 CPUtime=0.64
/proc/30476/task/30486/stat : 30486 (java) R 30474 30476 28922 0 -1 64 2004 0 0 0 64 0 0 0 16 0 13 0 168959200 1830182912 13361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102120385 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30487] ppid=30474 vsize=1787288 CPUtime=0
/proc/30476/task/30487/stat : 30487 (java) S 30474 30476 28922 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 168959200 1830182912 13361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30488] ppid=30474 vsize=1787288 CPUtime=0
/proc/30476/task/30488/stat : 30488 (java) S 30474 30476 28922 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168959200 1830182912 13361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30489] ppid=30474 vsize=1787288 CPUtime=0
/proc/30476/task/30489/stat : 30489 (java) S 30474 30476 28922 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 168959280 1830182912 13361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1787288

[startup+3.10234 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 30489
/proc/meminfo: memFree=1740304/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1798996 CPUtime=4.56
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 49152 0 1 0 433 23 0 0 18 0 13 0 168959190 1842171904 43246 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 449749 43246 1325 9 0 447360 0
[pid=30476/tid=30478] ppid=30474 vsize=1798996 CPUtime=2.09
/proc/30476/task/30478/stat : 30478 (java) R 30474 30476 28922 0 -1 64 37745 0 1 0 191 18 0 0 19 0 13 0 168959191 1842171904 43246 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109666409 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30479] ppid=30474 vsize=1798996 CPUtime=0
/proc/30476/task/30479/stat : 30479 (java) S 30474 30476 28922 0 -1 64 275 0 0 0 0 0 0 0 16 0 13 0 168959193 1842171904 43246 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30480] ppid=30474 vsize=1798996 CPUtime=0
/proc/30476/task/30480/stat : 30480 (java) S 30474 30476 28922 0 -1 64 248 0 0 0 0 0 0 0 16 0 13 0 168959193 1842171904 43246 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30481] ppid=30474 vsize=1798996 CPUtime=0
/proc/30476/task/30481/stat : 30481 (java) S 30474 30476 28922 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168959195 1842171904 43246 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30482] ppid=30474 vsize=1798996 CPUtime=0
/proc/30476/task/30482/stat : 30482 (java) S 30474 30476 28922 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168959196 1842171904 43246 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30483] ppid=30474 vsize=1798996 CPUtime=0
/proc/30476/task/30483/stat : 30483 (java) S 30474 30476 28922 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168959196 1842171904 43246 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30484] ppid=30474 vsize=1798996 CPUtime=0
/proc/30476/task/30484/stat : 30484 (java) S 30474 30476 28922 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 168959199 1842171904 43246 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30485] ppid=30474 vsize=1798996 CPUtime=1.32
/proc/30476/task/30485/stat : 30485 (java) S 30474 30476 28922 0 -1 64 4874 0 0 0 130 2 0 0 15 0 13 0 168959199 1842171904 43246 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30486] ppid=30474 vsize=1798996 CPUtime=1.11
/proc/30476/task/30486/stat : 30486 (java) S 30474 30476 28922 0 -1 64 5282 0 0 0 109 2 0 0 16 0 13 0 168959200 1842171904 43246 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30487] ppid=30474 vsize=1798996 CPUtime=0
/proc/30476/task/30487/stat : 30487 (java) S 30474 30476 28922 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 168959200 1842171904 43246 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30488] ppid=30474 vsize=1798996 CPUtime=0
/proc/30476/task/30488/stat : 30488 (java) S 30474 30476 28922 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168959200 1842171904 43246 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30489] ppid=30474 vsize=1798996 CPUtime=0
/proc/30476/task/30489/stat : 30489 (java) S 30474 30476 28922 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 168959280 1842171904 43246 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 1798996

[startup+6.30173 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 30489
/proc/meminfo: memFree=1652176/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1799068 CPUtime=8.15
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 53162 0 1 0 790 25 0 0 18 0 13 0 168959190 1842245632 45146 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 449767 45148 1326 9 0 447378 0
[pid=30476/tid=30478] ppid=30474 vsize=1799068 CPUtime=5.17
/proc/30476/task/30478/stat : 30478 (java) S 30474 30476 28922 0 -1 64 37752 0 1 0 499 18 0 0 25 0 13 0 168959191 1842245632 45149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30479] ppid=30474 vsize=1799068 CPUtime=0.09
/proc/30476/task/30479/stat : 30479 (java) R 30474 30476 28922 0 -1 64 2049 0 0 0 8 1 0 0 16 0 13 0 168959193 1842245632 45150 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105367529 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30480] ppid=30474 vsize=1799068 CPUtime=0.09
/proc/30476/task/30480/stat : 30480 (java) R 30474 30476 28922 0 -1 64 1894 0 0 0 9 0 0 0 16 0 13 0 168959193 1842245632 45152 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30481] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30481/stat : 30481 (java) S 30474 30476 28922 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 168959195 1842245632 45153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30482] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30482/stat : 30482 (java) S 30474 30476 28922 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 45154 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30483] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30483/stat : 30483 (java) S 30474 30476 28922 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 45155 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30484] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30484/stat : 30484 (java) S 30474 30476 28922 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 168959199 1842245632 45157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30485] ppid=30474 vsize=1799068 CPUtime=1.4
/proc/30476/task/30485/stat : 30485 (java) S 30474 30476 28922 0 -1 64 4877 0 0 0 138 2 0 0 16 0 13 0 168959199 1842245632 45158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30486] ppid=30474 vsize=1799068 CPUtime=1.35
/proc/30476/task/30486/stat : 30486 (java) S 30474 30476 28922 0 -1 64 5860 0 0 0 133 2 0 0 15 0 13 0 168959200 1842245632 45160 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30487] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30487/stat : 30487 (java) S 30474 30476 28922 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 168959200 1842245632 45161 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30488] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30488/stat : 30488 (java) S 30474 30476 28922 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168959200 1842245632 45162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30489] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30489/stat : 30489 (java) S 30474 30476 28922 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 168959280 1842245632 45164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 1799068

[startup+12.7015 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 30489
/proc/meminfo: memFree=1615056/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1799068 CPUtime=14.76
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 63397 0 1 0 1446 30 0 0 18 0 13 0 168959190 1842245632 54827 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 449767 54827 1332 9 0 447378 0
[pid=30476/tid=30478] ppid=30474 vsize=1799068 CPUtime=11.36
/proc/30476/task/30478/stat : 30478 (java) R 30474 30476 28922 0 -1 64 39128 0 1 0 1118 18 0 0 25 0 13 0 168959191 1842245632 54827 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109643041 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30479] ppid=30474 vsize=1799068 CPUtime=0.27
/proc/30476/task/30479/stat : 30479 (java) S 30474 30476 28922 0 -1 64 6890 0 0 0 24 3 0 0 16 0 13 0 168959193 1842245632 54827 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30480] ppid=30474 vsize=1799068 CPUtime=0.27
/proc/30476/task/30480/stat : 30480 (java) S 30474 30476 28922 0 -1 64 5884 0 0 0 25 2 0 0 17 0 13 0 168959193 1842245632 54827 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30481] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30481/stat : 30481 (java) S 30474 30476 28922 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 168959195 1842245632 54827 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30482] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30482/stat : 30482 (java) S 30474 30476 28922 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 54827 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30483] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30483/stat : 30483 (java) S 30474 30476 28922 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 54827 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30484] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30484/stat : 30484 (java) S 30474 30476 28922 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 168959199 1842245632 54827 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30485] ppid=30474 vsize=1799068 CPUtime=1.42
/proc/30476/task/30485/stat : 30485 (java) S 30474 30476 28922 0 -1 64 4877 0 0 0 140 2 0 0 17 0 13 0 168959199 1842245632 54827 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30486] ppid=30474 vsize=1799068 CPUtime=1.38
/proc/30476/task/30486/stat : 30486 (java) S 30474 30476 28922 0 -1 64 5869 0 0 0 136 2 0 0 17 0 13 0 168959200 1842245632 54827 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30487] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30487/stat : 30487 (java) S 30474 30476 28922 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 168959200 1842245632 54827 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30488] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30488/stat : 30488 (java) S 30474 30476 28922 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168959200 1842245632 54827 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30489] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30489/stat : 30489 (java) S 30474 30476 28922 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 168959280 1842245632 54827 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 1799068

[startup+25.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 30489
/proc/meminfo: memFree=1602192/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1799068 CPUtime=27.76
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 67393 0 1 0 2743 33 0 0 18 0 13 0 168959190 1842245632 58071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 449767 58071 1333 9 0 447378 0
[pid=30476/tid=30478] ppid=30474 vsize=1799068 CPUtime=23.98
/proc/30476/task/30478/stat : 30478 (java) R 30474 30476 28922 0 -1 64 39139 0 1 0 2379 19 0 0 25 0 13 0 168959191 1842245632 58071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109643183 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30479] ppid=30474 vsize=1799068 CPUtime=0.42
/proc/30476/task/30479/stat : 30479 (java) S 30474 30476 28922 0 -1 64 9112 0 0 0 38 4 0 0 16 0 13 0 168959193 1842245632 58071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30480] ppid=30474 vsize=1799068 CPUtime=0.43
/proc/30476/task/30480/stat : 30480 (java) S 30474 30476 28922 0 -1 64 7645 0 0 0 40 3 0 0 16 0 13 0 168959193 1842245632 58071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/30476/task/30488/stat : 30488 (java) S 30474 30476 28922 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168959200 1842245632 71470 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30489] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30489/stat : 30489 (java) S 30474 30476 28922 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 168959280 1842245632 71470 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.96
Current children cumulated vsize (KiB) 1799068

[startup+156.702 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 30489
/proc/meminfo: memFree=1547664/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1799068 CPUtime=160.2
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 97442 0 1 0 15972 48 0 0 18 0 13 0 168959190 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 449767 72106 1333 9 0 447378 0
[pid=30476/tid=30478] ppid=30474 vsize=1799068 CPUtime=153.81
/proc/30476/task/30478/stat : 30478 (java) R 30474 30476 28922 0 -1 64 48846 0 1 0 15357 24 0 0 25 0 13 0 168959191 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109717812 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30479] ppid=30474 vsize=1799068 CPUtime=1.68
/proc/30476/task/30479/stat : 30479 (java) S 30474 30476 28922 0 -1 64 19374 0 0 0 159 9 0 0 16 0 13 0 168959193 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30480] ppid=30474 vsize=1799068 CPUtime=1.69
/proc/30476/task/30480/stat : 30480 (java) S 30474 30476 28922 0 -1 64 17688 0 0 0 162 7 0 0 16 0 13 0 168959193 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30481] ppid=30474 vsize=1799068 CPUtime=0.04
/proc/30476/task/30481/stat : 30481 (java) S 30474 30476 28922 0 -1 64 65 0 0 0 2 2 0 0 16 0 13 0 168959195 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30482] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30482/stat : 30482 (java) S 30474 30476 28922 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30483] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30483/stat : 30483 (java) S 30474 30476 28922 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30484] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30484/stat : 30484 (java) S 30474 30476 28922 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 168959199 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30485] ppid=30474 vsize=1799068 CPUtime=1.5
/proc/30476/task/30485/stat : 30485 (java) S 30474 30476 28922 0 -1 64 4878 0 0 0 148 2 0 0 16 0 13 0 168959199 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30486] ppid=30474 vsize=1799068 CPUtime=1.42
/proc/30476/task/30486/stat : 30486 (java) S 30474 30476 28922 0 -1 64 5870 0 0 0 140 2 0 0 16 0 13 0 168959200 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30487] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30487/stat : 30487 (java) S 30474 30476 28922 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 168959200 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30488] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30488/stat : 30488 (java) S 30474 30476 28922 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168959200 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30489] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30489/stat : 30489 (java) S 30474 30476 28922 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 168959280 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.2
Current children cumulated vsize (KiB) 1799068

[startup+158.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 30489
/proc/meminfo: memFree=1545872/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1799068 CPUtime=161.8
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 97442 0 1 0 16132 48 0 0 18 0 13 0 168959190 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 449767 72106 1333 9 0 447378 0
[pid=30476/tid=30478] ppid=30474 vsize=1799068 CPUtime=155.42
/proc/30476/task/30478/stat : 30478 (java) R 30474 30476 28922 0 -1 64 48846 0 1 0 15518 24 0 0 25 0 13 0 168959191 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109746696 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30479] ppid=30474 vsize=1799068 CPUtime=1.68
/proc/30476/task/30479/stat : 30479 (java) S 30474 30476 28922 0 -1 64 19374 0 0 0 159 9 0 0 16 0 13 0 168959193 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30480] ppid=30474 vsize=1799068 CPUtime=1.69
/proc/30476/task/30480/stat : 30480 (java) S 30474 30476 28922 0 -1 64 17688 0 0 0 162 7 0 0 16 0 13 0 168959193 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30481] ppid=30474 vsize=1799068 CPUtime=0.04
/proc/30476/task/30481/stat : 30481 (java) S 30474 30476 28922 0 -1 64 65 0 0 0 2 2 0 0 16 0 13 0 168959195 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30482] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30482/stat : 30482 (java) S 30474 30476 28922 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30483] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30483/stat : 30483 (java) S 30474 30476 28922 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30484] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30484/stat : 30484 (java) S 30474 30476 28922 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 168959199 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30485] ppid=30474 vsize=1799068 CPUtime=1.5
/proc/30476/task/30485/stat : 30485 (java) S 30474 30476 28922 0 -1 64 4878 0 0 0 148 2 0 0 16 0 13 0 168959199 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30486] ppid=30474 vsize=1799068 CPUtime=1.42
/proc/30476/task/30486/stat : 30486 (java) S 30474 30476 28922 0 -1 64 5870 0 0 0 140 2 0 0 16 0 13 0 168959200 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30487] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30487/stat : 30487 (java) S 30474 30476 28922 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 168959200 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30488] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30488/stat : 30488 (java) S 30474 30476 28922 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168959200 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30489] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30489/stat : 30489 (java) S 30474 30476 28922 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 168959280 1842245632 72106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.8
Current children cumulated vsize (KiB) 1799068

[startup+159.902 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 30489
/proc/meminfo: memFree=1537104/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1799068 CPUtime=163.42
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 99655 0 1 0 16293 49 0 0 18 0 13 0 168959190 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 449767 74302 1333 9 0 447378 0
[pid=30476/tid=30478] ppid=30474 vsize=1799068 CPUtime=156.99
/proc/30476/task/30478/stat : 30478 (java) R 30474 30476 28922 0 -1 64 50527 0 1 0 15674 25 0 0 25 0 13 0 168959191 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109758696 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30479] ppid=30474 vsize=1799068 CPUtime=1.71
/proc/30476/task/30479/stat : 30479 (java) S 30474 30476 28922 0 -1 64 19585 0 0 0 162 9 0 0 16 0 13 0 168959193 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30480] ppid=30474 vsize=1799068 CPUtime=1.71
/proc/30476/task/30480/stat : 30480 (java) S 30474 30476 28922 0 -1 64 18009 0 0 0 164 7 0 0 16 0 13 0 168959193 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30481] ppid=30474 vsize=1799068 CPUtime=0.04
/proc/30476/task/30481/stat : 30481 (java) S 30474 30476 28922 0 -1 64 65 0 0 0 2 2 0 0 16 0 13 0 168959195 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30482] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30482/stat : 30482 (java) S 30474 30476 28922 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30483] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30483/stat : 30483 (java) S 30474 30476 28922 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30484] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30484/stat : 30484 (java) S 30474 30476 28922 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 168959199 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30485] ppid=30474 vsize=1799068 CPUtime=1.5
/proc/30476/task/30485/stat : 30485 (java) S 30474 30476 28922 0 -1 64 4878 0 0 0 148 2 0 0 16 0 13 0 168959199 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30486] ppid=30474 vsize=1799068 CPUtime=1.42
/proc/30476/task/30486/stat : 30486 (java) S 30474 30476 28922 0 -1 64 5870 0 0 0 140 2 0 0 16 0 13 0 168959200 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30487] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30487/stat : 30487 (java) S 30474 30476 28922 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 168959200 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30488] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30488/stat : 30488 (java) S 30474 30476 28922 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168959200 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30489] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30489/stat : 30489 (java) S 30474 30476 28922 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 168959280 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 163.42
Current children cumulated vsize (KiB) 1799068

[startup+160.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 30489
/proc/meminfo: memFree=1537104/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1799068 CPUtime=163.82
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 99655 0 1 0 16333 49 0 0 18 0 13 0 168959190 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 449767 74302 1333 9 0 447378 0
[pid=30476/tid=30478] ppid=30474 vsize=1799068 CPUtime=157.39
/proc/30476/task/30478/stat : 30478 (java) R 30474 30476 28922 0 -1 64 50527 0 1 0 15714 25 0 0 25 0 13 0 168959191 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109642940 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30479] ppid=30474 vsize=1799068 CPUtime=1.71
/proc/30476/task/30479/stat : 30479 (java) S 30474 30476 28922 0 -1 64 19585 0 0 0 162 9 0 0 16 0 13 0 168959193 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30480] ppid=30474 vsize=1799068 CPUtime=1.71
/proc/30476/task/30480/stat : 30480 (java) S 30474 30476 28922 0 -1 64 18009 0 0 0 164 7 0 0 16 0 13 0 168959193 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30481] ppid=30474 vsize=1799068 CPUtime=0.04
/proc/30476/task/30481/stat : 30481 (java) S 30474 30476 28922 0 -1 64 65 0 0 0 2 2 0 0 16 0 13 0 168959195 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30482] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30482/stat : 30482 (java) S 30474 30476 28922 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30483] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30483/stat : 30483 (java) S 30474 30476 28922 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30484] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30484/stat : 30484 (java) S 30474 30476 28922 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 168959199 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30485] ppid=30474 vsize=1799068 CPUtime=1.5
/proc/30476/task/30485/stat : 30485 (java) S 30474 30476 28922 0 -1 64 4878 0 0 0 148 2 0 0 16 0 13 0 168959199 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30486] ppid=30474 vsize=1799068 CPUtime=1.42
/proc/30476/task/30486/stat : 30486 (java) S 30474 30476 28922 0 -1 64 5870 0 0 0 140 2 0 0 16 0 13 0 168959200 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30487] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30487/stat : 30487 (java) S 30474 30476 28922 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 168959200 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30488] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30488/stat : 30488 (java) S 30474 30476 28922 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168959200 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30489] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30489/stat : 30489 (java) S 30474 30476 28922 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 168959280 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 163.82
Current children cumulated vsize (KiB) 1799068

[startup+160.502 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 30489
/proc/meminfo: memFree=1536976/2055920 swapFree=4145780/4192956
[pid=30476] ppid=30474 vsize=1799068 CPUtime=164.02
/proc/30476/stat : 30476 (java) S 30474 30476 28922 0 -1 0 99655 0 1 0 16353 49 0 0 18 0 13 0 168959190 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30476/statm: 449767 74302 1333 9 0 447378 0
[pid=30476/tid=30478] ppid=30474 vsize=1799068 CPUtime=157.6
/proc/30476/task/30478/stat : 30478 (java) R 30474 30476 28922 0 -1 64 50527 0 1 0 15735 25 0 0 25 0 13 0 168959191 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109682274 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30479] ppid=30474 vsize=1799068 CPUtime=1.71
/proc/30476/task/30479/stat : 30479 (java) S 30474 30476 28922 0 -1 64 19585 0 0 0 162 9 0 0 16 0 13 0 168959193 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30480] ppid=30474 vsize=1799068 CPUtime=1.71
/proc/30476/task/30480/stat : 30480 (java) S 30474 30476 28922 0 -1 64 18009 0 0 0 164 7 0 0 16 0 13 0 168959193 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30481] ppid=30474 vsize=1799068 CPUtime=0.04
/proc/30476/task/30481/stat : 30481 (java) S 30474 30476 28922 0 -1 64 65 0 0 0 2 2 0 0 16 0 13 0 168959195 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30482] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30482/stat : 30482 (java) S 30474 30476 28922 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30483] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30483/stat : 30483 (java) S 30474 30476 28922 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168959196 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30484] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30484/stat : 30484 (java) S 30474 30476 28922 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 168959199 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30485] ppid=30474 vsize=1799068 CPUtime=1.5
/proc/30476/task/30485/stat : 30485 (java) S 30474 30476 28922 0 -1 64 4878 0 0 0 148 2 0 0 16 0 13 0 168959199 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30486] ppid=30474 vsize=1799068 CPUtime=1.42
/proc/30476/task/30486/stat : 30486 (java) S 30474 30476 28922 0 -1 64 5870 0 0 0 140 2 0 0 16 0 13 0 168959200 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30487] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30487/stat : 30487 (java) S 30474 30476 28922 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 168959200 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30476/tid=30488] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30488/stat : 30488 (java) S 30474 30476 28922 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168959200 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30476/tid=30489] ppid=30474 vsize=1799068 CPUtime=0
/proc/30476/task/30489/stat : 30489 (java) S 30474 30476 28922 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 168959280 1842245632 74302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 164.02
Current children cumulated vsize (KiB) 1799068

Child status: 10
Real time (s): 160.597
CPU time (s): 164.104
CPU user time (s): 163.562
CPU system time (s): 0.541917
CPU usage (%): 102.184
Max. virtual memory (cumulated for all children) (KiB): 1801260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.562
system time used= 0.541917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99664
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= 4926
involuntary context switches= 7181

runsolver used 0.159975 second user time and 0.45393 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Wed Apr 18 20:46:54 UTC 2007

IDJOB= 359448
IDBENCH= 1292
IDSOLVER= 164
FILE ID= node1/359448-1176929213

PBS_JOBID= 4605645

Free space on /tmp= 66355 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900559641.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359448-1176929213/sat4jPseudoCPClause.jar /tmp/evaluation/359448-1176929213/instance-359448-1176929213.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-359448-1176929213 -o ROOT/results/node1/solver-359448-1176929213 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359448-1176929213/sat4jPseudoCPClause.jar /tmp/evaluation/359448-1176929213/instance-359448-1176929213.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c2e77d8de924d260285f4c10724de488

RANDOM SEED= 102373806

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1830736 kB
Buffers:         21348 kB
Cached:         126292 kB
SwapCached:      13996 kB
Active:          54152 kB
Inactive:       116452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830736 kB
SwapTotal:     4192956 kB
SwapFree:      4145780 kB
Dirty:            3676 kB
Writeback:           0 kB
Mapped:          30112 kB
Slab:            40036 kB
Committed_AS:  4966992 kB
PageTables:       1832 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= 66355 MiB

End job on node1 on Wed Apr 18 20:49:34 UTC 2007