Trace number 360288

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-23? (TO) 1800.23 1765.23

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900547353.opb
MD5SUM1244ba923c89d5b50543f7b2d235ee00
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.431934
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 745
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.09/0.19	--- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.19	c No reason simplification
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c Simplify asserted PB constraints to clauses
0.09/0.19	c solving /tmp/evaluation/360288-1176965680/instance-360288-1176965680.opb
0.09/0.19	c reading problem ... 
1.07/0.89	c ... done. Wall clock time 0.693s.
1.07/0.89	c CPU time (experimental) 0.59s.
1.07/0.89	c #vars     231
1.07/0.89	c #constraints  2707
1800.10/1765.11	c starts		: 2
1800.10/1765.11	c conflicts		: 52598
1800.10/1765.11	c decisions		: 157253
1800.10/1765.11	c propagations		: 1459889
1800.10/1765.11	c inspects		: 643433367
1800.10/1765.11	c learnt literals	: 0
1800.10/1765.11	c learnt binary clauses	: 0
1800.10/1765.11	c learnt ternary clauses	: 4
1800.10/1765.11	c learnt clauses	: 52597
1800.10/1765.11	c root simplifications	: 0
1800.10/1765.11	c removed literals (reason simplification)	: 0
1800.10/1765.11	c reason swapping (by a shorter reason)	: 0
1800.10/1765.11	c Calls to reduceDB	: 0
1800.10/1765.11	c speed (decisions/second)	: 89.1343729594428
1800.10/1765.11	c non guided choices	121
1800.10/1765.11	s UNKNOWN
1800.10/1765.11	c Total wall clock time (ms): 1764.919

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-360288-1176965680 -o ROOT/results/node6/solver-360288-1176965680 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360288-1176965680/sat4jPseudoCPClause.jar /tmp/evaluation/360288-1176965680/instance-360288-1176965680.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.93 0.98 0.99 2/77 2268
/proc/meminfo: memFree=1295728/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1832 CPUtime=0
/proc/2268/stat : 2268 (java) R 2266 2268 1487 0 -1 0 175 0 0 0 0 0 0 0 18 0 1 0 172605615 1875968 149 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2268/statm: 450 148 111 9 0 92 0

[startup+0.0244971 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 2268
/proc/meminfo: memFree=1295728/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1774112 CPUtime=0.01
/proc/2268/stat : 2268 (java) S 2266 2268 1487 0 -1 0 2517 0 1 0 0 1 0 0 18 0 4 0 172605615 1816690688 2267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/2268/statm: 443528 2267 387 9 0 441542 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774112

[startup+0.101216 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 2268
/proc/meminfo: memFree=1295728/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1780260 CPUtime=0.09
/proc/2268/stat : 2268 (java) S 2266 2268 1487 0 -1 0 4018 0 1 0 7 2 0 0 18 0 12 0 172605615 1822986240 3760 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2268/statm: 445065 3760 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780260

[startup+0.301238 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 2268
/proc/meminfo: memFree=1295728/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1782360 CPUtime=0.33
/proc/2268/stat : 2268 (java) S 2266 2268 1487 0 -1 0 5146 0 1 0 29 4 0 0 18 0 12 0 172605615 1825136640 4885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2268/statm: 445590 4886 1263 9 0 443201 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782360

[startup+0.701284 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 2268
/proc/meminfo: memFree=1295728/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1783340 CPUtime=0.89
/proc/2268/stat : 2268 (java) S 2266 2268 1487 0 -1 0 6816 0 1 0 85 4 0 0 18 0 12 0 172605615 1826140160 6314 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2268/statm: 445835 6314 1301 9 0 443446 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783340

[startup+1.50238 s]
/proc/loadavg: 0.93 0.98 0.99 3/90 2281
/proc/meminfo: memFree=1270856/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1788792 CPUtime=2.32
/proc/2268/stat : 2268 (java) S 2266 2268 1487 0 -1 0 17432 0 1 0 222 10 0 0 18 0 13 0 172605615 1831723008 14667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2268/statm: 447198 14668 1316 9 0 444809 0
[pid=2268/tid=2270] ppid=2266 vsize=1788792 CPUtime=0.93
/proc/2268/task/2270/stat : 2270 (java) R 2266 2268 1487 0 -1 64 12391 0 1 0 86 7 0 0 22 0 13 0 172605616 1831723008 14669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109614153 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2271] ppid=2266 vsize=1788792 CPUtime=0
/proc/2268/task/2271/stat : 2271 (java) S 2266 2268 1487 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 172605617 1831723008 14669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2272] ppid=2266 vsize=1788792 CPUtime=0
/proc/2268/task/2272/stat : 2272 (java) S 2266 2268 1487 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 172605617 1831723008 14669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2273] ppid=2266 vsize=1788792 CPUtime=0
/proc/2268/task/2273/stat : 2273 (java) S 2266 2268 1487 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 172605620 1831723008 14670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2274] ppid=2266 vsize=1788792 CPUtime=0
/proc/2268/task/2274/stat : 2274 (java) S 2266 2268 1487 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 172605620 1831723008 14670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2275] ppid=2266 vsize=1788792 CPUtime=0
/proc/2268/task/2275/stat : 2275 (java) S 2266 2268 1487 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 172605620 1831723008 14670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2276] ppid=2266 vsize=1788792 CPUtime=0
/proc/2268/task/2276/stat : 2276 (java) S 2266 2268 1487 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 172605624 1831723008 14671 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2277] ppid=2266 vsize=1788792 CPUtime=0.59
/proc/2268/task/2277/stat : 2277 (java) S 2266 2268 1487 0 -1 64 1328 0 0 0 59 0 0 0 16 0 13 0 172605624 1831723008 14671 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2278] ppid=2266 vsize=1788792 CPUtime=0.78
/proc/2268/task/2278/stat : 2278 (java) R 2266 2268 1487 0 -1 64 2991 0 0 0 77 1 0 0 18 0 13 0 172605624 1831723008 14672 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103335131 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2279] ppid=2266 vsize=1788792 CPUtime=0
/proc/2268/task/2279/stat : 2279 (java) S 2266 2268 1487 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 172605624 1831723008 14672 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2280] ppid=2266 vsize=1788792 CPUtime=0
/proc/2268/task/2280/stat : 2280 (java) S 2266 2268 1487 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172605624 1831723008 14672 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2281] ppid=2266 vsize=1788792 CPUtime=0
/proc/2268/task/2281/stat : 2281 (java) S 2266 2268 1487 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172605704 1831723008 14673 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1788792

[startup+3.10257 s]
/proc/loadavg: 0.93 0.98 0.99 5/90 2281
/proc/meminfo: memFree=1192584/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1801312 CPUtime=4.63
/proc/2268/stat : 2268 (java) S 2266 2268 1487 0 -1 0 50594 0 1 0 437 26 0 0 18 0 13 0 172605615 1844543488 43829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2268/statm: 450328 43829 1325 9 0 447939 0
[pid=2268/tid=2270] ppid=2266 vsize=1801312 CPUtime=2.06
/proc/2268/task/2270/stat : 2270 (java) R 2266 2268 1487 0 -1 64 37726 0 1 0 187 19 0 0 24 0 13 0 172605616 1844543488 43829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109656324 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2271] ppid=2266 vsize=1801312 CPUtime=0.01
/proc/2268/task/2271/stat : 2271 (java) S 2266 2268 1487 0 -1 64 256 0 0 0 1 0 0 0 16 0 13 0 172605617 1844543488 43829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2272] ppid=2266 vsize=1801312 CPUtime=0
/proc/2268/task/2272/stat : 2272 (java) S 2266 2268 1487 0 -1 64 234 0 0 0 0 0 0 0 16 0 13 0 172605617 1844543488 43829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2273] ppid=2266 vsize=1801312 CPUtime=0
/proc/2268/task/2273/stat : 2273 (java) S 2266 2268 1487 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 172605620 1844543488 43829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2274] ppid=2266 vsize=1801312 CPUtime=0
/proc/2268/task/2274/stat : 2274 (java) S 2266 2268 1487 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172605620 1844543488 43829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2275] ppid=2266 vsize=1801312 CPUtime=0
/proc/2268/task/2275/stat : 2275 (java) S 2266 2268 1487 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172605620 1844543488 43829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2276] ppid=2266 vsize=1801312 CPUtime=0
/proc/2268/task/2276/stat : 2276 (java) S 2266 2268 1487 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 172605624 1844543488 43829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2277] ppid=2266 vsize=1801312 CPUtime=1.14
/proc/2268/task/2277/stat : 2277 (java) S 2266 2268 1487 0 -1 64 5963 0 0 0 111 3 0 0 16 0 13 0 172605624 1844543488 43829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2278] ppid=2266 vsize=1801312 CPUtime=1.37
/proc/2268/task/2278/stat : 2278 (java) S 2266 2268 1487 0 -1 64 5686 0 0 0 135 2 0 0 16 0 13 0 172605624 1844543488 43829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2279] ppid=2266 vsize=1801312 CPUtime=0
/proc/2268/task/2279/stat : 2279 (java) S 2266 2268 1487 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 172605624 1844543488 43829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2280] ppid=2266 vsize=1801312 CPUtime=0
/proc/2268/task/2280/stat : 2280 (java) S 2266 2268 1487 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172605624 1844543488 43829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2281] ppid=2266 vsize=1801312 CPUtime=0
/proc/2268/task/2281/stat : 2281 (java) S 2266 2268 1487 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172605704 1844543488 43829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 1801312

[startup+6.30194 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 2281
/proc/meminfo: memFree=1115464/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1800852 CPUtime=8.02
/proc/2268/stat : 2268 (java) S 2266 2268 1487 0 -1 0 53645 0 1 0 774 28 0 0 18 0 13 0 172605615 1844072448 45207 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2268/statm: 450213 45207 1326 9 0 447824 0
[pid=2268/tid=2270] ppid=2266 vsize=1800852 CPUtime=5.12
/proc/2268/task/2270/stat : 2270 (java) R 2266 2268 1487 0 -1 64 37732 0 1 0 492 20 0 0 25 0 13 0 172605616 1844072448 45207 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109647958 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2271] ppid=2266 vsize=1800852 CPUtime=0.09
/proc/2268/task/2271/stat : 2271 (java) S 2266 2268 1487 0 -1 64 1728 0 0 0 9 0 0 0 16 0 13 0 172605617 1844072448 45207 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2272] ppid=2266 vsize=1800852 CPUtime=0.08
/proc/2268/task/2272/stat : 2272 (java) S 2266 2268 1487 0 -1 64 1782 0 0 0 8 0 0 0 17 0 13 0 172605617 1844072448 45207 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2273] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2273/stat : 2273 (java) S 2266 2268 1487 0 -1 64 15 0 0 0 0 0 0 0 15 0 13 0 172605620 1844072448 45207 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2274] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2274/stat : 2274 (java) S 2266 2268 1487 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 45207 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2275] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2275/stat : 2275 (java) S 2266 2268 1487 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 45207 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2276] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2276/stat : 2276 (java) S 2266 2268 1487 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 172605624 1844072448 45207 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2277] ppid=2266 vsize=1800852 CPUtime=1.23
/proc/2268/task/2277/stat : 2277 (java) S 2266 2268 1487 0 -1 64 5967 0 0 0 120 3 0 0 16 0 13 0 172605624 1844072448 45207 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2278] ppid=2266 vsize=1800852 CPUtime=1.44
/proc/2268/task/2278/stat : 2278 (java) S 2266 2268 1487 0 -1 64 5699 0 0 0 142 2 0 0 16 0 13 0 172605624 1844072448 45207 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2279] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2279/stat : 2279 (java) S 2266 2268 1487 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 172605624 1844072448 45207 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2280] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2280/stat : 2280 (java) S 2266 2268 1487 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172605624 1844072448 45207 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2281] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2281/stat : 2281 (java) S 2266 2268 1487 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172605704 1844072448 45207 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 1800852

[startup+12.7027 s]
/proc/loadavg: 0.94 0.98 0.99 2/90 2281
/proc/meminfo: memFree=1077832/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1800852 CPUtime=14.66
/proc/2268/stat : 2268 (java) S 2266 2268 1487 0 -1 0 64920 0 1 0 1434 32 0 0 18 0 13 0 172605615 1844072448 55848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2268/statm: 450213 55848 1333 9 0 447824 0
[pid=2268/tid=2270] ppid=2266 vsize=1800852 CPUtime=11.27
/proc/2268/task/2270/stat : 2270 (java) R 2266 2268 1487 0 -1 64 38978 0 1 0 1107 20 0 0 24 0 13 0 172605616 1844072448 55848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109673454 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2271] ppid=2266 vsize=1800852 CPUtime=0.29
/proc/2268/task/2271/stat : 2271 (java) S 2266 2268 1487 0 -1 64 6085 0 0 0 27 2 0 0 16 0 13 0 172605617 1844072448 55848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2272] ppid=2266 vsize=1800852 CPUtime=0.29
/proc/2268/task/2272/stat : 2272 (java) S 2266 2268 1487 0 -1 64 7432 0 0 0 27 2 0 0 16 0 13 0 172605617 1844072448 55848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2273] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2273/stat : 2273 (java) S 2266 2268 1487 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 55848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2274] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2274/stat : 2274 (java) S 2266 2268 1487 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 55848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2275] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2275/stat : 2275 (java) S 2266 2268 1487 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 55848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2276] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2276/stat : 2276 (java) S 2266 2268 1487 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 172605624 1844072448 55848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2277] ppid=2266 vsize=1800852 CPUtime=1.28
/proc/2268/task/2277/stat : 2277 (java) S 2266 2268 1487 0 -1 64 5976 0 0 0 125 3 0 0 16 0 13 0 172605624 1844072448 55848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2278] ppid=2266 vsize=1800852 CPUtime=1.47
/proc/2268/task/2278/stat : 2278 (java) S 2266 2268 1487 0 -1 64 5699 0 0 0 145 2 0 0 16 0 13 0 172605624 1844072448 55848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2279] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2279/stat : 2279 (java) S 2266 2268 1487 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 172605624 1844072448 55848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2280] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2280/stat : 2280 (java) S 2266 2268 1487 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172605624 1844072448 55848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2281] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2281/stat : 2281 (java) S 2266 2268 1487 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172605704 1844072448 55848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.66
Current children cumulated vsize (KiB) 1800852

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 2281
/proc/meminfo: memFree=1064712/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1800852 CPUtime=27.61
/proc/2268/stat : 2268 (java) S 2266 2268 1487 0 -1 0 68523 0 1 0 2727 34 0 0 18 0 13 0 172605615 1844072448 58821 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2268/statm: 450213 58821 1333 9 0 447824 0
[pid=2268/tid=2270] ppid=2266 vsize=1800852 CPUtime=23.91
/proc/2268/task/2270/stat : 2270 (java) R 2266 2268 1487 0 -1 64 38987 0 1 0 2371 20 0 0 25 0 13 0 172605616 1844072448 58821 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109718369 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2271] ppid=2266 vsize=1800852 CPUtime=0.44
/proc/2268/task/2271/stat : 2271 (java) S 2266 2268 1487 0 -1 64 7851 0 0 0 41 3 0 0 16 0 13 0 172605617 1844072448 58821 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2272] ppid=2266 vsize=1800852 CPUtime=0.44
/proc/2268/task/2272/stat : 2272 (java) S 2266 2268 1487 0 -1 64 9260 0 0 0 41 3 0 0 16 0 13 0 172605617 1844072448 58821 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2268/tid=2273] ppid=2266 vsize=1800852 CPUtime=0.18
/proc/2268/task/2273/stat : 2273 (java) S 2266 2268 1487 0 -1 64 42 0 0 0 11 7 0 0 15 0 13 0 172605620 1844072448 137921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2274] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2274/stat : 2274 (java) S 2266 2268 1487 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 137921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2275] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2275/stat : 2275 (java) S 2266 2268 1487 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 137921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2276] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2276/stat : 2276 (java) S 2266 2268 1487 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 172605624 1844072448 137921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2277] ppid=2266 vsize=1800852 CPUtime=1.54
/proc/2268/task/2277/stat : 2277 (java) S 2266 2268 1487 0 -1 64 6017 0 0 0 151 3 0 0 16 0 13 0 172605624 1844072448 137921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2278] ppid=2266 vsize=1800852 CPUtime=1.51
/proc/2268/task/2278/stat : 2278 (java) S 2266 2268 1487 0 -1 64 5701 0 0 0 149 2 0 0 16 0 13 0 172605624 1844072448 137921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2279] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2279/stat : 2279 (java) S 2266 2268 1487 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 172605624 1844072448 137921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2280] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2280/stat : 2280 (java) S 2266 2268 1487 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172605624 1844072448 137921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2281] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2281/stat : 2281 (java) S 2266 2268 1487 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172605704 1844072448 137921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1571.65
Current children cumulated vsize (KiB) 1800852

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 2492
/proc/meminfo: memFree=741320/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1800852 CPUtime=1633.07
/proc/2268/stat : 2268 (java) S 2266 2268 1487 0 -1 0 165425 0 1 0 163211 96 0 0 18 0 13 0 172605615 1844072448 139453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2268/statm: 450213 139453 1334 9 0 447824 0
[pid=2268/tid=2270] ppid=2266 vsize=1800852 CPUtime=1570.61
/proc/2268/task/2270/stat : 2270 (java) R 2266 2268 1487 0 -1 64 42773 0 1 0 157024 37 0 0 25 0 13 0 172605616 1844072448 139453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109718436 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2271] ppid=2266 vsize=1800852 CPUtime=29.58
/proc/2268/task/2271/stat : 2271 (java) S 2266 2268 1487 0 -1 64 57801 0 0 0 2937 21 0 0 16 0 13 0 172605617 1844072448 139453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2272] ppid=2266 vsize=1800852 CPUtime=29.58
/proc/2268/task/2272/stat : 2272 (java) S 2266 2268 1487 0 -1 64 52368 0 0 0 2935 23 0 0 16 0 13 0 172605617 1844072448 139453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2273] ppid=2266 vsize=1800852 CPUtime=0.19
/proc/2268/task/2273/stat : 2273 (java) S 2266 2268 1487 0 -1 64 43 0 0 0 12 7 0 0 16 0 13 0 172605620 1844072448 139453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2274] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2274/stat : 2274 (java) S 2266 2268 1487 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 139453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2275] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2275/stat : 2275 (java) S 2266 2268 1487 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 139453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2276] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2276/stat : 2276 (java) S 2266 2268 1487 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 172605624 1844072448 139453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2277] ppid=2266 vsize=1800852 CPUtime=1.54
/proc/2268/task/2277/stat : 2277 (java) S 2266 2268 1487 0 -1 64 6017 0 0 0 151 3 0 0 16 0 13 0 172605624 1844072448 139453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2278] ppid=2266 vsize=1800852 CPUtime=1.51
/proc/2268/task/2278/stat : 2278 (java) S 2266 2268 1487 0 -1 64 5701 0 0 0 149 2 0 0 16 0 13 0 172605624 1844072448 139453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2279] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2279/stat : 2279 (java) S 2266 2268 1487 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 172605624 1844072448 139453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2280] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2280/stat : 2280 (java) S 2266 2268 1487 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172605624 1844072448 139453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2281] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2281/stat : 2281 (java) S 2266 2268 1487 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172605704 1844072448 139453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1633.07
Current children cumulated vsize (KiB) 1800852

[startup+1662.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 2492
/proc/meminfo: memFree=734536/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1800852 CPUtime=1694.59
/proc/2268/stat : 2268 (java) S 2266 2268 1487 0 -1 0 167246 0 1 0 169362 97 0 0 18 0 13 0 172605615 1844072448 141143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2268/statm: 450213 141143 1334 9 0 447824 0
[pid=2268/tid=2270] ppid=2266 vsize=1800852 CPUtime=1629.04
/proc/2268/task/2270/stat : 2270 (java) R 2266 2268 1487 0 -1 64 42795 0 1 0 162867 37 0 0 25 0 13 0 172605616 1844072448 141143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109798072 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2271] ppid=2266 vsize=1800852 CPUtime=31.12
/proc/2268/task/2271/stat : 2271 (java) S 2266 2268 1487 0 -1 64 59156 0 0 0 3090 22 0 0 17 0 13 0 172605617 1844072448 141143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2272] ppid=2266 vsize=1800852 CPUtime=31.12
/proc/2268/task/2272/stat : 2272 (java) S 2266 2268 1487 0 -1 64 52812 0 0 0 3089 23 0 0 17 0 13 0 172605617 1844072448 141143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2273] ppid=2266 vsize=1800852 CPUtime=0.2
/proc/2268/task/2273/stat : 2273 (java) S 2266 2268 1487 0 -1 64 43 0 0 0 13 7 0 0 16 0 13 0 172605620 1844072448 141143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2274] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2274/stat : 2274 (java) S 2266 2268 1487 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 141143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2275] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2275/stat : 2275 (java) S 2266 2268 1487 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 141143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2276] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2276/stat : 2276 (java) S 2266 2268 1487 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 172605624 1844072448 141143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2277] ppid=2266 vsize=1800852 CPUtime=1.54
/proc/2268/task/2277/stat : 2277 (java) S 2266 2268 1487 0 -1 64 6017 0 0 0 151 3 0 0 16 0 13 0 172605624 1844072448 141143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2278] ppid=2266 vsize=1800852 CPUtime=1.51
/proc/2268/task/2278/stat : 2278 (java) S 2266 2268 1487 0 -1 64 5701 0 0 0 149 2 0 0 16 0 13 0 172605624 1844072448 141143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2279] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2279/stat : 2279 (java) S 2266 2268 1487 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 172605624 1844072448 141143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2280] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2280/stat : 2280 (java) S 2266 2268 1487 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172605624 1844072448 141143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2281] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2281/stat : 2281 (java) S 2266 2268 1487 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172605704 1844072448 141143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1694.59
Current children cumulated vsize (KiB) 1800852

[startup+1722.3 s]
/proc/loadavg: 1.15 1.04 1.01 2/90 2492
/proc/meminfo: memFree=727240/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1800852 CPUtime=1756.14
/proc/2268/stat : 2268 (java) S 2266 2268 1487 0 -1 0 169151 0 1 0 175515 99 0 0 18 0 13 0 172605615 1844072448 142954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2268/statm: 450213 142954 1334 9 0 447824 0
[pid=2268/tid=2270] ppid=2266 vsize=1800852 CPUtime=1687.44
/proc/2268/task/2270/stat : 2270 (java) R 2266 2268 1487 0 -1 64 42817 0 1 0 168706 38 0 0 25 0 13 0 172605616 1844072448 142954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109652392 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2271] ppid=2266 vsize=1800852 CPUtime=32.69
/proc/2268/task/2271/stat : 2271 (java) S 2266 2268 1487 0 -1 64 60597 0 0 0 3247 22 0 0 16 0 13 0 172605617 1844072448 142954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2272] ppid=2266 vsize=1800852 CPUtime=32.69
/proc/2268/task/2272/stat : 2272 (java) S 2266 2268 1487 0 -1 64 53254 0 0 0 3246 23 0 0 16 0 13 0 172605617 1844072448 142954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2273] ppid=2266 vsize=1800852 CPUtime=0.2
/proc/2268/task/2273/stat : 2273 (java) S 2266 2268 1487 0 -1 64 43 0 0 0 13 7 0 0 16 0 13 0 172605620 1844072448 142954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2274] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2274/stat : 2274 (java) S 2266 2268 1487 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 142954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2275] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2275/stat : 2275 (java) S 2266 2268 1487 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 142954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2276] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2276/stat : 2276 (java) S 2266 2268 1487 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 172605624 1844072448 142954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2277] ppid=2266 vsize=1800852 CPUtime=1.54
/proc/2268/task/2277/stat : 2277 (java) S 2266 2268 1487 0 -1 64 6017 0 0 0 151 3 0 0 16 0 13 0 172605624 1844072448 142954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2278] ppid=2266 vsize=1800852 CPUtime=1.51
/proc/2268/task/2278/stat : 2278 (java) S 2266 2268 1487 0 -1 64 5701 0 0 0 149 2 0 0 16 0 13 0 172605624 1844072448 142954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2279] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2279/stat : 2279 (java) S 2266 2268 1487 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 172605624 1844072448 142954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2280] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2280/stat : 2280 (java) S 2266 2268 1487 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172605624 1844072448 142954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2281] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2281/stat : 2281 (java) S 2266 2268 1487 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172605704 1844072448 142954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1756.14
Current children cumulated vsize (KiB) 1800852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.1 s]
/proc/loadavg: 1.12 1.05 1.01 2/90 2492
/proc/meminfo: memFree=721160/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=1800852 CPUtime=1800.1
/proc/2268/stat : 2268 (java) S 2266 2268 1487 0 -1 0 170716 0 1 0 179910 100 0 0 18 0 13 0 172605615 1844072448 144469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2268/statm: 450213 144469 1334 9 0 447824 0
[pid=2268/tid=2270] ppid=2266 vsize=1800852 CPUtime=1729.05
/proc/2268/task/2270/stat : 2270 (java) R 2266 2268 1487 0 -1 64 42833 0 1 0 172867 38 0 0 25 0 13 0 172605616 1844072448 144469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109615683 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2271] ppid=2266 vsize=1800852 CPUtime=33.87
/proc/2268/task/2271/stat : 2271 (java) S 2266 2268 1487 0 -1 64 61922 0 0 0 3364 23 0 0 16 0 13 0 172605617 1844072448 144469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2272] ppid=2266 vsize=1800852 CPUtime=33.86
/proc/2268/task/2272/stat : 2272 (java) S 2266 2268 1487 0 -1 64 53478 0 0 0 3362 24 0 0 17 0 13 0 172605617 1844072448 144469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2273] ppid=2266 vsize=1800852 CPUtime=0.2
/proc/2268/task/2273/stat : 2273 (java) S 2266 2268 1487 0 -1 64 43 0 0 0 13 7 0 0 16 0 13 0 172605620 1844072448 144469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2274] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2274/stat : 2274 (java) S 2266 2268 1487 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 144469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2275] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2275/stat : 2275 (java) S 2266 2268 1487 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172605620 1844072448 144469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2276] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2276/stat : 2276 (java) S 2266 2268 1487 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 172605624 1844072448 144469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2277] ppid=2266 vsize=1800852 CPUtime=1.54
/proc/2268/task/2277/stat : 2277 (java) S 2266 2268 1487 0 -1 64 6017 0 0 0 151 3 0 0 16 0 13 0 172605624 1844072448 144469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2278] ppid=2266 vsize=1800852 CPUtime=1.51
/proc/2268/task/2278/stat : 2278 (java) S 2266 2268 1487 0 -1 64 5701 0 0 0 149 2 0 0 16 0 13 0 172605624 1844072448 144469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2279] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2279/stat : 2279 (java) S 2266 2268 1487 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 172605624 1844072448 144469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2268/tid=2280] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2280/stat : 2280 (java) S 2266 2268 1487 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172605624 1844072448 144469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2268/tid=2281] ppid=2266 vsize=1800852 CPUtime=0
/proc/2268/task/2281/stat : 2281 (java) S 2266 2268 1487 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172605704 1844072448 144469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1800852

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

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

[startup+1765.21 s]
/proc/loadavg: 1.12 1.05 1.01 2/90 2492
/proc/meminfo: memFree=721160/2055924 swapFree=4141332/4192956
[pid=2268] ppid=2266 vsize=0 CPUtime=1800.21
/proc/2268/stat : 2268 (java) Z 2266 2268 1487 0 -1 1036 170737 0 1 0 179913 108 0 0 16 0 2 0 172605615 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2268/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.23
CPU time (s): 1800.23
CPU user time (s): 1799.14
CPU system time (s): 1.09283
CPU usage (%): 101.983
Max. virtual memory (cumulated for all children) (KiB): 1802548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.09283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170737
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= 42170
involuntary context switches= 65789

runsolver used 1.77173 second user time and 4.78927 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Thu Apr 19 06:54:40 UTC 2007

IDJOB= 360288
IDBENCH= 1359
IDSOLVER= 164
FILE ID= node6/360288-1176965680

PBS_JOBID= 4605813

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1244ba923c89d5b50543f7b2d235ee00

RANDOM SEED= 605210776

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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:      2055924 kB
MemFree:       1296136 kB
Buffers:         37896 kB
Cached:         650944 kB
SwapCached:      18972 kB
Active:         336972 kB
Inactive:       380376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1296136 kB
SwapTotal:     4192956 kB
SwapFree:      4141332 kB
Dirty:            3888 kB
Writeback:           0 kB
Mapped:          30168 kB
Slab:            27996 kB
Committed_AS:  6911092 kB
PageTables:       1784 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= 66416 MiB

End job on node6 on Thu Apr 19 07:24:07 UTC 2007