Trace number 360316

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.35 1769.61

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900554420.opb
MD5SUM30c4f9acafc0f3a30de05f75833db699
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark14.1498
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
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 689
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/360316-1176966177/instance-360316-1176966177.opb
0.20/0.20	c reading problem ... 
0.88/0.79	c ... done. Wall clock time 0.589s.
0.88/0.79	c CPU time (experimental) 0.6s.
0.88/0.79	c #vars     231
0.88/0.79	c #constraints  2707
1800.08/1769.47	c starts		: 2
1800.08/1769.47	c conflicts		: 35590
1800.08/1769.47	c decisions		: 184519
1800.08/1769.47	c propagations		: 1515391
1800.08/1769.47	c inspects		: 616633065
1800.08/1769.47	c learnt literals	: 0
1800.08/1769.47	c learnt binary clauses	: 0
1800.08/1769.47	c learnt ternary clauses	: 2
1800.08/1769.47	c learnt clauses	: 35590
1800.08/1769.47	c root simplifications	: 0
1800.08/1769.47	c removed literals (reason simplification)	: 0
1800.08/1769.47	c reason swapping (by a shorter reason)	: 0
1800.08/1769.47	c Calls to reduceDB	: 0
1800.08/1769.47	c speed (decisions/second)	: 104.32582490897165
1800.08/1769.47	c non guided choices	121
1800.08/1769.47	s UNKNOWN
1800.08/1769.47	c Total wall clock time (ms): 1769.273

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/node70/watcher-360316-1176966177 -o ROOT/results/node70/solver-360316-1176966177 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360316-1176966177/sat4jPseudoCPClause.jar /tmp/evaluation/360316-1176966177/instance-360316-1176966177.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25502
/proc/meminfo: memFree=1318264/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=152 CPUtime=0
/proc/25502/stat : 25502 (java) R 25500 25502 24800 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 136155011 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 8413483 0 0 4096 0 0 0 0 17 1 0 0
/proc/25502/statm: 38 26 19 9 0 4 0

[startup+0.0396881 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25502
/proc/meminfo: memFree=1318264/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=1776088 CPUtime=0.02
/proc/25502/stat : 25502 (java) S 25500 25502 24800 0 -1 0 3213 0 1 0 1 1 0 0 18 0 4 0 136155011 1818714112 2961 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25502/statm: 444022 2961 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.101696 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25502
/proc/meminfo: memFree=1318264/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=1780112 CPUtime=0.08
/proc/25502/stat : 25502 (java) S 25500 25502 24800 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 136155011 1822834688 3719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25502/statm: 445028 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301711 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25502
/proc/meminfo: memFree=1318264/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=1782424 CPUtime=0.31
/proc/25502/stat : 25502 (java) S 25500 25502 24800 0 -1 0 5120 0 1 0 27 4 0 0 18 0 12 0 136155011 1825202176 4859 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25502/statm: 445606 4859 1263 9 0 443217 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782424

[startup+0.701756 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25502
/proc/meminfo: memFree=1318264/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=1783288 CPUtime=0.88
/proc/25502/stat : 25502 (java) S 25500 25502 24800 0 -1 0 6756 0 1 0 84 4 0 0 18 0 12 0 136155011 1826086912 6247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25502/statm: 445822 6247 1301 9 0 443433 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783288

[startup+1.50284 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 25515
/proc/meminfo: memFree=1293136/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=1788576 CPUtime=2.38
/proc/25502/stat : 25502 (java) S 25500 25502 24800 0 -1 0 17067 0 1 0 229 9 0 0 18 0 13 0 136155011 1831501824 14406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25502/statm: 447144 14406 1316 9 0 444755 0
[pid=25502/tid=25504] ppid=25500 vsize=1788576 CPUtime=0.98
/proc/25502/task/25504/stat : 25504 (java) R 25500 25502 24800 0 -1 64 12167 0 1 0 92 6 0 0 18 0 13 0 136155012 1831501824 14406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109182788 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25505] ppid=25500 vsize=1788576 CPUtime=0
/proc/25502/task/25505/stat : 25505 (java) S 25500 25502 24800 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 136155014 1831501824 14406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25506] ppid=25500 vsize=1788576 CPUtime=0
/proc/25502/task/25506/stat : 25506 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 136155014 1831501824 14406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25507] ppid=25500 vsize=1788576 CPUtime=0
/proc/25502/task/25507/stat : 25507 (java) S 25500 25502 24800 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 136155016 1831501824 14406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25508] ppid=25500 vsize=1788576 CPUtime=0
/proc/25502/task/25508/stat : 25508 (java) S 25500 25502 24800 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 136155017 1831501824 14406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25509] ppid=25500 vsize=1788576 CPUtime=0
/proc/25502/task/25509/stat : 25509 (java) S 25500 25502 24800 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 136155017 1831501824 14406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25510] ppid=25500 vsize=1788576 CPUtime=0
/proc/25502/task/25510/stat : 25510 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136155020 1831501824 14406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25511] ppid=25500 vsize=1788576 CPUtime=0.67
/proc/25502/task/25511/stat : 25511 (java) R 25500 25502 24800 0 -1 64 2189 0 0 0 66 1 0 0 17 0 13 0 136155020 1831501824 14406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104722878 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25512] ppid=25500 vsize=1788576 CPUtime=0.7
/proc/25502/task/25512/stat : 25512 (java) S 25500 25502 24800 0 -1 64 1984 0 0 0 70 0 0 0 16 0 13 0 136155020 1831501824 14406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25513] ppid=25500 vsize=1788576 CPUtime=0
/proc/25502/task/25513/stat : 25513 (java) S 25500 25502 24800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136155020 1831501824 14406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25514] ppid=25500 vsize=1788576 CPUtime=0
/proc/25502/task/25514/stat : 25514 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136155020 1831501824 14406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25515] ppid=25500 vsize=1788576 CPUtime=0
/proc/25502/task/25515/stat : 25515 (java) S 25500 25502 24800 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 136155091 1831501824 14406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1788576

[startup+3.10299 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25515
/proc/meminfo: memFree=1227920/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=1801072 CPUtime=4.8
/proc/25502/stat : 25502 (java) S 25500 25502 24800 0 -1 0 50873 0 1 0 456 24 0 0 18 0 13 0 136155011 1844297728 43723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25502/statm: 450268 43723 1325 9 0 447879 0
[pid=25502/tid=25504] ppid=25500 vsize=1801072 CPUtime=2.11
/proc/25502/task/25504/stat : 25504 (java) R 25500 25502 24800 0 -1 64 37759 0 1 0 193 18 0 0 19 0 13 0 136155012 1844297728 43723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109611263 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25505] ppid=25500 vsize=1801072 CPUtime=0
/proc/25502/task/25505/stat : 25505 (java) S 25500 25502 24800 0 -1 64 299 0 0 0 0 0 0 0 16 0 13 0 136155014 1844297728 43723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25506] ppid=25500 vsize=1801072 CPUtime=0.01
/proc/25502/task/25506/stat : 25506 (java) S 25500 25502 24800 0 -1 64 260 0 0 0 1 0 0 0 16 0 13 0 136155014 1844297728 43723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25507] ppid=25500 vsize=1801072 CPUtime=0
/proc/25502/task/25507/stat : 25507 (java) S 25500 25502 24800 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 136155016 1844297728 43723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25508] ppid=25500 vsize=1801072 CPUtime=0
/proc/25502/task/25508/stat : 25508 (java) S 25500 25502 24800 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 136155017 1844297728 43723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25509] ppid=25500 vsize=1801072 CPUtime=0
/proc/25502/task/25509/stat : 25509 (java) S 25500 25502 24800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136155017 1844297728 43723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25510] ppid=25500 vsize=1801072 CPUtime=0
/proc/25502/task/25510/stat : 25510 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136155020 1844297728 43723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25511] ppid=25500 vsize=1801072 CPUtime=1.24
/proc/25502/task/25511/stat : 25511 (java) S 25500 25502 24800 0 -1 64 5207 0 0 0 122 2 0 0 16 0 13 0 136155020 1844297728 43723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25512] ppid=25500 vsize=1801072 CPUtime=1.4
/proc/25502/task/25512/stat : 25512 (java) S 25500 25502 24800 0 -1 64 6617 0 0 0 138 2 0 0 16 0 13 0 136155020 1844297728 43723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25513] ppid=25500 vsize=1801072 CPUtime=0
/proc/25502/task/25513/stat : 25513 (java) S 25500 25502 24800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136155020 1844297728 43723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25514] ppid=25500 vsize=1801072 CPUtime=0
/proc/25502/task/25514/stat : 25514 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136155020 1844297728 43723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25515] ppid=25500 vsize=1801072 CPUtime=0
/proc/25502/task/25515/stat : 25515 (java) S 25500 25502 24800 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 136155091 1844297728 43723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 1801072

[startup+6.30131 s]
/proc/loadavg: 1.09 1.02 1.01 2/77 25515
/proc/meminfo: memFree=1137616/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=1799856 CPUtime=8.19
/proc/25502/stat : 25502 (java) S 25500 25502 24800 0 -1 0 54296 0 1 0 792 27 0 0 18 0 13 0 136155011 1843052544 45059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25502/statm: 449964 45059 1326 9 0 447575 0
[pid=25502/tid=25504] ppid=25500 vsize=1799856 CPUtime=5.15
/proc/25502/task/25504/stat : 25504 (java) R 25500 25502 24800 0 -1 64 37764 0 1 0 497 18 0 0 25 0 13 0 136155012 1843052544 45059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109611567 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25505] ppid=25500 vsize=1799856 CPUtime=0.1
/proc/25502/task/25505/stat : 25505 (java) S 25500 25502 24800 0 -1 64 2048 0 0 0 9 1 0 0 16 0 13 0 136155014 1843052544 45059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25506] ppid=25500 vsize=1799856 CPUtime=0.1
/proc/25502/task/25506/stat : 25506 (java) S 25500 25502 24800 0 -1 64 1911 0 0 0 9 1 0 0 16 0 13 0 136155014 1843052544 45059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25507] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25507/stat : 25507 (java) S 25500 25502 24800 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 136155016 1843052544 45059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25508] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25508/stat : 25508 (java) S 25500 25502 24800 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 136155017 1843052544 45059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25509] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25509/stat : 25509 (java) S 25500 25502 24800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136155017 1843052544 45059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25510] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25510/stat : 25510 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136155020 1843052544 45059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25511] ppid=25500 vsize=1799856 CPUtime=1.31
/proc/25502/task/25511/stat : 25511 (java) S 25500 25502 24800 0 -1 64 5210 0 0 0 129 2 0 0 17 0 13 0 136155020 1843052544 45059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25512] ppid=25500 vsize=1799856 CPUtime=1.47
/proc/25502/task/25512/stat : 25512 (java) S 25500 25502 24800 0 -1 64 6624 0 0 0 145 2 0 0 16 0 13 0 136155020 1843052544 45059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25513] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25513/stat : 25513 (java) S 25500 25502 24800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136155020 1843052544 45059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25514] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25514/stat : 25514 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136155020 1843052544 45059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25515] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25515/stat : 25515 (java) S 25500 25502 24800 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 136155091 1843052544 45059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1799856

[startup+12.7029 s]
/proc/loadavg: 1.08 1.02 1.00 2/77 25515
/proc/meminfo: memFree=1106584/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=1799856 CPUtime=14.84
/proc/25502/stat : 25502 (java) S 25500 25502 24800 0 -1 0 64580 0 1 0 1453 31 0 0 18 0 13 0 136155011 1843052544 54631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25502/statm: 449964 54631 1333 9 0 447575 0
[pid=25502/tid=25504] ppid=25500 vsize=1799856 CPUtime=11.32
/proc/25502/task/25504/stat : 25504 (java) R 25500 25502 24800 0 -1 64 38739 0 1 0 1113 19 0 0 25 0 13 0 136155012 1843052544 54631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109740535 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25505] ppid=25500 vsize=1799856 CPUtime=0.31
/proc/25502/task/25505/stat : 25505 (java) S 25500 25502 24800 0 -1 64 6935 0 0 0 28 3 0 0 16 0 13 0 136155014 1843052544 54631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25506] ppid=25500 vsize=1799856 CPUtime=0.3
/proc/25502/task/25506/stat : 25506 (java) S 25500 25502 24800 0 -1 64 6311 0 0 0 28 2 0 0 16 0 13 0 136155014 1843052544 54631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25507] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25507/stat : 25507 (java) S 25500 25502 24800 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 136155016 1843052544 54631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25508] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25508/stat : 25508 (java) S 25500 25502 24800 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 136155017 1843052544 54631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25509] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25509/stat : 25509 (java) S 25500 25502 24800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136155017 1843052544 54631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25510] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25510/stat : 25510 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136155020 1843052544 54631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25511] ppid=25500 vsize=1799856 CPUtime=1.36
/proc/25502/task/25511/stat : 25511 (java) S 25500 25502 24800 0 -1 64 5213 0 0 0 134 2 0 0 17 0 13 0 136155020 1843052544 54631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25512] ppid=25500 vsize=1799856 CPUtime=1.49
/proc/25502/task/25512/stat : 25512 (java) S 25500 25502 24800 0 -1 64 6630 0 0 0 147 2 0 0 16 0 13 0 136155020 1843052544 54631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25513] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25513/stat : 25513 (java) S 25500 25502 24800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136155020 1843052544 54631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25514] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25514/stat : 25514 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136155020 1843052544 54631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25515] ppid=25500 vsize=1799856 CPUtime=0
/proc/25502/task/25515/stat : 25515 (java) S 25500 25502 24800 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 136155091 1843052544 54631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (KiB) 1799856

[startup+25.5013 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 25515
/proc/meminfo: memFree=1091608/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=1799856 CPUtime=28.06
/proc/25502/stat : 25502 (java) S 25500 25502 24800 0 -1 0 68369 0 1 0 2773 33 0 0 18 0 13 0 136155011 1843052544 57750 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25502/statm: 449964 57750 1333 9 0 447575 0
[pid=25502/tid=25504] ppid=25500 vsize=1799856 CPUtime=23.95
/proc/25502/task/25504/stat : 25504 (java) R 25500 25502 24800 0 -1 64 38750 0 1 0 2376 19 0 0 25 0 13 0 136155012 1843052544 57750 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109687403 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25505] ppid=25500 vsize=1799856 CPUtime=0.45
/proc/25502/task/25505/stat : 25505 (java) S 25500 25502 24800 0 -1 64 8913 0 0 0 42 3 0 0 16 0 13 0 136155014 1843052544 57750 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25506] ppid=25500 vsize=1799856 CPUtime=0.45
/proc/25502/task/25506/stat : 25506 (java) S 25500 25502 24800 0 -1 64 8004 0 0 0 42 3 0 0 16 0 13 0 136155014 1843052544 57750 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=25502/tid=25507] ppid=25500 vsize=1799760 CPUtime=0.17
/proc/25502/task/25507/stat : 25507 (java) S 25500 25502 24800 0 -1 64 74 0 0 0 11 6 0 0 16 0 13 0 136155016 1842954240 127765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25508] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25508/stat : 25508 (java) S 25500 25502 24800 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 136155017 1842954240 127765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25509] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25509/stat : 25509 (java) S 25500 25502 24800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136155017 1842954240 127765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25510] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25510/stat : 25510 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136155020 1842954240 127765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25511] ppid=25500 vsize=1799760 CPUtime=1.44
/proc/25502/task/25511/stat : 25511 (java) S 25500 25502 24800 0 -1 64 5215 0 0 0 142 2 0 0 16 0 13 0 136155020 1842954240 127765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25512] ppid=25500 vsize=1799760 CPUtime=1.97
/proc/25502/task/25512/stat : 25512 (java) S 25500 25502 24800 0 -1 64 6788 0 0 0 195 2 0 0 18 0 13 0 136155020 1842954240 127765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25513] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25513/stat : 25513 (java) S 25500 25502 24800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136155020 1842954240 127765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25514] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25514/stat : 25514 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136155020 1842954240 127765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25515] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25515/stat : 25515 (java) S 25500 25502 24800 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 136155091 1842954240 127765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1568.17
Current children cumulated vsize (KiB) 1799760

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25515
/proc/meminfo: memFree=805536/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=1799760 CPUtime=1629.4
/proc/25502/stat : 25502 (java) S 25500 25502 24800 0 -1 0 164960 0 1 0 162851 89 0 0 18 0 13 0 136155011 1842954240 129015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25502/statm: 449940 129015 1333 9 0 447551 0
[pid=25502/tid=25504] ppid=25500 vsize=1799760 CPUtime=1575.01
/proc/25502/task/25504/stat : 25504 (java) R 25500 25502 24800 0 -1 64 50954 0 1 0 157473 28 0 0 25 0 13 0 136155012 1842954240 129015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109731296 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25505] ppid=25500 vsize=1799760 CPUtime=25.38
/proc/25502/task/25505/stat : 25505 (java) S 25500 25502 24800 0 -1 64 49303 0 0 0 2516 22 0 0 16 0 13 0 136155014 1842954240 129015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25506] ppid=25500 vsize=1799760 CPUtime=25.35
/proc/25502/task/25506/stat : 25506 (java) S 25500 25502 24800 0 -1 64 51902 0 0 0 2511 24 0 0 16 0 13 0 136155014 1842954240 129015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25507] ppid=25500 vsize=1799760 CPUtime=0.19
/proc/25502/task/25507/stat : 25507 (java) S 25500 25502 24800 0 -1 64 74 0 0 0 12 7 0 0 16 0 13 0 136155016 1842954240 129015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25508] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25508/stat : 25508 (java) S 25500 25502 24800 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 136155017 1842954240 129015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25509] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25509/stat : 25509 (java) S 25500 25502 24800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136155017 1842954240 129015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25510] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25510/stat : 25510 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136155020 1842954240 129015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25511] ppid=25500 vsize=1799760 CPUtime=1.44
/proc/25502/task/25511/stat : 25511 (java) S 25500 25502 24800 0 -1 64 5215 0 0 0 142 2 0 0 16 0 13 0 136155020 1842954240 129015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25512] ppid=25500 vsize=1799760 CPUtime=1.97
/proc/25502/task/25512/stat : 25512 (java) S 25500 25502 24800 0 -1 64 6788 0 0 0 195 2 0 0 18 0 13 0 136155020 1842954240 129015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25513] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25513/stat : 25513 (java) S 25500 25502 24800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136155020 1842954240 129015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25514] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25514/stat : 25514 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136155020 1842954240 129015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25515] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25515/stat : 25515 (java) S 25500 25502 24800 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 136155091 1842954240 129015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1629.4
Current children cumulated vsize (KiB) 1799760

[startup+1662.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 25515
/proc/meminfo: memFree=799264/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=1799760 CPUtime=1690.71
/proc/25502/stat : 25502 (java) S 25500 25502 24800 0 -1 0 166701 0 1 0 168981 90 0 0 18 0 13 0 136155011 1842954240 130641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25502/statm: 449940 130641 1333 9 0 447551 0
[pid=25502/tid=25504] ppid=25500 vsize=1799760 CPUtime=1633.64
/proc/25502/task/25504/stat : 25504 (java) R 25500 25502 24800 0 -1 64 50976 0 1 0 163336 28 0 0 17 0 13 0 136155012 1842954240 130641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109687243 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25505] ppid=25500 vsize=1799760 CPUtime=26.72
/proc/25502/task/25505/stat : 25505 (java) S 25500 25502 24800 0 -1 64 50622 0 0 0 2649 23 0 0 16 0 13 0 136155014 1842954240 130641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25506] ppid=25500 vsize=1799760 CPUtime=26.68
/proc/25502/task/25506/stat : 25506 (java) S 25500 25502 24800 0 -1 64 52302 0 0 0 2643 25 0 0 16 0 13 0 136155014 1842954240 130641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25507] ppid=25500 vsize=1799760 CPUtime=0.19
/proc/25502/task/25507/stat : 25507 (java) S 25500 25502 24800 0 -1 64 74 0 0 0 12 7 0 0 16 0 13 0 136155016 1842954240 130641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25508] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25508/stat : 25508 (java) S 25500 25502 24800 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 136155017 1842954240 130641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25509] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25509/stat : 25509 (java) S 25500 25502 24800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136155017 1842954240 130641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25510] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25510/stat : 25510 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136155020 1842954240 130641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25511] ppid=25500 vsize=1799760 CPUtime=1.44
/proc/25502/task/25511/stat : 25511 (java) S 25500 25502 24800 0 -1 64 5215 0 0 0 142 2 0 0 16 0 13 0 136155020 1842954240 130641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25512] ppid=25500 vsize=1799760 CPUtime=1.97
/proc/25502/task/25512/stat : 25512 (java) S 25500 25502 24800 0 -1 64 6788 0 0 0 195 2 0 0 18 0 13 0 136155020 1842954240 130641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25513] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25513/stat : 25513 (java) S 25500 25502 24800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136155020 1842954240 130641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25514] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25514/stat : 25514 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136155020 1842954240 130641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25515] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25515/stat : 25515 (java) S 25500 25502 24800 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 136155091 1842954240 130641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1690.71
Current children cumulated vsize (KiB) 1799760

[startup+1722.3 s]
/proc/loadavg: 1.12 1.04 1.01 3/77 25515
/proc/meminfo: memFree=793760/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=1799760 CPUtime=1751.98
/proc/25502/stat : 25502 (java) S 25500 25502 24800 0 -1 0 168198 0 1 0 175107 91 0 0 18 0 13 0 136155011 1842954240 132014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25502/statm: 449940 132014 1333 9 0 447551 0
[pid=25502/tid=25504] ppid=25500 vsize=1799760 CPUtime=1692.31
/proc/25502/task/25504/stat : 25504 (java) R 25500 25502 24800 0 -1 64 50997 0 1 0 169203 28 0 0 25 0 13 0 136155012 1842954240 132014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109725268 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25505] ppid=25500 vsize=1799760 CPUtime=28.02
/proc/25502/task/25505/stat : 25505 (java) S 25500 25502 24800 0 -1 64 51296 0 0 0 2779 23 0 0 17 0 13 0 136155014 1842954240 132014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25506] ppid=25500 vsize=1799760 CPUtime=27.98
/proc/25502/task/25506/stat : 25506 (java) S 25500 25502 24800 0 -1 64 53104 0 0 0 2773 25 0 0 16 0 13 0 136155014 1842954240 132014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25507] ppid=25500 vsize=1799760 CPUtime=0.19
/proc/25502/task/25507/stat : 25507 (java) S 25500 25502 24800 0 -1 64 74 0 0 0 12 7 0 0 15 0 13 0 136155016 1842954240 132014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25508] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25508/stat : 25508 (java) S 25500 25502 24800 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 136155017 1842954240 132014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25509] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25509/stat : 25509 (java) S 25500 25502 24800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136155017 1842954240 132014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25510] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25510/stat : 25510 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136155020 1842954240 132014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25511] ppid=25500 vsize=1799760 CPUtime=1.44
/proc/25502/task/25511/stat : 25511 (java) S 25500 25502 24800 0 -1 64 5215 0 0 0 142 2 0 0 16 0 13 0 136155020 1842954240 132014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25512] ppid=25500 vsize=1799760 CPUtime=1.97
/proc/25502/task/25512/stat : 25512 (java) S 25500 25502 24800 0 -1 64 6788 0 0 0 195 2 0 0 18 0 13 0 136155020 1842954240 132014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25513] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25513/stat : 25513 (java) S 25500 25502 24800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136155020 1842954240 132014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25514] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25514/stat : 25514 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136155020 1842954240 132014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25515] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25515/stat : 25515 (java) S 25500 25502 24800 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 136155091 1842954240 132014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1751.98
Current children cumulated vsize (KiB) 1799760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.4 s]
/proc/loadavg: 1.05 1.03 1.00 2/77 25515
/proc/meminfo: memFree=789408/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=1799760 CPUtime=1800.08
/proc/25502/stat : 25502 (java) S 25500 25502 24800 0 -1 0 169302 0 1 0 179915 93 0 0 18 0 13 0 136155011 1842954240 133030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25502/statm: 449940 133030 1333 9 0 447551 0
[pid=25502/tid=25504] ppid=25500 vsize=1799760 CPUtime=1738.4
/proc/25502/task/25504/stat : 25504 (java) R 25500 25502 24800 0 -1 64 51013 0 1 0 173812 28 0 0 25 0 13 0 136155012 1842954240 133030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109740257 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25505] ppid=25500 vsize=1799760 CPUtime=29.02
/proc/25502/task/25505/stat : 25505 (java) S 25500 25502 24800 0 -1 64 51742 0 0 0 2879 23 0 0 16 0 13 0 136155014 1842954240 133030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25506] ppid=25500 vsize=1799760 CPUtime=28.98
/proc/25502/task/25506/stat : 25506 (java) S 25500 25502 24800 0 -1 64 53746 0 0 0 2872 26 0 0 16 0 13 0 136155014 1842954240 133030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25507] ppid=25500 vsize=1799760 CPUtime=0.2
/proc/25502/task/25507/stat : 25507 (java) S 25500 25502 24800 0 -1 64 74 0 0 0 12 8 0 0 16 0 13 0 136155016 1842954240 133030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25508] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25508/stat : 25508 (java) S 25500 25502 24800 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 136155017 1842954240 133030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25509] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25509/stat : 25509 (java) S 25500 25502 24800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136155017 1842954240 133030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25510] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25510/stat : 25510 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136155020 1842954240 133030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25511] ppid=25500 vsize=1799760 CPUtime=1.44
/proc/25502/task/25511/stat : 25511 (java) S 25500 25502 24800 0 -1 64 5215 0 0 0 142 2 0 0 16 0 13 0 136155020 1842954240 133030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25512] ppid=25500 vsize=1799760 CPUtime=1.97
/proc/25502/task/25512/stat : 25512 (java) S 25500 25502 24800 0 -1 64 6788 0 0 0 195 2 0 0 18 0 13 0 136155020 1842954240 133030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25513] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25513/stat : 25513 (java) S 25500 25502 24800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136155020 1842954240 133030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25502/tid=25514] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25514/stat : 25514 (java) S 25500 25502 24800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136155020 1842954240 133030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25502/tid=25515] ppid=25500 vsize=1799760 CPUtime=0
/proc/25502/task/25515/stat : 25515 (java) S 25500 25502 24800 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 136155091 1842954240 133030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1799760

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

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

[startup+1769.6 s]
/proc/loadavg: 1.05 1.03 1.00 2/77 25515
/proc/meminfo: memFree=789408/2055920 swapFree=4183760/4192956
[pid=25502] ppid=25500 vsize=0 CPUtime=1800.34
/proc/25502/stat : 25502 (java) Z 25500 25502 24800 0 -1 1036 169432 0 1 0 179934 100 0 0 15 0 2 0 136155011 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25502/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1769.61
CPU time (s): 1800.35
CPU user time (s): 1799.34
CPU system time (s): 1.01085
CPU usage (%): 101.737
Max. virtual memory (cumulated for all children) (KiB): 1802760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 1.01085
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169432
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= 42531
involuntary context switches= 21134

runsolver used 1.65175 second user time and 4.81527 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Thu Apr 19 07:02:57 UTC 2007

IDJOB= 360316
IDBENCH= 1362
IDSOLVER= 164
FILE ID= node70/360316-1176966177

PBS_JOBID= 4605817

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  30c4f9acafc0f3a30de05f75833db699

RANDOM SEED= 695177961

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.218
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.218
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:       1318672 kB
Buffers:         29108 kB
Cached:         635288 kB
SwapCached:       3092 kB
Active:         148212 kB
Inactive:       526052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1318672 kB
SwapTotal:     4192956 kB
SwapFree:      4183760 kB
Dirty:            3720 kB
Writeback:           0 kB
Mapped:          15864 kB
Slab:            49048 kB
Committed_AS:  2482064 kB
PageTables:       1396 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= 66473 MiB

End job on node70 on Thu Apr 19 07:32:28 UTC 2007