Trace number 350323

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
sat4jPseudoCP 2007-03-23? (TO) 1800.21 1757.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900557957.opb
MD5SUMaacf18cf0b8ed9727f2f81c2bd5074e6
Bench CategorySATUNSAT-SMALLINT (no optimisation, small integers)
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 benchmark80.4218
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 717
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.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.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/350323-1176497389/instance-350323-1176497389.opb
0.20/0.20	c reading problem ... 
1.09/0.86	c ... done. Wall clock time 0.661s.
1.09/0.86	c CPU time (experimental) 0.58s.
1.09/0.86	c #vars     231
1.09/0.86	c #constraints  2707
1800.06/1757.61	c starts		: 2
1800.06/1757.61	c conflicts		: 45412
1800.06/1757.61	c decisions		: 141750
1800.06/1757.61	c propagations		: 1402263
1800.06/1757.61	c inspects		: 551787318
1800.06/1757.61	c learnt literals	: 0
1800.06/1757.61	c learnt binary clauses	: 0
1800.06/1757.61	c learnt ternary clauses	: 7
1800.06/1757.61	c learnt clauses	: 45412
1800.06/1757.61	c root simplifications	: 0
1800.06/1757.61	c removed literals (reason simplification)	: 0
1800.06/1757.61	c reason swapping (by a shorter reason)	: 0
1800.06/1757.61	c Calls to reduceDB	: 0
1800.06/1757.61	c speed (decisions/second)	: 80.68890967225218
1800.06/1757.61	c non guided choices	121
1800.06/1757.61	s UNKNOWN
1800.06/1757.61	c Total wall clock time (ms): 1757.412

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/node1/watcher-350323-1176497389 -o ROOT/results/node1/solver-350323-1176497389 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350323-1176497389/sat4jPseudoCP.jar /tmp/evaluation/350323-1176497389/instance-350323-1176497389.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.99 0.98 0.91 3/77 19282
/proc/meminfo: memFree=1566648/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=152 CPUtime=0
/proc/19282/stat : 19282 (java) R 19280 19282 18816 0 -1 0 42 0 0 0 0 0 0 0 20 0 1 0 125776704 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 5829412 0 0 4096 0 0 0 0 17 1 0 0
/proc/19282/statm: 38 26 19 9 0 4 0

[startup+0.0290471 s]
/proc/loadavg: 0.99 0.98 0.91 3/77 19282
/proc/meminfo: memFree=1566648/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=1773596 CPUtime=0.01
/proc/19282/stat : 19282 (java) S 19280 19282 18816 0 -1 0 2514 0 1 0 0 1 0 0 18 0 3 0 125776704 1816162304 2263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/19282/statm: 443399 2263 387 9 0 441413 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1773596

[startup+0.100789 s]
/proc/loadavg: 0.99 0.98 0.91 3/77 19282
/proc/meminfo: memFree=1566648/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=1781132 CPUtime=0.08
/proc/19282/stat : 19282 (java) S 19280 19282 18816 0 -1 0 3973 0 1 0 5 3 0 0 18 0 12 0 125776704 1823879168 3714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19282/statm: 445283 3714 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.301813 s]
/proc/loadavg: 0.99 0.98 0.91 3/77 19282
/proc/meminfo: memFree=1566648/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=1782444 CPUtime=0.31
/proc/19282/stat : 19282 (java) S 19280 19282 18816 0 -1 0 5131 0 1 0 27 4 0 0 18 0 12 0 125776704 1825222656 4869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19282/statm: 445611 4869 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782444

[startup+0.701859 s]
/proc/loadavg: 0.99 0.98 0.91 3/77 19282
/proc/meminfo: memFree=1566648/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=1783308 CPUtime=0.91
/proc/19282/stat : 19282 (java) S 19280 19282 18816 0 -1 0 6886 0 1 0 86 5 0 0 18 0 12 0 125776704 1826107392 6375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19282/statm: 445827 6375 1301 9 0 443439 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783308

[startup+1.50196 s]
/proc/loadavg: 0.99 0.98 0.91 4/90 19295
/proc/meminfo: memFree=1541456/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=1786768 CPUtime=2.29
/proc/19282/stat : 19282 (java) S 19280 19282 18816 0 -1 0 17026 0 1 0 221 8 0 0 18 0 13 0 125776704 1829650432 15425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19282/statm: 446692 15425 1312 9 0 444304 0
[pid=19282/tid=19284] ppid=19280 vsize=1786768 CPUtime=0.97
/proc/19282/task/19284/stat : 19284 (java) R 19280 19282 18816 0 -1 64 13587 0 1 0 90 7 0 0 20 0 13 0 125776705 1829650432 15425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19285] ppid=19280 vsize=1786768 CPUtime=0
/proc/19282/task/19285/stat : 19285 (java) S 19280 19282 18816 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 125776707 1829650432 15425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19286] ppid=19280 vsize=1786768 CPUtime=0
/proc/19282/task/19286/stat : 19286 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125776707 1829650432 15425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19287] ppid=19280 vsize=1786768 CPUtime=0
/proc/19282/task/19287/stat : 19287 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 125776709 1829650432 15425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19288] ppid=19280 vsize=1786768 CPUtime=0
/proc/19282/task/19288/stat : 19288 (java) S 19280 19282 18816 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 125776709 1829650432 15425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19289] ppid=19280 vsize=1786768 CPUtime=0
/proc/19282/task/19289/stat : 19289 (java) S 19280 19282 18816 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 125776709 1829650432 15425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19290] ppid=19280 vsize=1786768 CPUtime=0
/proc/19282/task/19290/stat : 19290 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 125776713 1829650432 15425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19291] ppid=19280 vsize=1786768 CPUtime=0.58
/proc/19282/task/19291/stat : 19291 (java) R 19280 19282 18816 0 -1 64 948 0 0 0 58 0 0 0 16 0 13 0 125776713 1829650432 15425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104792664 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19292] ppid=19280 vsize=1786768 CPUtime=0.72
/proc/19282/task/19292/stat : 19292 (java) R 19280 19282 18816 0 -1 64 1767 0 0 0 72 0 0 0 16 0 13 0 125776713 1829650432 15425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102120603 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19293] ppid=19280 vsize=1786768 CPUtime=0
/proc/19282/task/19293/stat : 19293 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125776713 1829650432 15425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19294] ppid=19280 vsize=1786768 CPUtime=0
/proc/19282/task/19294/stat : 19294 (java) S 19280 19282 18816 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 125776713 1829650432 15425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19295] ppid=19280 vsize=1786768 CPUtime=0
/proc/19282/task/19295/stat : 19295 (java) S 19280 19282 18816 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 125776791 1829650432 15425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1786768

[startup+3.10213 s]
/proc/loadavg: 0.99 0.98 0.91 4/90 19295
/proc/meminfo: memFree=1461840/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=1795268 CPUtime=5.12
/proc/19282/stat : 19282 (java) S 19280 19282 18816 0 -1 0 51714 0 1 0 489 23 0 0 18 0 13 0 125776704 1838354432 42289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19282/statm: 448817 42289 1325 9 0 446429 0
[pid=19282/tid=19284] ppid=19280 vsize=1795268 CPUtime=1.95
/proc/19282/task/19284/stat : 19284 (java) R 19280 19282 18816 0 -1 64 37720 0 1 0 178 17 0 0 22 0 13 0 125776705 1838354432 42289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109612469 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19285] ppid=19280 vsize=1795268 CPUtime=0
/proc/19282/task/19285/stat : 19285 (java) S 19280 19282 18816 0 -1 64 182 0 0 0 0 0 0 0 16 0 13 0 125776707 1838354432 42289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19286] ppid=19280 vsize=1795268 CPUtime=0
/proc/19282/task/19286/stat : 19286 (java) S 19280 19282 18816 0 -1 64 148 0 0 0 0 0 0 0 16 0 13 0 125776707 1838354432 42289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19287] ppid=19280 vsize=1795268 CPUtime=0
/proc/19282/task/19287/stat : 19287 (java) S 19280 19282 18816 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 125776709 1838354432 42289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19288] ppid=19280 vsize=1795268 CPUtime=0
/proc/19282/task/19288/stat : 19288 (java) S 19280 19282 18816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 125776709 1838354432 42289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19289] ppid=19280 vsize=1795268 CPUtime=0
/proc/19282/task/19289/stat : 19289 (java) S 19280 19282 18816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125776709 1838354432 42289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19290] ppid=19280 vsize=1795268 CPUtime=0
/proc/19282/task/19290/stat : 19290 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 125776713 1838354432 42289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19291] ppid=19280 vsize=1795268 CPUtime=1.51
/proc/19282/task/19291/stat : 19291 (java) S 19280 19282 18816 0 -1 64 5871 0 0 0 149 2 0 0 18 0 13 0 125776713 1838354432 42289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19292] ppid=19280 vsize=1795268 CPUtime=1.63
/proc/19282/task/19292/stat : 19292 (java) S 19280 19282 18816 0 -1 64 7064 0 0 0 160 3 0 0 17 0 13 0 125776713 1838354432 42289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19293] ppid=19280 vsize=1795268 CPUtime=0
/proc/19282/task/19293/stat : 19293 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125776713 1838354432 42289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19294] ppid=19280 vsize=1795268 CPUtime=0
/proc/19282/task/19294/stat : 19294 (java) S 19280 19282 18816 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 125776713 1838354432 42289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19295] ppid=19280 vsize=1795268 CPUtime=0
/proc/19282/task/19295/stat : 19295 (java) S 19280 19282 18816 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 125776791 1838354432 42289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 1795268

[startup+6.30251 s]
/proc/loadavg: 0.99 0.98 0.91 2/90 19295
/proc/meminfo: memFree=1399632/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=1794884 CPUtime=8.53
/proc/19282/stat : 19282 (java) S 19280 19282 18816 0 -1 0 57874 0 1 0 826 27 0 0 18 0 13 0 125776704 1837961216 47559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19282/statm: 448721 47559 1325 9 0 446333 0
[pid=19282/tid=19284] ppid=19280 vsize=1794884 CPUtime=5
/proc/19282/task/19284/stat : 19284 (java) R 19280 19282 18816 0 -1 64 40356 0 1 0 482 18 0 0 22 0 13 0 125776705 1837961216 47559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109688969 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19285] ppid=19280 vsize=1794884 CPUtime=0.07
/proc/19282/task/19285/stat : 19285 (java) S 19280 19282 18816 0 -1 64 2006 0 0 0 7 0 0 0 16 0 13 0 125776707 1837961216 47559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19286] ppid=19280 vsize=1794884 CPUtime=0.08
/proc/19282/task/19286/stat : 19286 (java) S 19280 19282 18816 0 -1 64 1777 0 0 0 7 1 0 0 16 0 13 0 125776707 1837961216 47559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19287] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19287/stat : 19287 (java) S 19280 19282 18816 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 125776709 1837961216 47559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19288] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19288/stat : 19288 (java) S 19280 19282 18816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 125776709 1837961216 47559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19289] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19289/stat : 19289 (java) S 19280 19282 18816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125776709 1837961216 47559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19290] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19290/stat : 19290 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 125776713 1837961216 47559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19291] ppid=19280 vsize=1794884 CPUtime=1.59
/proc/19282/task/19291/stat : 19291 (java) S 19280 19282 18816 0 -1 64 5872 0 0 0 157 2 0 0 16 0 13 0 125776713 1837961216 47559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19292] ppid=19280 vsize=1794884 CPUtime=1.72
/proc/19282/task/19292/stat : 19292 (java) S 19280 19282 18816 0 -1 64 7113 0 0 0 169 3 0 0 16 0 13 0 125776713 1837961216 47559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19293] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19293/stat : 19293 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125776713 1837961216 47559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19294] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19294/stat : 19294 (java) S 19280 19282 18816 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 125776713 1837961216 47559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19295] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19295/stat : 19295 (java) S 19280 19282 18816 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 125776791 1837961216 47559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 1794884

[startup+12.7023 s]
/proc/loadavg: 1.07 1.00 0.92 2/90 19295
/proc/meminfo: memFree=1352912/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=1794884 CPUtime=15.05
/proc/19282/stat : 19282 (java) S 19280 19282 18816 0 -1 0 65156 0 1 0 1475 30 0 0 18 0 13 0 125776704 1837961216 54559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19282/statm: 448721 54559 1326 9 0 446333 0
[pid=19282/tid=19284] ppid=19280 vsize=1794884 CPUtime=11.3
/proc/19282/task/19284/stat : 19284 (java) R 19280 19282 18816 0 -1 64 44152 0 1 0 1111 19 0 0 25 0 13 0 125776705 1837961216 54559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109676702 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19285] ppid=19280 vsize=1794884 CPUtime=0.16
/proc/19282/task/19285/stat : 19285 (java) S 19280 19282 18816 0 -1 64 3798 0 0 0 15 1 0 0 16 0 13 0 125776707 1837961216 54559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19286] ppid=19280 vsize=1794884 CPUtime=0.16
/proc/19282/task/19286/stat : 19286 (java) S 19280 19282 18816 0 -1 64 3267 0 0 0 14 2 0 0 16 0 13 0 125776707 1837961216 54559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19287] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19287/stat : 19287 (java) S 19280 19282 18816 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 125776709 1837961216 54559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19288] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19288/stat : 19288 (java) S 19280 19282 18816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 125776709 1837961216 54559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19289] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19289/stat : 19289 (java) S 19280 19282 18816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125776709 1837961216 54559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19290] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19290/stat : 19290 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 125776713 1837961216 54559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19291] ppid=19280 vsize=1794884 CPUtime=1.61
/proc/19282/task/19291/stat : 19291 (java) S 19280 19282 18816 0 -1 64 5872 0 0 0 159 2 0 0 16 0 13 0 125776713 1837961216 54559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19292] ppid=19280 vsize=1794884 CPUtime=1.77
/proc/19282/task/19292/stat : 19292 (java) S 19280 19282 18816 0 -1 64 7317 0 0 0 174 3 0 0 16 0 13 0 125776713 1837961216 54559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19293] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19293/stat : 19293 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125776713 1837961216 54559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19294] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19294/stat : 19294 (java) S 19280 19282 18816 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 125776713 1837961216 54559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19295] ppid=19280 vsize=1794884 CPUtime=0
/proc/19282/task/19295/stat : 19295 (java) S 19280 19282 18816 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 125776791 1837961216 54559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.05
Current children cumulated vsize (KiB) 1794884

[startup+25.5018 s]
/proc/loadavg: 1.06 1.00 0.92 2/90 19295
/proc/meminfo: memFree=1342032/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=1793956 CPUtime=28.29
/proc/19282/stat : 19282 (java) S 19280 19282 18816 0 -1 0 69103 0 1 0 2797 32 0 0 18 0 13 0 125776704 1837010944 57159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19282/statm: 448489 57159 1333 9 0 446101 0
[pid=19282/tid=19284] ppid=19280 vsize=1793956 CPUtime=23.92
/proc/19282/task/19284/stat : 19284 (java) R 19280 19282 18816 0 -1 64 44211 0 1 0 2373 19 0 0 25 0 13 0 125776705 1837010944 57159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109680296 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19285] ppid=19280 vsize=1793956 CPUtime=0.29
/proc/19282/task/19285/stat : 19285 (java) S 19280 19282 18816 0 -1 64 5629 0 0 0 27 2 0 0 16 0 13 0 125776707 1837010944 57159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19286] ppid=19280 vsize=1793956 CPUtime=0.3
/proc/19282/task/19286/stat : 19286 (java) S 19280 19282 18816 0 -1 64 4791 0 0 0 27 3 0 0 16 0 13 0 125776707 1837010944 57159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=19282/tid=19287] ppid=19280 vsize=1798052 CPUtime=0.23
/proc/19282/task/19287/stat : 19287 (java) S 19280 19282 18816 0 -1 64 29 0 0 0 16 7 0 0 16 0 13 0 125776709 1841205248 134932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19288] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19288/stat : 19288 (java) S 19280 19282 18816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 125776709 1841205248 134932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19289] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19289/stat : 19289 (java) S 19280 19282 18816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125776709 1841205248 134932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19290] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19290/stat : 19290 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 125776713 1841205248 134932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19291] ppid=19280 vsize=1798052 CPUtime=2.03
/proc/19282/task/19291/stat : 19291 (java) S 19280 19282 18816 0 -1 64 5900 0 0 0 201 2 0 0 16 0 13 0 125776713 1841205248 134932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19292] ppid=19280 vsize=1798052 CPUtime=2.2
/proc/19282/task/19292/stat : 19292 (java) S 19280 19282 18816 0 -1 64 10558 0 0 0 216 4 0 0 17 0 13 0 125776713 1841205248 134932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19293] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19293/stat : 19293 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125776713 1841205248 134932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19294] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19294/stat : 19294 (java) S 19280 19282 18816 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 125776713 1841205248 134932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19295] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19295/stat : 19295 (java) S 19280 19282 18816 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 125776791 1841205248 134932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1578.68
Current children cumulated vsize (KiB) 1798052

[startup+1602.3 s]
/proc/loadavg: 1.06 1.05 1.00 2/90 19493
/proc/meminfo: memFree=1022288/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=1798052 CPUtime=1640.41
/proc/19282/stat : 19282 (java) S 19280 19282 18816 0 -1 0 160707 0 1 0 163943 98 0 0 18 0 13 0 125776704 1841205248 136861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19282/statm: 449513 136861 1333 9 0 447125 0
[pid=19282/tid=19284] ppid=19280 vsize=1798052 CPUtime=1563.76
/proc/19282/task/19284/stat : 19284 (java) R 19280 19282 18816 0 -1 64 45065 0 1 0 156343 33 0 0 25 0 13 0 125776705 1841205248 136861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109747655 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19285] ppid=19280 vsize=1798052 CPUtime=36.06
/proc/19282/task/19285/stat : 19285 (java) S 19280 19282 18816 0 -1 64 48068 0 0 0 3583 23 0 0 16 0 13 0 125776707 1841205248 136861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19286] ppid=19280 vsize=1798052 CPUtime=36.07
/proc/19282/task/19286/stat : 19286 (java) S 19280 19282 18816 0 -1 64 50365 0 0 0 3581 26 0 0 16 0 13 0 125776707 1841205248 136861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19287] ppid=19280 vsize=1798052 CPUtime=0.24
/proc/19282/task/19287/stat : 19287 (java) S 19280 19282 18816 0 -1 64 29 0 0 0 17 7 0 0 16 0 13 0 125776709 1841205248 136861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19288] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19288/stat : 19288 (java) S 19280 19282 18816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 125776709 1841205248 136861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19289] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19289/stat : 19289 (java) S 19280 19282 18816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125776709 1841205248 136861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19290] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19290/stat : 19290 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 125776713 1841205248 136861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19291] ppid=19280 vsize=1798052 CPUtime=2.03
/proc/19282/task/19291/stat : 19291 (java) S 19280 19282 18816 0 -1 64 5900 0 0 0 201 2 0 0 16 0 13 0 125776713 1841205248 136861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19292] ppid=19280 vsize=1798052 CPUtime=2.2
/proc/19282/task/19292/stat : 19292 (java) S 19280 19282 18816 0 -1 64 10558 0 0 0 216 4 0 0 17 0 13 0 125776713 1841205248 136861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19293] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19293/stat : 19293 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125776713 1841205248 136861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19294] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19294/stat : 19294 (java) S 19280 19282 18816 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 125776713 1841205248 136861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19295] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19295/stat : 19295 (java) S 19280 19282 18816 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 125776791 1841205248 136861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1640.41
Current children cumulated vsize (KiB) 1798052

[startup+1662.3 s]
/proc/loadavg: 1.02 1.04 1.00 2/90 19493
/proc/meminfo: memFree=1012368/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=1798052 CPUtime=1702.1
/proc/19282/stat : 19282 (java) S 19280 19282 18816 0 -1 0 163351 0 1 0 170110 100 0 0 18 0 13 0 125776704 1841205248 139354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19282/statm: 449513 139354 1333 9 0 447125 0
[pid=19282/tid=19284] ppid=19280 vsize=1798052 CPUtime=1621.99
/proc/19282/task/19284/stat : 19284 (java) R 19280 19282 18816 0 -1 64 45091 0 1 0 162165 34 0 0 25 0 13 0 125776705 1841205248 139354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109749041 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19285] ppid=19280 vsize=1798052 CPUtime=37.78
/proc/19282/task/19285/stat : 19285 (java) S 19280 19282 18816 0 -1 64 49360 0 0 0 3755 23 0 0 16 0 13 0 125776707 1841205248 139354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19286] ppid=19280 vsize=1798052 CPUtime=37.79
/proc/19282/task/19286/stat : 19286 (java) S 19280 19282 18816 0 -1 64 51691 0 0 0 3753 26 0 0 16 0 13 0 125776707 1841205248 139354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19287] ppid=19280 vsize=1798052 CPUtime=0.24
/proc/19282/task/19287/stat : 19287 (java) S 19280 19282 18816 0 -1 64 29 0 0 0 17 7 0 0 16 0 13 0 125776709 1841205248 139354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19288] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19288/stat : 19288 (java) S 19280 19282 18816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 125776709 1841205248 139354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19289] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19289/stat : 19289 (java) S 19280 19282 18816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125776709 1841205248 139354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19290] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19290/stat : 19290 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 125776713 1841205248 139354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19291] ppid=19280 vsize=1798052 CPUtime=2.03
/proc/19282/task/19291/stat : 19291 (java) S 19280 19282 18816 0 -1 64 5900 0 0 0 201 2 0 0 16 0 13 0 125776713 1841205248 139354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19292] ppid=19280 vsize=1798052 CPUtime=2.2
/proc/19282/task/19292/stat : 19292 (java) S 19280 19282 18816 0 -1 64 10558 0 0 0 216 4 0 0 17 0 13 0 125776713 1841205248 139354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19293] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19293/stat : 19293 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125776713 1841205248 139354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19294] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19294/stat : 19294 (java) S 19280 19282 18816 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 125776713 1841205248 139354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19295] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19295/stat : 19295 (java) S 19280 19282 18816 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 125776791 1841205248 139354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1702.1
Current children cumulated vsize (KiB) 1798052

[startup+1722.3 s]
/proc/loadavg: 1.13 1.06 1.01 2/90 19493
/proc/meminfo: memFree=1004752/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=1798052 CPUtime=1763.75
/proc/19282/stat : 19282 (java) S 19280 19282 18816 0 -1 0 165458 0 1 0 176273 102 0 0 18 0 13 0 125776704 1841205248 141309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19282/statm: 449513 141309 1333 9 0 447125 0
[pid=19282/tid=19284] ppid=19280 vsize=1798052 CPUtime=1680.28
/proc/19282/task/19284/stat : 19284 (java) R 19280 19282 18816 0 -1 64 45117 0 1 0 167994 34 0 0 20 0 13 0 125776705 1841205248 141309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109747639 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19285] ppid=19280 vsize=1798052 CPUtime=39.46
/proc/19282/task/19285/stat : 19285 (java) S 19280 19282 18816 0 -1 64 50732 0 0 0 3922 24 0 0 16 0 13 0 125776707 1841205248 141309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19286] ppid=19280 vsize=1798052 CPUtime=39.48
/proc/19282/task/19286/stat : 19286 (java) S 19280 19282 18816 0 -1 64 52399 0 0 0 3921 27 0 0 16 0 13 0 125776707 1841205248 141309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19287] ppid=19280 vsize=1798052 CPUtime=0.24
/proc/19282/task/19287/stat : 19287 (java) S 19280 19282 18816 0 -1 64 30 0 0 0 17 7 0 0 15 0 13 0 125776709 1841205248 141309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19288] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19288/stat : 19288 (java) S 19280 19282 18816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 125776709 1841205248 141309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19289] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19289/stat : 19289 (java) S 19280 19282 18816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125776709 1841205248 141309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19290] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19290/stat : 19290 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 125776713 1841205248 141309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19291] ppid=19280 vsize=1798052 CPUtime=2.03
/proc/19282/task/19291/stat : 19291 (java) S 19280 19282 18816 0 -1 64 5900 0 0 0 201 2 0 0 16 0 13 0 125776713 1841205248 141309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19292] ppid=19280 vsize=1798052 CPUtime=2.2
/proc/19282/task/19292/stat : 19292 (java) S 19280 19282 18816 0 -1 64 10558 0 0 0 216 4 0 0 17 0 13 0 125776713 1841205248 141309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19293] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19293/stat : 19293 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125776713 1841205248 141309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19294] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19294/stat : 19294 (java) S 19280 19282 18816 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 125776713 1841205248 141309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19295] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19295/stat : 19295 (java) S 19280 19282 18816 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 125776791 1841205248 141309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1763.75
Current children cumulated vsize (KiB) 1798052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1757.6 s]
/proc/loadavg: 1.28 1.10 1.02 2/90 19493
/proc/meminfo: memFree=999952/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=1798052 CPUtime=1800.06
/proc/19282/stat : 19282 (java) S 19280 19282 18816 0 -1 0 166647 0 1 0 179903 103 0 0 18 0 13 0 125776704 1841205248 142434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19282/statm: 449513 142434 1333 9 0 447125 0
[pid=19282/tid=19284] ppid=19280 vsize=1798052 CPUtime=1714.53
/proc/19282/task/19284/stat : 19284 (java) R 19280 19282 18816 0 -1 64 45132 0 1 0 171419 34 0 0 25 0 13 0 125776705 1841205248 142434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109748354 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19285] ppid=19280 vsize=1798052 CPUtime=40.48
/proc/19282/task/19285/stat : 19285 (java) S 19280 19282 18816 0 -1 64 51570 0 0 0 4023 25 0 0 16 0 13 0 125776707 1841205248 142434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19286] ppid=19280 vsize=1798052 CPUtime=40.5
/proc/19282/task/19286/stat : 19286 (java) S 19280 19282 18816 0 -1 64 52735 0 0 0 4023 27 0 0 16 0 13 0 125776707 1841205248 142434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19287] ppid=19280 vsize=1798052 CPUtime=0.25
/proc/19282/task/19287/stat : 19287 (java) S 19280 19282 18816 0 -1 64 30 0 0 0 18 7 0 0 15 0 13 0 125776709 1841205248 142434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19288] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19288/stat : 19288 (java) S 19280 19282 18816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 125776709 1841205248 142434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19289] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19289/stat : 19289 (java) S 19280 19282 18816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125776709 1841205248 142434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19290] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19290/stat : 19290 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 125776713 1841205248 142434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19291] ppid=19280 vsize=1798052 CPUtime=2.03
/proc/19282/task/19291/stat : 19291 (java) S 19280 19282 18816 0 -1 64 5900 0 0 0 201 2 0 0 16 0 13 0 125776713 1841205248 142434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19292] ppid=19280 vsize=1798052 CPUtime=2.2
/proc/19282/task/19292/stat : 19292 (java) S 19280 19282 18816 0 -1 64 10558 0 0 0 216 4 0 0 17 0 13 0 125776713 1841205248 142434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19293] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19293/stat : 19293 (java) S 19280 19282 18816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125776713 1841205248 142434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19282/tid=19294] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19294/stat : 19294 (java) S 19280 19282 18816 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 125776713 1841205248 142434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19282/tid=19295] ppid=19280 vsize=1798052 CPUtime=0
/proc/19282/task/19295/stat : 19295 (java) S 19280 19282 18816 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 125776791 1841205248 142434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1798052

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

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

[startup+1757.71 s]
/proc/loadavg: 1.28 1.10 1.02 2/80 19496
/proc/meminfo: memFree=1392576/2055920 swapFree=4192956/4192956
[pid=19282] ppid=19280 vsize=0 CPUtime=1800.18
/proc/19282/stat : 19282 (java) Z 19280 19282 18816 0 -1 1036 166667 0 1 0 179908 110 0 0 16 0 2 0 125776704 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19282/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1757.75
CPU time (s): 1800.21
CPU user time (s): 1799.08
CPU system time (s): 1.12683
CPU usage (%): 102.416
Max. virtual memory (cumulated for all children) (KiB): 1799744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.12683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166667
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= 45210
involuntary context switches= 52944

runsolver used 1.71374 second user time and 4.84726 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Fri Apr 13 20:49:49 UTC 2007

IDJOB= 350323
IDBENCH= 1281
IDSOLVER= 160
FILE ID= node1/350323-1176497389

PBS_JOBID= 4556691

Free space on /tmp= 66465 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900557957.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350323-1176497389/sat4jPseudoCP.jar /tmp/evaluation/350323-1176497389/instance-350323-1176497389.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-350323-1176497389 -o ROOT/results/node1/solver-350323-1176497389 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350323-1176497389/sat4jPseudoCP.jar /tmp/evaluation/350323-1176497389/instance-350323-1176497389.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  aacf18cf0b8ed9727f2f81c2bd5074e6

RANDOM SEED= 370335895

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.234
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.234
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:       1566992 kB
Buffers:         44996 kB
Cached:         321116 kB
SwapCached:          0 kB
Active:         167492 kB
Inactive:       253852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566992 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3680 kB
Writeback:           0 kB
Mapped:          74164 kB
Slab:            53020 kB
Committed_AS:  2496464 kB
PageTables:       1832 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= 66465 MiB

End job on node1 on Fri Apr 13 21:19:08 UTC 2007