Trace number 359518

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 1127.28 1109.95

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900564822.opb
MD5SUMf89b9c55daed76b61e2a82c59790b13b
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.056991
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 609
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.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	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/359518-1176932126/instance-359518-1176932126.opb
0.20/0.20	c reading problem ... 
1.05/0.89	c ... done. Wall clock time 0.685s.
1.05/0.89	c CPU time (experimental) 0.59s.
1.05/0.89	c #vars     231
1.05/0.89	c #constraints  2707
1127.14/1109.85	c starts		: 2
1127.14/1109.85	c conflicts		: 30272
1127.14/1109.85	c decisions		: 146686
1127.14/1109.85	c propagations		: 1206157
1127.14/1109.85	c inspects		: 394168368
1127.14/1109.85	c learnt literals	: 0
1127.14/1109.85	c learnt binary clauses	: 0
1127.14/1109.85	c learnt ternary clauses	: 1
1127.14/1109.85	c learnt clauses	: 30272
1127.14/1109.85	c root simplifications	: 0
1127.14/1109.85	c removed literals (reason simplification)	: 0
1127.14/1109.85	c reason swapping (by a shorter reason)	: 0
1127.14/1109.85	c Calls to reduceDB	: 0
1127.14/1109.85	c speed (decisions/second)	: 132.27312362991373
1127.14/1109.85	c non guided choices	121
1127.14/1109.85	s SATISFIABLE
1127.14/1109.86	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
1127.14/1109.86	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
1127.14/1109.86	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 -x81
1127.14/1109.86	v -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106
1127.14/1109.86	v -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127
1127.14/1109.86	v -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148
1127.14/1109.86	v -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169
1127.14/1109.86	v -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190
1127.14/1109.86	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211
1127.14/1109.86	v -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231
1127.14/1109.86	c Total wall clock time (ms): 1109.653

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/node55/watcher-359518-1176932126 -o ROOT/results/node55/solver-359518-1176932126 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359518-1176932126/sat4jPseudoCPClause.jar /tmp/evaluation/359518-1176932126/instance-359518-1176932126.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 3/64 2122
/proc/meminfo: memFree=1630828/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=152 CPUtime=0
/proc/2122/stat : 2122 (java) R 2120 2122 1653 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 141122670 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 6848811 0 0 4096 0 0 0 0 17 1 0 0
/proc/2122/statm: 38 26 19 9 0 4 0

[startup+0.0567909 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2122
/proc/meminfo: memFree=1630828/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=1777708 CPUtime=0.03
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 3552 0 1 0 2 1 0 0 18 0 7 0 141122670 1820372992 3297 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 444427 3297 1053 9 0 442063 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777708

[startup+0.101797 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2122
/proc/meminfo: memFree=1630828/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=1780112 CPUtime=0.08
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 3976 0 1 0 6 2 0 0 18 0 12 0 141122670 1822834688 3718 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 445028 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301816 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2122
/proc/meminfo: memFree=1630828/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=1782432 CPUtime=0.3
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 5130 0 1 0 27 3 0 0 18 0 12 0 141122670 1825210368 4869 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 445608 4869 1263 9 0 443219 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782432

[startup+0.701854 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2122
/proc/meminfo: memFree=1630828/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=1783444 CPUtime=0.88
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 6767 0 1 0 84 4 0 0 18 0 12 0 141122670 1826246656 6298 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 445861 6298 1301 9 0 443472 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783444

[startup+1.50294 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 2135
/proc/meminfo: memFree=1605828/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=1788812 CPUtime=2.35
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 17301 0 1 0 226 9 0 0 18 0 13 0 141122670 1831743488 14168 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 447203 14171 1316 9 0 444814 0
[pid=2122/tid=2124] ppid=2120 vsize=1788812 CPUtime=0.93
/proc/2122/task/2124/stat : 2124 (java) R 2120 2122 1653 0 -1 64 11805 0 1 0 88 5 0 0 19 0 13 0 141122672 1831743488 14173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109642590 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2125] ppid=2120 vsize=1788812 CPUtime=0
/proc/2122/task/2125/stat : 2125 (java) S 2120 2122 1653 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 141122673 1831743488 14174 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2126] ppid=2120 vsize=1788812 CPUtime=0
/proc/2122/task/2126/stat : 2126 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 141122673 1831743488 14176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2127] ppid=2120 vsize=1788812 CPUtime=0
/proc/2122/task/2127/stat : 2127 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 141122676 1831743488 14178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2128] ppid=2120 vsize=1788812 CPUtime=0
/proc/2122/task/2128/stat : 2128 (java) S 2120 2122 1653 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 141122676 1831743488 14180 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2129] ppid=2120 vsize=1788812 CPUtime=0
/proc/2122/task/2129/stat : 2129 (java) S 2120 2122 1653 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 141122676 1831743488 14182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2130] ppid=2120 vsize=1788812 CPUtime=0
/proc/2122/task/2130/stat : 2130 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 141122680 1831743488 14184 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2131] ppid=2120 vsize=1788812 CPUtime=0.59
/proc/2122/task/2131/stat : 2131 (java) S 2120 2122 1653 0 -1 64 1002 0 0 0 59 0 0 0 16 0 13 0 141122680 1831743488 14186 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2132] ppid=2120 vsize=1788812 CPUtime=0.8
/proc/2122/task/2132/stat : 2132 (java) R 2120 2122 1653 0 -1 64 3778 0 0 0 79 1 0 0 17 0 13 0 141122680 1831743488 14188 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 106125962 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2133] ppid=2120 vsize=1788812 CPUtime=0
/proc/2122/task/2133/stat : 2133 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 141122680 1831743488 14190 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2134] ppid=2120 vsize=1788812 CPUtime=0
/proc/2122/task/2134/stat : 2134 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141122680 1831743488 14192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2135] ppid=2120 vsize=1788812 CPUtime=0
/proc/2122/task/2135/stat : 2135 (java) S 2120 2122 1653 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 141122760 1831743488 14193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 1788812

[startup+3.10209 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2135
/proc/meminfo: memFree=1535620/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=1801320 CPUtime=4.64
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 50988 0 1 0 440 24 0 0 18 0 13 0 141122670 1844551680 43851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 450330 43851 1325 9 0 447941 0
[pid=2122/tid=2124] ppid=2120 vsize=1801320 CPUtime=2.08
/proc/2122/task/2124/stat : 2124 (java) R 2120 2122 1653 0 -1 64 37730 0 1 0 191 17 0 0 25 0 13 0 141122672 1844551680 43851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109669389 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2125] ppid=2120 vsize=1801320 CPUtime=0
/proc/2122/task/2125/stat : 2125 (java) S 2120 2122 1653 0 -1 64 331 0 0 0 0 0 0 0 16 0 13 0 141122673 1844551680 43851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2126] ppid=2120 vsize=1801320 CPUtime=0
/proc/2122/task/2126/stat : 2126 (java) S 2120 2122 1653 0 -1 64 243 0 0 0 0 0 0 0 16 0 13 0 141122673 1844551680 43851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2127] ppid=2120 vsize=1801320 CPUtime=0
/proc/2122/task/2127/stat : 2127 (java) S 2120 2122 1653 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 141122676 1844551680 43851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2128] ppid=2120 vsize=1801320 CPUtime=0
/proc/2122/task/2128/stat : 2128 (java) S 2120 2122 1653 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 141122676 1844551680 43851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2129] ppid=2120 vsize=1801320 CPUtime=0
/proc/2122/task/2129/stat : 2129 (java) S 2120 2122 1653 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141122676 1844551680 43851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2130] ppid=2120 vsize=1801320 CPUtime=0
/proc/2122/task/2130/stat : 2130 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 141122680 1844551680 43851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2131] ppid=2120 vsize=1801320 CPUtime=1.12
/proc/2122/task/2131/stat : 2131 (java) S 2120 2122 1653 0 -1 64 5534 0 0 0 109 3 0 0 16 0 13 0 141122680 1844551680 43851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2132] ppid=2120 vsize=1801320 CPUtime=1.38
/proc/2122/task/2132/stat : 2132 (java) S 2120 2122 1653 0 -1 64 6422 0 0 0 136 2 0 0 16 0 13 0 141122680 1844551680 43851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2133] ppid=2120 vsize=1801320 CPUtime=0
/proc/2122/task/2133/stat : 2133 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 141122680 1844551680 43851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2134] ppid=2120 vsize=1801320 CPUtime=0
/proc/2122/task/2134/stat : 2134 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141122680 1844551680 43851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2135] ppid=2120 vsize=1801320 CPUtime=0
/proc/2122/task/2135/stat : 2135 (java) S 2120 2122 1653 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 141122760 1844551680 43851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1801320

[startup+6.30138 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 2135
/proc/meminfo: memFree=1448772/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=1801128 CPUtime=8.02
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 54520 0 1 0 775 27 0 0 18 0 13 0 141122670 1844355072 45418 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 450282 45418 1326 9 0 447893 0
[pid=2122/tid=2124] ppid=2120 vsize=1801128 CPUtime=5.14
/proc/2122/task/2124/stat : 2124 (java) R 2120 2122 1653 0 -1 64 37736 0 1 0 497 17 0 0 25 0 13 0 141122672 1844355072 45418 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109757022 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2125] ppid=2120 vsize=1801128 CPUtime=0.1
/proc/2122/task/2125/stat : 2125 (java) S 2120 2122 1653 0 -1 64 2242 0 0 0 10 0 0 0 16 0 13 0 141122673 1844355072 45418 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2126] ppid=2120 vsize=1801128 CPUtime=0.1
/proc/2122/task/2126/stat : 2126 (java) S 2120 2122 1653 0 -1 64 1845 0 0 0 9 1 0 0 16 0 13 0 141122673 1844355072 45418 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2127] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2127/stat : 2127 (java) S 2120 2122 1653 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 141122676 1844355072 45418 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2128] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2128/stat : 2128 (java) S 2120 2122 1653 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 141122676 1844355072 45418 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2129] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2129/stat : 2129 (java) S 2120 2122 1653 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141122676 1844355072 45418 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2130] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2130/stat : 2130 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 141122680 1844355072 45418 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2131] ppid=2120 vsize=1801128 CPUtime=1.16
/proc/2122/task/2131/stat : 2131 (java) S 2120 2122 1653 0 -1 64 5536 0 0 0 113 3 0 0 15 0 13 0 141122680 1844355072 45418 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2132] ppid=2120 vsize=1801128 CPUtime=1.46
/proc/2122/task/2132/stat : 2132 (java) S 2120 2122 1653 0 -1 64 6425 0 0 0 144 2 0 0 16 0 13 0 141122680 1844355072 45418 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2133] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2133/stat : 2133 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 141122680 1844355072 45418 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2134] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2134/stat : 2134 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141122680 1844355072 45418 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2135] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2135/stat : 2135 (java) S 2120 2122 1653 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 141122760 1844355072 45418 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 1801128

[startup+12.703 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 2135
/proc/meminfo: memFree=1417036/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=1801128 CPUtime=14.68
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 64971 0 1 0 1436 32 0 0 18 0 13 0 141122670 1844355072 55225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 450282 55225 1332 9 0 447893 0
[pid=2122/tid=2124] ppid=2120 vsize=1801128 CPUtime=11.33
/proc/2122/task/2124/stat : 2124 (java) R 2120 2122 1653 0 -1 64 38540 0 1 0 1115 18 0 0 25 0 13 0 141122672 1844355072 55225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109671200 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2125] ppid=2120 vsize=1801128 CPUtime=0.31
/proc/2122/task/2125/stat : 2125 (java) S 2120 2122 1653 0 -1 64 7274 0 0 0 28 3 0 0 16 0 13 0 141122673 1844355072 55225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2126] ppid=2120 vsize=1801128 CPUtime=0.31
/proc/2122/task/2126/stat : 2126 (java) S 2120 2122 1653 0 -1 64 6441 0 0 0 28 3 0 0 16 0 13 0 141122673 1844355072 55225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2127] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2127/stat : 2127 (java) S 2120 2122 1653 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 141122676 1844355072 55225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2128] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2128/stat : 2128 (java) S 2120 2122 1653 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 141122676 1844355072 55225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2129] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2129/stat : 2129 (java) S 2120 2122 1653 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141122676 1844355072 55225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2130] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2130/stat : 2130 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 141122680 1844355072 55225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2131] ppid=2120 vsize=1801128 CPUtime=1.17
/proc/2122/task/2131/stat : 2131 (java) S 2120 2122 1653 0 -1 64 5542 0 0 0 114 3 0 0 16 0 13 0 141122680 1844355072 55225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2132] ppid=2120 vsize=1801128 CPUtime=1.5
/proc/2122/task/2132/stat : 2132 (java) S 2120 2122 1653 0 -1 64 6425 0 0 0 148 2 0 0 16 0 13 0 141122680 1844355072 55225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2133] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2133/stat : 2133 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 141122680 1844355072 55225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2134] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2134/stat : 2134 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141122680 1844355072 55225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2135] ppid=2120 vsize=1801128 CPUtime=0
/proc/2122/task/2135/stat : 2135 (java) S 2120 2122 1653 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 141122760 1844355072 55225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.68
Current children cumulated vsize (KiB) 1801128

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2135
/proc/meminfo: memFree=1402188/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=1802528 CPUtime=27.89
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 69185 0 1 0 2754 35 0 0 18 0 13 0 141122670 1845788672 58229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 450632 58229 1333 9 0 448243 0
[pid=2122/tid=2124] ppid=2120 vsize=1802528 CPUtime=23.96
/proc/2122/task/2124/stat : 2124 (java) R 2120 2122 1653 0 -1 64 38551 0 1 0 2378 18 0 0 25 0 13 0 141122672 1845788672 58229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109750501 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2125] ppid=2120 vsize=1802528 CPUtime=0.44
/proc/2122/task/2125/stat : 2125 (java) S 2120 2122 1653 0 -1 64 9194 0 0 0 40 4 0 0 16 0 13 0 141122673 1845788672 58229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2126] ppid=2120 vsize=1802528 CPUtime=0.45
/proc/2122/task/2126/stat : 2126 (java) S 2120 2122 1653 0 -1 64 7721 0 0 0 41 4 0 0 16 0 13 0 141122673 1845788672 58229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=2122] ppid=2120 vsize=1802528 CPUtime=1117.89
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 147270 0 1 0 111713 76 0 0 18 0 13 0 141122670 1845788672 116486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 450632 116486 1333 9 0 448243 0
[pid=2122/tid=2124] ppid=2120 vsize=1802528 CPUtime=1083.28
/proc/2122/task/2124/stat : 2124 (java) R 2120 2122 1653 0 -1 64 48561 0 1 0 108304 24 0 0 25 0 13 0 141122672 1845788672 116486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109687458 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2125] ppid=2120 vsize=1802528 CPUtime=15.61
/proc/2122/task/2125/stat : 2125 (java) S 2120 2122 1653 0 -1 64 45548 0 0 0 1541 20 0 0 16 0 13 0 141122673 1845788672 116486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2126] ppid=2120 vsize=1802528 CPUtime=15.59
/proc/2122/task/2126/stat : 2126 (java) S 2120 2122 1653 0 -1 64 38875 0 0 0 1540 19 0 0 16 0 13 0 141122673 1845788672 116486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2127] ppid=2120 vsize=1802528 CPUtime=0.11
/proc/2122/task/2127/stat : 2127 (java) S 2120 2122 1653 0 -1 64 54 0 0 0 8 3 0 0 16 0 13 0 141122676 1845788672 116486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2128] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2128/stat : 2128 (java) S 2120 2122 1653 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 141122676 1845788672 116486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2129] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2129/stat : 2129 (java) S 2120 2122 1653 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141122676 1845788672 116486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2130] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2130/stat : 2130 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 141122680 1845788672 116486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2131] ppid=2120 vsize=1802528 CPUtime=1.25
/proc/2122/task/2131/stat : 2131 (java) S 2120 2122 1653 0 -1 64 5543 0 0 0 122 3 0 0 17 0 13 0 141122680 1845788672 116486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2132] ppid=2120 vsize=1802528 CPUtime=1.98
/proc/2122/task/2132/stat : 2132 (java) S 2120 2122 1653 0 -1 64 7968 0 0 0 195 3 0 0 18 0 13 0 141122680 1845788672 116486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2133] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2133/stat : 2133 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 141122680 1845788672 116486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2134] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2134/stat : 2134 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141122680 1845788672 116486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2135] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2135/stat : 2135 (java) S 2120 2122 1653 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 141122760 1845788672 116486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1117.89
Current children cumulated vsize (KiB) 1802528

[startup+1103.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2137
/proc/meminfo: memFree=1168076/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=1802528 CPUtime=1121.14
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 147336 0 1 0 112038 76 0 0 18 0 13 0 141122670 1845788672 116551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 450632 116551 1333 9 0 448243 0
[pid=2122/tid=2124] ppid=2120 vsize=1802528 CPUtime=1086.43
/proc/2122/task/2124/stat : 2124 (java) R 2120 2122 1653 0 -1 64 48562 0 1 0 108619 24 0 0 25 0 13 0 141122672 1845788672 116551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109509248 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2125] ppid=2120 vsize=1802528 CPUtime=15.66
/proc/2122/task/2125/stat : 2125 (java) S 2120 2122 1653 0 -1 64 45550 0 0 0 1546 20 0 0 16 0 13 0 141122673 1845788672 116551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2126] ppid=2120 vsize=1802528 CPUtime=15.64
/proc/2122/task/2126/stat : 2126 (java) S 2120 2122 1653 0 -1 64 38938 0 0 0 1545 19 0 0 17 0 13 0 141122673 1845788672 116551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2127] ppid=2120 vsize=1802528 CPUtime=0.11
/proc/2122/task/2127/stat : 2127 (java) S 2120 2122 1653 0 -1 64 54 0 0 0 8 3 0 0 16 0 13 0 141122676 1845788672 116551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2128] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2128/stat : 2128 (java) S 2120 2122 1653 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 141122676 1845788672 116551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2129] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2129/stat : 2129 (java) S 2120 2122 1653 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141122676 1845788672 116551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2130] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2130/stat : 2130 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 141122680 1845788672 116551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2131] ppid=2120 vsize=1802528 CPUtime=1.25
/proc/2122/task/2131/stat : 2131 (java) S 2120 2122 1653 0 -1 64 5543 0 0 0 122 3 0 0 17 0 13 0 141122680 1845788672 116551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2132] ppid=2120 vsize=1802528 CPUtime=1.98
/proc/2122/task/2132/stat : 2132 (java) S 2120 2122 1653 0 -1 64 7968 0 0 0 195 3 0 0 18 0 13 0 141122680 1845788672 116551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2133] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2133/stat : 2133 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 141122680 1845788672 116551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2134] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2134/stat : 2134 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141122680 1845788672 116551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2135] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2135/stat : 2135 (java) S 2120 2122 1653 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 141122760 1845788672 116551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.14
Current children cumulated vsize (KiB) 1802528

[startup+1107.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2137
/proc/meminfo: memFree=1167756/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=1802528 CPUtime=1124.39
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 147418 0 1 0 112363 76 0 0 18 0 13 0 141122670 1845788672 116628 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 450632 116628 1333 9 0 448243 0
[pid=2122/tid=2124] ppid=2120 vsize=1802528 CPUtime=1089.57
/proc/2122/task/2124/stat : 2124 (java) R 2120 2122 1653 0 -1 64 48563 0 1 0 108933 24 0 0 25 0 13 0 141122672 1845788672 116628 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109664296 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2125] ppid=2120 vsize=1802528 CPUtime=15.72
/proc/2122/task/2125/stat : 2125 (java) S 2120 2122 1653 0 -1 64 45570 0 0 0 1552 20 0 0 17 0 13 0 141122673 1845788672 116628 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2126] ppid=2120 vsize=1802528 CPUtime=15.69
/proc/2122/task/2126/stat : 2126 (java) S 2120 2122 1653 0 -1 64 38999 0 0 0 1550 19 0 0 17 0 13 0 141122673 1845788672 116628 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2127] ppid=2120 vsize=1802528 CPUtime=0.11
/proc/2122/task/2127/stat : 2127 (java) S 2120 2122 1653 0 -1 64 54 0 0 0 8 3 0 0 16 0 13 0 141122676 1845788672 116628 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2128] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2128/stat : 2128 (java) S 2120 2122 1653 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 141122676 1845788672 116628 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2129] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2129/stat : 2129 (java) S 2120 2122 1653 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141122676 1845788672 116628 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2130] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2130/stat : 2130 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 141122680 1845788672 116628 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2131] ppid=2120 vsize=1802528 CPUtime=1.25
/proc/2122/task/2131/stat : 2131 (java) S 2120 2122 1653 0 -1 64 5543 0 0 0 122 3 0 0 17 0 13 0 141122680 1845788672 116628 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2132] ppid=2120 vsize=1802528 CPUtime=1.98
/proc/2122/task/2132/stat : 2132 (java) S 2120 2122 1653 0 -1 64 7968 0 0 0 195 3 0 0 18 0 13 0 141122680 1845788672 116628 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2133] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2133/stat : 2133 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 141122680 1845788672 116628 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2134] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2134/stat : 2134 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141122680 1845788672 116628 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2135] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2135/stat : 2135 (java) S 2120 2122 1653 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 141122760 1845788672 116628 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1124.39
Current children cumulated vsize (KiB) 1802528

[startup+1108.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2137
/proc/meminfo: memFree=1167436/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=1802528 CPUtime=1126.04
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 147513 0 1 0 112528 76 0 0 18 0 13 0 141122670 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 450632 116722 1333 9 0 448243 0
[pid=2122/tid=2124] ppid=2120 vsize=1802528 CPUtime=1091.12
/proc/2122/task/2124/stat : 2124 (java) R 2120 2122 1653 0 -1 64 48564 0 1 0 109088 24 0 0 25 0 13 0 141122672 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109820675 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2125] ppid=2120 vsize=1802528 CPUtime=15.77
/proc/2122/task/2125/stat : 2125 (java) S 2120 2122 1653 0 -1 64 45588 0 0 0 1557 20 0 0 16 0 13 0 141122673 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2126] ppid=2120 vsize=1802528 CPUtime=15.74
/proc/2122/task/2126/stat : 2126 (java) S 2120 2122 1653 0 -1 64 39075 0 0 0 1555 19 0 0 17 0 13 0 141122673 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2127] ppid=2120 vsize=1802528 CPUtime=0.11
/proc/2122/task/2127/stat : 2127 (java) S 2120 2122 1653 0 -1 64 54 0 0 0 8 3 0 0 16 0 13 0 141122676 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2128] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2128/stat : 2128 (java) S 2120 2122 1653 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 141122676 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2129] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2129/stat : 2129 (java) S 2120 2122 1653 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141122676 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2130] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2130/stat : 2130 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 141122680 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2131] ppid=2120 vsize=1802528 CPUtime=1.25
/proc/2122/task/2131/stat : 2131 (java) S 2120 2122 1653 0 -1 64 5543 0 0 0 122 3 0 0 17 0 13 0 141122680 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2132] ppid=2120 vsize=1802528 CPUtime=1.98
/proc/2122/task/2132/stat : 2132 (java) S 2120 2122 1653 0 -1 64 7968 0 0 0 195 3 0 0 18 0 13 0 141122680 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2133] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2133/stat : 2133 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 141122680 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2134] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2134/stat : 2134 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141122680 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2135] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2135/stat : 2135 (java) S 2120 2122 1653 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 141122760 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1126.04
Current children cumulated vsize (KiB) 1802528

[startup+1109.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2137
/proc/meminfo: memFree=1167436/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=1802528 CPUtime=1126.84
/proc/2122/stat : 2122 (java) S 2120 2122 1653 0 -1 0 147513 0 1 0 112608 76 0 0 18 0 13 0 141122670 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 450632 116722 1333 9 0 448243 0
[pid=2122/tid=2124] ppid=2120 vsize=1802528 CPUtime=1091.92
/proc/2122/task/2124/stat : 2124 (java) R 2120 2122 1653 0 -1 64 48564 0 1 0 109168 24 0 0 25 0 13 0 141122672 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109687627 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2125] ppid=2120 vsize=1802528 CPUtime=15.77
/proc/2122/task/2125/stat : 2125 (java) S 2120 2122 1653 0 -1 64 45588 0 0 0 1557 20 0 0 16 0 13 0 141122673 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2126] ppid=2120 vsize=1802528 CPUtime=15.74
/proc/2122/task/2126/stat : 2126 (java) S 2120 2122 1653 0 -1 64 39075 0 0 0 1555 19 0 0 17 0 13 0 141122673 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2127] ppid=2120 vsize=1802528 CPUtime=0.11
/proc/2122/task/2127/stat : 2127 (java) S 2120 2122 1653 0 -1 64 54 0 0 0 8 3 0 0 16 0 13 0 141122676 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2128] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2128/stat : 2128 (java) S 2120 2122 1653 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 141122676 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2129] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2129/stat : 2129 (java) S 2120 2122 1653 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141122676 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2130] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2130/stat : 2130 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 141122680 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2131] ppid=2120 vsize=1802528 CPUtime=1.25
/proc/2122/task/2131/stat : 2131 (java) S 2120 2122 1653 0 -1 64 5543 0 0 0 122 3 0 0 17 0 13 0 141122680 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2132] ppid=2120 vsize=1802528 CPUtime=1.98
/proc/2122/task/2132/stat : 2132 (java) S 2120 2122 1653 0 -1 64 7968 0 0 0 195 3 0 0 18 0 13 0 141122680 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2122/tid=2133] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2133/stat : 2133 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 141122680 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2134] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2134/stat : 2134 (java) S 2120 2122 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141122680 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2122/tid=2135] ppid=2120 vsize=1802528 CPUtime=0
/proc/2122/task/2135/stat : 2135 (java) S 2120 2122 1653 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 141122760 1845788672 116722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1126.84
Current children cumulated vsize (KiB) 1802528

[startup+1109.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2137
/proc/meminfo: memFree=1167436/2055920 swapFree=4184496/4192956
[pid=2122] ppid=2120 vsize=0 CPUtime=1127.23
/proc/2122/stat : 2122 (java) Z 2120 2122 1653 0 -1 1036 147524 0 1 0 112644 79 0 0 16 0 2 0 141122670 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2122/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1127.23
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 1109.95
CPU time (s): 1127.28
CPU user time (s): 1126.44
CPU system time (s): 0.839872
CPU usage (%): 101.561
Max. virtual memory (cumulated for all children) (KiB): 1803160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1126.44
system time used= 0.839872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147524
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= 27753
involuntary context switches= 26544

runsolver used 1.14582 second user time and 3.18452 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Wed Apr 18 21:35:26 UTC 2007

IDJOB= 359518
IDBENCH= 1297
IDSOLVER= 164
FILE ID= node55/359518-1176932126

PBS_JOBID= 4605669

Free space on /tmp= 66352 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.1900564822.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359518-1176932126/sat4jPseudoCPClause.jar /tmp/evaluation/359518-1176932126/instance-359518-1176932126.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-359518-1176932126 -o ROOT/results/node55/solver-359518-1176932126 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359518-1176932126/sat4jPseudoCPClause.jar /tmp/evaluation/359518-1176932126/instance-359518-1176932126.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f89b9c55daed76b61e2a82c59790b13b

RANDOM SEED= 616549198

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.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.216
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.216
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:       1631236 kB
Buffers:         19688 kB
Cached:         325120 kB
SwapCached:       2196 kB
Active:          75488 kB
Inactive:       278780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631236 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            3800 kB
Writeback:           0 kB
Mapped:          15996 kB
Slab:            56496 kB
Committed_AS:  1099608 kB
PageTables:       1380 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= 66352 MiB

End job on node55 on Wed Apr 18 21:53:56 UTC 2007