Trace number 359584

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.2 1761.52

General information on the benchmark

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

Solver Data (download as text)

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

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/node46/watcher-359584-1176937242 -o ROOT/results/node46/solver-359584-1176937242 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359584-1176937242/sat4jPseudoCP.jar /tmp/evaluation/359584-1176937242/instance-359584-1176937242.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: 1.00 1.00 1.00 2/78 18295
/proc/meminfo: memFree=1840936/2055920 swapFree=4090512/4192956
[pid=18295] ppid=18293 vsize=152 CPUtime=0
/proc/18295/stat : 18295 (java) D 18293 18295 17453 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 48407208 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7795492 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/18295/statm: 38 26 19 9 0 4 0

[startup+0.088674 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18295
/proc/meminfo: memFree=1840936/2055920 swapFree=4090512/4192956
[pid=18295] ppid=18293 vsize=1777708 CPUtime=0.06
/proc/18295/stat : 18295 (java) S 18293 18295 17453 0 -1 0 3746 0 1 0 4 2 0 0 18 0 7 0 48407208 1820372992 3489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 444427 3489 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.102672 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18295
/proc/meminfo: memFree=1840936/2055920 swapFree=4090512/4192956
[pid=18295] ppid=18293 vsize=1777844 CPUtime=0.07
/proc/18295/stat : 18295 (java) S 18293 18295 17453 0 -1 0 3818 0 1 0 5 2 0 0 18 0 7 0 48407208 1820512256 3561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 444461 3561 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301712 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18295
/proc/meminfo: memFree=1840936/2055920 swapFree=4090512/4192956
[pid=18295] ppid=18293 vsize=1781412 CPUtime=0.27
/proc/18295/stat : 18295 (java) S 18293 18295 17453 0 -1 0 5038 0 1 0 24 3 0 0 18 0 12 0 48407208 1824165888 4777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 445353 4777 1263 9 0 442965 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1781412

[startup+0.702785 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18295
/proc/meminfo: memFree=1840936/2055920 swapFree=4090512/4192956
[pid=18295] ppid=18293 vsize=1782404 CPUtime=0.85
/proc/18295/stat : 18295 (java) S 18293 18295 17453 0 -1 0 6533 0 1 0 81 4 0 0 18 0 12 0 48407208 1825181696 6063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 445601 6063 1301 9 0 443213 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1782404

[startup+1.50194 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 18308
/proc/meminfo: memFree=1816768/2055920 swapFree=4090512/4192956
[pid=18295] ppid=18293 vsize=1786228 CPUtime=2.26
/proc/18295/stat : 18295 (java) S 18293 18295 17453 0 -1 0 14840 0 1 0 219 7 0 0 18 0 13 0 48407208 1829097472 13147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 446557 13147 1310 9 0 444169 0
[pid=18295/tid=18297] ppid=18293 vsize=1786228 CPUtime=0.93
/proc/18295/task/18297/stat : 18297 (java) R 18293 18295 17453 0 -1 64 11297 0 1 0 88 5 0 0 25 0 13 0 48407210 1829097472 13147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109213608 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18298] ppid=18293 vsize=1786228 CPUtime=0
/proc/18295/task/18298/stat : 18298 (java) S 18293 18295 17453 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 48407212 1829097472 13147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18299] ppid=18293 vsize=1786228 CPUtime=0
/proc/18295/task/18299/stat : 18299 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 48407212 1829097472 13147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18300] ppid=18293 vsize=1786228 CPUtime=0
/proc/18295/task/18300/stat : 18300 (java) S 18293 18295 17453 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 48407214 1829097472 13147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18301] ppid=18293 vsize=1786228 CPUtime=0
/proc/18295/task/18301/stat : 18301 (java) S 18293 18295 17453 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 48407215 1829097472 13147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18302] ppid=18293 vsize=1786228 CPUtime=0
/proc/18295/task/18302/stat : 18302 (java) S 18293 18295 17453 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 48407215 1829097472 13147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18303] ppid=18293 vsize=1786228 CPUtime=0
/proc/18295/task/18303/stat : 18303 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 48407219 1829097472 13147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18304] ppid=18293 vsize=1786228 CPUtime=0.63
/proc/18295/task/18304/stat : 18304 (java) S 18293 18295 17453 0 -1 64 1498 0 0 0 63 0 0 0 16 0 13 0 48407219 1829097472 13147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18305] ppid=18293 vsize=1786228 CPUtime=0.66
/proc/18295/task/18305/stat : 18305 (java) R 18293 18295 17453 0 -1 64 1319 0 0 0 66 0 0 0 17 0 13 0 48407219 1829097472 13147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102396682 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18306] ppid=18293 vsize=1786228 CPUtime=0
/proc/18295/task/18306/stat : 18306 (java) S 18293 18295 17453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 48407219 1829097472 13147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18307] ppid=18293 vsize=1786228 CPUtime=0
/proc/18295/task/18307/stat : 18307 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 48407219 1829097472 13147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18308] ppid=18293 vsize=1786228 CPUtime=0
/proc/18295/task/18308/stat : 18308 (java) S 18293 18295 17453 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 48407301 1829097472 13147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1786228

[startup+3.10224 s]
/proc/loadavg: 1.00 1.00 1.00 4/91 18308
/proc/meminfo: memFree=1727680/2055920 swapFree=4090512/4192956
[pid=18295] ppid=18293 vsize=1800256 CPUtime=5.29
/proc/18295/stat : 18295 (java) S 18293 18295 17453 0 -1 0 49748 0 1 0 507 22 0 0 18 0 13 0 48407208 1843462144 43458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 450064 43458 1325 9 0 447676 0
[pid=18295/tid=18297] ppid=18293 vsize=1800256 CPUtime=2.16
/proc/18295/task/18297/stat : 18297 (java) R 18293 18295 17453 0 -1 64 37729 0 1 0 200 16 0 0 23 0 13 0 48407210 1843462144 43458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103960163 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18298] ppid=18293 vsize=1800256 CPUtime=0
/proc/18295/task/18298/stat : 18298 (java) S 18293 18295 17453 0 -1 64 179 0 0 0 0 0 0 0 16 0 13 0 48407212 1843462144 43458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18299] ppid=18293 vsize=1800256 CPUtime=0
/proc/18295/task/18299/stat : 18299 (java) S 18293 18295 17453 0 -1 64 134 0 0 0 0 0 0 0 16 0 13 0 48407212 1843462144 43458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18300] ppid=18293 vsize=1800256 CPUtime=0
/proc/18295/task/18300/stat : 18300 (java) S 18293 18295 17453 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 48407214 1843462144 43458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18301] ppid=18293 vsize=1800256 CPUtime=0
/proc/18295/task/18301/stat : 18301 (java) S 18293 18295 17453 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 48407215 1843462144 43458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18302] ppid=18293 vsize=1800256 CPUtime=0
/proc/18295/task/18302/stat : 18302 (java) S 18293 18295 17453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 48407215 1843462144 43458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18303] ppid=18293 vsize=1800256 CPUtime=0
/proc/18295/task/18303/stat : 18303 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 48407219 1843462144 43458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18304] ppid=18293 vsize=1800256 CPUtime=1.38
/proc/18295/task/18304/stat : 18304 (java) R 18293 18295 17453 0 -1 64 6191 0 0 0 136 2 0 0 18 0 13 0 48407219 1843462144 43458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104725341 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18305] ppid=18293 vsize=1800256 CPUtime=1.7
/proc/18295/task/18305/stat : 18305 (java) R 18293 18295 17453 0 -1 64 4786 0 0 0 168 2 0 0 18 0 13 0 48407219 1843462144 43458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102673122 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18306] ppid=18293 vsize=1800256 CPUtime=0
/proc/18295/task/18306/stat : 18306 (java) S 18293 18295 17453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 48407219 1843462144 43458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18307] ppid=18293 vsize=1800256 CPUtime=0
/proc/18295/task/18307/stat : 18307 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 48407219 1843462144 43458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18308] ppid=18293 vsize=1800256 CPUtime=0
/proc/18295/task/18308/stat : 18308 (java) S 18293 18295 17453 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 48407301 1843462144 43458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 1800256

[startup+6.30282 s]
/proc/loadavg: 1.16 1.03 1.01 2/91 18308
/proc/meminfo: memFree=1665472/2055920 swapFree=4090512/4192956
[pid=18295] ppid=18293 vsize=1799328 CPUtime=8.73
/proc/18295/stat : 18295 (java) S 18293 18295 17453 0 -1 0 56047 0 1 0 848 25 0 0 18 0 13 0 48407208 1842511872 48679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 449832 48679 1325 9 0 447444 0
[pid=18295/tid=18297] ppid=18293 vsize=1799328 CPUtime=5.23
/proc/18295/task/18297/stat : 18297 (java) R 18293 18295 17453 0 -1 64 40300 0 1 0 506 17 0 0 25 0 13 0 48407210 1842511872 48679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109695330 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18298] ppid=18293 vsize=1799328 CPUtime=0.07
/proc/18295/task/18298/stat : 18298 (java) S 18293 18295 17453 0 -1 64 2120 0 0 0 7 0 0 0 17 0 13 0 48407212 1842511872 48679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18299] ppid=18293 vsize=1799328 CPUtime=0.07
/proc/18295/task/18299/stat : 18299 (java) S 18293 18295 17453 0 -1 64 1894 0 0 0 7 0 0 0 16 0 13 0 48407212 1842511872 48679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18300] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18300/stat : 18300 (java) S 18293 18295 17453 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 48407214 1842511872 48679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18301] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18301/stat : 18301 (java) S 18293 18295 17453 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 48407215 1842511872 48679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18302] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18302/stat : 18302 (java) S 18293 18295 17453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 48407215 1842511872 48679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18303] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18303/stat : 18303 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 48407219 1842511872 48679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18304] ppid=18293 vsize=1799328 CPUtime=1.46
/proc/18295/task/18304/stat : 18304 (java) S 18293 18295 17453 0 -1 64 6199 0 0 0 144 2 0 0 15 0 13 0 48407219 1842511872 48679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18305] ppid=18293 vsize=1799328 CPUtime=1.82
/proc/18295/task/18305/stat : 18305 (java) S 18293 18295 17453 0 -1 64 4786 0 0 0 180 2 0 0 16 0 13 0 48407219 1842511872 48679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18306] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18306/stat : 18306 (java) S 18293 18295 17453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 48407219 1842511872 48679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18307] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18307/stat : 18307 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 48407219 1842511872 48679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18308] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18308/stat : 18308 (java) S 18293 18295 17453 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 48407301 1842511872 48679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 1799328

[startup+12.702 s]
/proc/loadavg: 1.15 1.03 1.01 2/91 18308
/proc/meminfo: memFree=1622400/2055920 swapFree=4090512/4192956
[pid=18295] ppid=18293 vsize=1799328 CPUtime=15.28
/proc/18295/stat : 18295 (java) S 18293 18295 17453 0 -1 0 63666 0 1 0 1500 28 0 0 18 0 13 0 48407208 1842511872 55824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 449832 55824 1332 9 0 447444 0
[pid=18295/tid=18297] ppid=18293 vsize=1799328 CPUtime=11.52
/proc/18295/task/18297/stat : 18297 (java) R 18293 18295 17453 0 -1 64 43988 0 1 0 1133 19 0 0 25 0 13 0 48407210 1842511872 55824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109643553 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18298] ppid=18293 vsize=1799328 CPUtime=0.18
/proc/18295/task/18298/stat : 18298 (java) S 18293 18295 17453 0 -1 64 4259 0 0 0 16 2 0 0 16 0 13 0 48407212 1842511872 55824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18299] ppid=18293 vsize=1799328 CPUtime=0.17
/proc/18295/task/18299/stat : 18299 (java) S 18293 18295 17453 0 -1 64 3676 0 0 0 16 1 0 0 16 0 13 0 48407212 1842511872 55824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18300] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18300/stat : 18300 (java) S 18293 18295 17453 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 48407214 1842511872 55824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18301] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18301/stat : 18301 (java) S 18293 18295 17453 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 48407215 1842511872 55824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18302] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18302/stat : 18302 (java) S 18293 18295 17453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 48407215 1842511872 55824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18303] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18303/stat : 18303 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 48407219 1842511872 55824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18304] ppid=18293 vsize=1799328 CPUtime=1.53
/proc/18295/task/18304/stat : 18304 (java) S 18293 18295 17453 0 -1 64 6208 0 0 0 151 2 0 0 16 0 13 0 48407219 1842511872 55824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18305] ppid=18293 vsize=1799328 CPUtime=1.83
/proc/18295/task/18305/stat : 18305 (java) S 18293 18295 17453 0 -1 64 4787 0 0 0 181 2 0 0 17 0 13 0 48407219 1842511872 55824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18306] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18306/stat : 18306 (java) S 18293 18295 17453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 48407219 1842511872 55824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18307] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18307/stat : 18307 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 48407219 1842511872 55824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18308] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18308/stat : 18308 (java) S 18293 18295 17453 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 48407301 1842511872 55824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.28
Current children cumulated vsize (KiB) 1799328

[startup+25.5024 s]
/proc/loadavg: 1.11 1.03 1.01 2/97 18380
/proc/meminfo: memFree=1608840/2055920 swapFree=4090512/4192956
[pid=18295] ppid=18293 vsize=1799328 CPUtime=28.21
/proc/18295/stat : 18295 (java) S 18293 18295 17453 0 -1 0 66954 0 1 0 2791 30 0 0 18 0 13 0 48407208 1842511872 58688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 449832 58688 1332 9 0 447444 0
[pid=18295/tid=18297] ppid=18293 vsize=1799328 CPUtime=24.14
/proc/18295/task/18297/stat : 18297 (java) R 18293 18295 17453 0 -1 64 44003 0 1 0 2395 19 0 0 22 0 13 0 48407210 1842511872 58688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109615674 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18298] ppid=18293 vsize=1799328 CPUtime=0.32
/proc/18295/task/18298/stat : 18298 (java) S 18293 18295 17453 0 -1 64 6143 0 0 0 29 3 0 0 16 0 13 0 48407212 1842511872 58688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18299] ppid=18293 vsize=1799328 CPUtime=0.31
/proc/18295/task/18299/stat : 18299 (java) S 18293 18295 17453 0 -1 64 5063 0 0 0 30 1 0 0 16 0 13 0 48407212 1842511872 58688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=18295/tid=18300] ppid=18293 vsize=1799328 CPUtime=0.18
/proc/18295/task/18300/stat : 18300 (java) S 18293 18295 17453 0 -1 64 26 0 0 0 11 7 0 0 16 0 13 0 48407214 1842511872 130010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18301] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18301/stat : 18301 (java) S 18293 18295 17453 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 48407215 1842511872 130010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18302] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18302/stat : 18302 (java) S 18293 18295 17453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 48407215 1842511872 130010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18303] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18303/stat : 18303 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 48407219 1842511872 130010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18304] ppid=18293 vsize=1799328 CPUtime=1.81
/proc/18295/task/18304/stat : 18304 (java) S 18293 18295 17453 0 -1 64 6237 0 0 0 179 2 0 0 17 0 13 0 48407219 1842511872 130010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18305] ppid=18293 vsize=1799328 CPUtime=1.92
/proc/18295/task/18305/stat : 18305 (java) S 18293 18295 17453 0 -1 64 4791 0 0 0 190 2 0 0 17 0 13 0 48407219 1842511872 130010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18306] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18306/stat : 18306 (java) S 18293 18295 17453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 48407219 1842511872 130010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18307] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18307/stat : 18307 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 48407219 1842511872 130010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18308] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18308/stat : 18308 (java) S 18293 18295 17453 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 48407301 1842511872 130010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1574.63
Current children cumulated vsize (KiB) 1799328

[startup+1602.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/91 18506
/proc/meminfo: memFree=1317376/2055920 swapFree=4091216/4192956
[pid=18295] ppid=18293 vsize=1799328 CPUtime=1636.34
/proc/18295/stat : 18295 (java) S 18293 18295 17453 0 -1 0 148601 0 1 0 163543 91 0 0 18 0 13 0 48407208 1842511872 131698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 449832 131698 1333 9 0 447444 0
[pid=18295/tid=18297] ppid=18293 vsize=1799328 CPUtime=1567.82
/proc/18295/task/18297/stat : 18297 (java) R 18293 18295 17453 0 -1 64 44820 0 1 0 156748 34 0 0 20 0 13 0 48407210 1842511872 131698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109695463 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18298] ppid=18293 vsize=1799328 CPUtime=32.29
/proc/18295/task/18298/stat : 18298 (java) S 18293 18295 17453 0 -1 64 43720 0 0 0 3208 21 0 0 17 0 13 0 48407212 1842511872 131698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18299] ppid=18293 vsize=1799328 CPUtime=32.27
/proc/18295/task/18299/stat : 18299 (java) S 18293 18295 17453 0 -1 64 48285 0 0 0 3204 23 0 0 16 0 13 0 48407212 1842511872 131698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18300] ppid=18293 vsize=1799328 CPUtime=0.19
/proc/18295/task/18300/stat : 18300 (java) S 18293 18295 17453 0 -1 64 26 0 0 0 12 7 0 0 15 0 13 0 48407214 1842511872 131698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18301] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18301/stat : 18301 (java) S 18293 18295 17453 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 48407215 1842511872 131698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18302] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18302/stat : 18302 (java) S 18293 18295 17453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 48407215 1842511872 131698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18303] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18303/stat : 18303 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 48407219 1842511872 131698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18304] ppid=18293 vsize=1799328 CPUtime=1.81
/proc/18295/task/18304/stat : 18304 (java) S 18293 18295 17453 0 -1 64 6237 0 0 0 179 2 0 0 17 0 13 0 48407219 1842511872 131698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18305] ppid=18293 vsize=1799328 CPUtime=1.92
/proc/18295/task/18305/stat : 18305 (java) S 18293 18295 17453 0 -1 64 4791 0 0 0 190 2 0 0 17 0 13 0 48407219 1842511872 131698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18306] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18306/stat : 18306 (java) S 18293 18295 17453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 48407219 1842511872 131698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18307] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18307/stat : 18307 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 48407219 1842511872 131698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18308] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18308/stat : 18308 (java) S 18293 18295 17453 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 48407301 1842511872 131698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1636.34
Current children cumulated vsize (KiB) 1799328

[startup+1662.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/91 18506
/proc/meminfo: memFree=1309824/2055920 swapFree=4091280/4192956
[pid=18295] ppid=18293 vsize=1799328 CPUtime=1698.06
/proc/18295/stat : 18295 (java) S 18293 18295 17453 0 -1 0 150586 0 1 0 169713 93 0 0 18 0 13 0 48407208 1842511872 133517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 449832 133517 1333 9 0 447444 0
[pid=18295/tid=18297] ppid=18293 vsize=1799328 CPUtime=1626.04
/proc/18295/task/18297/stat : 18297 (java) R 18293 18295 17453 0 -1 64 44848 0 1 0 162570 34 0 0 25 0 13 0 48407210 1842511872 133517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109696486 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18298] ppid=18293 vsize=1799328 CPUtime=34.02
/proc/18295/task/18298/stat : 18298 (java) S 18293 18295 17453 0 -1 64 44763 0 0 0 3381 21 0 0 16 0 13 0 48407212 1842511872 133517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18299] ppid=18293 vsize=1799328 CPUtime=34.01
/proc/18295/task/18299/stat : 18299 (java) S 18293 18295 17453 0 -1 64 49199 0 0 0 3377 24 0 0 16 0 13 0 48407212 1842511872 133517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18300] ppid=18293 vsize=1799328 CPUtime=0.19
/proc/18295/task/18300/stat : 18300 (java) S 18293 18295 17453 0 -1 64 26 0 0 0 12 7 0 0 15 0 13 0 48407214 1842511872 133517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18301] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18301/stat : 18301 (java) S 18293 18295 17453 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 48407215 1842511872 133517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18302] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18302/stat : 18302 (java) S 18293 18295 17453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 48407215 1842511872 133517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18303] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18303/stat : 18303 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 48407219 1842511872 133517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18304] ppid=18293 vsize=1799328 CPUtime=1.82
/proc/18295/task/18304/stat : 18304 (java) S 18293 18295 17453 0 -1 64 6237 0 0 0 180 2 0 0 16 0 13 0 48407219 1842511872 133517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18305] ppid=18293 vsize=1799328 CPUtime=1.92
/proc/18295/task/18305/stat : 18305 (java) S 18293 18295 17453 0 -1 64 4791 0 0 0 190 2 0 0 17 0 13 0 48407219 1842511872 133517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18306] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18306/stat : 18306 (java) S 18293 18295 17453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 48407219 1842511872 133517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18307] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18307/stat : 18307 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 48407219 1842511872 133517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18308] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18308/stat : 18308 (java) S 18293 18295 17453 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 48407301 1842511872 133517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1698.06
Current children cumulated vsize (KiB) 1799328

[startup+1722.3 s]
/proc/loadavg: 1.16 1.04 1.01 2/91 18506
/proc/meminfo: memFree=1303744/2055920 swapFree=4091280/4192956
[pid=18295] ppid=18293 vsize=1799328 CPUtime=1759.68
/proc/18295/stat : 18295 (java) S 18293 18295 17453 0 -1 0 152249 0 1 0 175873 95 0 0 18 0 13 0 48407208 1842511872 135069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 449832 135069 1333 9 0 447444 0
[pid=18295/tid=18297] ppid=18293 vsize=1799328 CPUtime=1684.36
/proc/18295/task/18297/stat : 18297 (java) R 18293 18295 17453 0 -1 64 44874 0 1 0 168401 35 0 0 25 0 13 0 48407210 1842511872 135069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109695330 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18298] ppid=18293 vsize=1799328 CPUtime=35.67
/proc/18295/task/18298/stat : 18298 (java) S 18293 18295 17453 0 -1 64 45767 0 0 0 3546 21 0 0 16 0 13 0 48407212 1842511872 135069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18299] ppid=18293 vsize=1799328 CPUtime=35.65
/proc/18295/task/18299/stat : 18299 (java) S 18293 18295 17453 0 -1 64 49831 0 0 0 3541 24 0 0 16 0 13 0 48407212 1842511872 135069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18300] ppid=18293 vsize=1799328 CPUtime=0.2
/proc/18295/task/18300/stat : 18300 (java) S 18293 18295 17453 0 -1 64 27 0 0 0 12 8 0 0 15 0 13 0 48407214 1842511872 135069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18301] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18301/stat : 18301 (java) S 18293 18295 17453 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 48407215 1842511872 135069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18302] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18302/stat : 18302 (java) S 18293 18295 17453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 48407215 1842511872 135069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18303] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18303/stat : 18303 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 48407219 1842511872 135069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18304] ppid=18293 vsize=1799328 CPUtime=1.82
/proc/18295/task/18304/stat : 18304 (java) S 18293 18295 17453 0 -1 64 6237 0 0 0 180 2 0 0 16 0 13 0 48407219 1842511872 135069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18305] ppid=18293 vsize=1799328 CPUtime=1.92
/proc/18295/task/18305/stat : 18305 (java) S 18293 18295 17453 0 -1 64 4791 0 0 0 190 2 0 0 17 0 13 0 48407219 1842511872 135069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18306] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18306/stat : 18306 (java) S 18293 18295 17453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 48407219 1842511872 135069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18307] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18307/stat : 18307 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 48407219 1842511872 135069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18308] ppid=18293 vsize=1799328 CPUtime=0
/proc/18295/task/18308/stat : 18308 (java) S 18293 18295 17453 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 48407301 1842511872 135069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1759.68
Current children cumulated vsize (KiB) 1799328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1761.4 s]
/proc/loadavg: 1.08 1.03 1.01 2/91 18506
/proc/meminfo: memFree=1299200/2055920 swapFree=4091280/4192956
[pid=18295] ppid=18293 vsize=1799188 CPUtime=1800.08
/proc/18295/stat : 18295 (java) S 18293 18295 17453 0 -1 0 153444 0 1 0 179912 96 0 0 18 0 13 0 48407208 1842368512 136129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 449797 136129 1333 9 0 447409 0
[pid=18295/tid=18297] ppid=18293 vsize=1799188 CPUtime=1722.38
/proc/18295/task/18297/stat : 18297 (java) R 18293 18295 17453 0 -1 64 44891 0 1 0 172203 35 0 0 25 0 13 0 48407210 1842368512 136129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109773192 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18298] ppid=18293 vsize=1799188 CPUtime=36.72
/proc/18295/task/18298/stat : 18298 (java) S 18293 18295 17453 0 -1 64 46465 0 0 0 3650 22 0 0 16 0 13 0 48407212 1842368512 136129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18299] ppid=18293 vsize=1799188 CPUtime=36.71
/proc/18295/task/18299/stat : 18299 (java) S 18293 18295 17453 0 -1 64 50298 0 0 0 3646 25 0 0 16 0 13 0 48407212 1842368512 136129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18300] ppid=18293 vsize=1799188 CPUtime=0.21
/proc/18295/task/18300/stat : 18300 (java) S 18293 18295 17453 0 -1 64 27 0 0 0 13 8 0 0 16 0 13 0 48407214 1842368512 136129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18301] ppid=18293 vsize=1799188 CPUtime=0
/proc/18295/task/18301/stat : 18301 (java) S 18293 18295 17453 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 48407215 1842368512 136129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18302] ppid=18293 vsize=1799188 CPUtime=0
/proc/18295/task/18302/stat : 18302 (java) S 18293 18295 17453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 48407215 1842368512 136129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18303] ppid=18293 vsize=1799188 CPUtime=0
/proc/18295/task/18303/stat : 18303 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 48407219 1842368512 136129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18304] ppid=18293 vsize=1799188 CPUtime=2.06
/proc/18295/task/18304/stat : 18304 (java) S 18293 18295 17453 0 -1 64 6248 0 0 0 204 2 0 0 18 0 13 0 48407219 1842368512 136129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18305] ppid=18293 vsize=1799188 CPUtime=1.95
/proc/18295/task/18305/stat : 18305 (java) S 18293 18295 17453 0 -1 64 4793 0 0 0 193 2 0 0 17 0 13 0 48407219 1842368512 136129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18306] ppid=18293 vsize=1799188 CPUtime=0
/proc/18295/task/18306/stat : 18306 (java) S 18293 18295 17453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 48407219 1842368512 136129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18295/tid=18307] ppid=18293 vsize=1799188 CPUtime=0
/proc/18295/task/18307/stat : 18307 (java) S 18293 18295 17453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 48407219 1842368512 136129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18295/tid=18308] ppid=18293 vsize=1799188 CPUtime=0
/proc/18295/task/18308/stat : 18308 (java) S 18293 18295 17453 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 48407301 1842368512 136129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1799188

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

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

[startup+1761.51 s]
/proc/loadavg: 1.08 1.03 1.01 2/91 18506
/proc/meminfo: memFree=1299200/2055920 swapFree=4091280/4192956
[pid=18295] ppid=18293 vsize=0 CPUtime=1800.19
/proc/18295/stat : 18295 (java) Z 18293 18295 17453 0 -1 1036 153464 0 1 0 179915 104 0 0 16 0 2 0 48407208 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18295/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1761.52
CPU time (s): 1800.2
CPU user time (s): 1799.15
CPU system time (s): 1.04984
CPU usage (%): 102.196
Max. virtual memory (cumulated for all children) (KiB): 1802764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
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= 153464
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= 44227
involuntary context switches= 50685

runsolver used 1.85672 second user time and 4.84626 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Wed Apr 18 23:00:42 UTC 2007

IDJOB= 359584
IDBENCH= 1304
IDSOLVER= 160
FILE ID= node46/359584-1176937242

PBS_JOBID= 4605681

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  86320fff0968ff7a2805751d322618eb

RANDOM SEED= 960547647

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.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.268
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	: 5931.00
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.268
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:       1841344 kB
Buffers:         29060 kB
Cached:         117080 kB
SwapCached:       2304 kB
Active:          74404 kB
Inactive:        94696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841344 kB
SwapTotal:     4192956 kB
SwapFree:      4090512 kB
Dirty:            3684 kB
Writeback:           0 kB
Mapped:          30528 kB
Slab:            30816 kB
Committed_AS:  1948736 kB
PageTables:       1988 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= 66081 MiB

End job on node46 on Wed Apr 18 23:30:06 UTC 2007