Trace number 359280

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.21 1768.73

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900576927.opb
MD5SUM7f91f8d08a20ca0a8483dc7b1c14e540
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 benchmark143.279
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 671
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.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c no version file found!!!
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1651659224
0.07/0.16	c Max memory 1654456320
0.07/0.16	c Total memory 1654456320
0.07/0.16	c Number of processors 2
0.18/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.18/0.22	--- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.22	c No reason simplification
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c Simplify asserted PB constraints to clauses
0.18/0.22	c solving /tmp/evaluation/359280-1176925659/instance-359280-1176925659.opb
0.18/0.22	c reading problem ... 
1.21/0.90	c ... done. Wall clock time 0.684s.
1.21/0.90	c CPU time (experimental) 0.58s.
1.21/0.90	c #vars     231
1.21/0.90	c #constraints  2707
1800.08/1768.61	c starts		: 2
1800.08/1768.61	c conflicts		: 36790
1800.08/1768.61	c decisions		: 196142
1800.08/1768.61	c propagations		: 1085411
1800.08/1768.61	c inspects		: 600300358
1800.08/1768.61	c learnt literals	: 0
1800.08/1768.61	c learnt binary clauses	: 1
1800.08/1768.61	c learnt ternary clauses	: 1
1800.08/1768.61	c learnt clauses	: 36789
1800.08/1768.61	c root simplifications	: 0
1800.08/1768.61	c removed literals (reason simplification)	: 0
1800.08/1768.61	c reason swapping (by a shorter reason)	: 0
1800.08/1768.61	c Calls to reduceDB	: 0
1800.08/1768.61	c speed (decisions/second)	: 110.95824541355765
1800.08/1768.61	c non guided choices	121
1800.08/1768.61	s UNKNOWN
1800.08/1768.61	c Total wall clock time (ms): 1768.397

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 19580
/proc/meminfo: memFree=1729936/2055920 swapFree=4131332/4192956
[pid=19580] ppid=19578 vsize=18568 CPUtime=0
/proc/19580/stat : 19580 (runsolver) R 19578 19580 18409 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 140483969 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 237788261671 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19580/statm: 4642 292 257 24 0 2626 0

[startup+0.090777 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 19580
/proc/meminfo: memFree=1729936/2055920 swapFree=4131332/4192956
[pid=19580] ppid=19578 vsize=1777708 CPUtime=0.06
/proc/19580/stat : 19580 (java) S 19578 19580 18409 0 -1 0 3764 0 1 0 4 2 0 0 18 0 7 0 140483969 1820372992 3507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 444427 3507 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101812 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 19580
/proc/meminfo: memFree=1729936/2055920 swapFree=4131332/4192956
[pid=19580] ppid=19578 vsize=1777844 CPUtime=0.07
/proc/19580/stat : 19580 (java) S 19578 19580 18409 0 -1 0 3851 0 1 0 5 2 0 0 18 0 7 0 140483969 1820512256 3594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 444461 3594 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301798 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 19580
/proc/meminfo: memFree=1729936/2055920 swapFree=4131332/4192956
[pid=19580] ppid=19578 vsize=1782428 CPUtime=0.29
/proc/19580/stat : 19580 (java) S 19578 19580 18409 0 -1 0 5103 0 1 0 26 3 0 0 18 0 12 0 140483969 1825206272 4842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 445607 4842 1263 9 0 443218 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1782428

[startup+0.701843 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 19580
/proc/meminfo: memFree=1729936/2055920 swapFree=4131332/4192956
[pid=19580] ppid=19578 vsize=1783444 CPUtime=0.87
/proc/19580/stat : 19580 (java) S 19578 19580 18409 0 -1 0 6723 0 1 0 83 4 0 0 18 0 12 0 140483969 1826246656 6219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 445861 6219 1301 9 0 443472 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783444

[startup+1.50293 s]
/proc/loadavg: 0.92 0.98 0.99 4/90 19593
/proc/meminfo: memFree=1705192/2055920 swapFree=4131332/4192956
[pid=19580] ppid=19578 vsize=1787512 CPUtime=2.27
/proc/19580/stat : 19580 (java) S 19578 19580 18409 0 -1 0 15503 0 1 0 220 7 0 0 18 0 13 0 140483969 1830412288 13214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 446878 13216 1316 9 0 444489 0
[pid=19580/tid=19582] ppid=19578 vsize=1787512 CPUtime=0.91
/proc/19580/task/19582/stat : 19582 (java) R 19578 19580 18409 0 -1 64 11187 0 1 0 86 5 0 0 25 0 13 0 140483971 1830412288 13218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109670754 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19583] ppid=19578 vsize=1787512 CPUtime=0
/proc/19580/task/19583/stat : 19583 (java) S 19578 19580 18409 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 140483973 1830412288 13220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19584] ppid=19578 vsize=1787512 CPUtime=0
/proc/19580/task/19584/stat : 19584 (java) S 19578 19580 18409 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 140483973 1830412288 13221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19585] ppid=19578 vsize=1787512 CPUtime=0
/proc/19580/task/19585/stat : 19585 (java) S 19578 19580 18409 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 140483975 1830412288 13222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19586] ppid=19578 vsize=1787512 CPUtime=0
/proc/19580/task/19586/stat : 19586 (java) S 19578 19580 18409 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 140483976 1830412288 13224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19587] ppid=19578 vsize=1787512 CPUtime=0
/proc/19580/task/19587/stat : 19587 (java) S 19578 19580 18409 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 140483976 1830412288 13225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19588] ppid=19578 vsize=1787512 CPUtime=0
/proc/19580/task/19588/stat : 19588 (java) S 19578 19580 18409 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 140483979 1830412288 13227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19589] ppid=19578 vsize=1787512 CPUtime=0.62
/proc/19580/task/19589/stat : 19589 (java) S 19578 19580 18409 0 -1 64 1278 0 0 0 62 0 0 0 16 0 13 0 140483979 1830412288 13228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19590] ppid=19578 vsize=1787512 CPUtime=0.71
/proc/19580/task/19590/stat : 19590 (java) R 19578 19580 18409 0 -1 64 2318 0 0 0 71 0 0 0 17 0 13 0 140483979 1830412288 13229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395779 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19591] ppid=19578 vsize=1787512 CPUtime=0
/proc/19580/task/19591/stat : 19591 (java) S 19578 19580 18409 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140483979 1830412288 13230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19592] ppid=19578 vsize=1787512 CPUtime=0
/proc/19580/task/19592/stat : 19592 (java) S 19578 19580 18409 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140483979 1830412288 13231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19593] ppid=19578 vsize=1787512 CPUtime=0
/proc/19580/task/19593/stat : 19593 (java) S 19578 19580 18409 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 140484060 1830412288 13233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1787512

[startup+3.1021 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 19593
/proc/meminfo: memFree=1647656/2055920 swapFree=4131332/4192956
[pid=19580] ppid=19578 vsize=1801396 CPUtime=4.77
/proc/19580/stat : 19580 (java) S 19578 19580 18409 0 -1 0 51891 0 1 0 452 25 0 0 18 0 13 0 140483969 1844629504 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 450349 43938 1325 9 0 447960 0
[pid=19580/tid=19582] ppid=19578 vsize=1801396 CPUtime=1.96
/proc/19580/task/19582/stat : 19582 (java) R 19578 19580 18409 0 -1 64 37744 0 1 0 179 17 0 0 19 0 13 0 140483971 1844629504 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109648187 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19583] ppid=19578 vsize=1801396 CPUtime=0
/proc/19580/task/19583/stat : 19583 (java) S 19578 19580 18409 0 -1 64 299 0 0 0 0 0 0 0 16 0 13 0 140483973 1844629504 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19584] ppid=19578 vsize=1801396 CPUtime=0
/proc/19580/task/19584/stat : 19584 (java) S 19578 19580 18409 0 -1 64 231 0 0 0 0 0 0 0 16 0 13 0 140483973 1844629504 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19585] ppid=19578 vsize=1801396 CPUtime=0.02
/proc/19580/task/19585/stat : 19585 (java) S 19578 19580 18409 0 -1 64 7 0 0 0 1 1 0 0 16 0 13 0 140483975 1844629504 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19586] ppid=19578 vsize=1801396 CPUtime=0
/proc/19580/task/19586/stat : 19586 (java) S 19578 19580 18409 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140483976 1844629504 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19587] ppid=19578 vsize=1801396 CPUtime=0
/proc/19580/task/19587/stat : 19587 (java) S 19578 19580 18409 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140483976 1844629504 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19588] ppid=19578 vsize=1801396 CPUtime=0
/proc/19580/task/19588/stat : 19588 (java) S 19578 19580 18409 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 140483979 1844629504 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19589] ppid=19578 vsize=1801396 CPUtime=1.36
/proc/19580/task/19589/stat : 19589 (java) S 19578 19580 18409 0 -1 64 7410 0 0 0 133 3 0 0 16 0 13 0 140483979 1844629504 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19590] ppid=19578 vsize=1801396 CPUtime=1.37
/proc/19580/task/19590/stat : 19590 (java) S 19578 19580 18409 0 -1 64 5479 0 0 0 135 2 0 0 16 0 13 0 140483979 1844629504 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19591] ppid=19578 vsize=1801396 CPUtime=0
/proc/19580/task/19591/stat : 19591 (java) S 19578 19580 18409 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140483979 1844629504 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19592] ppid=19578 vsize=1801396 CPUtime=0
/proc/19580/task/19592/stat : 19592 (java) S 19578 19580 18409 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140483979 1844629504 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19593] ppid=19578 vsize=1801396 CPUtime=0
/proc/19580/task/19593/stat : 19593 (java) S 19578 19580 18409 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 140484060 1844629504 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 1801396

[startup+6.30244 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 19593
/proc/meminfo: memFree=1549928/2055920 swapFree=4131332/4192956
[pid=19580] ppid=19578 vsize=1799880 CPUtime=8.11
/proc/19580/stat : 19580 (java) S 19578 19580 18409 0 -1 0 54996 0 1 0 784 27 0 0 18 0 13 0 140483969 1843077120 45012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 449970 45012 1326 9 0 447581 0
[pid=19580/tid=19582] ppid=19578 vsize=1799880 CPUtime=5.04
/proc/19580/task/19582/stat : 19582 (java) R 19578 19580 18409 0 -1 64 37750 0 1 0 487 17 0 0 25 0 13 0 140483971 1843077120 45012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109670130 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19583] ppid=19578 vsize=1799880 CPUtime=0.09
/proc/19580/task/19583/stat : 19583 (java) S 19578 19580 18409 0 -1 64 1874 0 0 0 8 1 0 0 16 0 13 0 140483973 1843077120 45012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19584] ppid=19578 vsize=1799880 CPUtime=0.09
/proc/19580/task/19584/stat : 19584 (java) S 19578 19580 18409 0 -1 64 1744 0 0 0 9 0 0 0 17 0 13 0 140483973 1843077120 45012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19585] ppid=19578 vsize=1799880 CPUtime=0.04
/proc/19580/task/19585/stat : 19585 (java) S 19578 19580 18409 0 -1 64 15 0 0 0 2 2 0 0 15 0 13 0 140483975 1843077120 45012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19586] ppid=19578 vsize=1799880 CPUtime=0
/proc/19580/task/19586/stat : 19586 (java) S 19578 19580 18409 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140483976 1843077120 45012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19587] ppid=19578 vsize=1799880 CPUtime=0
/proc/19580/task/19587/stat : 19587 (java) S 19578 19580 18409 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140483976 1843077120 45012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19588] ppid=19578 vsize=1799880 CPUtime=0
/proc/19580/task/19588/stat : 19588 (java) S 19578 19580 18409 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 140483979 1843077120 45012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19589] ppid=19578 vsize=1799880 CPUtime=1.41
/proc/19580/task/19589/stat : 19589 (java) S 19578 19580 18409 0 -1 64 7412 0 0 0 138 3 0 0 16 0 13 0 140483979 1843077120 45012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19590] ppid=19578 vsize=1799880 CPUtime=1.4
/proc/19580/task/19590/stat : 19590 (java) S 19578 19580 18409 0 -1 64 5480 0 0 0 138 2 0 0 16 0 13 0 140483979 1843077120 45012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19591] ppid=19578 vsize=1799880 CPUtime=0
/proc/19580/task/19591/stat : 19591 (java) S 19578 19580 18409 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140483979 1843077120 45012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19592] ppid=19578 vsize=1799880 CPUtime=0
/proc/19580/task/19592/stat : 19592 (java) S 19578 19580 18409 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140483979 1843077120 45012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19593] ppid=19578 vsize=1799880 CPUtime=0
/proc/19580/task/19593/stat : 19593 (java) S 19578 19580 18409 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 140484060 1843077120 45012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 1799880

[startup+12.7021 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 19593
/proc/meminfo: memFree=1515248/2055920 swapFree=4131332/4192956
[pid=19580] ppid=19578 vsize=1797664 CPUtime=14.79
/proc/19580/stat : 19580 (java) S 19578 19580 18409 0 -1 0 66213 0 1 0 1446 33 0 0 18 0 13 0 140483969 1840807936 54962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 449416 54962 1333 9 0 447027 0
[pid=19580/tid=19582] ppid=19578 vsize=1797664 CPUtime=11.19
/proc/19580/task/19582/stat : 19582 (java) R 19578 19580 18409 0 -1 64 38812 0 1 0 1102 17 0 0 25 0 13 0 140483971 1840807936 54962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109652283 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19583] ppid=19578 vsize=1797664 CPUtime=0.31
/proc/19580/task/19583/stat : 19583 (java) S 19578 19580 18409 0 -1 64 7348 0 0 0 27 4 0 0 16 0 13 0 140483973 1840807936 54962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19584] ppid=19578 vsize=1797664 CPUtime=0.3
/proc/19580/task/19584/stat : 19584 (java) S 19578 19580 18409 0 -1 64 6402 0 0 0 28 2 0 0 16 0 13 0 140483973 1840807936 54962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19585] ppid=19578 vsize=1797664 CPUtime=0.04
/proc/19580/task/19585/stat : 19585 (java) S 19578 19580 18409 0 -1 64 28 0 0 0 2 2 0 0 16 0 13 0 140483975 1840807936 54962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19586] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19586/stat : 19586 (java) S 19578 19580 18409 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140483976 1840807936 54962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19587] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19587/stat : 19587 (java) S 19578 19580 18409 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140483976 1840807936 54962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19588] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19588/stat : 19588 (java) S 19578 19580 18409 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 140483979 1840807936 54962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19589] ppid=19578 vsize=1797664 CPUtime=1.47
/proc/19580/task/19589/stat : 19589 (java) S 19578 19580 18409 0 -1 64 7422 0 0 0 144 3 0 0 17 0 13 0 140483979 1840807936 54962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19590] ppid=19578 vsize=1797664 CPUtime=1.43
/proc/19580/task/19590/stat : 19590 (java) S 19578 19580 18409 0 -1 64 5480 0 0 0 141 2 0 0 17 0 13 0 140483979 1840807936 54962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19591] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19591/stat : 19591 (java) S 19578 19580 18409 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140483979 1840807936 54962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19592] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19592/stat : 19592 (java) S 19578 19580 18409 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140483979 1840807936 54962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19593] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19593/stat : 19593 (java) S 19578 19580 18409 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 140484060 1840807936 54962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.79
Current children cumulated vsize (KiB) 1797664

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19593
/proc/meminfo: memFree=1501936/2055920 swapFree=4131392/4192956
[pid=19580] ppid=19578 vsize=1797664 CPUtime=27.79
/proc/19580/stat : 19580 (java) S 19578 19580 18409 0 -1 0 70076 0 1 0 2744 35 0 0 18 0 13 0 140483969 1840807936 58011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 449416 58011 1333 9 0 447027 0
[pid=19580/tid=19582] ppid=19578 vsize=1797664 CPUtime=23.83
/proc/19580/task/19582/stat : 19582 (java) R 19578 19580 18409 0 -1 64 38822 0 1 0 2366 17 0 0 25 0 13 0 140483971 1840807936 58011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109643228 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19583] ppid=19578 vsize=1797664 CPUtime=0.45
/proc/19580/task/19583/stat : 19583 (java) S 19578 19580 18409 0 -1 64 9509 0 0 0 40 5 0 0 16 0 13 0 140483973 1840807936 58011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19584] ppid=19578 vsize=1797664 CPUtime=0.45
/proc/19580/task/19584/stat : 19584 (java) S 19578 19580 18409 0 -1 64 8094 0 0 0 42 3 0 0 16 0 13 0 140483973 1840807936 58011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=19580/tid=19585] ppid=19578 vsize=1797664 CPUtime=0.21
/proc/19580/task/19585/stat : 19585 (java) S 19578 19580 18409 0 -1 64 46 0 0 0 13 8 0 0 16 0 13 0 140483975 1840807936 134466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19586] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19586/stat : 19586 (java) S 19578 19580 18409 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140483976 1840807936 134466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19587] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19587/stat : 19587 (java) S 19578 19580 18409 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140483976 1840807936 134466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19588] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19588/stat : 19588 (java) S 19578 19580 18409 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 140483979 1840807936 134466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19589] ppid=19578 vsize=1797664 CPUtime=1.55
/proc/19580/task/19589/stat : 19589 (java) S 19578 19580 18409 0 -1 64 7422 0 0 0 152 3 0 0 16 0 13 0 140483979 1840807936 134466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19590] ppid=19578 vsize=1797664 CPUtime=1.72
/proc/19580/task/19590/stat : 19590 (java) S 19578 19580 18409 0 -1 64 5498 0 0 0 170 2 0 0 16 0 13 0 140483979 1840807936 134466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19591] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19591/stat : 19591 (java) S 19578 19580 18409 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140483979 1840807936 134466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19592] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19592/stat : 19592 (java) S 19578 19580 18409 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140483979 1840807936 134466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19593] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19593/stat : 19593 (java) S 19578 19580 18409 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 140484060 1840807936 134466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1568.79
Current children cumulated vsize (KiB) 1797664

[startup+1602.3 s]
/proc/loadavg: 1.14 1.18 1.07 2/90 19791
/proc/meminfo: memFree=1189232/2055920 swapFree=4131880/4192956
[pid=19580] ppid=19578 vsize=1797664 CPUtime=1630.06
/proc/19580/stat : 19580 (java) S 19578 19580 18409 0 -1 0 165187 0 1 0 162901 105 0 0 18 0 13 0 140483969 1840807936 135980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 449416 135980 1333 9 0 447027 0
[pid=19580/tid=19582] ppid=19578 vsize=1797664 CPUtime=1573.68
/proc/19580/task/19582/stat : 19582 (java) R 19578 19580 18409 0 -1 64 41021 0 1 0 157333 35 0 0 25 0 13 0 140483971 1840807936 135980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109685684 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19583] ppid=19578 vsize=1797664 CPUtime=26.4
/proc/19580/task/19583/stat : 19583 (java) S 19578 19580 18409 0 -1 64 58916 0 0 0 2611 29 0 0 16 0 13 0 140483973 1840807936 135980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19584] ppid=19578 vsize=1797664 CPUtime=26.44
/proc/19580/task/19584/stat : 19584 (java) S 19578 19580 18409 0 -1 64 51563 0 0 0 2620 24 0 0 17 0 13 0 140483973 1840807936 135980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19585] ppid=19578 vsize=1797664 CPUtime=0.22
/proc/19580/task/19585/stat : 19585 (java) S 19578 19580 18409 0 -1 64 46 0 0 0 13 9 0 0 16 0 13 0 140483975 1840807936 135980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19586] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19586/stat : 19586 (java) S 19578 19580 18409 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140483976 1840807936 135980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19587] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19587/stat : 19587 (java) S 19578 19580 18409 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140483976 1840807936 135980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19588] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19588/stat : 19588 (java) S 19578 19580 18409 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 140483979 1840807936 135980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19589] ppid=19578 vsize=1797664 CPUtime=1.55
/proc/19580/task/19589/stat : 19589 (java) S 19578 19580 18409 0 -1 64 7422 0 0 0 152 3 0 0 16 0 13 0 140483979 1840807936 135980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19590] ppid=19578 vsize=1797664 CPUtime=1.72
/proc/19580/task/19590/stat : 19590 (java) S 19578 19580 18409 0 -1 64 5498 0 0 0 170 2 0 0 16 0 13 0 140483979 1840807936 135980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19591] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19591/stat : 19591 (java) S 19578 19580 18409 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140483979 1840807936 135980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19592] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19592/stat : 19592 (java) S 19578 19580 18409 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140483979 1840807936 135980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19593] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19593/stat : 19593 (java) S 19578 19580 18409 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 140484060 1840807936 135980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1630.06
Current children cumulated vsize (KiB) 1797664

[startup+1662.3 s]
/proc/loadavg: 1.05 1.14 1.06 2/90 19791
/proc/meminfo: memFree=1182320/2055920 swapFree=4131944/4192956
[pid=19580] ppid=19578 vsize=1797664 CPUtime=1691.38
/proc/19580/stat : 19580 (java) S 19578 19580 18409 0 -1 0 167026 0 1 0 169032 106 0 0 18 0 13 0 140483969 1840807936 137744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 449416 137744 1333 9 0 447027 0
[pid=19580/tid=19582] ppid=19578 vsize=1797664 CPUtime=1632.32
/proc/19580/task/19582/stat : 19582 (java) R 19578 19580 18409 0 -1 64 41042 0 1 0 163196 36 0 0 25 0 13 0 140483971 1840807936 137744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109808760 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19583] ppid=19578 vsize=1797664 CPUtime=27.74
/proc/19580/task/19583/stat : 19583 (java) S 19578 19580 18409 0 -1 64 60567 0 0 0 2745 29 0 0 16 0 13 0 140483973 1840807936 137744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19584] ppid=19578 vsize=1797664 CPUtime=27.77
/proc/19580/task/19584/stat : 19584 (java) S 19578 19580 18409 0 -1 64 51730 0 0 0 2753 24 0 0 16 0 13 0 140483973 1840807936 137744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19585] ppid=19578 vsize=1797664 CPUtime=0.22
/proc/19580/task/19585/stat : 19585 (java) S 19578 19580 18409 0 -1 64 46 0 0 0 13 9 0 0 16 0 13 0 140483975 1840807936 137744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19586] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19586/stat : 19586 (java) S 19578 19580 18409 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140483976 1840807936 137744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19587] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19587/stat : 19587 (java) S 19578 19580 18409 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140483976 1840807936 137744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19588] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19588/stat : 19588 (java) S 19578 19580 18409 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 140483979 1840807936 137744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19589] ppid=19578 vsize=1797664 CPUtime=1.55
/proc/19580/task/19589/stat : 19589 (java) S 19578 19580 18409 0 -1 64 7422 0 0 0 152 3 0 0 16 0 13 0 140483979 1840807936 137744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19590] ppid=19578 vsize=1797664 CPUtime=1.72
/proc/19580/task/19590/stat : 19590 (java) S 19578 19580 18409 0 -1 64 5498 0 0 0 170 2 0 0 16 0 13 0 140483979 1840807936 137744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19591] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19591/stat : 19591 (java) S 19578 19580 18409 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140483979 1840807936 137744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19592] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19592/stat : 19592 (java) S 19578 19580 18409 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140483979 1840807936 137744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19593] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19593/stat : 19593 (java) S 19578 19580 18409 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 140484060 1840807936 137744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1691.38
Current children cumulated vsize (KiB) 1797664

[startup+1722.3 s]
/proc/loadavg: 1.02 1.12 1.06 2/90 19791
/proc/meminfo: memFree=1174256/2055920 swapFree=4131944/4192956
[pid=19580] ppid=19578 vsize=1797664 CPUtime=1752.73
/proc/19580/stat : 19580 (java) S 19578 19580 18409 0 -1 0 169056 0 1 0 175165 108 0 0 18 0 13 0 140483969 1840807936 139711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 449416 139711 1333 9 0 447027 0
[pid=19580/tid=19582] ppid=19578 vsize=1797664 CPUtime=1690.91
/proc/19580/task/19582/stat : 19582 (java) R 19578 19580 18409 0 -1 64 41063 0 1 0 169055 36 0 0 25 0 13 0 140483971 1840807936 139711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109760033 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19583] ppid=19578 vsize=1797664 CPUtime=29.11
/proc/19580/task/19583/stat : 19583 (java) S 19578 19580 18409 0 -1 64 62312 0 0 0 2881 30 0 0 16 0 13 0 140483973 1840807936 139711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19584] ppid=19578 vsize=1797664 CPUtime=29.15
/proc/19580/task/19584/stat : 19584 (java) S 19578 19580 18409 0 -1 64 51994 0 0 0 2891 24 0 0 16 0 13 0 140483973 1840807936 139711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19585] ppid=19578 vsize=1797664 CPUtime=0.23
/proc/19580/task/19585/stat : 19585 (java) S 19578 19580 18409 0 -1 64 46 0 0 0 14 9 0 0 16 0 13 0 140483975 1840807936 139711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19586] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19586/stat : 19586 (java) S 19578 19580 18409 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140483976 1840807936 139711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19587] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19587/stat : 19587 (java) S 19578 19580 18409 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140483976 1840807936 139711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19588] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19588/stat : 19588 (java) S 19578 19580 18409 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 140483979 1840807936 139711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19589] ppid=19578 vsize=1797664 CPUtime=1.55
/proc/19580/task/19589/stat : 19589 (java) S 19578 19580 18409 0 -1 64 7422 0 0 0 152 3 0 0 16 0 13 0 140483979 1840807936 139711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19590] ppid=19578 vsize=1797664 CPUtime=1.72
/proc/19580/task/19590/stat : 19590 (java) S 19578 19580 18409 0 -1 64 5498 0 0 0 170 2 0 0 16 0 13 0 140483979 1840807936 139711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19591] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19591/stat : 19591 (java) S 19578 19580 18409 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140483979 1840807936 139711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19592] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19592/stat : 19592 (java) S 19578 19580 18409 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140483979 1840807936 139711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19593] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19593/stat : 19593 (java) S 19578 19580 18409 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 140484060 1840807936 139711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1752.73
Current children cumulated vsize (KiB) 1797664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768.6 s]
/proc/loadavg: 1.07 1.11 1.06 2/90 19791
/proc/meminfo: memFree=1168880/2055920 swapFree=4131944/4192956
[pid=19580] ppid=19578 vsize=1797664 CPUtime=1800.08
/proc/19580/stat : 19580 (java) S 19578 19580 18409 0 -1 0 170457 0 1 0 179899 109 0 0 18 0 13 0 140483969 1840807936 141050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 449416 141050 1333 9 0 447027 0
[pid=19580/tid=19582] ppid=19578 vsize=1797664 CPUtime=1736.13
/proc/19580/task/19582/stat : 19582 (java) R 19578 19580 18409 0 -1 64 41079 0 1 0 173576 37 0 0 25 0 13 0 140483971 1840807936 141050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109648075 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19583] ppid=19578 vsize=1797664 CPUtime=30.18
/proc/19580/task/19583/stat : 19583 (java) S 19578 19580 18409 0 -1 64 63429 0 0 0 2987 31 0 0 16 0 13 0 140483973 1840807936 141050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19584] ppid=19578 vsize=1797664 CPUtime=30.22
/proc/19580/task/19584/stat : 19584 (java) S 19578 19580 18409 0 -1 64 52262 0 0 0 2998 24 0 0 17 0 13 0 140483973 1840807936 141050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19585] ppid=19578 vsize=1797664 CPUtime=0.23
/proc/19580/task/19585/stat : 19585 (java) S 19578 19580 18409 0 -1 64 46 0 0 0 14 9 0 0 16 0 13 0 140483975 1840807936 141050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19580/tid=19586] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19586/stat : 19586 (java) S 19578 19580 18409 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140483976 1840807936 141050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19587] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19587/stat : 19587 (java) S 19578 19580 18409 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140483976 1840807936 141050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19588] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19588/stat : 19588 (java) S 19578 19580 18409 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 140483979 1840807936 141050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19589] ppid=19578 vsize=1797664 CPUtime=1.55
/proc/19580/task/19589/stat : 19589 (java) S 19578 19580 18409 0 -1 64 7422 0 0 0 152 3 0 0 16 0 13 0 140483979 1840807936 141050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19590] ppid=19578 vsize=1797664 CPUtime=1.72
/proc/19580/task/19590/stat : 19590 (java) S 19578 19580 18409 0 -1 64 5498 0 0 0 170 2 0 0 16 0 13 0 140483979 1840807936 141050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19591] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19591/stat : 19591 (java) S 19578 19580 18409 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140483979 1840807936 141050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19592] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19592/stat : 19592 (java) S 19578 19580 18409 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140483979 1840807936 141050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19580/tid=19593] ppid=19578 vsize=1797664 CPUtime=0
/proc/19580/task/19593/stat : 19593 (java) S 19578 19580 18409 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 140484060 1840807936 141050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1797664

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

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

[startup+1768.71 s]
/proc/loadavg: 1.07 1.11 1.06 2/80 19794
/proc/meminfo: memFree=1654944/2055920 swapFree=4131944/4192956
[pid=19580] ppid=19578 vsize=0 CPUtime=1800.2
/proc/19580/stat : 19580 (java) Z 19578 19580 18409 0 -1 1036 170478 0 1 0 179903 117 0 0 16 0 2 0 140483969 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19580/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1768.73
CPU time (s): 1800.21
CPU user time (s): 1799.03
CPU system time (s): 1.18382
CPU usage (%): 101.78
Max. virtual memory (cumulated for all children) (KiB): 1804468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.18382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170478
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= 42626
involuntary context switches= 53430

runsolver used 1.76773 second user time and 4.82227 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Wed Apr 18 19:47:39 UTC 2007

IDJOB= 359280
IDBENCH= 1277
IDSOLVER= 164
FILE ID= node24/359280-1176925659

PBS_JOBID= 4595254

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7f91f8d08a20ca0a8483dc7b1c14e540

RANDOM SEED= 137524586

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.238
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.238
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:       1730280 kB
Buffers:         23708 kB
Cached:         212412 kB
SwapCached:      29420 kB
Active:          74912 kB
Inactive:       198636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730280 kB
SwapTotal:     4192956 kB
SwapFree:      4131332 kB
Dirty:            3748 kB
Writeback:           0 kB
Mapped:          44716 kB
Slab:            37572 kB
Committed_AS:  1835500 kB
PageTables:       1808 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= 66231 MiB

End job on node24 on Wed Apr 18 20:17:10 UTC 2007