Trace number 360358

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.17 1769.72

General information on the benchmark

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

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/node68/watcher-360358-1176967572 -o ROOT/results/node68/solver-360358-1176967572 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360358-1176967572/sat4jPseudoCPClause.jar /tmp/evaluation/360358-1176967572/instance-360358-1176967572.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.94 1.01 1.00 3/64 20640
/proc/meminfo: memFree=1442864/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=152 CPUtime=0
/proc/20640/stat : 20640 (java) R 20638 20640 19400 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 172746745 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 10515236 0 0 4096 0 0 0 0 17 1 0 0
/proc/20640/statm: 50 33 26 9 0 4 0

[startup+0.0913279 s]
/proc/loadavg: 0.94 1.01 1.00 3/64 20640
/proc/meminfo: memFree=1442864/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=1777844 CPUtime=0.07
/proc/20640/stat : 20640 (java) S 20638 20640 19400 0 -1 0 3875 0 1 0 5 2 0 0 18 0 7 0 172746745 1820512256 3618 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 444461 3618 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.10133 s]
/proc/loadavg: 0.94 1.01 1.00 3/64 20640
/proc/meminfo: memFree=1442864/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=1780112 CPUtime=0.08
/proc/20640/stat : 20640 (java) S 20638 20640 19400 0 -1 0 3978 0 1 0 6 2 0 0 18 0 12 0 172746745 1822834688 3720 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 445028 3720 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301348 s]
/proc/loadavg: 0.94 1.01 1.00 3/64 20640
/proc/meminfo: memFree=1442864/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=1782172 CPUtime=0.31
/proc/20640/stat : 20640 (java) S 20638 20640 19400 0 -1 0 5135 0 1 0 28 3 0 0 18 0 12 0 172746745 1824944128 4874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 445543 4874 1263 9 0 443154 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782172

[startup+0.701383 s]
/proc/loadavg: 0.94 1.01 1.00 3/64 20640
/proc/meminfo: memFree=1442864/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=1783004 CPUtime=0.88
/proc/20640/stat : 20640 (java) S 20638 20640 19400 0 -1 0 6722 0 1 0 84 4 0 0 18 0 12 0 172746745 1825796096 6297 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 445751 6298 1301 9 0 443362 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783004

[startup+1.50246 s]
/proc/loadavg: 0.94 1.01 1.00 2/77 20653
/proc/meminfo: memFree=1417800/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=1788556 CPUtime=2.31
/proc/20640/stat : 20640 (java) S 20638 20640 19400 0 -1 0 17575 0 1 0 221 10 0 0 18 0 13 0 172746745 1831481344 14997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 447139 14997 1316 9 0 444750 0
[pid=20640/tid=20642] ppid=20638 vsize=1788556 CPUtime=0.92
/proc/20640/task/20642/stat : 20642 (java) R 20638 20640 19400 0 -1 64 12609 0 1 0 85 7 0 0 19 0 13 0 172746746 1831481344 14997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109174958 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20643] ppid=20638 vsize=1788556 CPUtime=0
/proc/20640/task/20643/stat : 20643 (java) S 20638 20640 19400 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 172746748 1831481344 14997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20644] ppid=20638 vsize=1788556 CPUtime=0
/proc/20640/task/20644/stat : 20644 (java) S 20638 20640 19400 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 172746748 1831481344 14997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20645] ppid=20638 vsize=1788556 CPUtime=0
/proc/20640/task/20645/stat : 20645 (java) S 20638 20640 19400 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 172746750 1831481344 14997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20646] ppid=20638 vsize=1788556 CPUtime=0
/proc/20640/task/20646/stat : 20646 (java) S 20638 20640 19400 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 172746750 1831481344 14997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20647] ppid=20638 vsize=1788556 CPUtime=0
/proc/20640/task/20647/stat : 20647 (java) S 20638 20640 19400 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 172746750 1831481344 14997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20648] ppid=20638 vsize=1788556 CPUtime=0
/proc/20640/task/20648/stat : 20648 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172746754 1831481344 14997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20649] ppid=20638 vsize=1788556 CPUtime=0.73
/proc/20640/task/20649/stat : 20649 (java) R 20638 20640 19400 0 -1 64 2276 0 0 0 72 1 0 0 18 0 13 0 172746754 1831481344 14997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103336858 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20650] ppid=20638 vsize=1788556 CPUtime=0.63
/proc/20640/task/20650/stat : 20650 (java) S 20638 20640 19400 0 -1 64 1968 0 0 0 63 0 0 0 16 0 13 0 172746754 1831481344 14997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20651] ppid=20638 vsize=1788556 CPUtime=0
/proc/20640/task/20651/stat : 20651 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 172746754 1831481344 14997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20652] ppid=20638 vsize=1788556 CPUtime=0
/proc/20640/task/20652/stat : 20652 (java) R 20638 20640 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172746754 1831481344 14997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20653] ppid=20638 vsize=1788556 CPUtime=0
/proc/20640/task/20653/stat : 20653 (java) S 20638 20640 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172746835 1831481344 14997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1788556

[startup+3.1026 s]
/proc/loadavg: 1.10 1.05 1.01 4/77 20653
/proc/meminfo: memFree=1346760/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=1799168 CPUtime=4.83
/proc/20640/stat : 20640 (java) S 20638 20640 19400 0 -1 0 50161 0 1 0 456 27 0 0 18 0 13 0 172746745 1842348032 43587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 449792 43587 1325 9 0 447403 0
[pid=20640/tid=20642] ppid=20638 vsize=1799168 CPUtime=2.13
/proc/20640/task/20642/stat : 20642 (java) R 20638 20640 19400 0 -1 64 37722 0 1 0 194 19 0 0 24 0 13 0 172746746 1842348032 43587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109653421 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20643] ppid=20638 vsize=1799168 CPUtime=0.01
/proc/20640/task/20643/stat : 20643 (java) S 20638 20640 19400 0 -1 64 281 0 0 0 1 0 0 0 16 0 13 0 172746748 1842348032 43587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20644] ppid=20638 vsize=1799168 CPUtime=0
/proc/20640/task/20644/stat : 20644 (java) S 20638 20640 19400 0 -1 64 263 0 0 0 0 0 0 0 16 0 13 0 172746748 1842348032 43587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20645] ppid=20638 vsize=1799168 CPUtime=0
/proc/20640/task/20645/stat : 20645 (java) S 20638 20640 19400 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 172746750 1842348032 43587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20646] ppid=20638 vsize=1799168 CPUtime=0
/proc/20640/task/20646/stat : 20646 (java) S 20638 20640 19400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172746750 1842348032 43587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20647] ppid=20638 vsize=1799168 CPUtime=0
/proc/20640/task/20647/stat : 20647 (java) S 20638 20640 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172746750 1842348032 43587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20648] ppid=20638 vsize=1799168 CPUtime=0
/proc/20640/task/20648/stat : 20648 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172746754 1842348032 43587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20649] ppid=20638 vsize=1799168 CPUtime=1.33
/proc/20640/task/20649/stat : 20649 (java) S 20638 20640 19400 0 -1 64 5499 0 0 0 130 3 0 0 16 0 13 0 172746754 1842348032 43587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20650] ppid=20638 vsize=1799168 CPUtime=1.3
/proc/20640/task/20650/stat : 20650 (java) S 20638 20640 19400 0 -1 64 5668 0 0 0 128 2 0 0 16 0 13 0 172746754 1842348032 43587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20651] ppid=20638 vsize=1799168 CPUtime=0
/proc/20640/task/20651/stat : 20651 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 172746754 1842348032 43587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20652] ppid=20638 vsize=1799168 CPUtime=0
/proc/20640/task/20652/stat : 20652 (java) S 20638 20640 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172746754 1842348032 43587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20653] ppid=20638 vsize=1799168 CPUtime=0
/proc/20640/task/20653/stat : 20653 (java) S 20638 20640 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172746835 1842348032 43587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 1799168

[startup+6.30189 s]
/proc/loadavg: 1.10 1.05 1.01 2/77 20653
/proc/meminfo: memFree=1263760/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=1797748 CPUtime=8.18
/proc/20640/stat : 20640 (java) S 20638 20640 19400 0 -1 0 53562 0 1 0 790 28 0 0 18 0 13 0 172746745 1840893952 44831 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 449437 44831 1326 9 0 447048 0
[pid=20640/tid=20642] ppid=20638 vsize=1797748 CPUtime=5.24
/proc/20640/task/20642/stat : 20642 (java) R 20638 20640 19400 0 -1 64 37728 0 1 0 504 20 0 0 19 0 13 0 172746746 1840893952 44831 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109663023 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20643] ppid=20638 vsize=1797748 CPUtime=0.09
/proc/20640/task/20643/stat : 20643 (java) S 20638 20640 19400 0 -1 64 2053 0 0 0 9 0 0 0 16 0 13 0 172746748 1840893952 44831 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20644] ppid=20638 vsize=1797748 CPUtime=0.09
/proc/20640/task/20644/stat : 20644 (java) S 20638 20640 19400 0 -1 64 1877 0 0 0 9 0 0 0 16 0 13 0 172746748 1840893952 44831 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20645] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20645/stat : 20645 (java) S 20638 20640 19400 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 44831 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20646] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20646/stat : 20646 (java) S 20638 20640 19400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 44831 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20647] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20647/stat : 20647 (java) S 20638 20640 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 44831 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20648] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20648/stat : 20648 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172746754 1840893952 44831 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20649] ppid=20638 vsize=1797748 CPUtime=1.34
/proc/20640/task/20649/stat : 20649 (java) S 20638 20640 19400 0 -1 64 5499 0 0 0 131 3 0 0 16 0 13 0 172746754 1840893952 44831 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20650] ppid=20638 vsize=1797748 CPUtime=1.35
/proc/20640/task/20650/stat : 20650 (java) S 20638 20640 19400 0 -1 64 5669 0 0 0 133 2 0 0 16 0 13 0 172746754 1840893952 44831 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20651] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20651/stat : 20651 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 172746754 1840893952 44831 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20652] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20652/stat : 20652 (java) S 20638 20640 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172746754 1840893952 44831 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20653] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20653/stat : 20653 (java) S 20638 20640 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172746835 1840893952 44831 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 1797748

[startup+12.7015 s]
/proc/loadavg: 1.10 1.04 1.01 2/77 20653
/proc/meminfo: memFree=1230736/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=1797748 CPUtime=14.82
/proc/20640/stat : 20640 (java) S 20638 20640 19400 0 -1 0 64174 0 1 0 1450 32 0 0 18 0 13 0 172746745 1840893952 54807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 449437 54807 1333 9 0 447048 0
[pid=20640/tid=20642] ppid=20638 vsize=1797748 CPUtime=11.42
/proc/20640/task/20642/stat : 20642 (java) R 20638 20640 19400 0 -1 64 38737 0 1 0 1122 20 0 0 25 0 13 0 172746746 1840893952 54807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109642674 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20643] ppid=20638 vsize=1797748 CPUtime=0.31
/proc/20640/task/20643/stat : 20643 (java) S 20638 20640 19400 0 -1 64 7411 0 0 0 28 3 0 0 16 0 13 0 172746748 1840893952 54807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20644] ppid=20638 vsize=1797748 CPUtime=0.3
/proc/20640/task/20644/stat : 20644 (java) S 20638 20640 19400 0 -1 64 6100 0 0 0 28 2 0 0 17 0 13 0 172746748 1840893952 54807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20645] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20645/stat : 20645 (java) S 20638 20640 19400 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 54807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20646] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20646/stat : 20646 (java) S 20638 20640 19400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 54807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20647] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20647/stat : 20647 (java) S 20638 20640 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 54807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20648] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20648/stat : 20648 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172746754 1840893952 54807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20649] ppid=20638 vsize=1797748 CPUtime=1.35
/proc/20640/task/20649/stat : 20649 (java) S 20638 20640 19400 0 -1 64 5499 0 0 0 132 3 0 0 16 0 13 0 172746754 1840893952 54807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20650] ppid=20638 vsize=1797748 CPUtime=1.39
/proc/20640/task/20650/stat : 20650 (java) S 20638 20640 19400 0 -1 64 5678 0 0 0 137 2 0 0 17 0 13 0 172746754 1840893952 54807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20651] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20651/stat : 20651 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 172746754 1840893952 54807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20652] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20652/stat : 20652 (java) S 20638 20640 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172746754 1840893952 54807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20653] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20653/stat : 20653 (java) S 20638 20640 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172746835 1840893952 54807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.82
Current children cumulated vsize (KiB) 1797748

[startup+25.5026 s]
/proc/loadavg: 1.14 1.06 1.01 2/77 20653
/proc/meminfo: memFree=1216016/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=1797748 CPUtime=27.81
/proc/20640/stat : 20640 (java) S 20638 20640 19400 0 -1 0 67803 0 1 0 2747 34 0 0 18 0 13 0 172746745 1840893952 57807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 449437 57807 1333 9 0 447048 0
[pid=20640/tid=20642] ppid=20638 vsize=1797748 CPUtime=24.06
/proc/20640/task/20642/stat : 20642 (java) R 20638 20640 19400 0 -1 64 38747 0 1 0 2386 20 0 0 25 0 13 0 172746746 1840893952 57807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109174816 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20643] ppid=20638 vsize=1797748 CPUtime=0.46
/proc/20640/task/20643/stat : 20643 (java) S 20638 20640 19400 0 -1 64 9453 0 0 0 42 4 0 0 16 0 13 0 172746748 1840893952 57807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20644] ppid=20638 vsize=1797748 CPUtime=0.44
/proc/20640/task/20644/stat : 20644 (java) S 20638 20640 19400 0 -1 64 7677 0 0 0 42 2 0 0 16 0 13 0 172746748 1840893952 57807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=20640/tid=20645] ppid=20638 vsize=1797748 CPUtime=0.17
/proc/20640/task/20645/stat : 20645 (java) S 20638 20640 19400 0 -1 64 48 0 0 0 10 7 0 0 16 0 13 0 172746750 1840893952 129583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20646] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20646/stat : 20646 (java) S 20638 20640 19400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 129583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20647] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20647/stat : 20647 (java) S 20638 20640 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 129583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20648] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20648/stat : 20648 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172746754 1840893952 129583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20649] ppid=20638 vsize=1797748 CPUtime=1.42
/proc/20640/task/20649/stat : 20649 (java) S 20638 20640 19400 0 -1 64 5501 0 0 0 139 3 0 0 17 0 13 0 172746754 1840893952 129583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20650] ppid=20638 vsize=1797748 CPUtime=1.65
/proc/20640/task/20650/stat : 20650 (java) S 20638 20640 19400 0 -1 64 5699 0 0 0 163 2 0 0 17 0 13 0 172746754 1840893952 129583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20651] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20651/stat : 20651 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 172746754 1840893952 129583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20652] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20652/stat : 20652 (java) S 20638 20640 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172746754 1840893952 129583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20653] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20653/stat : 20653 (java) S 20638 20640 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172746835 1840893952 129583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.96
Current children cumulated vsize (KiB) 1797748

[startup+1602.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/77 20655
/proc/meminfo: memFree=921680/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=1797748 CPUtime=1629.19
/proc/20640/stat : 20640 (java) S 20638 20640 19400 0 -1 0 158317 0 1 0 162831 88 0 0 18 0 13 0 172746745 1840893952 131173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 449437 131173 1333 9 0 447048 0
[pid=20640/tid=20642] ppid=20638 vsize=1797748 CPUtime=1575.08
/proc/20640/task/20642/stat : 20642 (java) R 20638 20640 19400 0 -1 64 41652 0 1 0 157480 28 0 0 25 0 13 0 172746746 1840893952 131173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109703181 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20643] ppid=20638 vsize=1797748 CPUtime=25.4
/proc/20640/task/20643/stat : 20643 (java) S 20638 20640 19400 0 -1 64 51164 0 0 0 2519 21 0 0 16 0 13 0 172746748 1840893952 131173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20644] ppid=20638 vsize=1797748 CPUtime=25.41
/proc/20640/task/20644/stat : 20644 (java) S 20638 20640 19400 0 -1 64 53532 0 0 0 2518 23 0 0 16 0 13 0 172746748 1840893952 131173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20645] ppid=20638 vsize=1797748 CPUtime=0.17
/proc/20640/task/20645/stat : 20645 (java) S 20638 20640 19400 0 -1 64 48 0 0 0 10 7 0 0 16 0 13 0 172746750 1840893952 131173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20646] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20646/stat : 20646 (java) S 20638 20640 19400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 131173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20647] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20647/stat : 20647 (java) S 20638 20640 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 131173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20648] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20648/stat : 20648 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172746754 1840893952 131173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20649] ppid=20638 vsize=1797748 CPUtime=1.42
/proc/20640/task/20649/stat : 20649 (java) S 20638 20640 19400 0 -1 64 5501 0 0 0 139 3 0 0 17 0 13 0 172746754 1840893952 131173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20650] ppid=20638 vsize=1797748 CPUtime=1.65
/proc/20640/task/20650/stat : 20650 (java) S 20638 20640 19400 0 -1 64 5699 0 0 0 163 2 0 0 17 0 13 0 172746754 1840893952 131173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20651] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20651/stat : 20651 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 172746754 1840893952 131173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20652] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20652/stat : 20652 (java) S 20638 20640 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172746754 1840893952 131173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20653] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20653/stat : 20653 (java) S 20638 20640 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172746835 1840893952 131173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1629.19
Current children cumulated vsize (KiB) 1797748

[startup+1662.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/77 20655
/proc/meminfo: memFree=916496/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=1797748 CPUtime=1690.44
/proc/20640/stat : 20640 (java) S 20638 20640 19400 0 -1 0 159668 0 1 0 168954 90 0 0 18 0 13 0 172746745 1840893952 132446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 449437 132446 1333 9 0 447048 0
[pid=20640/tid=20642] ppid=20638 vsize=1797748 CPUtime=1633.78
/proc/20640/task/20642/stat : 20642 (java) R 20638 20640 19400 0 -1 64 41673 0 1 0 163350 28 0 0 25 0 13 0 172746746 1840893952 132446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109714395 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20643] ppid=20638 vsize=1797748 CPUtime=26.67
/proc/20640/task/20643/stat : 20643 (java) S 20638 20640 19400 0 -1 64 52202 0 0 0 2645 22 0 0 16 0 13 0 172746748 1840893952 132446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20644] ppid=20638 vsize=1797748 CPUtime=26.68
/proc/20640/task/20644/stat : 20644 (java) S 20638 20640 19400 0 -1 64 53824 0 0 0 2645 23 0 0 17 0 13 0 172746748 1840893952 132446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20645] ppid=20638 vsize=1797748 CPUtime=0.17
/proc/20640/task/20645/stat : 20645 (java) S 20638 20640 19400 0 -1 64 48 0 0 0 10 7 0 0 16 0 13 0 172746750 1840893952 132446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20646] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20646/stat : 20646 (java) S 20638 20640 19400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 132446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20647] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20647/stat : 20647 (java) S 20638 20640 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 132446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20648] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20648/stat : 20648 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172746754 1840893952 132446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20649] ppid=20638 vsize=1797748 CPUtime=1.42
/proc/20640/task/20649/stat : 20649 (java) S 20638 20640 19400 0 -1 64 5501 0 0 0 139 3 0 0 17 0 13 0 172746754 1840893952 132446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20650] ppid=20638 vsize=1797748 CPUtime=1.65
/proc/20640/task/20650/stat : 20650 (java) S 20638 20640 19400 0 -1 64 5699 0 0 0 163 2 0 0 17 0 13 0 172746754 1840893952 132446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20651] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20651/stat : 20651 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 172746754 1840893952 132446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20652] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20652/stat : 20652 (java) S 20638 20640 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172746754 1840893952 132446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20653] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20653/stat : 20653 (java) S 20638 20640 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172746835 1840893952 132446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1690.44
Current children cumulated vsize (KiB) 1797748

[startup+1722.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 20655
/proc/meminfo: memFree=909776/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=1797748 CPUtime=1751.7
/proc/20640/stat : 20640 (java) S 20638 20640 19400 0 -1 0 161498 0 1 0 175079 91 0 0 18 0 13 0 172746745 1840893952 134112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 449437 134112 1333 9 0 447048 0
[pid=20640/tid=20642] ppid=20638 vsize=1797748 CPUtime=1692.46
/proc/20640/task/20642/stat : 20642 (java) R 20638 20640 19400 0 -1 64 41694 0 1 0 169217 29 0 0 25 0 13 0 172746746 1840893952 134112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109701622 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20643] ppid=20638 vsize=1797748 CPUtime=27.96
/proc/20640/task/20643/stat : 20643 (java) S 20638 20640 19400 0 -1 64 53479 0 0 0 2774 22 0 0 16 0 13 0 172746748 1840893952 134112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20644] ppid=20638 vsize=1797748 CPUtime=27.97
/proc/20640/task/20644/stat : 20644 (java) S 20638 20640 19400 0 -1 64 54356 0 0 0 2774 23 0 0 17 0 13 0 172746748 1840893952 134112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20645] ppid=20638 vsize=1797748 CPUtime=0.18
/proc/20640/task/20645/stat : 20645 (java) S 20638 20640 19400 0 -1 64 48 0 0 0 10 8 0 0 16 0 13 0 172746750 1840893952 134112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20646] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20646/stat : 20646 (java) S 20638 20640 19400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 134112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20647] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20647/stat : 20647 (java) S 20638 20640 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 134112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20648] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20648/stat : 20648 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172746754 1840893952 134112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20649] ppid=20638 vsize=1797748 CPUtime=1.42
/proc/20640/task/20649/stat : 20649 (java) S 20638 20640 19400 0 -1 64 5501 0 0 0 139 3 0 0 17 0 13 0 172746754 1840893952 134112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20650] ppid=20638 vsize=1797748 CPUtime=1.65
/proc/20640/task/20650/stat : 20650 (java) S 20638 20640 19400 0 -1 64 5699 0 0 0 163 2 0 0 17 0 13 0 172746754 1840893952 134112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20651] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20651/stat : 20651 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 172746754 1840893952 134112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20652] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20652/stat : 20652 (java) S 20638 20640 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172746754 1840893952 134112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20653] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20653/stat : 20653 (java) S 20638 20640 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172746835 1840893952 134112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1751.7
Current children cumulated vsize (KiB) 1797748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.6 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 20655
/proc/meminfo: memFree=905104/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=1797748 CPUtime=1800.06
/proc/20640/stat : 20640 (java) S 20638 20640 19400 0 -1 0 162731 0 1 0 179914 92 0 0 18 0 13 0 172746745 1840893952 135247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 449437 135247 1333 9 0 447048 0
[pid=20640/tid=20642] ppid=20638 vsize=1797748 CPUtime=1738.67
/proc/20640/task/20642/stat : 20642 (java) R 20638 20640 19400 0 -1 64 41711 0 1 0 173838 29 0 0 25 0 13 0 172746746 1840893952 135247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109714443 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20643] ppid=20638 vsize=1797748 CPUtime=29.04
/proc/20640/task/20643/stat : 20643 (java) S 20638 20640 19400 0 -1 64 54251 0 0 0 2881 23 0 0 16 0 13 0 172746748 1840893952 135247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20640/tid=20644] ppid=20638 vsize=1797748 CPUtime=29.04
/proc/20640/task/20644/stat : 20644 (java) S 20638 20640 19400 0 -1 64 54800 0 0 0 2880 24 0 0 16 0 13 0 172746748 1840893952 135247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20645] ppid=20638 vsize=1797748 CPUtime=0.19
/proc/20640/task/20645/stat : 20645 (java) S 20638 20640 19400 0 -1 64 48 0 0 0 11 8 0 0 16 0 13 0 172746750 1840893952 135247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20646] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20646/stat : 20646 (java) S 20638 20640 19400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 135247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20647] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20647/stat : 20647 (java) S 20638 20640 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172746750 1840893952 135247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20648] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20648/stat : 20648 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172746754 1840893952 135247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20649] ppid=20638 vsize=1797748 CPUtime=1.42
/proc/20640/task/20649/stat : 20649 (java) S 20638 20640 19400 0 -1 64 5501 0 0 0 139 3 0 0 17 0 13 0 172746754 1840893952 135247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20650] ppid=20638 vsize=1797748 CPUtime=1.65
/proc/20640/task/20650/stat : 20650 (java) S 20638 20640 19400 0 -1 64 5699 0 0 0 163 2 0 0 17 0 13 0 172746754 1840893952 135247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20651] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20651/stat : 20651 (java) S 20638 20640 19400 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 172746754 1840893952 135247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20652] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20652/stat : 20652 (java) S 20638 20640 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172746754 1840893952 135247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20640/tid=20653] ppid=20638 vsize=1797748 CPUtime=0
/proc/20640/task/20653/stat : 20653 (java) S 20638 20640 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172746835 1840893952 135247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1797748

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

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

[startup+1769.71 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 20655
/proc/meminfo: memFree=905104/2055920 swapFree=4181952/4192956
[pid=20640] ppid=20638 vsize=0 CPUtime=1800.17
/proc/20640/stat : 20640 (java) Z 20638 20640 19400 0 -1 1036 162751 0 1 0 179917 100 0 0 16 0 2 0 172746745 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20640/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1769.72
CPU time (s): 1800.17
CPU user time (s): 1799.17
CPU system time (s): 1.00185
CPU usage (%): 101.721
Max. virtual memory (cumulated for all children) (KiB): 1801976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 1.00185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162751
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= 42187
involuntary context switches= 18825

runsolver used 1.66075 second user time and 4.80227 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Thu Apr 19 07:26:12 UTC 2007

IDJOB= 360358
IDBENCH= 1365
IDSOLVER= 164
FILE ID= node68/360358-1176967572

PBS_JOBID= 4605806

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  76a48b8845ca731b7df3e7e82d604015

RANDOM SEED= 484031614

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1443336 kB
Buffers:         26000 kB
Cached:         512648 kB
SwapCached:       4740 kB
Active:         104472 kB
Inactive:       446348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443336 kB
SwapTotal:     4192956 kB
SwapFree:      4181952 kB
Dirty:            3668 kB
Writeback:           0 kB
Mapped:          16296 kB
Slab:            47896 kB
Committed_AS:  2737272 kB
PageTables:       1384 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= 66324 MiB

End job on node68 on Thu Apr 19 07:55:44 UTC 2007