Trace number 359836

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 1760.53

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900570242.opb
MD5SUM490d573a1d39845890b306c349815f34
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark31.3106
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
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/359836-1176944134/instance-359836-1176944134.opb
0.20/0.20	c reading problem ... 
1.21/0.90	c ... done. Wall clock time 0.698s.
1.21/0.90	c CPU time (experimental) 0.59s.
1.21/0.90	c #vars     231
1.21/0.90	c #constraints  2707
1800.09/1760.41	c starts		: 2
1800.09/1760.41	c conflicts		: 47328
1800.09/1760.41	c decisions		: 119152
1800.09/1760.41	c propagations		: 1761437
1800.09/1760.41	c inspects		: 579218838
1800.09/1760.41	c learnt literals	: 0
1800.09/1760.41	c learnt binary clauses	: 0
1800.09/1760.41	c learnt ternary clauses	: 9
1800.09/1760.41	c learnt clauses	: 47327
1800.09/1760.41	c root simplifications	: 0
1800.09/1760.41	c removed literals (reason simplification)	: 0
1800.09/1760.41	c reason swapping (by a shorter reason)	: 0
1800.09/1760.41	c Calls to reduceDB	: 0
1800.09/1760.41	c speed (decisions/second)	: 67.71893051921333
1800.09/1760.41	c non guided choices	121
1800.09/1760.41	s UNKNOWN
1800.09/1760.41	c Total wall clock time (ms): 1760.209

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 20423
/proc/meminfo: memFree=1154456/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=18568 CPUtime=0
/proc/20423/stat : 20423 (runsolver) R 20421 20423 19919 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 107109311 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 244445670695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20423/statm: 0 0 0 0 0 0 0

[startup+0.0975901 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 20423
/proc/meminfo: memFree=1154456/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=1780040 CPUtime=0.07
/proc/20423/stat : 20423 (java) S 20421 20423 19919 0 -1 0 3910 0 1 0 5 2 0 0 18 0 12 0 107109311 1822760960 3652 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20423/statm: 445010 3652 1100 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780040

[startup+0.101588 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 20423
/proc/meminfo: memFree=1154456/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=1780108 CPUtime=0.08
/proc/20423/stat : 20423 (java) S 20421 20423 19919 0 -1 0 3967 0 1 0 6 2 0 0 18 0 12 0 107109311 1822830592 3709 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20423/statm: 445027 3709 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301615 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 20423
/proc/meminfo: memFree=1154456/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=1782444 CPUtime=0.3
/proc/20423/stat : 20423 (java) S 20421 20423 19919 0 -1 0 5142 0 1 0 27 3 0 0 18 0 12 0 107109311 1825222656 4881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20423/statm: 445611 4881 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782444

[startup+0.70165 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 20423
/proc/meminfo: memFree=1154456/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=1783308 CPUtime=0.87
/proc/20423/stat : 20423 (java) S 20421 20423 19919 0 -1 0 6702 0 1 0 84 3 0 0 18 0 12 0 107109311 1826107392 6202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20423/statm: 445827 6202 1301 9 0 443439 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783308

[startup+1.50274 s]
/proc/loadavg: 1.08 1.02 1.01 4/78 20436
/proc/meminfo: memFree=1129776/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=1786200 CPUtime=2.26
/proc/20423/stat : 20423 (java) S 20421 20423 19919 0 -1 0 17097 0 1 0 218 8 0 0 18 0 13 0 107109311 1829068800 15612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20423/statm: 446550 15612 1312 9 0 444162 0
[pid=20423/tid=20425] ppid=20421 vsize=1786200 CPUtime=1
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19919 0 -1 64 13761 0 1 0 93 7 0 0 25 0 13 0 107109313 1829068800 15612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20426] ppid=20421 vsize=1786200 CPUtime=0
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19919 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107109314 1829068800 15612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=1786200 CPUtime=0
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19919 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107109314 1829068800 15612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20428] ppid=20421 vsize=1786200 CPUtime=0
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107109316 1829068800 15612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=1786200 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19919 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 107109317 1829068800 15612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=1786200 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19919 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 107109317 1829068800 15612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=1786200 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107109321 1829068800 15612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=1786200 CPUtime=0.61
/proc/20423/task/20432/stat : 20432 (java) R 20421 20423 19919 0 -1 64 1450 0 0 0 61 0 0 0 16 0 13 0 107109321 1829068800 15612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105874031 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=1786200 CPUtime=0.63
/proc/20423/task/20433/stat : 20433 (java) R 20421 20423 19919 0 -1 64 1160 0 0 0 63 0 0 0 16 0 13 0 107109321 1829068800 15612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105054576 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20434] ppid=20421 vsize=1786200 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107109321 1829068800 15612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=1786200 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107109321 1829068800 15612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20436] ppid=20421 vsize=1786200 CPUtime=0
/proc/20423/task/20436/stat : 20436 (java) S 20421 20423 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107109402 1829068800 15612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1786200

[startup+3.10289 s]
/proc/loadavg: 1.08 1.02 1.01 4/78 20436
/proc/meminfo: memFree=1038968/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=1800056 CPUtime=5.12
/proc/20423/stat : 20423 (java) S 20421 20423 19919 0 -1 0 49019 0 1 0 490 22 0 0 18 0 13 0 107109311 1843257344 43323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20423/statm: 450014 43323 1325 9 0 447626 0
[pid=20423/tid=20425] ppid=20421 vsize=1800056 CPUtime=2.05
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19919 0 -1 64 37750 0 1 0 189 16 0 0 22 0 13 0 107109313 1843257344 43323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109881040 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20426] ppid=20421 vsize=1800056 CPUtime=0
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19919 0 -1 64 185 0 0 0 0 0 0 0 16 0 13 0 107109314 1843257344 43323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=1800056 CPUtime=0
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19919 0 -1 64 148 0 0 0 0 0 0 0 16 0 13 0 107109314 1843257344 43323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20428] ppid=20421 vsize=1800056 CPUtime=0
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19919 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 107109316 1843257344 43323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=1800056 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19919 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107109317 1843257344 43323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=1800056 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107109317 1843257344 43323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=1800056 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107109321 1843257344 43323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=1800056 CPUtime=1.48
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19919 0 -1 64 5357 0 0 0 146 2 0 0 16 0 13 0 107109321 1843257344 43323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=1800056 CPUtime=1.55
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19919 0 -1 64 4848 0 0 0 153 2 0 0 16 0 13 0 107109321 1843257344 43323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20434] ppid=20421 vsize=1800056 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107109321 1843257344 43323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=1800056 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 107109321 1843257344 43323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20436] ppid=20421 vsize=1800056 CPUtime=0
/proc/20423/task/20436/stat : 20436 (java) S 20421 20423 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107109402 1843257344 43323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 1800056

[startup+6.30122 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 20436
/proc/meminfo: memFree=982904/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=1799164 CPUtime=8.53
/proc/20423/stat : 20423 (java) S 20421 20423 19919 0 -1 0 55175 0 1 0 829 24 0 0 18 0 13 0 107109311 1842343936 48321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20423/statm: 449791 48321 1325 9 0 447403 0
[pid=20423/tid=20425] ppid=20421 vsize=1799164 CPUtime=5.12
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19919 0 -1 64 39814 0 1 0 495 17 0 0 21 0 13 0 107109313 1842343936 48321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109638639 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20426] ppid=20421 vsize=1799164 CPUtime=0.09
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19919 0 -1 64 2326 0 0 0 8 1 0 0 16 0 13 0 107109314 1842343936 48321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=1799164 CPUtime=0.09
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19919 0 -1 64 2078 0 0 0 9 0 0 0 16 0 13 0 107109314 1842343936 48321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20428] ppid=20421 vsize=1799164 CPUtime=0
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19919 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 107109316 1842343936 48321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=1799164 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19919 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107109317 1842343936 48321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=1799164 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107109317 1842343936 48321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=1799164 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107109321 1842343936 48321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=1799164 CPUtime=1.58
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19919 0 -1 64 5357 0 0 0 156 2 0 0 15 0 13 0 107109321 1842343936 48321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=1799164 CPUtime=1.6
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19919 0 -1 64 4848 0 0 0 158 2 0 0 16 0 13 0 107109321 1842343936 48321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20434] ppid=20421 vsize=1799164 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107109321 1842343936 48321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=1799164 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 107109321 1842343936 48321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20436] ppid=20421 vsize=1799164 CPUtime=0
/proc/20423/task/20436/stat : 20436 (java) S 20421 20423 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107109402 1842343936 48321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 1799164

[startup+12.7021 s]
/proc/loadavg: 1.15 1.03 1.01 2/78 20436
/proc/meminfo: memFree=938936/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=1798516 CPUtime=15.09
/proc/20423/stat : 20423 (java) S 20421 20423 19919 0 -1 0 62326 0 1 0 1481 28 0 0 18 0 13 0 107109311 1841680384 55072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20423/statm: 449629 55072 1332 9 0 447241 0
[pid=20423/tid=20425] ppid=20421 vsize=1798516 CPUtime=11.42
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19919 0 -1 64 43403 0 1 0 1123 19 0 0 25 0 13 0 107109313 1841680384 55072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109741780 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20426] ppid=20421 vsize=1798516 CPUtime=0.17
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19919 0 -1 64 4368 0 0 0 16 1 0 0 16 0 13 0 107109314 1841680384 55072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=1798516 CPUtime=0.17
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19919 0 -1 64 3591 0 0 0 17 0 0 0 15 0 13 0 107109314 1841680384 55072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20428] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19919 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 107109316 1841680384 55072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19919 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107109317 1841680384 55072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107109317 1841680384 55072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107109321 1841680384 55072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=1798516 CPUtime=1.63
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19919 0 -1 64 5357 0 0 0 161 2 0 0 16 0 13 0 107109321 1841680384 55072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20433] ppid=20421 vsize=1798516 CPUtime=1.63
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19919 0 -1 64 4855 0 0 0 161 2 0 0 16 0 13 0 107109321 1841680384 55072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20434] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107109321 1841680384 55072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) R 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 107109321 1841680384 55072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20436] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20436/stat : 20436 (java) S 20421 20423 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107109402 1841680384 55072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 1798516

[startup+25.5022 s]
/proc/loadavg: 1.12 1.03 1.01 2/78 20436
/proc/meminfo: memFree=925624/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=1798516 CPUtime=28.04
/proc/20423/stat : 20423 (java) S 20421 20423 19919 0 -1 0 65960 0 1 0 2775 29 0 0 18 0 13 0 107109311 1841680384 58222 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20423/statm: 449629 58222 1333 9 0 447241 0
[pid=20423/tid=20425] ppid=20421 vsize=1798516 CPUtime=24.04
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19919 0 -1 64 43417 0 1 0 2385 19 0 0 25 0 13 0 107109313 1841680384 58222 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109638678 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20426] ppid=20421 vsize=1798516 CPUtime=0.31
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19919 0 -1 64 6277 0 0 0 29 2 0 0 16 0 13 0 107109314 1841680384 58222 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=1798516 CPUtime=0.32
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19919 0 -1 64 5296 0 0 0 31 1 0 0 16 0 13 0 107109314 1841680384 58222 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=20423/tid=20428] ppid=20421 vsize=1798516 CPUtime=0.2
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19919 0 -1 64 30 0 0 0 13 7 0 0 15 0 13 0 107109316 1841680384 127220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19919 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107109317 1841680384 127220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107109317 1841680384 127220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107109321 1841680384 127220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=1798516 CPUtime=1.67
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19919 0 -1 64 5363 0 0 0 165 2 0 0 16 0 13 0 107109321 1841680384 127220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=1798516 CPUtime=1.65
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19919 0 -1 64 4855 0 0 0 163 2 0 0 17 0 13 0 107109321 1841680384 127220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20434] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107109321 1841680384 127220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 107109321 1841680384 127220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20436] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20436/stat : 20436 (java) S 20421 20423 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107109402 1841680384 127220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1576.11
Current children cumulated vsize (KiB) 1798516

[startup+1602.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 20634
/proc/meminfo: memFree=642552/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=1798516 CPUtime=1637.72
/proc/20423/stat : 20423 (java) S 20421 20423 19919 0 -1 0 144234 0 1 0 163691 81 0 0 18 0 13 0 107109311 1841680384 128795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20423/statm: 449629 128795 1333 9 0 447241 0
[pid=20423/tid=20425] ppid=20421 vsize=1798516 CPUtime=1566.26
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19919 0 -1 64 44255 0 1 0 156602 24 0 0 18 0 13 0 107109313 1841680384 128795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109676066 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20426] ppid=20421 vsize=1798516 CPUtime=33.92
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19919 0 -1 64 47368 0 0 0 3368 24 0 0 16 0 13 0 107109314 1841680384 128795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20427] ppid=20421 vsize=1798516 CPUtime=33.95
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19919 0 -1 64 41639 0 0 0 3377 18 0 0 17 0 13 0 107109314 1841680384 128795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20428] ppid=20421 vsize=1798516 CPUtime=0.21
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19919 0 -1 64 30 0 0 0 14 7 0 0 16 0 13 0 107109316 1841680384 128795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20429] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19919 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107109317 1841680384 128795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107109317 1841680384 128795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107109321 1841680384 128795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=1798516 CPUtime=1.67
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19919 0 -1 64 5363 0 0 0 165 2 0 0 16 0 13 0 107109321 1841680384 128795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=1798516 CPUtime=1.65
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19919 0 -1 64 4855 0 0 0 163 2 0 0 17 0 13 0 107109321 1841680384 128795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20434] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107109321 1841680384 128795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 107109321 1841680384 128795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20436] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20436/stat : 20436 (java) S 20421 20423 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107109402 1841680384 128795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1637.72
Current children cumulated vsize (KiB) 1798516

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 20634
/proc/meminfo: memFree=636472/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=1798516 CPUtime=1699.34
/proc/20423/stat : 20423 (java) S 20421 20423 19919 0 -1 0 145756 0 1 0 169852 82 0 0 18 0 13 0 107109311 1841680384 130278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20423/statm: 449629 130278 1333 9 0 447241 0
[pid=20423/tid=20425] ppid=20421 vsize=1798516 CPUtime=1624.56
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19919 0 -1 64 44281 0 1 0 162431 25 0 0 20 0 13 0 107109313 1841680384 130278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109740214 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20426] ppid=20421 vsize=1798516 CPUtime=35.58
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19919 0 -1 64 47835 0 0 0 3534 24 0 0 16 0 13 0 107109314 1841680384 130278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20427] ppid=20421 vsize=1798516 CPUtime=35.61
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19919 0 -1 64 42668 0 0 0 3542 19 0 0 16 0 13 0 107109314 1841680384 130278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20428] ppid=20421 vsize=1798516 CPUtime=0.21
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19919 0 -1 64 30 0 0 0 14 7 0 0 15 0 13 0 107109316 1841680384 130278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19919 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107109317 1841680384 130278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107109317 1841680384 130278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107109321 1841680384 130278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=1798516 CPUtime=1.67
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19919 0 -1 64 5363 0 0 0 165 2 0 0 16 0 13 0 107109321 1841680384 130278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=1798516 CPUtime=1.65
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19919 0 -1 64 4855 0 0 0 163 2 0 0 17 0 13 0 107109321 1841680384 130278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20434] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107109321 1841680384 130278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 107109321 1841680384 130278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20436] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20436/stat : 20436 (java) S 20421 20423 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107109402 1841680384 130278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1699.34
Current children cumulated vsize (KiB) 1798516

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 20634
/proc/meminfo: memFree=630008/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=1798516 CPUtime=1760.93
/proc/20423/stat : 20423 (java) S 20421 20423 19919 0 -1 0 147404 0 1 0 176011 82 0 0 18 0 13 0 107109311 1841680384 131881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20423/statm: 449629 131881 1333 9 0 447241 0
[pid=20423/tid=20425] ppid=20421 vsize=1798516 CPUtime=1682.91
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19919 0 -1 64 44306 0 1 0 168266 25 0 0 25 0 13 0 107109313 1841680384 131881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109740214 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20426] ppid=20421 vsize=1798516 CPUtime=37.2
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19919 0 -1 64 48208 0 0 0 3696 24 0 0 16 0 13 0 107109314 1841680384 131881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20427] ppid=20421 vsize=1798516 CPUtime=37.23
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19919 0 -1 64 43918 0 0 0 3704 19 0 0 16 0 13 0 107109314 1841680384 131881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20428] ppid=20421 vsize=1798516 CPUtime=0.21
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19919 0 -1 64 30 0 0 0 14 7 0 0 16 0 13 0 107109316 1841680384 131881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19919 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107109317 1841680384 131881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107109317 1841680384 131881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107109321 1841680384 131881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=1798516 CPUtime=1.67
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19919 0 -1 64 5363 0 0 0 165 2 0 0 16 0 13 0 107109321 1841680384 131881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=1798516 CPUtime=1.65
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19919 0 -1 64 4855 0 0 0 163 2 0 0 17 0 13 0 107109321 1841680384 131881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20434] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107109321 1841680384 131881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 107109321 1841680384 131881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20436] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20436/stat : 20436 (java) S 20421 20423 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107109402 1841680384 131881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1760.93
Current children cumulated vsize (KiB) 1798516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1760.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 20634
/proc/meminfo: memFree=625528/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=1798516 CPUtime=1800.09
/proc/20423/stat : 20423 (java) S 20421 20423 19919 0 -1 0 148564 0 1 0 179926 83 0 0 18 0 13 0 107109311 1841680384 132999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20423/statm: 449629 132999 1333 9 0 447241 0
[pid=20423/tid=20425] ppid=20421 vsize=1798516 CPUtime=1719.92
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19919 0 -1 64 44322 0 1 0 171967 25 0 0 25 0 13 0 107109313 1841680384 132999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109676347 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20426] ppid=20421 vsize=1798516 CPUtime=38.28
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19919 0 -1 64 48548 0 0 0 3804 24 0 0 16 0 13 0 107109314 1841680384 132999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=1798516 CPUtime=38.31
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19919 0 -1 64 44722 0 0 0 3811 20 0 0 17 0 13 0 107109314 1841680384 132999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20428] ppid=20421 vsize=1798516 CPUtime=0.22
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19919 0 -1 64 30 0 0 0 15 7 0 0 16 0 13 0 107109316 1841680384 132999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19919 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107109317 1841680384 132999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107109317 1841680384 132999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107109321 1841680384 132999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=1798516 CPUtime=1.67
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19919 0 -1 64 5363 0 0 0 165 2 0 0 16 0 13 0 107109321 1841680384 132999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=1798516 CPUtime=1.65
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19919 0 -1 64 4855 0 0 0 163 2 0 0 17 0 13 0 107109321 1841680384 132999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20434] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107109321 1841680384 132999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19919 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 107109321 1841680384 132999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20423/tid=20436] ppid=20421 vsize=1798516 CPUtime=0
/proc/20423/task/20436/stat : 20436 (java) S 20421 20423 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107109402 1841680384 132999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1798516

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

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

[startup+1760.51 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 20634
/proc/meminfo: memFree=625528/2055920 swapFree=4179792/4192956
[pid=20423] ppid=20421 vsize=0 CPUtime=1800.21
/proc/20423/stat : 20423 (java) Z 20421 20423 19919 0 -1 1036 148583 0 1 0 179932 89 0 0 16 0 2 0 107109311 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1760.53
CPU time (s): 1800.23
CPU user time (s): 1799.32
CPU system time (s): 0.913861
CPU usage (%): 102.255
Max. virtual memory (cumulated for all children) (KiB): 1802100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 0.913861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148583
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= 43770
involuntary context switches= 38749

runsolver used 1.78773 second user time and 4.69928 second system time

The end

Launcher Data (download as text)

Begin job on node27 on Thu Apr 19 00:55:34 UTC 2007

IDJOB= 359836
IDBENCH= 1324
IDSOLVER= 160
FILE ID= node27/359836-1176944134

PBS_JOBID= 4605725

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  490d573a1d39845890b306c349815f34

RANDOM SEED= 397777533

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node27.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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
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:       1154800 kB
Buffers:         33760 kB
Cached:         810128 kB
SwapCached:       7472 kB
Active:         149952 kB
Inactive:       707504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1154800 kB
SwapTotal:     4192956 kB
SwapFree:      4179792 kB
Dirty:            3668 kB
Writeback:           0 kB
Mapped:          15756 kB
Slab:            29688 kB
Committed_AS:  1655168 kB
PageTables:       1412 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= 66374 MiB

End job on node27 on Thu Apr 19 01:24:57 UTC 2007