Trace number 354454

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23SAT (TO)243712 1800.15 1796.31

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-markshare1.opb
MD5SUMe15fa473b46d7e2b0dca2d01a2541ab9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20480
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20480
Optimality of the best value was proved NO
Number of variables230
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint80
Maximum length of a constraint80
Number of terms in the objective function 180
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 6442450938
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 6442450938
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data (download as text)

0.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.PBSolver)
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 solving /tmp/evaluation/354454-1176709875/instance-354454-1176709875.opb
0.20/0.20	c reading problem ... 
0.20/0.29	c ... done. Wall clock time 0.09s.
0.20/0.29	c CPU time (experimental) 0.24s.
0.20/0.29	c #vars     230
0.20/0.29	c #constraints  12
13.48/11.41	c SATISFIABLE
13.48/11.41	c OPTIMIZING...
13.48/11.41	c Got one! Elapsed wall clock time (in seconds):11.209
13.48/11.42	o 5556224
14.19/12.19	c Got one! Elapsed wall clock time (in seconds):11.986
14.19/12.19	o 885760
16.62/14.33	c Got one! Elapsed wall clock time (in seconds):14.129
16.62/14.33	o 611328
17.62/15.40	c Got one! Elapsed wall clock time (in seconds):15.197
17.62/15.40	o 513024
19.43/17.15	c Got one! Elapsed wall clock time (in seconds):16.944
19.43/17.15	o 506880
19.73/17.48	c Got one! Elapsed wall clock time (in seconds):17.281
19.73/17.48	o 470016
20.13/17.81	c Got one! Elapsed wall clock time (in seconds):17.609
20.13/17.81	o 459776
21.03/18.77	c Got one! Elapsed wall clock time (in seconds):18.568
21.03/18.77	o 349184
82.62/80.20	c Got one! Elapsed wall clock time (in seconds):79.997
82.62/80.20	o 324608
83.32/80.89	c Got one! Elapsed wall clock time (in seconds):80.69
83.32/80.89	o 323584
88.05/85.51	c Got one! Elapsed wall clock time (in seconds):85.31
88.05/85.51	o 243712
1800.02/1796.22	c starts		: 15
1800.02/1796.22	c conflicts		: 509
1800.02/1796.22	c decisions		: 10946
1800.02/1796.22	c propagations		: 34169
1800.02/1796.22	c inspects		: 3351425
1800.02/1796.22	c learnt literals	: 0
1800.02/1796.22	c learnt binary clauses	: 0
1800.02/1796.22	c learnt ternary clauses	: 0
1800.02/1796.22	c learnt clauses	: 508
1800.02/1796.22	c root simplifications	: 0
1800.02/1796.22	c removed literals (reason simplification)	: 0
1800.02/1796.22	c reason swapping (by a shorter reason)	: 0
1800.02/1796.22	c Calls to reduceDB	: 0
1800.02/1796.22	c speed (decisions/second)	: 6.3985465607373815
1800.02/1796.22	c non guided choices	279
1800.02/1796.22	s SATISFIABLE
1800.02/1796.22	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 x13 x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29
1800.02/1796.22	v -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 x42 -x43 x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56
1800.02/1796.22	v -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 x70 -x71 -x72 -x73 x74 x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83
1800.02/1796.22	v -x84 -x85 -x86 -x87 x88 x89 x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108
1800.02/1796.22	v x109 x110 x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 x119 x120 x121 x122 x123 -x124 x125 x126 x127 -x128 -x129 -x130 -x131
1800.02/1796.22	v -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152
1800.02/1796.22	v -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 x169 x170 -x171 -x172 -x173 -x174
1800.02/1796.22	v -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195
1800.02/1796.22	v -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 x212 -x213 x214 x215 -x216
1800.02/1796.22	v -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
1800.02/1796.22	c objective function=243712
1800.02/1796.22	c Total wall clock time (ms): 1796.018

Verifier Data (download as text)

OK	243712

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node16/watcher-354454-1176709875 -o ROOT/results/node16/solver-354454-1176709875 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354454-1176709875/sat4jPseudoCP.jar /tmp/evaluation/354454-1176709875/instance-354454-1176709875.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: 1.00 1.00 1.00 2/77 17127
/proc/meminfo: memFree=1678448/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=152 CPUtime=0
/proc/17127/stat : 17127 (java) R 17125 17127 16718 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 118905144 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7205163 0 0 4096 0 0 0 0 17 1 0 0
/proc/17127/statm: 38 26 19 9 0 4 0

[startup+0.093037 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17127
/proc/meminfo: memFree=1678448/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=1777844 CPUtime=0.08
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 3874 0 1 0 6 2 0 0 18 0 7 0 118905144 1820512256 3616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 444461 3616 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1777844

[startup+0.102036 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17127
/proc/meminfo: memFree=1678448/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=1780108 CPUtime=0.08
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 118905144 1822830592 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 445027 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.300992 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17127
/proc/meminfo: memFree=1678448/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=1782444 CPUtime=0.32
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 5159 0 1 0 29 3 0 0 18 0 12 0 118905144 1825222656 4897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 445611 4897 1271 9 0 443223 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782444

[startup+0.702912 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17127
/proc/meminfo: memFree=1678448/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=1785860 CPUtime=1.06
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 8613 0 1 0 101 5 0 0 18 0 13 0 118905144 1828720640 6861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 446465 6862 1306 9 0 444077 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1785860

[startup+1.50275 s]
/proc/loadavg: 1.08 1.02 1.01 4/90 17140
/proc/meminfo: memFree=1639880/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=1800332 CPUtime=2.65
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 22047 0 1 0 253 12 0 0 18 0 13 0 118905144 1843539968 14125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 450083 14125 1316 9 0 447695 0
[pid=17127/tid=17129] ppid=17125 vsize=1800332 CPUtime=0.66
/proc/17127/task/17129/stat : 17129 (java) R 17125 17127 16718 0 -1 64 8923 0 1 0 61 5 0 0 18 0 13 0 118905145 1843539968 14125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109488652 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=1800332 CPUtime=0
/proc/17127/task/17130/stat : 17130 (java) S 17125 17127 16718 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 118905147 1843539968 14125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=1800332 CPUtime=0
/proc/17127/task/17131/stat : 17131 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 118905147 1843539968 14125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17132] ppid=17125 vsize=1800332 CPUtime=0
/proc/17127/task/17132/stat : 17132 (java) S 17125 17127 16718 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 118905149 1843539968 14125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17133] ppid=17125 vsize=1800332 CPUtime=0
/proc/17127/task/17133/stat : 17133 (java) S 17125 17127 16718 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 118905150 1843539968 14125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17134] ppid=17125 vsize=1800332 CPUtime=0
/proc/17127/task/17134/stat : 17134 (java) S 17125 17127 16718 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118905150 1843539968 14125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17135] ppid=17125 vsize=1800332 CPUtime=0
/proc/17127/task/17135/stat : 17135 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118905153 1843539968 14125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17136] ppid=17125 vsize=1800332 CPUtime=0.96
/proc/17127/task/17136/stat : 17136 (java) R 17125 17127 16718 0 -1 64 6184 0 0 0 93 3 0 0 21 0 13 0 118905153 1843539968 14125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17137] ppid=17125 vsize=1800332 CPUtime=1.01
/proc/17127/task/17137/stat : 17137 (java) R 17125 17127 16718 0 -1 64 6213 0 0 0 98 3 0 0 19 0 13 0 118905153 1843539968 14125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105299302 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17138] ppid=17125 vsize=1800332 CPUtime=0
/proc/17127/task/17138/stat : 17138 (java) S 17125 17127 16718 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118905153 1843539968 14125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17139] ppid=17125 vsize=1800332 CPUtime=0
/proc/17127/task/17139/stat : 17139 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118905153 1843539968 14125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17140] ppid=17125 vsize=1800332 CPUtime=0
/proc/17127/task/17140/stat : 17140 (java) S 17125 17127 16718 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118905175 1843539968 14125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1800332

[startup+3.10141 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 17140
/proc/meminfo: memFree=1578888/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=1798152 CPUtime=4.89
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 54396 0 1 0 462 27 0 0 18 0 13 0 118905144 1841307648 43032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 449538 43032 1325 9 0 447150 0
[pid=17127/tid=17129] ppid=17125 vsize=1798152 CPUtime=2.03
/proc/17127/task/17129/stat : 17129 (java) R 17125 17127 16718 0 -1 64 37756 0 1 0 184 19 0 0 25 0 13 0 118905145 1841307648 43032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109488408 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17130] ppid=17125 vsize=1798152 CPUtime=0
/proc/17127/task/17130/stat : 17130 (java) S 17125 17127 16718 0 -1 64 229 0 0 0 0 0 0 0 16 0 13 0 118905147 1841307648 43032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=1798152 CPUtime=0
/proc/17127/task/17131/stat : 17131 (java) S 17125 17127 16718 0 -1 64 192 0 0 0 0 0 0 0 16 0 13 0 118905147 1841307648 43032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17132] ppid=17125 vsize=1798152 CPUtime=0
/proc/17127/task/17132/stat : 17132 (java) S 17125 17127 16718 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118905149 1841307648 43032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17133] ppid=17125 vsize=1798152 CPUtime=0
/proc/17127/task/17133/stat : 17133 (java) S 17125 17127 16718 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118905150 1841307648 43032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17134] ppid=17125 vsize=1798152 CPUtime=0
/proc/17127/task/17134/stat : 17134 (java) S 17125 17127 16718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118905150 1841307648 43032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17135] ppid=17125 vsize=1798152 CPUtime=0
/proc/17127/task/17135/stat : 17135 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118905153 1841307648 43032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17136] ppid=17125 vsize=1798152 CPUtime=1.25
/proc/17127/task/17136/stat : 17136 (java) S 17125 17127 16718 0 -1 64 7803 0 0 0 122 3 0 0 16 0 13 0 118905153 1841307648 43032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17137] ppid=17125 vsize=1798152 CPUtime=1.56
/proc/17127/task/17137/stat : 17137 (java) S 17125 17127 16718 0 -1 64 7686 0 0 0 153 3 0 0 15 0 13 0 118905153 1841307648 43032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17138] ppid=17125 vsize=1798152 CPUtime=0
/proc/17127/task/17138/stat : 17138 (java) S 17125 17127 16718 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118905153 1841307648 43032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17139] ppid=17125 vsize=1798152 CPUtime=0
/proc/17127/task/17139/stat : 17139 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118905153 1841307648 43032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17140] ppid=17125 vsize=1798152 CPUtime=0
/proc/17127/task/17140/stat : 17140 (java) S 17125 17127 16718 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118905175 1841307648 43032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 1798152

[startup+6.30276 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 17140
/proc/meminfo: memFree=1507656/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=1797096 CPUtime=8.34
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 56925 0 1 0 805 29 0 0 18 0 13 0 118905144 1840226304 44494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 449274 44497 1325 9 0 446886 0
[pid=17127/tid=17129] ppid=17125 vsize=1797096 CPUtime=5.16
/proc/17127/task/17129/stat : 17129 (java) S 17125 17127 16718 0 -1 64 37762 0 1 0 497 19 0 0 25 0 13 0 118905145 1840226304 44500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=1797096 CPUtime=0.04
/proc/17127/task/17130/stat : 17130 (java) R 17125 17127 16718 0 -1 64 1481 0 0 0 4 0 0 0 16 0 13 0 118905147 1840226304 44503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=1797096 CPUtime=0.04
/proc/17127/task/17131/stat : 17131 (java) R 17125 17127 16718 0 -1 64 1454 0 0 0 4 0 0 0 16 0 13 0 118905147 1840226304 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17132] ppid=17125 vsize=1797096 CPUtime=0
/proc/17127/task/17132/stat : 17132 (java) S 17125 17127 16718 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 118905149 1840226304 44509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17133] ppid=17125 vsize=1797096 CPUtime=0
/proc/17127/task/17133/stat : 17133 (java) S 17125 17127 16718 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118905150 1840226304 44512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17134] ppid=17125 vsize=1797096 CPUtime=0
/proc/17127/task/17134/stat : 17134 (java) S 17125 17127 16718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118905150 1840226304 44515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17135] ppid=17125 vsize=1797096 CPUtime=0
/proc/17127/task/17135/stat : 17135 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118905153 1840226304 44518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17136] ppid=17125 vsize=1797096 CPUtime=1.37
/proc/17127/task/17136/stat : 17136 (java) S 17125 17127 16718 0 -1 64 7813 0 0 0 134 3 0 0 16 0 13 0 118905153 1840226304 44520 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17137] ppid=17125 vsize=1797096 CPUtime=1.66
/proc/17127/task/17137/stat : 17137 (java) S 17125 17127 16718 0 -1 64 7690 0 0 0 163 3 0 0 17 0 13 0 118905153 1840226304 44522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17138] ppid=17125 vsize=1797096 CPUtime=0
/proc/17127/task/17138/stat : 17138 (java) S 17125 17127 16718 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118905153 1840226304 44525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17139] ppid=17125 vsize=1797096 CPUtime=0
/proc/17127/task/17139/stat : 17139 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118905153 1840226304 44527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17140] ppid=17125 vsize=1797096 CPUtime=0
/proc/17127/task/17140/stat : 17140 (java) S 17125 17127 16718 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118905175 1840226304 44528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 1797096

[startup+12.7014 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 17141
/proc/meminfo: memFree=1471296/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=1796488 CPUtime=14.78
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 66226 0 1 0 1444 34 0 0 18 0 13 0 118905144 1839603712 52747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 449122 52747 1327 9 0 446734 0
[pid=17127/tid=17129] ppid=17125 vsize=1796488 CPUtime=11.51
/proc/17127/task/17129/stat : 17129 (java) R 17125 17127 16718 0 -1 64 43412 0 1 0 1129 22 0 0 20 0 13 0 118905145 1839603712 52747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109488802 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17130] ppid=17125 vsize=1796488 CPUtime=0.08
/proc/17127/task/17130/stat : 17130 (java) S 17125 17127 16718 0 -1 64 3339 0 0 0 7 1 0 0 16 0 13 0 118905147 1839603712 52747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=1796488 CPUtime=0.08
/proc/17127/task/17131/stat : 17131 (java) S 17125 17127 16718 0 -1 64 3218 0 0 0 7 1 0 0 16 0 13 0 118905147 1839603712 52747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17132] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17132/stat : 17132 (java) S 17125 17127 16718 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 118905149 1839603712 52747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17133] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17133/stat : 17133 (java) S 17125 17127 16718 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118905150 1839603712 52747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17134] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17134/stat : 17134 (java) S 17125 17127 16718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118905150 1839603712 52747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17135] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17135/stat : 17135 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118905153 1839603712 52747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17136] ppid=17125 vsize=1796488 CPUtime=1.38
/proc/17127/task/17136/stat : 17136 (java) S 17125 17127 16718 0 -1 64 7813 0 0 0 135 3 0 0 16 0 13 0 118905153 1839603712 52747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17137] ppid=17125 vsize=1796488 CPUtime=1.67
/proc/17127/task/17137/stat : 17137 (java) S 17125 17127 16718 0 -1 64 7690 0 0 0 164 3 0 0 16 0 13 0 118905153 1839603712 52747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17138] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17138/stat : 17138 (java) S 17125 17127 16718 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118905153 1839603712 52747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17139] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17139/stat : 17139 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118905153 1839603712 52747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.78
Current children cumulated vsize (KiB) 1796488

[startup+25.5028 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 17148
/proc/meminfo: memFree=1497552/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=1796488 CPUtime=27.94
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 67875 0 1 0 2758 36 0 0 18 0 13 0 118905144 1839603712 45229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 449122 45229 1327 9 0 446734 0
[pid=17127/tid=17129] ppid=17125 vsize=1796488 CPUtime=24.24
/proc/17127/task/17129/stat : 17129 (java) R 17125 17127 16718 0 -1 64 43435 0 1 0 2402 22 0 0 25 0 13 0 118905145 1839603712 45229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109631739 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17130] ppid=17125 vsize=1796488 CPUtime=0.11
/proc/17127/task/17130/stat : 17130 (java) S 17125 17127 16718 0 -1 64 4136 0 0 0 10 1 0 0 16 0 13 0 118905147 1839603712 45229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=1796488 CPUtime=0.11
/proc/17127/task/17131/stat : 17131 (java) S 17125 17127 16718 0 -1 64 4023 0 0 0 10 1 0 0 16 0 13 0 118905147 1839603712 45229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17132] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17132/stat : 17132 (java) S 17125 17127 16718 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 118905149 1839603712 45229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=17127] ppid=17125 vsize=1796488 CPUtime=1606.04
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 156176 0 1 0 160504 100 0 0 18 0 13 0 118905144 1839603712 63089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 449122 63089 1328 9 0 446734 0
[pid=17127/tid=17129] ppid=17125 vsize=1796488 CPUtime=1599.36
/proc/17127/task/17129/stat : 17129 (java) R 17125 17127 16718 0 -1 64 61811 0 1 0 159894 42 0 0 25 0 13 0 118905145 1839603712 63089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109632088 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=1796488 CPUtime=1.47
/proc/17127/task/17130/stat : 17130 (java) S 17125 17127 16718 0 -1 64 38029 0 0 0 128 19 0 0 16 0 13 0 118905147 1839603712 63089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17131] ppid=17125 vsize=1796488 CPUtime=1.47
/proc/17127/task/17131/stat : 17131 (java) S 17125 17127 16718 0 -1 64 39949 0 0 0 129 18 0 0 16 0 13 0 118905147 1839603712 63089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17132] ppid=17125 vsize=1796488 CPUtime=0.21
/proc/17127/task/17132/stat : 17132 (java) S 17125 17127 16718 0 -1 64 125 0 0 0 11 10 0 0 16 0 13 0 118905149 1839603712 63089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17133] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17133/stat : 17133 (java) S 17125 17127 16718 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118905150 1839603712 63089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17134] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17134/stat : 17134 (java) S 17125 17127 16718 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 118905150 1839603712 63089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17135] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17135/stat : 17135 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118905153 1839603712 63089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17136] ppid=17125 vsize=1796488 CPUtime=1.46
/proc/17127/task/17136/stat : 17136 (java) S 17125 17127 16718 0 -1 64 7813 0 0 0 142 4 0 0 17 0 13 0 118905153 1839603712 63089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17137] ppid=17125 vsize=1796488 CPUtime=2
/proc/17127/task/17137/stat : 17137 (java) S 17125 17127 16718 0 -1 64 7710 0 0 0 197 3 0 0 17 0 13 0 118905153 1839603712 63089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17138] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17138/stat : 17138 (java) S 17125 17127 16718 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118905153 1839603712 63089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17139] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17139/stat : 17139 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118905153 1839603712 63089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17151] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17151/stat : 17151 (java) S 17125 17127 16718 0 -1 64 0 0 0 0 0 0 0 0 17 0 13 0 118913696 1839603712 63089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1606.04
Current children cumulated vsize (KiB) 1796488

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17349
/proc/meminfo: memFree=1430720/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=1796488 CPUtime=1666.04
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 156192 0 1 0 166503 101 0 0 18 0 13 0 118905144 1839603712 62640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 449122 62640 1328 9 0 446734 0
[pid=17127/tid=17129] ppid=17125 vsize=1796488 CPUtime=1659.3
/proc/17127/task/17129/stat : 17129 (java) R 17125 17127 16718 0 -1 64 61827 0 1 0 165888 42 0 0 25 0 13 0 118905145 1839603712 62640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109876852 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=1796488 CPUtime=1.5
/proc/17127/task/17130/stat : 17130 (java) S 17125 17127 16718 0 -1 64 38029 0 0 0 131 19 0 0 16 0 13 0 118905147 1839603712 62640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17131] ppid=17125 vsize=1796488 CPUtime=1.49
/proc/17127/task/17131/stat : 17131 (java) S 17125 17127 16718 0 -1 64 39949 0 0 0 131 18 0 0 16 0 13 0 118905147 1839603712 62640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17132] ppid=17125 vsize=1796488 CPUtime=0.21
/proc/17127/task/17132/stat : 17132 (java) S 17125 17127 16718 0 -1 64 125 0 0 0 11 10 0 0 16 0 13 0 118905149 1839603712 62640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17133] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17133/stat : 17133 (java) S 17125 17127 16718 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118905150 1839603712 62640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17134] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17134/stat : 17134 (java) S 17125 17127 16718 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 118905150 1839603712 62640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17135] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17135/stat : 17135 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118905153 1839603712 62640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17136] ppid=17125 vsize=1796488 CPUtime=1.46
/proc/17127/task/17136/stat : 17136 (java) S 17125 17127 16718 0 -1 64 7813 0 0 0 142 4 0 0 17 0 13 0 118905153 1839603712 62640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17137] ppid=17125 vsize=1796488 CPUtime=2
/proc/17127/task/17137/stat : 17137 (java) S 17125 17127 16718 0 -1 64 7710 0 0 0 197 3 0 0 17 0 13 0 118905153 1839603712 62640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17138] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17138/stat : 17138 (java) S 17125 17127 16718 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118905153 1839603712 62640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17139] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17139/stat : 17139 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118905153 1839603712 62640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17151] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17151/stat : 17151 (java) S 17125 17127 16718 0 -1 64 0 0 0 0 0 0 0 0 17 0 13 0 118913696 1839603712 62640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1666.04
Current children cumulated vsize (KiB) 1796488

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17349
/proc/meminfo: memFree=1429120/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=1796488 CPUtime=1726.05
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 156980 0 1 0 172504 101 0 0 18 0 13 0 118905144 1839603712 63092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 449122 63092 1328 9 0 446734 0
[pid=17127/tid=17129] ppid=17125 vsize=1796488 CPUtime=1719.26
/proc/17127/task/17129/stat : 17129 (java) R 17125 17127 16718 0 -1 64 61841 0 1 0 171884 42 0 0 25 0 13 0 118905145 1839603712 63092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109811960 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=1796488 CPUtime=1.53
/proc/17127/task/17130/stat : 17130 (java) S 17125 17127 16718 0 -1 64 38371 0 0 0 134 19 0 0 16 0 13 0 118905147 1839603712 63092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17131] ppid=17125 vsize=1796488 CPUtime=1.52
/proc/17127/task/17131/stat : 17131 (java) S 17125 17127 16718 0 -1 64 40380 0 0 0 134 18 0 0 16 0 13 0 118905147 1839603712 63092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17132] ppid=17125 vsize=1796488 CPUtime=0.21
/proc/17127/task/17132/stat : 17132 (java) S 17125 17127 16718 0 -1 64 126 0 0 0 11 10 0 0 16 0 13 0 118905149 1839603712 63092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17133] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17133/stat : 17133 (java) S 17125 17127 16718 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118905150 1839603712 63092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17134] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17134/stat : 17134 (java) S 17125 17127 16718 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 118905150 1839603712 63092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17135] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17135/stat : 17135 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118905153 1839603712 63092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17136] ppid=17125 vsize=1796488 CPUtime=1.46
/proc/17127/task/17136/stat : 17136 (java) S 17125 17127 16718 0 -1 64 7813 0 0 0 142 4 0 0 17 0 13 0 118905153 1839603712 63092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17137] ppid=17125 vsize=1796488 CPUtime=2
/proc/17127/task/17137/stat : 17137 (java) S 17125 17127 16718 0 -1 64 7710 0 0 0 197 3 0 0 17 0 13 0 118905153 1839603712 63092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17138] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17138/stat : 17138 (java) S 17125 17127 16718 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118905153 1839603712 63092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17139] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17139/stat : 17139 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118905153 1839603712 63092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17151] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17151/stat : 17151 (java) S 17125 17127 16718 0 -1 64 0 0 0 0 0 0 0 0 17 0 13 0 118913696 1839603712 63092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1726.05
Current children cumulated vsize (KiB) 1796488

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17349
/proc/meminfo: memFree=1430976/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=1796488 CPUtime=1786.1
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 157000 0 1 0 178508 102 0 0 18 0 13 0 118905144 1839603712 62546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 449122 62546 1328 9 0 446734 0
[pid=17127/tid=17129] ppid=17125 vsize=1796488 CPUtime=1779.21
/proc/17127/task/17129/stat : 17129 (java) R 17125 17127 16718 0 -1 64 61861 0 1 0 177879 42 0 0 25 0 13 0 118905145 1839603712 62546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109811995 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=1796488 CPUtime=1.57
/proc/17127/task/17130/stat : 17130 (java) S 17125 17127 16718 0 -1 64 38371 0 0 0 138 19 0 0 16 0 13 0 118905147 1839603712 62546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17131] ppid=17125 vsize=1796488 CPUtime=1.55
/proc/17127/task/17131/stat : 17131 (java) S 17125 17127 16718 0 -1 64 40380 0 0 0 137 18 0 0 16 0 13 0 118905147 1839603712 62546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17132] ppid=17125 vsize=1796488 CPUtime=0.22
/proc/17127/task/17132/stat : 17132 (java) S 17125 17127 16718 0 -1 64 126 0 0 0 11 11 0 0 16 0 13 0 118905149 1839603712 62546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17133] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17133/stat : 17133 (java) S 17125 17127 16718 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118905150 1839603712 62546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17134] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17134/stat : 17134 (java) S 17125 17127 16718 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 118905150 1839603712 62546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17135] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17135/stat : 17135 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118905153 1839603712 62546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17136] ppid=17125 vsize=1796488 CPUtime=1.46
/proc/17127/task/17136/stat : 17136 (java) S 17125 17127 16718 0 -1 64 7813 0 0 0 142 4 0 0 17 0 13 0 118905153 1839603712 62546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17137] ppid=17125 vsize=1796488 CPUtime=2
/proc/17127/task/17137/stat : 17137 (java) S 17125 17127 16718 0 -1 64 7710 0 0 0 197 3 0 0 17 0 13 0 118905153 1839603712 62546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17138] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17138/stat : 17138 (java) S 17125 17127 16718 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118905153 1839603712 62546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17139] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17139/stat : 17139 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118905153 1839603712 62546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17151] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17151/stat : 17151 (java) S 17125 17127 16718 0 -1 64 0 0 0 0 0 0 0 0 17 0 13 0 118913696 1839603712 62546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1786.1
Current children cumulated vsize (KiB) 1796488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17349
/proc/meminfo: memFree=1431488/2055920 swapFree=4158176/4192956
[pid=17127] ppid=17125 vsize=1796488 CPUtime=1800.02
/proc/17127/stat : 17127 (java) S 17125 17127 16718 0 -1 0 157005 0 1 0 179900 102 0 0 18 0 13 0 118905144 1839603712 62434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17127/statm: 449122 62434 1328 9 0 446734 0
[pid=17127/tid=17129] ppid=17125 vsize=1796488 CPUtime=1793.12
/proc/17127/task/17129/stat : 17129 (java) R 17125 17127 16718 0 -1 64 61866 0 1 0 179270 42 0 0 25 0 13 0 118905145 1839603712 62434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109876856 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=1796488 CPUtime=1.58
/proc/17127/task/17130/stat : 17130 (java) S 17125 17127 16718 0 -1 64 38371 0 0 0 138 20 0 0 16 0 13 0 118905147 1839603712 62434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17131] ppid=17125 vsize=1796488 CPUtime=1.56
/proc/17127/task/17131/stat : 17131 (java) S 17125 17127 16718 0 -1 64 40380 0 0 0 138 18 0 0 16 0 13 0 118905147 1839603712 62434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17132] ppid=17125 vsize=1796488 CPUtime=0.23
/proc/17127/task/17132/stat : 17132 (java) S 17125 17127 16718 0 -1 64 126 0 0 0 12 11 0 0 16 0 13 0 118905149 1839603712 62434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17127/tid=17133] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17133/stat : 17133 (java) S 17125 17127 16718 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118905150 1839603712 62434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17134] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17134/stat : 17134 (java) S 17125 17127 16718 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 118905150 1839603712 62434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17135] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17135/stat : 17135 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118905153 1839603712 62434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17136] ppid=17125 vsize=1796488 CPUtime=1.46
/proc/17127/task/17136/stat : 17136 (java) S 17125 17127 16718 0 -1 64 7813 0 0 0 142 4 0 0 17 0 13 0 118905153 1839603712 62434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17137] ppid=17125 vsize=1796488 CPUtime=2
/proc/17127/task/17137/stat : 17137 (java) S 17125 17127 16718 0 -1 64 7710 0 0 0 197 3 0 0 17 0 13 0 118905153 1839603712 62434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17138] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17138/stat : 17138 (java) S 17125 17127 16718 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118905153 1839603712 62434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17139] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17139/stat : 17139 (java) S 17125 17127 16718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118905153 1839603712 62434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17127/tid=17151] ppid=17125 vsize=1796488 CPUtime=0
/proc/17127/task/17151/stat : 17151 (java) S 17125 17127 16718 0 -1 64 0 0 0 0 0 0 0 0 17 0 13 0 118913696 1839603712 62434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1796488

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

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

Child status: 143
Real time (s): 1796.31
CPU time (s): 1800.15
CPU user time (s): 1799.07
CPU system time (s): 1.07784
CPU usage (%): 100.213
Max. virtual memory (cumulated for all children) (KiB): 1801504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.07784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157024
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= 43875
involuntary context switches= 22104

runsolver used 1.9707 second user time and 5.35818 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Apr 16 07:51:15 UTC 2007

IDJOB= 354454
IDBENCH= 2532
IDSOLVER= 160
FILE ID= node16/354454-1176709875

PBS_JOBID= 4559440

Free space on /tmp= 66429 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e15fa473b46d7e2b0dca2d01a2541ab9

RANDOM SEED= 846453018

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.232
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.232
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:       1678920 kB
Buffers:         53748 kB
Cached:         246744 kB
SwapCached:       2856 kB
Active:         168832 kB
Inactive:       156328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678920 kB
SwapTotal:     4192956 kB
SwapFree:      4158176 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:          31352 kB
Slab:            37456 kB
Committed_AS:  6381116 kB
PageTables:       1840 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= 66429 MiB

End job on node16 on Mon Apr 16 08:21:13 UTC 2007