Trace number 359906

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900577000.opb
MD5SUM9bb38ed497234135fa89a263cb80cd03
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.021996
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 637
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node11/watcher-359906-1176950953 -o ROOT/results/node11/solver-359906-1176950953 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359906-1176950953/sat4jPseudoCP.jar /tmp/evaluation/359906-1176950953/instance-359906-1176950953.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.86 0.99 0.99 2/77 9727
/proc/meminfo: memFree=1301840/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=152 CPUtime=0
/proc/9727/stat : 9727 (java) R 9725 9727 8187 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 136144198 155648 26 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 7979812 0 0 4096 0 0 0 0 17 1 0 0
/proc/9727/statm: 38 26 19 9 0 4 0

[startup+0.079304 s]
/proc/loadavg: 0.86 0.99 0.99 2/77 9727
/proc/meminfo: memFree=1301840/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=1777844 CPUtime=0.07
/proc/9727/stat : 9727 (java) S 9725 9727 8187 0 -1 0 3820 0 1 0 5 2 0 0 18 0 7 0 136144198 1820512256 3563 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/9727/statm: 444461 3563 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.102305 s]
/proc/loadavg: 0.86 0.99 0.99 2/77 9727
/proc/meminfo: memFree=1301840/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=1780256 CPUtime=0.09
/proc/9727/stat : 9727 (java) S 9725 9727 8187 0 -1 0 4030 0 1 0 7 2 0 0 18 0 12 0 136144198 1822982144 3772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9727/statm: 445064 3772 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.302332 s]
/proc/loadavg: 0.86 0.99 0.99 2/77 9727
/proc/meminfo: memFree=1301840/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=1782444 CPUtime=0.32
/proc/9727/stat : 9727 (java) S 9725 9727 8187 0 -1 0 5162 0 1 0 29 3 0 0 18 0 12 0 136144198 1825222656 4901 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9727/statm: 445611 4901 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782444

[startup+0.701377 s]
/proc/loadavg: 0.86 0.99 0.99 2/77 9727
/proc/meminfo: memFree=1301840/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=1783308 CPUtime=0.9
/proc/9727/stat : 9727 (java) S 9725 9727 8187 0 -1 0 6849 0 1 0 86 4 0 0 18 0 12 0 136144198 1826107392 6341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9727/statm: 445827 6341 1301 9 0 443439 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783308

[startup+1.50147 s]
/proc/loadavg: 0.86 0.99 0.99 3/90 9740
/proc/meminfo: memFree=1276776/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=1787008 CPUtime=2.37
/proc/9727/stat : 9727 (java) S 9725 9727 8187 0 -1 0 16339 0 1 0 229 8 0 0 18 0 13 0 136144198 1829896192 12865 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9727/statm: 446752 12868 1312 9 0 444364 0
[pid=9727/tid=9729] ppid=9725 vsize=1787008 CPUtime=0.95
/proc/9727/task/9729/stat : 9729 (java) R 9725 9727 8187 0 -1 64 10826 0 1 0 89 6 0 0 18 0 13 0 136144199 1829896192 12869 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109639177 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9730] ppid=9725 vsize=1787008 CPUtime=0
/proc/9727/task/9730/stat : 9730 (java) S 9725 9727 8187 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 136144200 1829896192 12871 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9731] ppid=9725 vsize=1787008 CPUtime=0
/proc/9727/task/9731/stat : 9731 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 136144200 1829896192 12873 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9732] ppid=9725 vsize=1787008 CPUtime=0
/proc/9727/task/9732/stat : 9732 (java) S 9725 9727 8187 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136144203 1829896192 12874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9733] ppid=9725 vsize=1787008 CPUtime=0
/proc/9727/task/9733/stat : 9733 (java) S 9725 9727 8187 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 136144203 1829896192 12876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9734] ppid=9725 vsize=1787008 CPUtime=0
/proc/9727/task/9734/stat : 9734 (java) S 9725 9727 8187 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136144203 1829896192 12878 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9735] ppid=9725 vsize=1787008 CPUtime=0
/proc/9727/task/9735/stat : 9735 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136144207 1829896192 12879 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9736] ppid=9725 vsize=1787008 CPUtime=0.76
/proc/9727/task/9736/stat : 9736 (java) S 9725 9727 8187 0 -1 64 2977 0 0 0 76 0 0 0 17 0 13 0 136144207 1829896192 12881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9737] ppid=9725 vsize=1787008 CPUtime=0.63
/proc/9727/task/9737/stat : 9737 (java) S 9725 9727 8187 0 -1 64 1814 0 0 0 63 0 0 0 16 0 13 0 136144207 1829896192 12883 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9738] ppid=9725 vsize=1787008 CPUtime=0
/proc/9727/task/9738/stat : 9738 (java) S 9725 9727 8187 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 136144207 1829896192 12884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9739] ppid=9725 vsize=1787008 CPUtime=0
/proc/9727/task/9739/stat : 9739 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136144207 1829896192 12886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9740] ppid=9725 vsize=1787008 CPUtime=0
/proc/9727/task/9740/stat : 9740 (java) S 9725 9727 8187 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 136144287 1829896192 12888 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1787008

[startup+3.10267 s]
/proc/loadavg: 0.86 0.99 0.99 4/90 9740
/proc/meminfo: memFree=1218728/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=1800128 CPUtime=5.08
/proc/9727/stat : 9727 (java) S 9725 9727 8187 0 -1 0 52283 0 1 0 484 24 0 0 18 0 13 0 136144198 1843331072 43445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9727/statm: 450032 43445 1325 9 0 447644 0
[pid=9727/tid=9729] ppid=9725 vsize=1800128 CPUtime=1.79
/proc/9727/task/9729/stat : 9729 (java) R 9725 9727 8187 0 -1 64 37742 0 1 0 162 17 0 0 22 0 13 0 136144199 1843331072 43445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109187524 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9730] ppid=9725 vsize=1800128 CPUtime=0
/proc/9727/task/9730/stat : 9730 (java) S 9725 9727 8187 0 -1 64 211 0 0 0 0 0 0 0 16 0 13 0 136144200 1843331072 43445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9731] ppid=9725 vsize=1800128 CPUtime=0
/proc/9727/task/9731/stat : 9731 (java) S 9725 9727 8187 0 -1 64 127 0 0 0 0 0 0 0 16 0 13 0 136144200 1843331072 43445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9732] ppid=9725 vsize=1800128 CPUtime=0
/proc/9727/task/9732/stat : 9732 (java) S 9725 9727 8187 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 136144203 1843331072 43445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9733] ppid=9725 vsize=1800128 CPUtime=0
/proc/9727/task/9733/stat : 9733 (java) S 9725 9727 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136144203 1843331072 43445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9734] ppid=9725 vsize=1800128 CPUtime=0
/proc/9727/task/9734/stat : 9734 (java) S 9725 9727 8187 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136144203 1843331072 43445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9735] ppid=9725 vsize=1800128 CPUtime=0
/proc/9727/task/9735/stat : 9735 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136144207 1843331072 43445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9736] ppid=9725 vsize=1800128 CPUtime=1.53
/proc/9727/task/9736/stat : 9736 (java) S 9725 9727 8187 0 -1 64 6815 0 0 0 151 2 0 0 18 0 13 0 136144207 1843331072 43445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9737] ppid=9725 vsize=1800128 CPUtime=1.69
/proc/9727/task/9737/stat : 9737 (java) S 9725 9727 8187 0 -1 64 6659 0 0 0 167 2 0 0 17 0 13 0 136144207 1843331072 43445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9738] ppid=9725 vsize=1800128 CPUtime=0
/proc/9727/task/9738/stat : 9738 (java) S 9725 9727 8187 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 136144207 1843331072 43445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9739] ppid=9725 vsize=1800128 CPUtime=0
/proc/9727/task/9739/stat : 9739 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136144207 1843331072 43445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9740] ppid=9725 vsize=1800128 CPUtime=0
/proc/9727/task/9740/stat : 9740 (java) S 9725 9727 8187 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 136144287 1843331072 43445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 1800128

[startup+6.30203 s]
/proc/loadavg: 0.87 0.99 0.99 2/90 9740
/proc/meminfo: memFree=1125352/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=1799744 CPUtime=8.49
/proc/9727/stat : 9727 (java) S 9725 9727 8187 0 -1 0 54589 0 1 0 824 25 0 0 18 0 13 0 136144198 1842937856 44434 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9727/statm: 449936 44434 1325 9 0 447548 0
[pid=9727/tid=9729] ppid=9725 vsize=1799744 CPUtime=4.91
/proc/9727/task/9729/stat : 9729 (java) R 9725 9727 8187 0 -1 64 37749 0 1 0 473 18 0 0 21 0 13 0 136144199 1842937856 44434 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109682925 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9730] ppid=9725 vsize=1799744 CPUtime=0.06
/proc/9727/task/9730/stat : 9730 (java) S 9725 9727 8187 0 -1 64 1407 0 0 0 6 0 0 0 16 0 13 0 136144200 1842937856 44434 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9731] ppid=9725 vsize=1799744 CPUtime=0.06
/proc/9727/task/9731/stat : 9731 (java) S 9725 9727 8187 0 -1 64 1222 0 0 0 6 0 0 0 17 0 13 0 136144200 1842937856 44434 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9732] ppid=9725 vsize=1799744 CPUtime=0
/proc/9727/task/9732/stat : 9732 (java) S 9725 9727 8187 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 136144203 1842937856 44434 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9733] ppid=9725 vsize=1799744 CPUtime=0
/proc/9727/task/9733/stat : 9733 (java) S 9725 9727 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136144203 1842937856 44434 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9734] ppid=9725 vsize=1799744 CPUtime=0
/proc/9727/task/9734/stat : 9734 (java) S 9725 9727 8187 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136144203 1842937856 44434 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9735] ppid=9725 vsize=1799744 CPUtime=0
/proc/9727/task/9735/stat : 9735 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136144207 1842937856 44434 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9736] ppid=9725 vsize=1799744 CPUtime=1.63
/proc/9727/task/9736/stat : 9736 (java) S 9725 9727 8187 0 -1 64 6815 0 0 0 161 2 0 0 16 0 13 0 136144207 1842937856 44434 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9737] ppid=9725 vsize=1799744 CPUtime=1.77
/proc/9727/task/9737/stat : 9737 (java) S 9725 9727 8187 0 -1 64 6659 0 0 0 175 2 0 0 16 0 13 0 136144207 1842937856 44434 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9738] ppid=9725 vsize=1799744 CPUtime=0
/proc/9727/task/9738/stat : 9738 (java) S 9725 9727 8187 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 136144207 1842937856 44434 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9739] ppid=9725 vsize=1799744 CPUtime=0
/proc/9727/task/9739/stat : 9739 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136144207 1842937856 44434 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9740] ppid=9725 vsize=1799744 CPUtime=0
/proc/9727/task/9740/stat : 9740 (java) S 9725 9727 8187 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 136144287 1842937856 44434 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 1799744

[startup+12.7018 s]
/proc/loadavg: 0.88 0.99 0.99 2/90 9740
/proc/meminfo: memFree=1089264/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=1797696 CPUtime=15.32
/proc/9727/stat : 9727 (java) S 9725 9727 8187 0 -1 0 66280 0 1 0 1503 29 0 0 18 0 13 0 136144198 1840840704 54360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9727/statm: 449424 54360 1332 9 0 447036 0
[pid=9727/tid=9729] ppid=9725 vsize=1797696 CPUtime=11.13
/proc/9727/task/9729/stat : 9729 (java) R 9725 9727 8187 0 -1 64 40849 0 1 0 1094 19 0 0 25 0 13 0 136144199 1840840704 54360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109639343 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9730] ppid=9725 vsize=1797696 CPUtime=0.22
/proc/9727/task/9730/stat : 9730 (java) S 9725 9727 8187 0 -1 64 5155 0 0 0 20 2 0 0 16 0 13 0 136144200 1840840704 54360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9731] ppid=9725 vsize=1797696 CPUtime=0.2
/proc/9727/task/9731/stat : 9731 (java) S 9725 9727 8187 0 -1 64 5244 0 0 0 19 1 0 0 16 0 13 0 136144200 1840840704 54360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9732] ppid=9725 vsize=1797696 CPUtime=0
/proc/9727/task/9732/stat : 9732 (java) S 9725 9727 8187 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 136144203 1840840704 54360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9733] ppid=9725 vsize=1797696 CPUtime=0
/proc/9727/task/9733/stat : 9733 (java) S 9725 9727 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136144203 1840840704 54360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9734] ppid=9725 vsize=1797696 CPUtime=0
/proc/9727/task/9734/stat : 9734 (java) S 9725 9727 8187 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136144203 1840840704 54360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9735] ppid=9725 vsize=1797696 CPUtime=0
/proc/9727/task/9735/stat : 9735 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136144207 1840840704 54360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9736] ppid=9725 vsize=1797696 CPUtime=1.7
/proc/9727/task/9736/stat : 9736 (java) S 9725 9727 8187 0 -1 64 6827 0 0 0 168 2 0 0 16 0 13 0 136144207 1840840704 54360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9737] ppid=9725 vsize=1797696 CPUtime=2
/proc/9727/task/9737/stat : 9737 (java) S 9725 9727 8187 0 -1 64 7455 0 0 0 198 2 0 0 15 0 13 0 136144207 1840840704 54360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9738] ppid=9725 vsize=1797696 CPUtime=0
/proc/9727/task/9738/stat : 9738 (java) S 9725 9727 8187 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 136144207 1840840704 54360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9739] ppid=9725 vsize=1797696 CPUtime=0
/proc/9727/task/9739/stat : 9739 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136144207 1840840704 54360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9740] ppid=9725 vsize=1797696 CPUtime=0
/proc/9727/task/9740/stat : 9740 (java) S 9725 9727 8187 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 136144287 1840840704 54360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.32
Current children cumulated vsize (KiB) 1797696

[startup+25.5023 s]
/proc/loadavg: 0.90 0.99 0.99 2/90 9740
/proc/meminfo: memFree=1077104/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=1794500 CPUtime=28.32
/proc/9727/stat : 9727 (java) S 9725 9727 8187 0 -1 0 70438 0 1 0 2799 33 0 0 18 0 13 0 136144198 1837568000 57268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9727/statm: 448625 57268 1333 9 0 446237 0
[pid=9727/tid=9729] ppid=9725 vsize=1794500 CPUtime=23.75
/proc/9727/task/9729/stat : 9729 (java) R 9725 9727 8187 0 -1 64 40984 0 1 0 2356 19 0 0 25 0 13 0 136144199 1837568000 57268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109681064 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9730] ppid=9725 vsize=1794500 CPUtime=0.36
/proc/9727/task/9730/stat : 9730 (java) S 9725 9727 8187 0 -1 64 6885 0 0 0 33 3 0 0 16 0 13 0 136144200 1837568000 57268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9731] ppid=9725 vsize=1794500 CPUtime=0.36
/proc/9727/task/9731/stat : 9731 (java) S 9725 9727 8187 0 -1 64 7531 0 0 0 33 3 0 0 16 0 13 0 136144200 1837568000 57268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=9727/tid=9732] ppid=9725 vsize=1794500 CPUtime=0.2
/proc/9727/task/9732/stat : 9732 (java) S 9725 9727 8187 0 -1 64 35 0 0 0 12 8 0 0 15 0 13 0 136144203 1837568000 126860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9733] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9733/stat : 9733 (java) S 9725 9727 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136144203 1837568000 126860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9734] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9734/stat : 9734 (java) S 9725 9727 8187 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136144203 1837568000 126860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9735] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9735/stat : 9735 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136144207 1837568000 126860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9736] ppid=9725 vsize=1794500 CPUtime=1.78
/proc/9727/task/9736/stat : 9736 (java) S 9725 9727 8187 0 -1 64 6851 0 0 0 175 3 0 0 16 0 13 0 136144207 1837568000 126860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9737] ppid=9725 vsize=1794500 CPUtime=2.08
/proc/9727/task/9737/stat : 9737 (java) S 9725 9727 8187 0 -1 64 7459 0 0 0 206 2 0 0 16 0 13 0 136144207 1837568000 126860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9738] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9738/stat : 9738 (java) S 9725 9727 8187 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 136144207 1837568000 126860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9739] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9739/stat : 9739 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136144207 1837568000 126860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9740] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9740/stat : 9740 (java) S 9725 9727 8187 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 136144287 1837568000 126860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1571.6
Current children cumulated vsize (KiB) 1794500

[startup+1602.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/90 9938
/proc/meminfo: memFree=791792/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=1794500 CPUtime=1632.98
/proc/9727/stat : 9727 (java) S 9725 9727 8187 0 -1 0 154251 0 1 0 163198 100 0 0 18 0 13 0 136144198 1837568000 128366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9727/statm: 448625 128366 1333 9 0 446237 0
[pid=9727/tid=9729] ppid=9725 vsize=1794500 CPUtime=1570.74
/proc/9727/task/9729/stat : 9729 (java) R 9725 9727 8187 0 -1 64 42653 0 1 0 157037 37 0 0 25 0 13 0 136144199 1837568000 128366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109768061 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9730] ppid=9725 vsize=1794500 CPUtime=29.09
/proc/9727/task/9730/stat : 9730 (java) S 9725 9727 8187 0 -1 64 45905 0 0 0 2885 24 0 0 16 0 13 0 136144200 1837568000 128366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9731] ppid=9725 vsize=1794500 CPUtime=29.04
/proc/9727/task/9731/stat : 9731 (java) S 9725 9727 8187 0 -1 64 50626 0 0 0 2880 24 0 0 16 0 13 0 136144200 1837568000 128366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9732] ppid=9725 vsize=1794500 CPUtime=0.2
/proc/9727/task/9732/stat : 9732 (java) S 9725 9727 8187 0 -1 64 35 0 0 0 12 8 0 0 16 0 13 0 136144203 1837568000 128366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9733] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9733/stat : 9733 (java) S 9725 9727 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136144203 1837568000 128366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9734] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9734/stat : 9734 (java) S 9725 9727 8187 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136144203 1837568000 128366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9735] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9735/stat : 9735 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136144207 1837568000 128366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9736] ppid=9725 vsize=1794500 CPUtime=1.78
/proc/9727/task/9736/stat : 9736 (java) S 9725 9727 8187 0 -1 64 6851 0 0 0 175 3 0 0 16 0 13 0 136144207 1837568000 128366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9737] ppid=9725 vsize=1794500 CPUtime=2.08
/proc/9727/task/9737/stat : 9737 (java) S 9725 9727 8187 0 -1 64 7459 0 0 0 206 2 0 0 16 0 13 0 136144207 1837568000 128366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9738] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9738/stat : 9738 (java) S 9725 9727 8187 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 136144207 1837568000 128366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9739] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9739/stat : 9739 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136144207 1837568000 128366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9740] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9740/stat : 9740 (java) S 9725 9727 8187 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 136144287 1837568000 128366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1632.98
Current children cumulated vsize (KiB) 1794500

[startup+1662.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 9938
/proc/meminfo: memFree=786480/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=1794500 CPUtime=1694.34
/proc/9727/stat : 9727 (java) S 9725 9727 8187 0 -1 0 155680 0 1 0 169332 102 0 0 18 0 13 0 136144198 1837568000 129701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9727/statm: 448625 129701 1333 9 0 446237 0
[pid=9727/tid=9729] ppid=9725 vsize=1794500 CPUtime=1629.32
/proc/9727/task/9729/stat : 9729 (java) R 9725 9727 8187 0 -1 64 42677 0 1 0 162895 37 0 0 25 0 13 0 136144199 1837568000 129701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109766979 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9730] ppid=9725 vsize=1794500 CPUtime=30.47
/proc/9727/task/9730/stat : 9730 (java) S 9725 9727 8187 0 -1 64 46613 0 0 0 3023 24 0 0 16 0 13 0 136144200 1837568000 129701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9731] ppid=9725 vsize=1794500 CPUtime=30.41
/proc/9727/task/9731/stat : 9731 (java) S 9725 9727 8187 0 -1 64 51322 0 0 0 3017 24 0 0 16 0 13 0 136144200 1837568000 129701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9732] ppid=9725 vsize=1794500 CPUtime=0.21
/proc/9727/task/9732/stat : 9732 (java) S 9725 9727 8187 0 -1 64 36 0 0 0 13 8 0 0 16 0 13 0 136144203 1837568000 129701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9733] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9733/stat : 9733 (java) S 9725 9727 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136144203 1837568000 129701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9734] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9734/stat : 9734 (java) S 9725 9727 8187 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136144203 1837568000 129701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9735] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9735/stat : 9735 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136144207 1837568000 129701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9736] ppid=9725 vsize=1794500 CPUtime=1.78
/proc/9727/task/9736/stat : 9736 (java) S 9725 9727 8187 0 -1 64 6851 0 0 0 175 3 0 0 16 0 13 0 136144207 1837568000 129701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9737] ppid=9725 vsize=1794500 CPUtime=2.08
/proc/9727/task/9737/stat : 9737 (java) S 9725 9727 8187 0 -1 64 7459 0 0 0 206 2 0 0 16 0 13 0 136144207 1837568000 129701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9738] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9738/stat : 9738 (java) S 9725 9727 8187 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 136144207 1837568000 129701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9739] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9739/stat : 9739 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136144207 1837568000 129701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9740] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9740/stat : 9740 (java) S 9725 9727 8187 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 136144287 1837568000 129701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1694.34
Current children cumulated vsize (KiB) 1794500

[startup+1722.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/90 9938
/proc/meminfo: memFree=781232/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=1794500 CPUtime=1755.72
/proc/9727/stat : 9727 (java) S 9725 9727 8187 0 -1 0 157086 0 1 0 175469 103 0 0 18 0 13 0 136144198 1837568000 131037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9727/statm: 448625 131037 1333 9 0 446237 0
[pid=9727/tid=9729] ppid=9725 vsize=1794500 CPUtime=1687.88
/proc/9727/task/9729/stat : 9729 (java) R 9725 9727 8187 0 -1 64 42701 0 1 0 168750 38 0 0 19 0 13 0 136144199 1837568000 131037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109766647 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9730] ppid=9725 vsize=1794500 CPUtime=31.88
/proc/9727/task/9730/stat : 9730 (java) S 9725 9727 8187 0 -1 64 47241 0 0 0 3164 24 0 0 17 0 13 0 136144200 1837568000 131037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9731] ppid=9725 vsize=1794500 CPUtime=31.82
/proc/9727/task/9731/stat : 9731 (java) S 9725 9727 8187 0 -1 64 52076 0 0 0 3158 24 0 0 16 0 13 0 136144200 1837568000 131037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9732] ppid=9725 vsize=1794500 CPUtime=0.22
/proc/9727/task/9732/stat : 9732 (java) S 9725 9727 8187 0 -1 64 36 0 0 0 13 9 0 0 15 0 13 0 136144203 1837568000 131037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9733] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9733/stat : 9733 (java) S 9725 9727 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136144203 1837568000 131037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9734] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9734/stat : 9734 (java) S 9725 9727 8187 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136144203 1837568000 131037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9735] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9735/stat : 9735 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136144207 1837568000 131037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9736] ppid=9725 vsize=1794500 CPUtime=1.78
/proc/9727/task/9736/stat : 9736 (java) S 9725 9727 8187 0 -1 64 6851 0 0 0 175 3 0 0 16 0 13 0 136144207 1837568000 131037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9737] ppid=9725 vsize=1794500 CPUtime=2.08
/proc/9727/task/9737/stat : 9737 (java) S 9725 9727 8187 0 -1 64 7459 0 0 0 206 2 0 0 16 0 13 0 136144207 1837568000 131037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9738] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9738/stat : 9738 (java) S 9725 9727 8187 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 136144207 1837568000 131037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9739] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9739/stat : 9739 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136144207 1837568000 131037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9740] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9740/stat : 9740 (java) S 9725 9727 8187 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 136144287 1837568000 131037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1755.72
Current children cumulated vsize (KiB) 1794500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.6 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 9938
/proc/meminfo: memFree=777584/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=1794500 CPUtime=1800.05
/proc/9727/stat : 9727 (java) S 9725 9727 8187 0 -1 0 158049 0 1 0 179901 104 0 0 18 0 13 0 136144198 1837568000 131927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9727/statm: 448625 131927 1333 9 0 446237 0
[pid=9727/tid=9729] ppid=9725 vsize=1794500 CPUtime=1730.12
/proc/9727/task/9729/stat : 9729 (java) R 9725 9727 8187 0 -1 64 42718 0 1 0 172974 38 0 0 25 0 13 0 136144199 1837568000 131927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109758344 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9730] ppid=9725 vsize=1794500 CPUtime=32.89
/proc/9727/task/9730/stat : 9730 (java) S 9725 9727 8187 0 -1 64 47511 0 0 0 3265 24 0 0 17 0 13 0 136144200 1837568000 131927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9731] ppid=9725 vsize=1794500 CPUtime=32.84
/proc/9727/task/9731/stat : 9731 (java) S 9725 9727 8187 0 -1 64 52740 0 0 0 3259 25 0 0 16 0 13 0 136144200 1837568000 131927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9732] ppid=9725 vsize=1794500 CPUtime=0.22
/proc/9727/task/9732/stat : 9732 (java) S 9725 9727 8187 0 -1 64 36 0 0 0 13 9 0 0 16 0 13 0 136144203 1837568000 131927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9733] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9733/stat : 9733 (java) S 9725 9727 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136144203 1837568000 131927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9734] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9734/stat : 9734 (java) S 9725 9727 8187 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136144203 1837568000 131927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9735] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9735/stat : 9735 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136144207 1837568000 131927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9736] ppid=9725 vsize=1794500 CPUtime=1.83
/proc/9727/task/9736/stat : 9736 (java) S 9725 9727 8187 0 -1 64 6863 0 0 0 180 3 0 0 17 0 13 0 136144207 1837568000 131927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9727/tid=9737] ppid=9725 vsize=1794500 CPUtime=2.08
/proc/9727/task/9737/stat : 9737 (java) S 9725 9727 8187 0 -1 64 7459 0 0 0 206 2 0 0 16 0 13 0 136144207 1837568000 131927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9738] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9738/stat : 9738 (java) S 9725 9727 8187 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 136144207 1837568000 131927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9739] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9739/stat : 9739 (java) S 9725 9727 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136144207 1837568000 131927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9727/tid=9740] ppid=9725 vsize=1794500 CPUtime=0
/proc/9727/task/9740/stat : 9740 (java) S 9725 9727 8187 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 136144287 1837568000 131927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1794500

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

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

[startup+1765.71 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 9938
/proc/meminfo: memFree=777584/2055920 swapFree=4139248/4192956
[pid=9727] ppid=9725 vsize=0 CPUtime=1800.16
/proc/9727/stat : 9727 (java) Z 9725 9727 8187 0 -1 1036 158069 0 1 0 179904 112 0 0 16 0 2 0 136144198 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9727/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.71
CPU time (s): 1800.17
CPU user time (s): 1799.04
CPU system time (s): 1.12683
CPU usage (%): 101.951
Max. virtual memory (cumulated for all children) (KiB): 1802800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
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= 158069
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= 43862
involuntary context switches= 45960

runsolver used 1.73873 second user time and 4.80427 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Thu Apr 19 02:49:13 UTC 2007

IDJOB= 359906
IDBENCH= 1329
IDSOLVER= 160
FILE ID= node11/359906-1176950953

PBS_JOBID= 4605734

Free space on /tmp= 66254 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.1900577000.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359906-1176950953/sat4jPseudoCP.jar /tmp/evaluation/359906-1176950953/instance-359906-1176950953.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-359906-1176950953 -o ROOT/results/node11/solver-359906-1176950953 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359906-1176950953/sat4jPseudoCP.jar /tmp/evaluation/359906-1176950953/instance-359906-1176950953.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9bb38ed497234135fa89a263cb80cd03

RANDOM SEED= 269858979

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1302184 kB
Buffers:         44732 kB
Cached:         608924 kB
SwapCached:      22332 kB
Active:         242328 kB
Inactive:       446276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1302184 kB
SwapTotal:     4192956 kB
SwapFree:      4139248 kB
Dirty:            3896 kB
Writeback:           0 kB
Mapped:          30548 kB
Slab:            50540 kB
Committed_AS:  6168988 kB
PageTables:       1848 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= 66254 MiB

End job on node11 on Thu Apr 19 03:18:40 UTC 2007