Trace number 359826

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.19 1771.72

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900566151.opb
MD5SUM204fb031707de903e8b5ddda711ba292
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.029995
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 661
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19219
/proc/meminfo: memFree=1386312/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=152 CPUtime=0
/proc/19219/stat : 19219 (java) R 19217 19219 18324 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 170420070 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 8663339 0 0 4096 0 0 0 0 17 1 0 0
/proc/19219/statm: 38 26 19 9 0 4 0

[startup+0.0596431 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19219
/proc/meminfo: memFree=1386312/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=1777708 CPUtime=0.04
/proc/19219/stat : 19219 (java) S 19217 19219 18324 0 -1 0 3595 0 1 0 3 1 0 0 18 0 7 0 170420070 1820372992 3338 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/19219/statm: 444427 3338 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.102648 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19219
/proc/meminfo: memFree=1386312/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=1780112 CPUtime=0.08
/proc/19219/stat : 19219 (java) S 19217 19219 18324 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 170420070 1822834688 3719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19219/statm: 445028 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302668 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19219
/proc/meminfo: memFree=1386312/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=1782352 CPUtime=0.3
/proc/19219/stat : 19219 (java) S 19217 19219 18324 0 -1 0 5112 0 1 0 27 3 0 0 18 0 12 0 170420070 1825128448 4851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19219/statm: 445588 4851 1263 9 0 443199 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782352

[startup+0.702716 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19219
/proc/meminfo: memFree=1386312/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=1783268 CPUtime=0.87
/proc/19219/stat : 19219 (java) S 19217 19219 18324 0 -1 0 6721 0 1 0 83 4 0 0 18 0 12 0 170420070 1826066432 6179 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19219/statm: 445817 6179 1301 9 0 443428 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783268

[startup+1.50181 s]
/proc/loadavg: 0.99 0.98 0.99 3/90 19232
/proc/meminfo: memFree=1361568/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=1786336 CPUtime=2.26
/proc/19219/stat : 19219 (java) S 19217 19219 18324 0 -1 0 13196 0 1 0 219 7 0 0 18 0 13 0 170420070 1829208064 10870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19219/statm: 446584 10870 1316 9 0 444195 0
[pid=19219/tid=19221] ppid=19217 vsize=1786336 CPUtime=0.9
/proc/19219/task/19221/stat : 19221 (java) R 19217 19219 18324 0 -1 64 8952 0 1 0 85 5 0 0 24 0 13 0 170420071 1829208064 10870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109336648 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19222] ppid=19217 vsize=1786336 CPUtime=0
/proc/19219/task/19222/stat : 19222 (java) S 19217 19219 18324 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 170420073 1829208064 10870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19223] ppid=19217 vsize=1786336 CPUtime=0
/proc/19219/task/19223/stat : 19223 (java) S 19217 19219 18324 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 170420073 1829208064 10870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19224] ppid=19217 vsize=1786336 CPUtime=0
/proc/19219/task/19224/stat : 19224 (java) S 19217 19219 18324 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 170420075 1829208064 10870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19225] ppid=19217 vsize=1786336 CPUtime=0
/proc/19219/task/19225/stat : 19225 (java) S 19217 19219 18324 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 170420075 1829208064 10870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19226] ppid=19217 vsize=1786336 CPUtime=0
/proc/19219/task/19226/stat : 19226 (java) S 19217 19219 18324 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 170420075 1829208064 10870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19227] ppid=19217 vsize=1786336 CPUtime=0
/proc/19219/task/19227/stat : 19227 (java) S 19217 19219 18324 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 170420079 1829208064 10870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19228] ppid=19217 vsize=1786336 CPUtime=0.69
/proc/19219/task/19228/stat : 19228 (java) R 19217 19219 18324 0 -1 64 1411 0 0 0 68 1 0 0 16 0 13 0 170420079 1829208064 10870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103337011 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19229] ppid=19217 vsize=1786336 CPUtime=0.65
/proc/19219/task/19229/stat : 19229 (java) S 19217 19219 18324 0 -1 64 2109 0 0 0 64 1 0 0 16 0 13 0 170420079 1829208064 10870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19230] ppid=19217 vsize=1786336 CPUtime=0
/proc/19219/task/19230/stat : 19230 (java) S 19217 19219 18324 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 170420079 1829208064 10870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19231] ppid=19217 vsize=1786336 CPUtime=0
/proc/19219/task/19231/stat : 19231 (java) S 19217 19219 18324 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 170420079 1829208064 10870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19232] ppid=19217 vsize=1786336 CPUtime=0
/proc/19219/task/19232/stat : 19232 (java) S 19217 19219 18324 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 170420161 1829208064 10870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1786336

[startup+3.10198 s]
/proc/loadavg: 0.99 0.98 0.99 4/90 19232
/proc/meminfo: memFree=1300576/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=1794916 CPUtime=4.79
/proc/19219/stat : 19219 (java) S 19217 19219 18324 0 -1 0 49340 0 1 0 456 23 0 0 18 0 13 0 170420070 1837993984 42333 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19219/statm: 448729 42333 1325 9 0 446340 0
[pid=19219/tid=19221] ppid=19217 vsize=1794916 CPUtime=2.11
/proc/19219/task/19221/stat : 19221 (java) R 19217 19219 18324 0 -1 64 37722 0 1 0 194 17 0 0 20 0 13 0 170420071 1837993984 42333 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109669758 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19222] ppid=19217 vsize=1794916 CPUtime=0
/proc/19219/task/19222/stat : 19222 (java) S 19217 19219 18324 0 -1 64 285 0 0 0 0 0 0 0 16 0 13 0 170420073 1837993984 42333 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19223] ppid=19217 vsize=1794916 CPUtime=0
/proc/19219/task/19223/stat : 19223 (java) S 19217 19219 18324 0 -1 64 240 0 0 0 0 0 0 0 16 0 13 0 170420073 1837993984 42333 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19224] ppid=19217 vsize=1794916 CPUtime=0
/proc/19219/task/19224/stat : 19224 (java) S 19217 19219 18324 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 170420075 1837993984 42333 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19225] ppid=19217 vsize=1794916 CPUtime=0
/proc/19219/task/19225/stat : 19225 (java) S 19217 19219 18324 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 170420075 1837993984 42333 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19226] ppid=19217 vsize=1794916 CPUtime=0
/proc/19219/task/19226/stat : 19226 (java) S 19217 19219 18324 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 170420075 1837993984 42333 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19227] ppid=19217 vsize=1794916 CPUtime=0
/proc/19219/task/19227/stat : 19227 (java) S 19217 19219 18324 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 170420079 1837993984 42333 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19228] ppid=19217 vsize=1794916 CPUtime=1.36
/proc/19219/task/19228/stat : 19228 (java) S 19217 19219 18324 0 -1 64 4871 0 0 0 133 3 0 0 16 0 13 0 170420079 1837993984 42333 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19229] ppid=19217 vsize=1794916 CPUtime=1.28
/proc/19219/task/19229/stat : 19229 (java) S 19217 19219 18324 0 -1 64 5495 0 0 0 126 2 0 0 15 0 13 0 170420079 1837993984 42333 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19230] ppid=19217 vsize=1794916 CPUtime=0
/proc/19219/task/19230/stat : 19230 (java) S 19217 19219 18324 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 170420079 1837993984 42333 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19231] ppid=19217 vsize=1794916 CPUtime=0
/proc/19219/task/19231/stat : 19231 (java) S 19217 19219 18324 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 170420079 1837993984 42333 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19232] ppid=19217 vsize=1794916 CPUtime=0
/proc/19219/task/19232/stat : 19232 (java) S 19217 19219 18324 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 170420161 1837993984 42333 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 1794916

[startup+6.30235 s]
/proc/loadavg: 1.15 1.02 1.01 2/90 19232
/proc/meminfo: memFree=1212384/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=1794424 CPUtime=8.18
/proc/19219/stat : 19219 (java) S 19217 19219 18324 0 -1 0 54753 0 1 0 792 26 0 0 18 0 13 0 170420070 1837490176 45886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19219/statm: 448606 45886 1326 9 0 446217 0
[pid=19219/tid=19221] ppid=19217 vsize=1794424 CPUtime=5.17
/proc/19219/task/19221/stat : 19221 (java) R 19217 19219 18324 0 -1 64 37729 0 1 0 500 17 0 0 24 0 13 0 170420071 1837490176 45886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109715852 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19222] ppid=19217 vsize=1794424 CPUtime=0.12
/proc/19219/task/19222/stat : 19222 (java) S 19217 19219 18324 0 -1 64 3123 0 0 0 11 1 0 0 16 0 13 0 170420073 1837490176 45886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19223] ppid=19217 vsize=1794424 CPUtime=0.12
/proc/19219/task/19223/stat : 19223 (java) S 19217 19219 18324 0 -1 64 2755 0 0 0 11 1 0 0 16 0 13 0 170420073 1837490176 45886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19224] ppid=19217 vsize=1794424 CPUtime=0
/proc/19219/task/19224/stat : 19224 (java) S 19217 19219 18324 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 170420075 1837490176 45886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19225] ppid=19217 vsize=1794424 CPUtime=0
/proc/19219/task/19225/stat : 19225 (java) S 19217 19219 18324 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 170420075 1837490176 45886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19226] ppid=19217 vsize=1794424 CPUtime=0
/proc/19219/task/19226/stat : 19226 (java) S 19217 19219 18324 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 170420075 1837490176 45886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19227] ppid=19217 vsize=1794424 CPUtime=0
/proc/19219/task/19227/stat : 19227 (java) S 19217 19219 18324 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 170420079 1837490176 45886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19228] ppid=19217 vsize=1794424 CPUtime=1.39
/proc/19219/task/19228/stat : 19228 (java) S 19217 19219 18324 0 -1 64 4871 0 0 0 136 3 0 0 16 0 13 0 170420079 1837490176 45886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19229] ppid=19217 vsize=1794424 CPUtime=1.33
/proc/19219/task/19229/stat : 19229 (java) S 19217 19219 18324 0 -1 64 5527 0 0 0 131 2 0 0 16 0 13 0 170420079 1837490176 45886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19230] ppid=19217 vsize=1794424 CPUtime=0
/proc/19219/task/19230/stat : 19230 (java) S 19217 19219 18324 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 170420079 1837490176 45886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19231] ppid=19217 vsize=1794424 CPUtime=0
/proc/19219/task/19231/stat : 19231 (java) S 19217 19219 18324 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 170420079 1837490176 45886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19232] ppid=19217 vsize=1794424 CPUtime=0
/proc/19219/task/19232/stat : 19232 (java) S 19217 19219 18324 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 170420161 1837490176 45886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 1794424

[startup+12.7021 s]
/proc/loadavg: 1.22 1.03 1.01 2/90 19232
/proc/meminfo: memFree=1176432/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=1793908 CPUtime=14.84
/proc/19219/stat : 19219 (java) S 19217 19219 18324 0 -1 0 63069 0 1 0 1454 30 0 0 18 0 13 0 170420070 1836961792 53529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19219/statm: 448477 53529 1333 9 0 446088 0
[pid=19219/tid=19221] ppid=19217 vsize=1793908 CPUtime=11.41
/proc/19219/task/19221/stat : 19221 (java) R 19217 19219 18324 0 -1 64 38809 0 1 0 1124 17 0 0 25 0 13 0 170420071 1836961792 53529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109660025 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19222] ppid=19217 vsize=1793908 CPUtime=0.27
/proc/19219/task/19222/stat : 19222 (java) S 19217 19219 18324 0 -1 64 7067 0 0 0 24 3 0 0 16 0 13 0 170420073 1836961792 53529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19223] ppid=19217 vsize=1793908 CPUtime=0.27
/proc/19219/task/19223/stat : 19223 (java) S 19217 19219 18324 0 -1 64 6037 0 0 0 25 2 0 0 16 0 13 0 170420073 1836961792 53529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19224] ppid=19217 vsize=1793908 CPUtime=0
/proc/19219/task/19224/stat : 19224 (java) S 19217 19219 18324 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 170420075 1836961792 53529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19225] ppid=19217 vsize=1793908 CPUtime=0
/proc/19219/task/19225/stat : 19225 (java) S 19217 19219 18324 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 170420075 1836961792 53529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19226] ppid=19217 vsize=1793908 CPUtime=0
/proc/19219/task/19226/stat : 19226 (java) S 19217 19219 18324 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 170420075 1836961792 53529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19227] ppid=19217 vsize=1793908 CPUtime=0
/proc/19219/task/19227/stat : 19227 (java) S 19217 19219 18324 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 170420079 1836961792 53529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19228] ppid=19217 vsize=1793908 CPUtime=1.42
/proc/19219/task/19228/stat : 19228 (java) S 19217 19219 18324 0 -1 64 4871 0 0 0 139 3 0 0 16 0 13 0 170420079 1836961792 53529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19229] ppid=19217 vsize=1793908 CPUtime=1.41
/proc/19219/task/19229/stat : 19229 (java) S 19217 19219 18324 0 -1 64 5537 0 0 0 139 2 0 0 17 0 13 0 170420079 1836961792 53529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19230] ppid=19217 vsize=1793908 CPUtime=0
/proc/19219/task/19230/stat : 19230 (java) S 19217 19219 18324 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 170420079 1836961792 53529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19231] ppid=19217 vsize=1793908 CPUtime=0
/proc/19219/task/19231/stat : 19231 (java) S 19217 19219 18324 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 170420079 1836961792 53529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19232] ppid=19217 vsize=1793908 CPUtime=0
/proc/19219/task/19232/stat : 19232 (java) S 19217 19219 18324 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 170420161 1836961792 53529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (KiB) 1793908

[startup+25.5025 s]
/proc/loadavg: 1.17 1.03 1.01 2/90 19232
/proc/meminfo: memFree=1164656/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=1793716 CPUtime=28.13
/proc/19219/stat : 19219 (java) S 19217 19219 18324 0 -1 0 68892 0 1 0 2780 33 0 0 18 0 13 0 170420070 1836765184 56796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19219/statm: 448429 56796 1333 9 0 446040 0
[pid=19219/tid=19221] ppid=19217 vsize=1793716 CPUtime=24.03
/proc/19219/task/19221/stat : 19221 (java) R 19217 19219 18324 0 -1 64 38820 0 1 0 2386 17 0 0 17 0 13 0 170420071 1836765184 56796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109669610 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19222] ppid=19217 vsize=1793716 CPUtime=0.42
/proc/19219/task/19222/stat : 19222 (java) S 19217 19219 18324 0 -1 64 9282 0 0 0 38 4 0 0 16 0 13 0 170420073 1836765184 56796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19223] ppid=19217 vsize=1793716 CPUtime=0.42
/proc/19219/task/19223/stat : 19223 (java) S 19217 19219 18324 0 -1 64 7748 0 0 0 39 3 0 0 16 0 13 0 170420073 1836765184 56796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=19219/tid=19224] ppid=19217 vsize=1794444 CPUtime=0.16
/proc/19219/task/19224/stat : 19224 (java) S 19217 19219 18324 0 -1 64 65 0 0 0 10 6 0 0 16 0 13 0 170420075 1837510656 123497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19225] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19225/stat : 19225 (java) S 19217 19219 18324 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 170420075 1837510656 123497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19226] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19226/stat : 19226 (java) S 19217 19219 18324 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 170420075 1837510656 123497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19227] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19227/stat : 19227 (java) S 19217 19219 18324 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 170420079 1837510656 123497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19228] ppid=19217 vsize=1794444 CPUtime=1.96
/proc/19219/task/19228/stat : 19228 (java) S 19217 19219 18324 0 -1 64 8371 0 0 0 192 4 0 0 17 0 13 0 170420079 1837510656 123497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19229] ppid=19217 vsize=1794444 CPUtime=1.54
/proc/19219/task/19229/stat : 19229 (java) S 19217 19219 18324 0 -1 64 5545 0 0 0 152 2 0 0 16 0 13 0 170420079 1837510656 123497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19230] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19230/stat : 19230 (java) S 19217 19219 18324 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 170420079 1837510656 123497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19231] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19231/stat : 19231 (java) S 19217 19219 18324 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 170420079 1837510656 123497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19232] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19232/stat : 19232 (java) S 19217 19219 18324 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 170420161 1837510656 123497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1566.32
Current children cumulated vsize (KiB) 1794444

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19429
/proc/meminfo: memFree=890672/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=1794444 CPUtime=1627.48
/proc/19219/stat : 19219 (java) S 19217 19219 18324 0 -1 0 156322 0 1 0 162654 94 0 0 18 0 13 0 170420070 1837510656 124727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19219/statm: 448611 124727 1333 9 0 446222 0
[pid=19219/tid=19221] ppid=19217 vsize=1794444 CPUtime=1576.76
/proc/19219/task/19221/stat : 19221 (java) R 19217 19219 18324 0 -1 64 46363 0 1 0 157640 36 0 0 25 0 13 0 170420071 1837510656 124727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109751032 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19222] ppid=19217 vsize=1794444 CPUtime=23.48
/proc/19219/task/19222/stat : 19222 (java) S 19217 19219 18324 0 -1 64 49522 0 0 0 2327 21 0 0 16 0 13 0 170420073 1837510656 124727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19223] ppid=19217 vsize=1794444 CPUtime=23.5
/proc/19219/task/19223/stat : 19223 (java) S 19217 19219 18324 0 -1 64 45736 0 0 0 2329 21 0 0 16 0 13 0 170420073 1837510656 124727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19224] ppid=19217 vsize=1794444 CPUtime=0.17
/proc/19219/task/19224/stat : 19224 (java) S 19217 19219 18324 0 -1 64 65 0 0 0 11 6 0 0 16 0 13 0 170420075 1837510656 124727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19225] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19225/stat : 19225 (java) S 19217 19219 18324 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 170420075 1837510656 124727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19226] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19226/stat : 19226 (java) S 19217 19219 18324 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 170420075 1837510656 124727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19227] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19227/stat : 19227 (java) S 19217 19219 18324 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 170420079 1837510656 124727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19228] ppid=19217 vsize=1794444 CPUtime=1.96
/proc/19219/task/19228/stat : 19228 (java) S 19217 19219 18324 0 -1 64 8371 0 0 0 192 4 0 0 17 0 13 0 170420079 1837510656 124727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19229] ppid=19217 vsize=1794444 CPUtime=1.54
/proc/19219/task/19229/stat : 19229 (java) S 19217 19219 18324 0 -1 64 5545 0 0 0 152 2 0 0 16 0 13 0 170420079 1837510656 124727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19230] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19230/stat : 19230 (java) S 19217 19219 18324 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 170420079 1837510656 124727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19231] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19231/stat : 19231 (java) S 19217 19219 18324 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 170420079 1837510656 124727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19232] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19232/stat : 19232 (java) S 19217 19219 18324 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 170420161 1837510656 124727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1627.48
Current children cumulated vsize (KiB) 1794444

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 19429
/proc/meminfo: memFree=886128/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=1794444 CPUtime=1688.65
/proc/19219/stat : 19219 (java) S 19217 19219 18324 0 -1 0 157624 0 1 0 168770 95 0 0 18 0 13 0 170420070 1837510656 125941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19219/statm: 448611 125941 1333 9 0 446222 0
[pid=19219/tid=19221] ppid=19217 vsize=1794444 CPUtime=1635.53
/proc/19219/task/19221/stat : 19221 (java) R 19217 19219 18324 0 -1 64 46384 0 1 0 163517 36 0 0 25 0 13 0 170420071 1837510656 125941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109738603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19222] ppid=19217 vsize=1794444 CPUtime=24.68
/proc/19219/task/19222/stat : 19222 (java) S 19217 19219 18324 0 -1 64 50028 0 0 0 2447 21 0 0 16 0 13 0 170420073 1837510656 125941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19223] ppid=19217 vsize=1794444 CPUtime=24.69
/proc/19219/task/19223/stat : 19223 (java) S 19217 19219 18324 0 -1 64 46511 0 0 0 2448 21 0 0 17 0 13 0 170420073 1837510656 125941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19224] ppid=19217 vsize=1794444 CPUtime=0.17
/proc/19219/task/19224/stat : 19224 (java) S 19217 19219 18324 0 -1 64 65 0 0 0 11 6 0 0 16 0 13 0 170420075 1837510656 125941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19225] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19225/stat : 19225 (java) S 19217 19219 18324 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 170420075 1837510656 125941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19226] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19226/stat : 19226 (java) S 19217 19219 18324 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 170420075 1837510656 125941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19227] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19227/stat : 19227 (java) S 19217 19219 18324 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 170420079 1837510656 125941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19228] ppid=19217 vsize=1794444 CPUtime=1.96
/proc/19219/task/19228/stat : 19228 (java) S 19217 19219 18324 0 -1 64 8371 0 0 0 192 4 0 0 17 0 13 0 170420079 1837510656 125941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19229] ppid=19217 vsize=1794444 CPUtime=1.54
/proc/19219/task/19229/stat : 19229 (java) S 19217 19219 18324 0 -1 64 5545 0 0 0 152 2 0 0 16 0 13 0 170420079 1837510656 125941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19230] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19230/stat : 19230 (java) S 19217 19219 18324 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 170420079 1837510656 125941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19231] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19231/stat : 19231 (java) S 19217 19219 18324 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 170420079 1837510656 125941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19232] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19232/stat : 19232 (java) S 19217 19219 18324 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 170420161 1837510656 125941 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1688.65
Current children cumulated vsize (KiB) 1794444

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19429
/proc/meminfo: memFree=881904/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=1794444 CPUtime=1749.78
/proc/19219/stat : 19219 (java) S 19217 19219 18324 0 -1 0 158688 0 1 0 174882 96 0 0 18 0 13 0 170420070 1837510656 126932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19219/statm: 448611 126932 1333 9 0 446222 0
[pid=19219/tid=19221] ppid=19217 vsize=1794444 CPUtime=1694.36
/proc/19219/task/19221/stat : 19221 (java) R 19217 19219 18324 0 -1 64 46404 0 1 0 169399 37 0 0 25 0 13 0 170420071 1837510656 126932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109715852 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19222] ppid=19217 vsize=1794444 CPUtime=25.83
/proc/19219/task/19222/stat : 19222 (java) S 19217 19219 18324 0 -1 64 50248 0 0 0 2562 21 0 0 16 0 13 0 170420073 1837510656 126932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19223] ppid=19217 vsize=1794444 CPUtime=25.84
/proc/19219/task/19223/stat : 19223 (java) S 19217 19219 18324 0 -1 64 47335 0 0 0 2562 22 0 0 16 0 13 0 170420073 1837510656 126932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19224] ppid=19217 vsize=1794444 CPUtime=0.18
/proc/19219/task/19224/stat : 19224 (java) S 19217 19219 18324 0 -1 64 65 0 0 0 11 7 0 0 16 0 13 0 170420075 1837510656 126932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19225] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19225/stat : 19225 (java) S 19217 19219 18324 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 170420075 1837510656 126932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19226] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19226/stat : 19226 (java) S 19217 19219 18324 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 170420075 1837510656 126932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19227] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19227/stat : 19227 (java) S 19217 19219 18324 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 170420079 1837510656 126932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19228] ppid=19217 vsize=1794444 CPUtime=1.96
/proc/19219/task/19228/stat : 19228 (java) S 19217 19219 18324 0 -1 64 8371 0 0 0 192 4 0 0 17 0 13 0 170420079 1837510656 126932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19229] ppid=19217 vsize=1794444 CPUtime=1.54
/proc/19219/task/19229/stat : 19229 (java) S 19217 19219 18324 0 -1 64 5545 0 0 0 152 2 0 0 16 0 13 0 170420079 1837510656 126932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19230] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19230/stat : 19230 (java) S 19217 19219 18324 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 170420079 1837510656 126932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19231] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19231/stat : 19231 (java) S 19217 19219 18324 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 170420079 1837510656 126932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19232] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19232/stat : 19232 (java) S 19217 19219 18324 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 170420161 1837510656 126932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1749.78
Current children cumulated vsize (KiB) 1794444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19429
/proc/meminfo: memFree=877488/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=1794444 CPUtime=1800.07
/proc/19219/stat : 19219 (java) S 19217 19219 18324 0 -1 0 159857 0 1 0 179910 97 0 0 18 0 13 0 170420070 1837510656 128006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19219/statm: 448611 128006 1333 9 0 446222 0
[pid=19219/tid=19221] ppid=19217 vsize=1794444 CPUtime=1742.64
/proc/19219/task/19221/stat : 19221 (java) R 19217 19219 18324 0 -1 64 46421 0 1 0 174227 37 0 0 25 0 13 0 170420071 1837510656 128006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109642303 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19222] ppid=19217 vsize=1794444 CPUtime=26.84
/proc/19219/task/19222/stat : 19222 (java) S 19217 19219 18324 0 -1 64 50779 0 0 0 2662 22 0 0 16 0 13 0 170420073 1837510656 128006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19223] ppid=19217 vsize=1794444 CPUtime=26.84
/proc/19219/task/19223/stat : 19223 (java) S 19217 19219 18324 0 -1 64 47956 0 0 0 2662 22 0 0 17 0 13 0 170420073 1837510656 128006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19224] ppid=19217 vsize=1794444 CPUtime=0.18
/proc/19219/task/19224/stat : 19224 (java) S 19217 19219 18324 0 -1 64 65 0 0 0 11 7 0 0 16 0 13 0 170420075 1837510656 128006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19225] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19225/stat : 19225 (java) S 19217 19219 18324 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 170420075 1837510656 128006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19226] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19226/stat : 19226 (java) S 19217 19219 18324 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 170420075 1837510656 128006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19227] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19227/stat : 19227 (java) S 19217 19219 18324 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 170420079 1837510656 128006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19228] ppid=19217 vsize=1794444 CPUtime=1.96
/proc/19219/task/19228/stat : 19228 (java) S 19217 19219 18324 0 -1 64 8371 0 0 0 192 4 0 0 17 0 13 0 170420079 1837510656 128006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19229] ppid=19217 vsize=1794444 CPUtime=1.54
/proc/19219/task/19229/stat : 19229 (java) S 19217 19219 18324 0 -1 64 5545 0 0 0 152 2 0 0 16 0 13 0 170420079 1837510656 128006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19230] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19230/stat : 19230 (java) S 19217 19219 18324 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 170420079 1837510656 128006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19219/tid=19231] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19231/stat : 19231 (java) S 19217 19219 18324 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 170420079 1837510656 128006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19219/tid=19232] ppid=19217 vsize=1794444 CPUtime=0
/proc/19219/task/19232/stat : 19232 (java) S 19217 19219 18324 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 170420161 1837510656 128006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1794444

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

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

[startup+1771.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19429
/proc/meminfo: memFree=877488/2055920 swapFree=4152996/4192956
[pid=19219] ppid=19217 vsize=0 CPUtime=1800.17
/proc/19219/stat : 19219 (java) Z 19217 19219 18324 0 -1 1036 159878 0 1 0 179913 104 0 0 16 0 2 0 170420070 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19219/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1771.72
CPU time (s): 1800.19
CPU user time (s): 1799.14
CPU system time (s): 1.04984
CPU usage (%): 101.607
Max. virtual memory (cumulated for all children) (KiB): 1797124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.04984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159878
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= 43191
involuntary context switches= 59376

runsolver used 1.67374 second user time and 4.87026 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Thu Apr 19 00:50:25 UTC 2007

IDJOB= 359826
IDBENCH= 1323
IDSOLVER= 164
FILE ID= node9/359826-1176943825

PBS_JOBID= 4605719

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  204fb031707de903e8b5ddda711ba292

RANDOM SEED= 267222991

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1386784 kB
Buffers:         35388 kB
Cached:         569624 kB
SwapCached:       7940 kB
Active:         264472 kB
Inactive:       363728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1386784 kB
SwapTotal:     4192956 kB
SwapFree:      4152996 kB
Dirty:            3816 kB
Writeback:           0 kB
Mapped:          30272 kB
Slab:            26500 kB
Committed_AS:  6038388 kB
PageTables:       1784 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= 66425 MiB

End job on node9 on Thu Apr 19 01:19:59 UTC 2007