Trace number 360298

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.23 1766.3

General information on the benchmark

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

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20379
/proc/meminfo: memFree=1443872/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=18568 CPUtime=0
/proc/20379/stat : 20379 (runsolver) R 20377 20379 19400 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 172569746 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 257414458663 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/20379/statm: 4642 292 257 24 0 2626 0

[startup+0.101951 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20379
/proc/meminfo: memFree=1443872/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=1780108 CPUtime=0.08
/proc/20379/stat : 20379 (java) S 20377 20379 19400 0 -1 0 3969 0 1 0 5 3 0 0 18 0 12 0 172569746 1822830592 3711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20379/statm: 445027 3711 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.20296 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20379
/proc/meminfo: memFree=1443872/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=1781420 CPUtime=0.2
/proc/20379/stat : 20379 (java) S 20377 20379 19400 0 -1 0 4854 0 1 0 17 3 0 0 18 0 12 0 172569746 1824174080 4593 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20379/statm: 445355 4593 1244 9 0 442967 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1781420

[startup+0.302971 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20379
/proc/meminfo: memFree=1443872/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=1781420 CPUtime=0.3
/proc/20379/stat : 20379 (java) S 20377 20379 19400 0 -1 0 5121 0 1 0 27 3 0 0 18 0 12 0 172569746 1824174080 4860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20379/statm: 445355 4860 1263 9 0 442967 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781420

[startup+0.703005 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20379
/proc/meminfo: memFree=1443872/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=1782408 CPUtime=0.88
/proc/20379/stat : 20379 (java) S 20377 20379 19400 0 -1 0 6700 0 1 0 83 5 0 0 18 0 12 0 172569746 1825185792 6231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20379/statm: 445602 6231 1301 9 0 443214 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782408

[startup+1.50208 s]
/proc/loadavg: 0.99 0.98 0.99 4/77 20392
/proc/meminfo: memFree=1418040/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=1788076 CPUtime=2.32
/proc/20379/stat : 20379 (java) S 20377 20379 19400 0 -1 0 14712 0 1 0 223 9 0 0 18 0 13 0 172569746 1830989824 11846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20379/statm: 447019 11848 1312 9 0 444631 0
[pid=20379/tid=20381] ppid=20377 vsize=1788076 CPUtime=0.92
/proc/20379/task/20381/stat : 20381 (java) R 20377 20379 19400 0 -1 64 9558 0 1 0 86 6 0 0 22 0 13 0 172569748 1830989824 11850 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109640575 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20382] ppid=20377 vsize=1788076 CPUtime=0
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 19400 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 172569749 1830989824 11852 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20383] ppid=20377 vsize=1788076 CPUtime=0
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 19400 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 172569749 1830989824 11854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20384] ppid=20377 vsize=1788076 CPUtime=0
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 19400 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 172569751 1830989824 11856 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20385] ppid=20377 vsize=1788076 CPUtime=0
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 19400 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 172569752 1830989824 11858 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=1788076 CPUtime=0
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 19400 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 172569752 1830989824 11860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=1788076 CPUtime=0
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172569756 1830989824 11861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=1788076 CPUtime=0.75
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 19400 0 -1 64 2207 0 0 0 74 1 0 0 17 0 13 0 172569756 1830989824 11863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20389] ppid=20377 vsize=1788076 CPUtime=0.62
/proc/20379/task/20389/stat : 20389 (java) R 20377 20379 19400 0 -1 64 2227 0 0 0 62 0 0 0 17 0 13 0 172569756 1830989824 11865 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103314432 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20390] ppid=20377 vsize=1788076 CPUtime=0
/proc/20379/task/20390/stat : 20390 (java) S 20377 20379 19400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172569756 1830989824 11867 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=1788076 CPUtime=0
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172569756 1830989824 11869 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20392] ppid=20377 vsize=1788076 CPUtime=0
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172569837 1830989824 11871 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1788076

[startup+3.10122 s]
/proc/loadavg: 1.15 1.02 1.01 3/77 20392
/proc/meminfo: memFree=1341944/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=1799620 CPUtime=5.08
/proc/20379/stat : 20379 (java) S 20377 20379 19400 0 -1 0 51762 0 1 0 481 27 0 0 18 0 13 0 172569746 1842810880 43316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20379/statm: 449905 43316 1325 9 0 447517 0
[pid=20379/tid=20381] ppid=20377 vsize=1799620 CPUtime=1.95
/proc/20379/task/20381/stat : 20381 (java) R 20377 20379 19400 0 -1 64 37720 0 1 0 174 21 0 0 21 0 13 0 172569748 1842810880 43316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109758517 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20382] ppid=20377 vsize=1799620 CPUtime=0
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 19400 0 -1 64 151 0 0 0 0 0 0 0 16 0 13 0 172569749 1842810880 43316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20383] ppid=20377 vsize=1799620 CPUtime=0
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 19400 0 -1 64 122 0 0 0 0 0 0 0 16 0 13 0 172569749 1842810880 43316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20384] ppid=20377 vsize=1799620 CPUtime=0
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 19400 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 172569751 1842810880 43316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20385] ppid=20377 vsize=1799620 CPUtime=0
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 19400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 172569752 1842810880 43316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=1799620 CPUtime=0
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172569752 1842810880 43316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=1799620 CPUtime=0
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172569756 1842810880 43316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=1799620 CPUtime=1.73
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 19400 0 -1 64 7452 0 0 0 170 3 0 0 15 0 13 0 172569756 1842810880 43316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=1799620 CPUtime=1.36
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 19400 0 -1 64 5590 0 0 0 134 2 0 0 16 0 13 0 172569756 1842810880 43316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20390] ppid=20377 vsize=1799620 CPUtime=0
/proc/20379/task/20390/stat : 20390 (java) S 20377 20379 19400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172569756 1842810880 43316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=1799620 CPUtime=0
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172569756 1842810880 43316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20392] ppid=20377 vsize=1799620 CPUtime=0
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172569837 1842810880 43316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 1799620

[startup+6.30251 s]
/proc/loadavg: 1.15 1.02 1.01 2/77 20392
/proc/meminfo: memFree=1270968/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=1796936 CPUtime=8.44
/proc/20379/stat : 20379 (java) S 20377 20379 19400 0 -1 0 57987 0 1 0 814 30 0 0 18 0 13 0 172569746 1840062464 47932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20379/statm: 449234 47932 1325 9 0 446846 0
[pid=20379/tid=20381] ppid=20377 vsize=1796936 CPUtime=5.03
/proc/20379/task/20381/stat : 20381 (java) R 20377 20379 19400 0 -1 64 40159 0 1 0 481 22 0 0 23 0 13 0 172569748 1840062464 47932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109671079 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20382] ppid=20377 vsize=1796936 CPUtime=0.07
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 19400 0 -1 64 2208 0 0 0 7 0 0 0 16 0 13 0 172569749 1840062464 47932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20383] ppid=20377 vsize=1796936 CPUtime=0.07
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 19400 0 -1 64 1824 0 0 0 7 0 0 0 16 0 13 0 172569749 1840062464 47932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20384] ppid=20377 vsize=1796936 CPUtime=0
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 19400 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 172569751 1840062464 47932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20385] ppid=20377 vsize=1796936 CPUtime=0
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 19400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 172569752 1840062464 47932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=1796936 CPUtime=0
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172569752 1840062464 47932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=1796936 CPUtime=0
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172569756 1840062464 47932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=1796936 CPUtime=1.8
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 19400 0 -1 64 7452 0 0 0 177 3 0 0 15 0 13 0 172569756 1840062464 47932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=1796936 CPUtime=1.41
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 19400 0 -1 64 5596 0 0 0 139 2 0 0 16 0 13 0 172569756 1840062464 47932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20390] ppid=20377 vsize=1796936 CPUtime=0
/proc/20379/task/20390/stat : 20390 (java) S 20377 20379 19400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172569756 1840062464 47932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=1796936 CPUtime=0
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172569756 1840062464 47932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20392] ppid=20377 vsize=1796936 CPUtime=0
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172569837 1840062464 47932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 1796936

[startup+12.7021 s]
/proc/loadavg: 1.14 1.02 1.00 2/77 20392
/proc/meminfo: memFree=1228744/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=1796436 CPUtime=14.99
/proc/20379/stat : 20379 (java) S 20377 20379 19400 0 -1 0 65324 0 1 0 1465 34 0 0 18 0 13 0 172569746 1839550464 54809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20379/statm: 449109 54809 1326 9 0 446721 0
[pid=20379/tid=20381] ppid=20377 vsize=1796436 CPUtime=11.31
/proc/20379/task/20381/stat : 20381 (java) R 20377 20379 19400 0 -1 64 43717 0 1 0 1107 24 0 0 22 0 13 0 172569748 1839550464 54809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109669531 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20382] ppid=20377 vsize=1796436 CPUtime=0.16
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 19400 0 -1 64 4229 0 0 0 15 1 0 0 16 0 13 0 172569749 1839550464 54809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20383] ppid=20377 vsize=1796436 CPUtime=0.17
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 19400 0 -1 64 3578 0 0 0 16 1 0 0 16 0 13 0 172569749 1839550464 54809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20384] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 19400 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 172569751 1839550464 54809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20385] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 19400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 172569752 1839550464 54809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172569752 1839550464 54809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172569756 1839550464 54809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=1796436 CPUtime=1.83
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 19400 0 -1 64 7454 0 0 0 180 3 0 0 16 0 13 0 172569756 1839550464 54809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=1796436 CPUtime=1.45
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 19400 0 -1 64 5598 0 0 0 143 2 0 0 16 0 13 0 172569756 1839550464 54809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20390] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20390/stat : 20390 (java) S 20377 20379 19400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172569756 1839550464 54809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172569756 1839550464 54809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20392] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172569837 1839550464 54809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 1796436

[startup+25.5022 s]
/proc/loadavg: 1.18 1.03 1.01 2/77 20392
/proc/meminfo: memFree=1215752/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=1796436 CPUtime=27.97
/proc/20379/stat : 20379 (java) S 20377 20379 19400 0 -1 0 69222 0 1 0 2761 36 0 0 18 0 13 0 172569746 1839550464 58119 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20379/statm: 449109 58119 1333 9 0 446721 0
[pid=20379/tid=20381] ppid=20377 vsize=1796436 CPUtime=23.96
/proc/20379/task/20381/stat : 20381 (java) R 20377 20379 19400 0 -1 64 43746 0 1 0 2372 24 0 0 25 0 13 0 172569748 1839550464 58119 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109746064 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20382] ppid=20377 vsize=1796436 CPUtime=0.29
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 19400 0 -1 64 6395 0 0 0 27 2 0 0 16 0 13 0 172569749 1839550464 58119 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20383] ppid=20377 vsize=1796436 CPUtime=0.31
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 19400 0 -1 64 5269 0 0 0 29 2 0 0 16 0 13 0 172569749 1839550464 58119 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=20379/tid=20384] ppid=20377 vsize=1796436 CPUtime=0.19
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 19400 0 -1 64 42 0 0 0 12 7 0 0 15 0 13 0 172569751 1839550464 124746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20385] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 19400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 172569752 1839550464 124746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172569752 1839550464 124746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172569756 1839550464 124746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=1796436 CPUtime=2.2
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 19400 0 -1 64 7710 0 0 0 217 3 0 0 17 0 13 0 172569756 1839550464 124746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=1796436 CPUtime=1.79
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 19400 0 -1 64 6072 0 0 0 177 2 0 0 16 0 13 0 172569756 1839550464 124746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20390] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20390/stat : 20390 (java) S 20377 20379 19400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172569756 1839550464 124746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172569756 1839550464 124746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20392] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172569837 1839550464 124746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1571.08
Current children cumulated vsize (KiB) 1796436

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 20590
/proc/meminfo: memFree=941832/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=1796436 CPUtime=1632.41
/proc/20379/stat : 20379 (java) S 20377 20379 19400 0 -1 0 154907 0 1 0 163150 91 0 0 18 0 13 0 172569746 1839550464 126308 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20379/statm: 449109 126308 1333 9 0 446721 0
[pid=20379/tid=20381] ppid=20377 vsize=1796436 CPUtime=1571.7
/proc/20379/task/20381/stat : 20381 (java) R 20377 20379 19400 0 -1 64 47896 0 1 0 157138 32 0 0 25 0 13 0 172569748 1839550464 126308 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109640609 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20382] ppid=20377 vsize=1796436 CPUtime=28.25
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 19400 0 -1 64 47110 0 0 0 2802 23 0 0 17 0 13 0 172569749 1839550464 126308 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20383] ppid=20377 vsize=1796436 CPUtime=28.21
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 19400 0 -1 64 45357 0 0 0 2801 20 0 0 17 0 13 0 172569749 1839550464 126308 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20384] ppid=20377 vsize=1796436 CPUtime=0.19
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 19400 0 -1 64 42 0 0 0 12 7 0 0 16 0 13 0 172569751 1839550464 126308 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20385] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 19400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 172569752 1839550464 126308 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172569752 1839550464 126308 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172569756 1839550464 126308 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=1796436 CPUtime=2.2
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 19400 0 -1 64 7710 0 0 0 217 3 0 0 17 0 13 0 172569756 1839550464 126308 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=1796436 CPUtime=1.79
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 19400 0 -1 64 6072 0 0 0 177 2 0 0 16 0 13 0 172569756 1839550464 126308 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20390] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20390/stat : 20390 (java) S 20377 20379 19400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172569756 1839550464 126308 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172569756 1839550464 126308 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20392] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172569837 1839550464 126308 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) 1796436

[startup+1662.3 s]
/proc/loadavg: 1.13 1.05 1.01 2/77 20590
/proc/meminfo: memFree=935880/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=1796436 CPUtime=1693.88
/proc/20379/stat : 20379 (java) S 20377 20379 19400 0 -1 0 156462 0 1 0 169296 92 0 0 18 0 13 0 172569746 1839550464 127791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20379/statm: 449109 127791 1333 9 0 446721 0
[pid=20379/tid=20381] ppid=20377 vsize=1796436 CPUtime=1630.18
/proc/20379/task/20381/stat : 20381 (java) R 20377 20379 19400 0 -1 64 47923 0 1 0 162985 33 0 0 25 0 13 0 172569748 1839550464 127791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109717196 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20382] ppid=20377 vsize=1796436 CPUtime=29.74
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 19400 0 -1 64 48199 0 0 0 2951 23 0 0 16 0 13 0 172569749 1839550464 127791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20383] ppid=20377 vsize=1796436 CPUtime=29.71
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 19400 0 -1 64 45796 0 0 0 2951 20 0 0 16 0 13 0 172569749 1839550464 127791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20384] ppid=20377 vsize=1796436 CPUtime=0.21
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 19400 0 -1 64 42 0 0 0 13 8 0 0 16 0 13 0 172569751 1839550464 127791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20385] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 19400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 172569752 1839550464 127791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172569752 1839550464 127791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172569756 1839550464 127791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=1796436 CPUtime=2.2
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 19400 0 -1 64 7710 0 0 0 217 3 0 0 17 0 13 0 172569756 1839550464 127791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=1796436 CPUtime=1.79
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 19400 0 -1 64 6072 0 0 0 177 2 0 0 16 0 13 0 172569756 1839550464 127791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20390] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20390/stat : 20390 (java) S 20377 20379 19400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172569756 1839550464 127791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172569756 1839550464 127791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20392] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172569837 1839550464 127791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1693.88
Current children cumulated vsize (KiB) 1796436

[startup+1722.3 s]
/proc/loadavg: 1.05 1.04 1.01 2/77 20590
/proc/meminfo: memFree=930632/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=1796436 CPUtime=1755.2
/proc/20379/stat : 20379 (java) S 20377 20379 19400 0 -1 0 157875 0 1 0 175427 93 0 0 18 0 13 0 172569746 1839550464 129106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20379/statm: 449109 129106 1333 9 0 446721 0
[pid=20379/tid=20381] ppid=20377 vsize=1796436 CPUtime=1688.79
/proc/20379/task/20381/stat : 20381 (java) R 20377 20379 19400 0 -1 64 47947 0 1 0 168846 33 0 0 25 0 13 0 172569748 1839550464 129106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109783202 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20382] ppid=20377 vsize=1796436 CPUtime=31.09
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 19400 0 -1 64 48537 0 0 0 3085 24 0 0 17 0 13 0 172569749 1839550464 129106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20383] ppid=20377 vsize=1796436 CPUtime=31.06
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 19400 0 -1 64 46847 0 0 0 3086 20 0 0 16 0 13 0 172569749 1839550464 129106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20384] ppid=20377 vsize=1796436 CPUtime=0.21
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 19400 0 -1 64 42 0 0 0 13 8 0 0 16 0 13 0 172569751 1839550464 129106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20385] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 19400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 172569752 1839550464 129106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172569752 1839550464 129106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172569756 1839550464 129106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=1796436 CPUtime=2.2
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 19400 0 -1 64 7710 0 0 0 217 3 0 0 17 0 13 0 172569756 1839550464 129106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=1796436 CPUtime=1.79
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 19400 0 -1 64 6072 0 0 0 177 2 0 0 16 0 13 0 172569756 1839550464 129106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20390] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20390/stat : 20390 (java) S 20377 20379 19400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172569756 1839550464 129106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172569756 1839550464 129106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20392] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172569837 1839550464 129106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1755.2
Current children cumulated vsize (KiB) 1796436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.1 s]
/proc/loadavg: 1.02 1.03 1.00 2/77 20590
/proc/meminfo: memFree=924104/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=1796436 CPUtime=1800.09
/proc/20379/stat : 20379 (java) S 20377 20379 19400 0 -1 0 159578 0 1 0 179915 94 0 0 18 0 13 0 172569746 1839550464 130727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20379/statm: 449109 130727 1333 9 0 446721 0
[pid=20379/tid=20381] ppid=20377 vsize=1796436 CPUtime=1731.6
/proc/20379/task/20381/stat : 20381 (java) R 20377 20379 19400 0 -1 64 47965 0 1 0 173127 33 0 0 25 0 13 0 172569748 1839550464 130727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109783884 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20382] ppid=20377 vsize=1796436 CPUtime=32.13
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 19400 0 -1 64 49006 0 0 0 3189 24 0 0 16 0 13 0 172569749 1839550464 130727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20383] ppid=20377 vsize=1796436 CPUtime=32.1
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 19400 0 -1 64 48063 0 0 0 3189 21 0 0 17 0 13 0 172569749 1839550464 130727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20384] ppid=20377 vsize=1796436 CPUtime=0.22
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 19400 0 -1 64 42 0 0 0 14 8 0 0 16 0 13 0 172569751 1839550464 130727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20385] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 19400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 172569752 1839550464 130727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 19400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172569752 1839550464 130727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 19400 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 172569756 1839550464 130727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=1796436 CPUtime=2.2
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 19400 0 -1 64 7710 0 0 0 217 3 0 0 17 0 13 0 172569756 1839550464 130727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=1796436 CPUtime=1.79
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 19400 0 -1 64 6072 0 0 0 177 2 0 0 16 0 13 0 172569756 1839550464 130727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20390] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20390/stat : 20390 (java) S 20377 20379 19400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172569756 1839550464 130727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 19400 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 172569756 1839550464 130727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20379/tid=20392] ppid=20377 vsize=1796436 CPUtime=0
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 19400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172569837 1839550464 130727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1796436

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

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

[startup+1766.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/77 20590
/proc/meminfo: memFree=924104/2055920 swapFree=4181952/4192956
[pid=20379] ppid=20377 vsize=0 CPUtime=1800.22
/proc/20379/stat : 20379 (java) Z 20377 20379 19400 0 -1 1036 159599 0 1 0 179920 102 0 0 16 0 2 0 172569746 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20379/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1766.3
CPU time (s): 1800.23
CPU user time (s): 1799.21
CPU system time (s): 1.02584
CPU usage (%): 101.921
Max. virtual memory (cumulated for all children) (KiB): 1801448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.02584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159599
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= 45257
involuntary context switches= 42814

runsolver used 1.68274 second user time and 4.81327 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Thu Apr 19 06:56:42 UTC 2007

IDJOB= 360298
IDBENCH= 1361
IDSOLVER= 160
FILE ID= node68/360298-1176965802

PBS_JOBID= 4605806

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e9edc2d782e594ad1282a3521a191027

RANDOM SEED= 961787200

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.216
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.216
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:       1444280 kB
Buffers:         25684 kB
Cached:         512488 kB
SwapCached:       4740 kB
Active:         103612 kB
Inactive:       446204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1444280 kB
SwapTotal:     4192956 kB
SwapFree:      4181952 kB
Dirty:            3840 kB
Writeback:           0 kB
Mapped:          15724 kB
Slab:            47940 kB
Committed_AS:  2736292 kB
PageTables:       1380 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= 66324 MiB

End job on node68 on Thu Apr 19 07:26:11 UTC 2007