Trace number 360242

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.13 1766.11

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900574974.opb
MD5SUM78c4eb026aae2b7f6add2badfbe0cd2c
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.024995
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 663
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.10/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.14	c no version file found!!!
0.10/0.14	c sun.arch.data.model	32
0.10/0.14	c java.version	1.6.0
0.10/0.14	c os.name	Linux
0.10/0.14	c os.version	2.6.9-22.EL.rootsmp
0.10/0.14	c os.arch	i386
0.10/0.14	c Free memory 1651659224
0.10/0.14	c Max memory 1654456320
0.10/0.14	c Total memory 1654456320
0.10/0.14	c Number of processors 2
0.10/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.10/0.19	--- Begin Solver configuration ---
0.10/0.19	c Stops conflict analysis at the first Unique Implication Point
0.10/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.10/0.19	c Learn all clauses as in MiniSAT
0.10/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.10/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.19	c No reason simplification
0.10/0.19	c --- End Solver configuration ---
0.10/0.19	c solving /tmp/evaluation/360242-1176964029/instance-360242-1176964029.opb
0.10/0.19	c reading problem ... 
1.09/0.86	c ... done. Wall clock time 0.671s.
1.09/0.86	c CPU time (experimental) 0.59s.
1.09/0.86	c #vars     231
1.09/0.86	c #constraints  2707
1800.01/1766.01	c starts		: 2
1800.01/1766.01	c conflicts		: 39664
1800.01/1766.01	c decisions		: 118756
1800.01/1766.01	c propagations		: 1474987
1800.01/1766.01	c inspects		: 585560439
1800.01/1766.01	c learnt literals	: 0
1800.01/1766.01	c learnt binary clauses	: 0
1800.01/1766.01	c learnt ternary clauses	: 5
1800.01/1766.01	c learnt clauses	: 39664
1800.01/1766.01	c root simplifications	: 0
1800.01/1766.01	c removed literals (reason simplification)	: 0
1800.01/1766.01	c reason swapping (by a shorter reason)	: 0
1800.01/1766.01	c Calls to reduceDB	: 0
1800.01/1766.01	c speed (decisions/second)	: 67.27836369157417
1800.01/1766.01	c non guided choices	121
1800.01/1766.01	s UNKNOWN
1800.01/1766.01	c Total wall clock time (ms): 1765.818

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node24/watcher-360242-1176964029 -o ROOT/results/node24/solver-360242-1176964029 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360242-1176964029/sat4jPseudoCP.jar /tmp/evaluation/360242-1176964029/instance-360242-1176964029.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.85 0.95 0.98 3/77 23310
/proc/meminfo: memFree=1649256/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=152 CPUtime=0
/proc/23310/stat : 23310 (java) R 23308 23310 22247 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 144320953 155648 26 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 2605355 0 0 4096 0 0 0 0 17 1 0 0
/proc/23310/statm: 38 26 19 9 0 4 0

[startup+0.0429721 s]
/proc/loadavg: 0.85 0.95 0.98 3/77 23310
/proc/meminfo: memFree=1649256/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=1776376 CPUtime=0.04
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 3458 0 1 0 2 2 0 0 18 0 4 0 144320953 1819009024 3204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 444094 3204 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1776376

[startup+0.102974 s]
/proc/loadavg: 0.85 0.95 0.98 3/77 23310
/proc/meminfo: memFree=1649256/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=1780256 CPUtime=0.1
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 4031 0 1 0 7 3 0 0 18 0 12 0 144320953 1822982144 3773 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 445064 3773 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1780256

[startup+0.303004 s]
/proc/loadavg: 0.85 0.95 0.98 3/77 23310
/proc/meminfo: memFree=1649256/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=1782444 CPUtime=0.33
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 5167 0 1 0 29 4 0 0 18 0 12 0 144320953 1825222656 4906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 445611 4906 1264 9 0 443223 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782444

[startup+0.701057 s]
/proc/loadavg: 0.85 0.95 0.98 3/77 23310
/proc/meminfo: memFree=1649256/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=1783308 CPUtime=0.91
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 6884 0 1 0 86 5 0 0 18 0 12 0 144320953 1826107392 6381 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 445827 6381 1301 9 0 443439 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783308

[startup+1.50114 s]
/proc/loadavg: 0.85 0.95 0.98 4/90 23323
/proc/meminfo: memFree=1623872/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=1785404 CPUtime=2.37
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 15116 0 1 0 229 8 0 0 18 0 13 0 144320953 1828253696 12668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 446351 12668 1312 9 0 443963 0
[pid=23310/tid=23312] ppid=23308 vsize=1785404 CPUtime=1.04
/proc/23310/task/23312/stat : 23312 (java) R 23308 23310 22247 0 -1 64 10777 0 1 0 98 6 0 0 19 0 13 0 144320954 1828253696 12668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109148544 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23313] ppid=23308 vsize=1785404 CPUtime=0
/proc/23310/task/23313/stat : 23313 (java) S 23308 23310 22247 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 144320956 1828253696 12668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23314] ppid=23308 vsize=1785404 CPUtime=0
/proc/23310/task/23314/stat : 23314 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 144320956 1828253696 12668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23315] ppid=23308 vsize=1785404 CPUtime=0
/proc/23310/task/23315/stat : 23315 (java) S 23308 23310 22247 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 144320958 1828253696 12668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23316] ppid=23308 vsize=1785404 CPUtime=0
/proc/23310/task/23316/stat : 23316 (java) S 23308 23310 22247 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 144320958 1828253696 12668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23317] ppid=23308 vsize=1785404 CPUtime=0
/proc/23310/task/23317/stat : 23317 (java) S 23308 23310 22247 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 144320958 1828253696 12668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23318] ppid=23308 vsize=1785404 CPUtime=0
/proc/23310/task/23318/stat : 23318 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144320962 1828253696 12668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23319] ppid=23308 vsize=1785404 CPUtime=0.64
/proc/23310/task/23319/stat : 23319 (java) S 23308 23310 22247 0 -1 64 1373 0 0 0 64 0 0 0 17 0 13 0 144320962 1828253696 12668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23320] ppid=23308 vsize=1785404 CPUtime=0.67
/proc/23310/task/23320/stat : 23320 (java) R 23308 23310 22247 0 -1 64 2240 0 0 0 66 1 0 0 16 0 13 0 144320962 1828253696 12668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104800744 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23321] ppid=23308 vsize=1785404 CPUtime=0
/proc/23310/task/23321/stat : 23321 (java) S 23308 23310 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 144320962 1828253696 12668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23322] ppid=23308 vsize=1785404 CPUtime=0
/proc/23310/task/23322/stat : 23322 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144320962 1828253696 12668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23323] ppid=23308 vsize=1785404 CPUtime=0
/proc/23310/task/23323/stat : 23323 (java) S 23308 23310 22247 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 144321041 1828253696 12668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1785404

[startup+3.10231 s]
/proc/loadavg: 0.85 0.95 0.98 4/90 23323
/proc/meminfo: memFree=1546688/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=1800788 CPUtime=5.28
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 52189 0 1 0 501 27 0 0 18 0 13 0 144320953 1844006912 43729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 450197 43729 1325 9 0 447809 0
[pid=23310/tid=23312] ppid=23308 vsize=1800788 CPUtime=1.9
/proc/23310/task/23312/stat : 23312 (java) R 23308 23310 22247 0 -1 64 37737 0 1 0 170 20 0 0 21 0 13 0 144320954 1844006912 43729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109667798 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23313] ppid=23308 vsize=1800788 CPUtime=0
/proc/23310/task/23313/stat : 23313 (java) S 23308 23310 22247 0 -1 64 166 0 0 0 0 0 0 0 16 0 13 0 144320956 1844006912 43729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23314] ppid=23308 vsize=1800788 CPUtime=0
/proc/23310/task/23314/stat : 23314 (java) S 23308 23310 22247 0 -1 64 123 0 0 0 0 0 0 0 16 0 13 0 144320956 1844006912 43729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23315] ppid=23308 vsize=1800788 CPUtime=0
/proc/23310/task/23315/stat : 23315 (java) S 23308 23310 22247 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 144320958 1844006912 43729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23316] ppid=23308 vsize=1800788 CPUtime=0
/proc/23310/task/23316/stat : 23316 (java) S 23308 23310 22247 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144320958 1844006912 43729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23317] ppid=23308 vsize=1800788 CPUtime=0
/proc/23310/task/23317/stat : 23317 (java) S 23308 23310 22247 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144320958 1844006912 43729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23318] ppid=23308 vsize=1800788 CPUtime=0
/proc/23310/task/23318/stat : 23318 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144320962 1844006912 43729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23319] ppid=23308 vsize=1800788 CPUtime=1.47
/proc/23310/task/23319/stat : 23319 (java) S 23308 23310 22247 0 -1 64 4106 0 0 0 146 1 0 0 18 0 13 0 144320962 1844006912 43729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23320] ppid=23308 vsize=1800788 CPUtime=1.86
/proc/23310/task/23320/stat : 23320 (java) S 23308 23310 22247 0 -1 64 9327 0 0 0 183 3 0 0 17 0 13 0 144320962 1844006912 43729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23321] ppid=23308 vsize=1800788 CPUtime=0
/proc/23310/task/23321/stat : 23321 (java) S 23308 23310 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 144320962 1844006912 43729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23322] ppid=23308 vsize=1800788 CPUtime=0
/proc/23310/task/23322/stat : 23322 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144320962 1844006912 43729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23323] ppid=23308 vsize=1800788 CPUtime=0
/proc/23310/task/23323/stat : 23323 (java) S 23308 23310 22247 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 144321041 1844006912 43729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 1800788

[startup+6.30245 s]
/proc/loadavg: 0.86 0.95 0.98 3/90 23323
/proc/meminfo: memFree=1474432/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=1801264 CPUtime=8.99
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 55453 0 1 0 870 29 0 0 18 0 13 0 144320953 1844494336 45713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 450316 45713 1325 9 0 447928 0
[pid=23310/tid=23312] ppid=23308 vsize=1801264 CPUtime=4.94
/proc/23310/task/23312/stat : 23312 (java) R 23308 23310 22247 0 -1 64 37744 0 1 0 474 20 0 0 25 0 13 0 144320954 1844494336 45713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109590687 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23313] ppid=23308 vsize=1801264 CPUtime=0.06
/proc/23310/task/23313/stat : 23313 (java) S 23308 23310 22247 0 -1 64 1663 0 0 0 6 0 0 0 16 0 13 0 144320956 1844494336 45713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23314] ppid=23308 vsize=1801264 CPUtime=0.06
/proc/23310/task/23314/stat : 23314 (java) S 23308 23310 22247 0 -1 64 1225 0 0 0 6 0 0 0 16 0 13 0 144320956 1844494336 45713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23315] ppid=23308 vsize=1801264 CPUtime=0
/proc/23310/task/23315/stat : 23315 (java) S 23308 23310 22247 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 144320958 1844494336 45713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23316] ppid=23308 vsize=1801264 CPUtime=0
/proc/23310/task/23316/stat : 23316 (java) S 23308 23310 22247 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144320958 1844494336 45713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23317] ppid=23308 vsize=1801264 CPUtime=0
/proc/23310/task/23317/stat : 23317 (java) S 23308 23310 22247 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144320958 1844494336 45713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23318] ppid=23308 vsize=1801264 CPUtime=0
/proc/23310/task/23318/stat : 23318 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144320962 1844494336 45713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23319] ppid=23308 vsize=1801264 CPUtime=1.8
/proc/23310/task/23319/stat : 23319 (java) S 23308 23310 22247 0 -1 64 4739 0 0 0 178 2 0 0 16 0 13 0 144320962 1844494336 45713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23320] ppid=23308 vsize=1801264 CPUtime=2.07
/proc/23310/task/23320/stat : 23320 (java) S 23308 23310 22247 0 -1 64 9331 0 0 0 203 4 0 0 16 0 13 0 144320962 1844494336 45713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23321] ppid=23308 vsize=1801264 CPUtime=0
/proc/23310/task/23321/stat : 23321 (java) S 23308 23310 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 144320962 1844494336 45713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23322] ppid=23308 vsize=1801264 CPUtime=0
/proc/23310/task/23322/stat : 23322 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144320962 1844494336 45713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23323] ppid=23308 vsize=1801264 CPUtime=0
/proc/23310/task/23323/stat : 23323 (java) S 23308 23310 22247 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 144321041 1844494336 45713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.99
Current children cumulated vsize (KiB) 1801264

[startup+12.7012 s]
/proc/loadavg: 0.87 0.95 0.98 2/90 23323
/proc/meminfo: memFree=1430104/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=1799412 CPUtime=15.55
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 66958 0 1 0 1521 34 0 0 18 0 13 0 144320953 1842597888 56091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 449853 56091 1332 9 0 447465 0
[pid=23310/tid=23312] ppid=23308 vsize=1799412 CPUtime=11.17
/proc/23310/task/23312/stat : 23312 (java) R 23308 23310 22247 0 -1 64 43333 0 1 0 1094 23 0 0 25 0 13 0 144320954 1842597888 56091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109669169 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23313] ppid=23308 vsize=1799412 CPUtime=0.19
/proc/23310/task/23313/stat : 23313 (java) S 23308 23310 22247 0 -1 64 4290 0 0 0 18 1 0 0 16 0 13 0 144320956 1842597888 56091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23314] ppid=23308 vsize=1799412 CPUtime=0.18
/proc/23310/task/23314/stat : 23314 (java) S 23308 23310 22247 0 -1 64 4506 0 0 0 17 1 0 0 16 0 13 0 144320956 1842597888 56091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23315] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23315/stat : 23315 (java) S 23308 23310 22247 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 144320958 1842597888 56091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23316] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23316/stat : 23316 (java) S 23308 23310 22247 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144320958 1842597888 56091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23317] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23317/stat : 23317 (java) S 23308 23310 22247 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144320958 1842597888 56091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23318] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23318/stat : 23318 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144320962 1842597888 56091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23319] ppid=23308 vsize=1799412 CPUtime=1.84
/proc/23310/task/23319/stat : 23319 (java) S 23308 23310 22247 0 -1 64 4739 0 0 0 182 2 0 0 16 0 13 0 144320962 1842597888 56091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23320] ppid=23308 vsize=1799412 CPUtime=2.11
/proc/23310/task/23320/stat : 23320 (java) S 23308 23310 22247 0 -1 64 9339 0 0 0 207 4 0 0 16 0 13 0 144320962 1842597888 56091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23321] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23321/stat : 23321 (java) S 23308 23310 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 144320962 1842597888 56091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23322] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23322/stat : 23322 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144320962 1842597888 56091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23323] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23323/stat : 23323 (java) S 23308 23310 22247 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 144321041 1842597888 56091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.55
Current children cumulated vsize (KiB) 1799412

[startup+25.5025 s]
/proc/loadavg: 0.90 0.95 0.98 2/90 23323
/proc/meminfo: memFree=1416600/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=1799412 CPUtime=28.52
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 70546 0 1 0 2816 36 0 0 18 0 13 0 144320953 1842597888 59225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 449853 59225 1333 9 0 447465 0
[pid=23310/tid=23312] ppid=23308 vsize=1799412 CPUtime=23.8
/proc/23310/task/23312/stat : 23312 (java) R 23308 23310 22247 0 -1 64 43348 0 1 0 2357 23 0 0 25 0 13 0 144320954 1842597888 59225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109659672 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23313] ppid=23308 vsize=1799412 CPUtime=0.33
/proc/23310/task/23313/stat : 23313 (java) S 23308 23310 22247 0 -1 64 5898 0 0 0 31 2 0 0 16 0 13 0 144320956 1842597888 59225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23314] ppid=23308 vsize=1799412 CPUtime=0.33
/proc/23310/task/23314/stat : 23314 (java) S 23308 23310 22247 0 -1 64 6470 0 0 0 31 2 0 0 16 0 13 0 144320956 1842597888 59225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=23310] ppid=23308 vsize=1799412 CPUtime=1570.96
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 144777 0 1 0 157001 95 0 0 18 0 13 0 144320953 1842597888 124947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 449853 124947 1333 9 0 447465 0
[pid=23310/tid=23312] ppid=23308 vsize=1799412 CPUtime=1513.33
/proc/23310/task/23312/stat : 23312 (java) R 23308 23310 22247 0 -1 64 44047 0 1 0 151296 37 0 0 25 0 13 0 144320954 1842597888 124947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109784162 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23313] ppid=23308 vsize=1799412 CPUtime=26.66
/proc/23310/task/23313/stat : 23313 (java) S 23308 23310 22247 0 -1 64 44560 0 0 0 2643 23 0 0 16 0 13 0 144320956 1842597888 124947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23314] ppid=23308 vsize=1799412 CPUtime=26.61
/proc/23310/task/23314/stat : 23314 (java) S 23308 23310 22247 0 -1 64 41338 0 0 0 2641 20 0 0 16 0 13 0 144320956 1842597888 124947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23315] ppid=23308 vsize=1799412 CPUtime=0.2
/proc/23310/task/23315/stat : 23315 (java) S 23308 23310 22247 0 -1 64 29 0 0 0 14 6 0 0 16 0 13 0 144320958 1842597888 124947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23316] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23316/stat : 23316 (java) S 23308 23310 22247 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144320958 1842597888 124947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23317] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23317/stat : 23317 (java) S 23308 23310 22247 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144320958 1842597888 124947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23318] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23318/stat : 23318 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144320962 1842597888 124947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23319] ppid=23308 vsize=1799412 CPUtime=1.89
/proc/23310/task/23319/stat : 23319 (java) S 23308 23310 22247 0 -1 64 4740 0 0 0 187 2 0 0 17 0 13 0 144320962 1842597888 124947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23320] ppid=23308 vsize=1799412 CPUtime=2.2
/proc/23310/task/23320/stat : 23320 (java) S 23308 23310 22247 0 -1 64 9340 0 0 0 216 4 0 0 17 0 13 0 144320962 1842597888 124947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23321] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23321/stat : 23321 (java) S 23308 23310 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 144320962 1842597888 124947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23322] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23322/stat : 23322 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144320962 1842597888 124947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23323] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23323/stat : 23323 (java) S 23308 23310 22247 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 144321041 1842597888 124947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1570.96
Current children cumulated vsize (KiB) 1799412

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23325
/proc/meminfo: memFree=1146392/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=1799412 CPUtime=1632.41
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 146615 0 1 0 163144 97 0 0 18 0 13 0 144320953 1842597888 126634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 449853 126634 1333 9 0 447465 0
[pid=23310/tid=23312] ppid=23308 vsize=1799412 CPUtime=1571.81
/proc/23310/task/23312/stat : 23312 (java) R 23308 23310 22247 0 -1 64 44073 0 1 0 157144 37 0 0 25 0 13 0 144320954 1842597888 126634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109784247 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23313] ppid=23308 vsize=1799412 CPUtime=28.14
/proc/23310/task/23313/stat : 23313 (java) S 23308 23310 22247 0 -1 64 45538 0 0 0 2790 24 0 0 17 0 13 0 144320956 1842597888 126634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23314] ppid=23308 vsize=1799412 CPUtime=28.09
/proc/23310/task/23314/stat : 23314 (java) S 23308 23310 22247 0 -1 64 42172 0 0 0 2789 20 0 0 16 0 13 0 144320956 1842597888 126634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23315] ppid=23308 vsize=1799412 CPUtime=0.2
/proc/23310/task/23315/stat : 23315 (java) S 23308 23310 22247 0 -1 64 29 0 0 0 14 6 0 0 15 0 13 0 144320958 1842597888 126634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23316] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23316/stat : 23316 (java) S 23308 23310 22247 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144320958 1842597888 126634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23317] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23317/stat : 23317 (java) S 23308 23310 22247 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144320958 1842597888 126634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23318] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23318/stat : 23318 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144320962 1842597888 126634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23319] ppid=23308 vsize=1799412 CPUtime=1.89
/proc/23310/task/23319/stat : 23319 (java) S 23308 23310 22247 0 -1 64 4740 0 0 0 187 2 0 0 17 0 13 0 144320962 1842597888 126634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23320] ppid=23308 vsize=1799412 CPUtime=2.2
/proc/23310/task/23320/stat : 23320 (java) S 23308 23310 22247 0 -1 64 9340 0 0 0 216 4 0 0 17 0 13 0 144320962 1842597888 126634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23321] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23321/stat : 23321 (java) S 23308 23310 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 144320962 1842597888 126634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23322] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23322/stat : 23322 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144320962 1842597888 126634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23323] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23323/stat : 23323 (java) S 23308 23310 22247 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 144321041 1842597888 126634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1632.41
Current children cumulated vsize (KiB) 1799412

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23325
/proc/meminfo: memFree=1139544/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=1799412 CPUtime=1693.81
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 148360 0 1 0 169283 98 0 0 18 0 13 0 144320953 1842597888 128265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 449853 128265 1333 9 0 447465 0
[pid=23310/tid=23312] ppid=23308 vsize=1799412 CPUtime=1630.34
/proc/23310/task/23312/stat : 23312 (java) R 23308 23310 22247 0 -1 64 44098 0 1 0 162996 38 0 0 25 0 13 0 144320954 1842597888 128265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109644673 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23313] ppid=23308 vsize=1799412 CPUtime=29.58
/proc/23310/task/23313/stat : 23313 (java) S 23308 23310 22247 0 -1 64 46500 0 0 0 2934 24 0 0 16 0 13 0 144320956 1842597888 128265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23314] ppid=23308 vsize=1799412 CPUtime=29.54
/proc/23310/task/23314/stat : 23314 (java) S 23308 23310 22247 0 -1 64 42930 0 0 0 2933 21 0 0 16 0 13 0 144320956 1842597888 128265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23315] ppid=23308 vsize=1799412 CPUtime=0.2
/proc/23310/task/23315/stat : 23315 (java) S 23308 23310 22247 0 -1 64 29 0 0 0 14 6 0 0 16 0 13 0 144320958 1842597888 128265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23316] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23316/stat : 23316 (java) S 23308 23310 22247 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144320958 1842597888 128265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23317] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23317/stat : 23317 (java) S 23308 23310 22247 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144320958 1842597888 128265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23318] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23318/stat : 23318 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144320962 1842597888 128265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23319] ppid=23308 vsize=1799412 CPUtime=1.89
/proc/23310/task/23319/stat : 23319 (java) S 23308 23310 22247 0 -1 64 4740 0 0 0 187 2 0 0 17 0 13 0 144320962 1842597888 128265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23320] ppid=23308 vsize=1799412 CPUtime=2.2
/proc/23310/task/23320/stat : 23320 (java) S 23308 23310 22247 0 -1 64 9340 0 0 0 216 4 0 0 17 0 13 0 144320962 1842597888 128265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23321] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23321/stat : 23321 (java) S 23308 23310 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 144320962 1842597888 128265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23322] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23322/stat : 23322 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144320962 1842597888 128265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23323] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23323/stat : 23323 (java) S 23308 23310 22247 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 144321041 1842597888 128265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1693.81
Current children cumulated vsize (KiB) 1799412

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23325
/proc/meminfo: memFree=1133912/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=1799412 CPUtime=1755.25
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 149943 0 1 0 175425 100 0 0 18 0 13 0 144320953 1842597888 129733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 449853 129733 1333 9 0 447465 0
[pid=23310/tid=23312] ppid=23308 vsize=1799412 CPUtime=1688.83
/proc/23310/task/23312/stat : 23312 (java) R 23308 23310 22247 0 -1 64 44123 0 1 0 168845 38 0 0 18 0 13 0 144320954 1842597888 129733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109659554 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23313] ppid=23308 vsize=1799412 CPUtime=31.04
/proc/23310/task/23313/stat : 23313 (java) S 23308 23310 22247 0 -1 64 47390 0 0 0 3079 25 0 0 16 0 13 0 144320956 1842597888 129733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23314] ppid=23308 vsize=1799412 CPUtime=31.01
/proc/23310/task/23314/stat : 23314 (java) S 23308 23310 22247 0 -1 64 43598 0 0 0 3080 21 0 0 16 0 13 0 144320956 1842597888 129733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23315] ppid=23308 vsize=1799412 CPUtime=0.21
/proc/23310/task/23315/stat : 23315 (java) S 23308 23310 22247 0 -1 64 29 0 0 0 15 6 0 0 15 0 13 0 144320958 1842597888 129733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23316] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23316/stat : 23316 (java) S 23308 23310 22247 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144320958 1842597888 129733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23317] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23317/stat : 23317 (java) S 23308 23310 22247 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144320958 1842597888 129733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23318] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23318/stat : 23318 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144320962 1842597888 129733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23319] ppid=23308 vsize=1799412 CPUtime=1.89
/proc/23310/task/23319/stat : 23319 (java) S 23308 23310 22247 0 -1 64 4740 0 0 0 187 2 0 0 17 0 13 0 144320962 1842597888 129733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23320] ppid=23308 vsize=1799412 CPUtime=2.2
/proc/23310/task/23320/stat : 23320 (java) S 23308 23310 22247 0 -1 64 9340 0 0 0 216 4 0 0 17 0 13 0 144320962 1842597888 129733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23321] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23321/stat : 23321 (java) S 23308 23310 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 144320962 1842597888 129733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23322] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23322/stat : 23322 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144320962 1842597888 129733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23323] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23323/stat : 23323 (java) S 23308 23310 22247 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 144321041 1842597888 129733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1755.25
Current children cumulated vsize (KiB) 1799412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23325
/proc/meminfo: memFree=1129624/2055920 swapFree=4133640/4192956
[pid=23310] ppid=23308 vsize=1799412 CPUtime=1800.01
/proc/23310/stat : 23310 (java) S 23308 23310 22247 0 -1 0 151022 0 1 0 179900 101 0 0 18 0 13 0 144320953 1842597888 130741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23310/statm: 449853 130741 1333 9 0 447465 0
[pid=23310/tid=23312] ppid=23308 vsize=1799412 CPUtime=1731.43
/proc/23310/task/23312/stat : 23312 (java) R 23308 23310 22247 0 -1 64 44141 0 1 0 173104 39 0 0 22 0 13 0 144320954 1842597888 130741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109784087 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23310/tid=23313] ppid=23308 vsize=1799412 CPUtime=32.12
/proc/23310/task/23313/stat : 23313 (java) S 23308 23310 22247 0 -1 64 47859 0 0 0 3187 25 0 0 17 0 13 0 144320956 1842597888 130741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23314] ppid=23308 vsize=1799412 CPUtime=32.1
/proc/23310/task/23314/stat : 23314 (java) S 23308 23310 22247 0 -1 64 44190 0 0 0 3188 22 0 0 17 0 13 0 144320956 1842597888 130741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23315] ppid=23308 vsize=1799412 CPUtime=0.21
/proc/23310/task/23315/stat : 23315 (java) S 23308 23310 22247 0 -1 64 29 0 0 0 15 6 0 0 15 0 13 0 144320958 1842597888 130741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23316] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23316/stat : 23316 (java) S 23308 23310 22247 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144320958 1842597888 130741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23317] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23317/stat : 23317 (java) S 23308 23310 22247 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144320958 1842597888 130741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23318] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23318/stat : 23318 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144320962 1842597888 130741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23319] ppid=23308 vsize=1799412 CPUtime=1.89
/proc/23310/task/23319/stat : 23319 (java) S 23308 23310 22247 0 -1 64 4740 0 0 0 187 2 0 0 17 0 13 0 144320962 1842597888 130741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23320] ppid=23308 vsize=1799412 CPUtime=2.2
/proc/23310/task/23320/stat : 23320 (java) S 23308 23310 22247 0 -1 64 9340 0 0 0 216 4 0 0 17 0 13 0 144320962 1842597888 130741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23321] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23321/stat : 23321 (java) S 23308 23310 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 144320962 1842597888 130741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23322] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23322/stat : 23322 (java) S 23308 23310 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144320962 1842597888 130741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23310/tid=23323] ppid=23308 vsize=1799412 CPUtime=0
/proc/23310/task/23323/stat : 23323 (java) S 23308 23310 22247 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 144321041 1842597888 130741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1799412

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

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

Child status: 143
Real time (s): 1766.11
CPU time (s): 1800.13
CPU user time (s): 1799.03
CPU system time (s): 1.09183
CPU usage (%): 101.926
Max. virtual memory (cumulated for all children) (KiB): 1803376

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

runsolver used 1.76973 second user time and 4.77027 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Thu Apr 19 06:27:09 UTC 2007

IDJOB= 360242
IDBENCH= 1354
IDSOLVER= 160
FILE ID= node24/360242-1176964029

PBS_JOBID= 4605798

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  78c4eb026aae2b7f6add2badfbe0cd2c

RANDOM SEED= 72560135

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1649600 kB
Buffers:         35864 kB
Cached:         274628 kB
SwapCached:      27332 kB
Active:         118620 kB
Inactive:       226944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649600 kB
SwapTotal:     4192956 kB
SwapFree:      4133640 kB
Dirty:            3816 kB
Writeback:           0 kB
Mapped:          42112 kB
Slab:            46232 kB
Committed_AS:  1846804 kB
PageTables:       1808 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66231 MiB

End job on node24 on Thu Apr 19 06:56:37 UTC 2007