Trace number 360036

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.13 1768.81

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900565527.opb
MD5SUM2e8fe4d521f8ec7159487f71439b9947
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 benchmark1.66974
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 709
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.09/0.19	--- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.19	c No reason simplification
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c Simplify asserted PB constraints to clauses
0.09/0.19	c solving /tmp/evaluation/360036-1176954384/instance-360036-1176954384.opb
0.09/0.19	c reading problem ... 
1.07/0.88	c ... done. Wall clock time 0.693s.
1.07/0.89	c CPU time (experimental) 0.59s.
1.07/0.89	c #vars     231
1.07/0.89	c #constraints  2707
1800.02/1768.72	c starts		: 2
1800.02/1768.72	c conflicts		: 43439
1800.02/1768.72	c decisions		: 91688
1800.02/1768.72	c propagations		: 1582288
1800.02/1768.72	c inspects		: 636637818
1800.02/1768.72	c learnt literals	: 0
1800.02/1768.72	c learnt binary clauses	: 0
1800.02/1768.72	c learnt ternary clauses	: 8
1800.02/1768.72	c learnt clauses	: 43439
1800.02/1768.72	c root simplifications	: 0
1800.02/1768.72	c removed literals (reason simplification)	: 0
1800.02/1768.72	c reason swapping (by a shorter reason)	: 0
1800.02/1768.72	c Calls to reduceDB	: 0
1800.02/1768.72	c speed (decisions/second)	: 51.86474483674609
1800.02/1768.72	c non guided choices	121
1800.02/1768.72	s UNKNOWN
1800.02/1768.72	c Total wall clock time (ms): 1768.525

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/node70/watcher-360036-1176954384 -o ROOT/results/node70/solver-360036-1176954384 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360036-1176954384/sat4jPseudoCPClause.jar /tmp/evaluation/360036-1176954384/instance-360036-1176954384.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.92 0.98 0.99 3/64 24564
/proc/meminfo: memFree=1321808/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=152 CPUtime=0
/proc/24564/stat : 24564 (java) R 24562 24564 22930 0 -1 0 204 0 0 0 0 0 0 0 19 0 1 0 134975742 155648 26 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 8413483 0 0 4096 0 0 0 0 17 1 0 0
/proc/24564/statm: 38 26 19 9 0 4 0

[startup+0.051735 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24564
/proc/meminfo: memFree=1321808/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=1777708 CPUtime=0.04
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 3579 0 1 0 2 2 0 0 18 0 7 0 134975742 1820372992 3322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 444427 3322 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101738 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24564
/proc/meminfo: memFree=1321808/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=1780260 CPUtime=0.09
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 4029 0 1 0 7 2 0 0 18 0 12 0 134975742 1822986240 3771 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 445065 3771 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780260

[startup+0.301758 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24564
/proc/meminfo: memFree=1321808/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=1782564 CPUtime=0.33
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 5169 0 1 0 30 3 0 0 18 0 12 0 134975742 1825345536 4908 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 445641 4908 1263 9 0 443252 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782564

[startup+0.7018 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24564
/proc/meminfo: memFree=1321808/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=1783444 CPUtime=0.88
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 6845 0 1 0 85 3 0 0 18 0 12 0 134975742 1826246656 6339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 445861 6339 1301 9 0 443472 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783444

[startup+1.50206 s]
/proc/loadavg: 0.93 0.98 0.99 4/77 24577
/proc/meminfo: memFree=1296936/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=1790404 CPUtime=2.31
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 17636 0 1 0 223 8 0 0 18 0 13 0 134975742 1833373696 14638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 447601 14638 1316 9 0 445212 0
[pid=24564/tid=24566] ppid=24562 vsize=1790404 CPUtime=0.9
/proc/24564/task/24566/stat : 24566 (java) R 24562 24564 22930 0 -1 64 11877 0 1 0 84 6 0 0 24 0 13 0 134975743 1833373696 14638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109656746 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24567] ppid=24562 vsize=1790404 CPUtime=0
/proc/24564/task/24567/stat : 24567 (java) S 24562 24564 22930 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 134975745 1833373696 14638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24568] ppid=24562 vsize=1790404 CPUtime=0
/proc/24564/task/24568/stat : 24568 (java) S 24562 24564 22930 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 134975745 1833373696 14638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24569] ppid=24562 vsize=1790404 CPUtime=0
/proc/24564/task/24569/stat : 24569 (java) S 24562 24564 22930 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 134975747 1833373696 14638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24570] ppid=24562 vsize=1790404 CPUtime=0
/proc/24564/task/24570/stat : 24570 (java) S 24562 24564 22930 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 134975747 1833373696 14638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24571] ppid=24562 vsize=1790404 CPUtime=0
/proc/24564/task/24571/stat : 24571 (java) S 24562 24564 22930 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 134975747 1833373696 14638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24572] ppid=24562 vsize=1790404 CPUtime=0
/proc/24564/task/24572/stat : 24572 (java) S 24562 24564 22930 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 134975751 1833373696 14638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24573] ppid=24562 vsize=1790404 CPUtime=0.6
/proc/24564/task/24573/stat : 24573 (java) R 24562 24564 22930 0 -1 64 1400 0 0 0 60 0 0 0 17 0 13 0 134975751 1833373696 14638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102395904 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24574] ppid=24562 vsize=1790404 CPUtime=0.79
/proc/24564/task/24574/stat : 24574 (java) R 24562 24564 22930 0 -1 64 3635 0 0 0 78 1 0 0 17 0 13 0 134975751 1833373696 14638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103336923 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24575] ppid=24562 vsize=1790404 CPUtime=0
/proc/24564/task/24575/stat : 24575 (java) S 24562 24564 22930 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 134975751 1833373696 14638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24576] ppid=24562 vsize=1790404 CPUtime=0
/proc/24564/task/24576/stat : 24576 (java) S 24562 24564 22930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 134975751 1833373696 14638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24577] ppid=24562 vsize=1790404 CPUtime=0
/proc/24564/task/24577/stat : 24577 (java) S 24562 24564 22930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134975832 1833373696 14638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1790404

[startup+3.10223 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 24577
/proc/meminfo: memFree=1223272/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=1799384 CPUtime=4.7
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 51866 0 1 0 448 22 0 0 18 0 13 0 134975742 1842569216 43393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 449846 43393 1325 9 0 447457 0
[pid=24564/tid=24566] ppid=24562 vsize=1799384 CPUtime=1.99
/proc/24564/task/24566/stat : 24566 (java) R 24562 24564 22930 0 -1 64 37730 0 1 0 183 16 0 0 25 0 13 0 134975743 1842569216 43393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109670951 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24567] ppid=24562 vsize=1799384 CPUtime=0.01
/proc/24564/task/24567/stat : 24567 (java) S 24562 24564 22930 0 -1 64 269 0 0 0 1 0 0 0 16 0 13 0 134975745 1842569216 43393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24568] ppid=24562 vsize=1799384 CPUtime=0
/proc/24564/task/24568/stat : 24568 (java) S 24562 24564 22930 0 -1 64 226 0 0 0 0 0 0 0 16 0 13 0 134975745 1842569216 43393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24569] ppid=24562 vsize=1799384 CPUtime=0
/proc/24564/task/24569/stat : 24569 (java) S 24562 24564 22930 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 134975747 1842569216 43393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24570] ppid=24562 vsize=1799384 CPUtime=0
/proc/24564/task/24570/stat : 24570 (java) S 24562 24564 22930 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 134975747 1842569216 43393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24571] ppid=24562 vsize=1799384 CPUtime=0
/proc/24564/task/24571/stat : 24571 (java) S 24562 24564 22930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134975747 1842569216 43393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24572] ppid=24562 vsize=1799384 CPUtime=0
/proc/24564/task/24572/stat : 24572 (java) S 24562 24564 22930 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 134975751 1842569216 43393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24573] ppid=24562 vsize=1799384 CPUtime=1.25
/proc/24564/task/24573/stat : 24573 (java) S 24562 24564 22930 0 -1 64 6582 0 0 0 123 2 0 0 16 0 13 0 134975751 1842569216 43393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24574] ppid=24562 vsize=1799384 CPUtime=1.41
/proc/24564/task/24574/stat : 24574 (java) S 24562 24564 22930 0 -1 64 6330 0 0 0 139 2 0 0 15 0 13 0 134975751 1842569216 43393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24575] ppid=24562 vsize=1799384 CPUtime=0
/proc/24564/task/24575/stat : 24575 (java) S 24562 24564 22930 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 134975751 1842569216 43393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24576] ppid=24562 vsize=1799384 CPUtime=0
/proc/24564/task/24576/stat : 24576 (java) S 24562 24564 22930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 134975751 1842569216 43393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24577] ppid=24562 vsize=1799384 CPUtime=0
/proc/24564/task/24577/stat : 24577 (java) S 24562 24564 22930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134975832 1842569216 43393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 1799384

[startup+6.30235 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 24577
/proc/meminfo: memFree=1143280/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=1798960 CPUtime=8.07
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 55000 0 1 0 783 24 0 0 18 0 13 0 134975742 1842135040 44746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 449740 44746 1326 9 0 447351 0
[pid=24564/tid=24566] ppid=24562 vsize=1798960 CPUtime=5.05
/proc/24564/task/24566/stat : 24566 (java) R 24562 24564 22930 0 -1 64 37736 0 1 0 489 16 0 0 25 0 13 0 134975743 1842135040 44746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109706679 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24567] ppid=24562 vsize=1798960 CPUtime=0.08
/proc/24564/task/24567/stat : 24567 (java) S 24562 24564 22930 0 -1 64 1824 0 0 0 8 0 0 0 16 0 13 0 134975745 1842135040 44746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24568] ppid=24562 vsize=1798960 CPUtime=0.09
/proc/24564/task/24568/stat : 24568 (java) S 24562 24564 22930 0 -1 64 1784 0 0 0 9 0 0 0 16 0 13 0 134975745 1842135040 44746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24569] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24569/stat : 24569 (java) S 24562 24564 22930 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 44746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24570] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24570/stat : 24570 (java) S 24562 24564 22930 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 44746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24571] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24571/stat : 24571 (java) S 24562 24564 22930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 44746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24572] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24572/stat : 24572 (java) S 24562 24564 22930 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 134975751 1842135040 44746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24573] ppid=24562 vsize=1798960 CPUtime=1.32
/proc/24564/task/24573/stat : 24573 (java) S 24562 24564 22930 0 -1 64 6583 0 0 0 130 2 0 0 15 0 13 0 134975751 1842135040 44746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24574] ppid=24562 vsize=1798960 CPUtime=1.46
/proc/24564/task/24574/stat : 24574 (java) S 24562 24564 22930 0 -1 64 6336 0 0 0 144 2 0 0 15 0 13 0 134975751 1842135040 44746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24575] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24575/stat : 24575 (java) S 24562 24564 22930 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 134975751 1842135040 44746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24576] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24576/stat : 24576 (java) S 24562 24564 22930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 134975751 1842135040 44746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24577] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24577/stat : 24577 (java) S 24562 24564 22930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134975832 1842135040 44746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 1798960

[startup+12.703 s]
/proc/loadavg: 0.94 0.98 0.99 2/77 24577
/proc/meminfo: memFree=1109240/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=1798960 CPUtime=14.71
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 65921 0 1 0 1442 29 0 0 18 0 13 0 134975742 1842135040 54944 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 449740 54944 1332 9 0 447351 0
[pid=24564/tid=24566] ppid=24562 vsize=1798960 CPUtime=11.24
/proc/24564/task/24566/stat : 24566 (java) R 24562 24564 22930 0 -1 64 38796 0 1 0 1107 17 0 0 25 0 13 0 134975743 1842135040 54944 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109706494 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24567] ppid=24562 vsize=1798960 CPUtime=0.28
/proc/24564/task/24567/stat : 24567 (java) S 24562 24564 22930 0 -1 64 6927 0 0 0 26 2 0 0 16 0 13 0 134975745 1842135040 54944 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24568] ppid=24562 vsize=1798960 CPUtime=0.29
/proc/24564/task/24568/stat : 24568 (java) S 24562 24564 22930 0 -1 64 6523 0 0 0 27 2 0 0 17 0 13 0 134975745 1842135040 54944 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24569] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24569/stat : 24569 (java) S 24562 24564 22930 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 134975747 1842135040 54944 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24570] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24570/stat : 24570 (java) S 24562 24564 22930 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 54944 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24571] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24571/stat : 24571 (java) S 24562 24564 22930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 54944 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24572] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24572/stat : 24572 (java) S 24562 24564 22930 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 134975751 1842135040 54944 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24573] ppid=24562 vsize=1798960 CPUtime=1.34
/proc/24564/task/24573/stat : 24573 (java) S 24562 24564 22930 0 -1 64 6583 0 0 0 132 2 0 0 16 0 13 0 134975751 1842135040 54944 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24574] ppid=24562 vsize=1798960 CPUtime=1.49
/proc/24564/task/24574/stat : 24574 (java) S 24562 24564 22930 0 -1 64 6342 0 0 0 147 2 0 0 16 0 13 0 134975751 1842135040 54944 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24575] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24575/stat : 24575 (java) S 24562 24564 22930 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 134975751 1842135040 54944 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24576] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24576/stat : 24576 (java) S 24562 24564 22930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 134975751 1842135040 54944 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24577] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24577/stat : 24577 (java) S 24562 24564 22930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134975832 1842135040 54944 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 1798960

[startup+25.5013 s]
/proc/loadavg: 1.03 1.00 0.99 2/77 24577
/proc/meminfo: memFree=1094072/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=1798960 CPUtime=27.72
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 69655 0 1 0 2741 31 0 0 18 0 13 0 134975742 1842135040 58057 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 449740 58057 1333 9 0 447351 0
[pid=24564/tid=24566] ppid=24562 vsize=1798960 CPUtime=23.88
/proc/24564/task/24566/stat : 24566 (java) R 24562 24564 22930 0 -1 64 38807 0 1 0 2371 17 0 0 25 0 13 0 134975743 1842135040 58057 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109707294 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24567] ppid=24562 vsize=1798960 CPUtime=0.44
/proc/24564/task/24567/stat : 24567 (java) S 24562 24564 22930 0 -1 64 8999 0 0 0 41 3 0 0 16 0 13 0 134975745 1842135040 58057 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24568] ppid=24562 vsize=1798960 CPUtime=0.44
/proc/24564/task/24568/stat : 24568 (java) S 24562 24564 22930 0 -1 64 8173 0 0 0 41 3 0 0 16 0 13 0 134975745 1842135040 58057 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=24564] ppid=24562 vsize=1798960 CPUtime=1629.82
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 162938 0 1 0 162893 89 0 0 18 0 13 0 134975742 1842135040 128952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 449740 128952 1334 9 0 447351 0
[pid=24564/tid=24566] ppid=24562 vsize=1798960 CPUtime=1573.91
/proc/24564/task/24566/stat : 24566 (java) R 24562 24564 22930 0 -1 64 47721 0 1 0 157364 27 0 0 25 0 13 0 134975743 1842135040 128952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109722305 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24567] ppid=24562 vsize=1798960 CPUtime=26.18
/proc/24564/task/24567/stat : 24567 (java) S 24562 24564 22930 0 -1 64 47950 0 0 0 2595 23 0 0 17 0 13 0 134975745 1842135040 128952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24568] ppid=24562 vsize=1798960 CPUtime=26.27
/proc/24564/task/24568/stat : 24568 (java) S 24562 24564 22930 0 -1 64 52233 0 0 0 2603 24 0 0 17 0 13 0 134975745 1842135040 128952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24569] ppid=24562 vsize=1798960 CPUtime=0.18
/proc/24564/task/24569/stat : 24569 (java) S 24562 24564 22930 0 -1 64 64 0 0 0 11 7 0 0 16 0 13 0 134975747 1842135040 128952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24570] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24570/stat : 24570 (java) S 24562 24564 22930 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 128952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24571] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24571/stat : 24571 (java) S 24562 24564 22930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 128952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24572] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24572/stat : 24572 (java) S 24562 24564 22930 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 134975751 1842135040 128952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24573] ppid=24562 vsize=1798960 CPUtime=1.44
/proc/24564/task/24573/stat : 24573 (java) S 24562 24564 22930 0 -1 64 6598 0 0 0 142 2 0 0 16 0 13 0 134975751 1842135040 128952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24574] ppid=24562 vsize=1798960 CPUtime=1.79
/proc/24564/task/24574/stat : 24574 (java) S 24562 24564 22930 0 -1 64 7650 0 0 0 176 3 0 0 16 0 13 0 134975751 1842135040 128952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24575] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24575/stat : 24575 (java) S 24562 24564 22930 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 134975751 1842135040 128952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24576] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24576/stat : 24576 (java) S 24562 24564 22930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 134975751 1842135040 128952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24577] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24577/stat : 24577 (java) S 24562 24564 22930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134975832 1842135040 128952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1629.82
Current children cumulated vsize (KiB) 1798960

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 24777
/proc/meminfo: memFree=802424/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=1798960 CPUtime=1691.2
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 164802 0 1 0 169030 90 0 0 18 0 13 0 134975742 1842135040 130757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 449740 130757 1334 9 0 447351 0
[pid=24564/tid=24566] ppid=24562 vsize=1798960 CPUtime=1632.46
/proc/24564/task/24566/stat : 24566 (java) R 24562 24564 22930 0 -1 64 47743 0 1 0 163219 27 0 0 17 0 13 0 134975743 1842135040 130757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109670696 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24567] ppid=24562 vsize=1798960 CPUtime=27.6
/proc/24564/task/24567/stat : 24567 (java) S 24562 24564 22930 0 -1 64 49205 0 0 0 2736 24 0 0 16 0 13 0 134975745 1842135040 130757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24568] ppid=24562 vsize=1798960 CPUtime=27.67
/proc/24564/task/24568/stat : 24568 (java) S 24562 24564 22930 0 -1 64 52820 0 0 0 2743 24 0 0 16 0 13 0 134975745 1842135040 130757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24569] ppid=24562 vsize=1798960 CPUtime=0.18
/proc/24564/task/24569/stat : 24569 (java) S 24562 24564 22930 0 -1 64 64 0 0 0 11 7 0 0 15 0 13 0 134975747 1842135040 130757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24570] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24570/stat : 24570 (java) S 24562 24564 22930 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 130757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24571] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24571/stat : 24571 (java) S 24562 24564 22930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 130757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24572] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24572/stat : 24572 (java) S 24562 24564 22930 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 134975751 1842135040 130757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24573] ppid=24562 vsize=1798960 CPUtime=1.44
/proc/24564/task/24573/stat : 24573 (java) S 24562 24564 22930 0 -1 64 6598 0 0 0 142 2 0 0 16 0 13 0 134975751 1842135040 130757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24574] ppid=24562 vsize=1798960 CPUtime=1.79
/proc/24564/task/24574/stat : 24574 (java) S 24562 24564 22930 0 -1 64 7650 0 0 0 176 3 0 0 16 0 13 0 134975751 1842135040 130757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24575] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24575/stat : 24575 (java) S 24562 24564 22930 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 134975751 1842135040 130757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24576] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24576/stat : 24576 (java) S 24562 24564 22930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 134975751 1842135040 130757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24577] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24577/stat : 24577 (java) S 24562 24564 22930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134975832 1842135040 130757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1691.2
Current children cumulated vsize (KiB) 1798960

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 24777
/proc/meminfo: memFree=795512/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=1798960 CPUtime=1752.56
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 166504 0 1 0 175165 91 0 0 18 0 13 0 134975742 1842135040 132391 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 449740 132391 1334 9 0 447351 0
[pid=24564/tid=24566] ppid=24562 vsize=1798960 CPUtime=1691.07
/proc/24564/task/24566/stat : 24566 (java) R 24562 24564 22930 0 -1 64 47764 0 1 0 169080 27 0 0 25 0 13 0 134975743 1842135040 132391 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109670911 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24567] ppid=24562 vsize=1798960 CPUtime=28.97
/proc/24564/task/24567/stat : 24567 (java) S 24562 24564 22930 0 -1 64 50544 0 0 0 2873 24 0 0 16 0 13 0 134975745 1842135040 132391 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24568] ppid=24562 vsize=1798960 CPUtime=29.04
/proc/24564/task/24568/stat : 24568 (java) S 24562 24564 22930 0 -1 64 53162 0 0 0 2880 24 0 0 16 0 13 0 134975745 1842135040 132391 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24569] ppid=24562 vsize=1798960 CPUtime=0.2
/proc/24564/task/24569/stat : 24569 (java) S 24562 24564 22930 0 -1 64 64 0 0 0 12 8 0 0 16 0 13 0 134975747 1842135040 132391 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24570] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24570/stat : 24570 (java) S 24562 24564 22930 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 132391 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24571] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24571/stat : 24571 (java) S 24562 24564 22930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 132391 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24572] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24572/stat : 24572 (java) S 24562 24564 22930 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 134975751 1842135040 132391 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24573] ppid=24562 vsize=1798960 CPUtime=1.44
/proc/24564/task/24573/stat : 24573 (java) S 24562 24564 22930 0 -1 64 6598 0 0 0 142 2 0 0 16 0 13 0 134975751 1842135040 132391 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24574] ppid=24562 vsize=1798960 CPUtime=1.79
/proc/24564/task/24574/stat : 24574 (java) S 24562 24564 22930 0 -1 64 7650 0 0 0 176 3 0 0 16 0 13 0 134975751 1842135040 132391 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24575] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24575/stat : 24575 (java) S 24562 24564 22930 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 134975751 1842135040 132391 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24576] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24576/stat : 24576 (java) S 24562 24564 22930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 134975751 1842135040 132391 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24577] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24577/stat : 24577 (java) S 24562 24564 22930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134975832 1842135040 132391 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1752.56
Current children cumulated vsize (KiB) 1798960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768.7 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 24777
/proc/meminfo: memFree=791800/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=1798960 CPUtime=1800.02
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 167465 0 1 0 179910 92 0 0 18 0 13 0 134975742 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 449740 133321 1334 9 0 447351 0
[pid=24564/tid=24566] ppid=24562 vsize=1798960 CPUtime=1736.39
/proc/24564/task/24566/stat : 24566 (java) R 24562 24564 22930 0 -1 64 47780 0 1 0 173612 27 0 0 25 0 13 0 134975743 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109722540 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24567] ppid=24562 vsize=1798960 CPUtime=30.03
/proc/24564/task/24567/stat : 24567 (java) S 24562 24564 22930 0 -1 64 51282 0 0 0 2979 24 0 0 16 0 13 0 134975745 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24568] ppid=24562 vsize=1798960 CPUtime=30.11
/proc/24564/task/24568/stat : 24568 (java) S 24562 24564 22930 0 -1 64 53369 0 0 0 2986 25 0 0 16 0 13 0 134975745 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24569] ppid=24562 vsize=1798960 CPUtime=0.2
/proc/24564/task/24569/stat : 24569 (java) S 24562 24564 22930 0 -1 64 64 0 0 0 12 8 0 0 16 0 13 0 134975747 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24570] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24570/stat : 24570 (java) S 24562 24564 22930 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24571] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24571/stat : 24571 (java) S 24562 24564 22930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24572] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24572/stat : 24572 (java) S 24562 24564 22930 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 134975751 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24573] ppid=24562 vsize=1798960 CPUtime=1.44
/proc/24564/task/24573/stat : 24573 (java) S 24562 24564 22930 0 -1 64 6598 0 0 0 142 2 0 0 16 0 13 0 134975751 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24574] ppid=24562 vsize=1798960 CPUtime=1.79
/proc/24564/task/24574/stat : 24574 (java) S 24562 24564 22930 0 -1 64 7650 0 0 0 176 3 0 0 16 0 13 0 134975751 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24575] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24575/stat : 24575 (java) S 24562 24564 22930 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 134975751 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24576] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24576/stat : 24576 (java) S 24562 24564 22930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 134975751 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24577] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24577/stat : 24577 (java) S 24562 24564 22930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134975832 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1798960

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

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

[startup+1768.7 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 24777
/proc/meminfo: memFree=791800/2055920 swapFree=4183760/4192956
[pid=24564] ppid=24562 vsize=1798960 CPUtime=1800.02
/proc/24564/stat : 24564 (java) S 24562 24564 22930 0 -1 0 167465 0 1 0 179910 92 0 0 18 0 13 0 134975742 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24564/statm: 449740 133321 1334 9 0 447351 0
[pid=24564/tid=24566] ppid=24562 vsize=1798960 CPUtime=1736.39
/proc/24564/task/24566/stat : 24566 (java) R 24562 24564 22930 0 -1 64 47780 0 1 0 173612 27 0 0 25 0 13 0 134975743 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109722540 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24567] ppid=24562 vsize=1798960 CPUtime=30.03
/proc/24564/task/24567/stat : 24567 (java) S 24562 24564 22930 0 -1 64 51282 0 0 0 2979 24 0 0 16 0 13 0 134975745 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24568] ppid=24562 vsize=1798960 CPUtime=30.11
/proc/24564/task/24568/stat : 24568 (java) S 24562 24564 22930 0 -1 64 53369 0 0 0 2986 25 0 0 16 0 13 0 134975745 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24569] ppid=24562 vsize=1798960 CPUtime=0.2
/proc/24564/task/24569/stat : 24569 (java) S 24562 24564 22930 0 -1 64 64 0 0 0 12 8 0 0 16 0 13 0 134975747 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24570] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24570/stat : 24570 (java) S 24562 24564 22930 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24571] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24571/stat : 24571 (java) S 24562 24564 22930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134975747 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24572] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24572/stat : 24572 (java) S 24562 24564 22930 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 134975751 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24573] ppid=24562 vsize=1798960 CPUtime=1.44
/proc/24564/task/24573/stat : 24573 (java) S 24562 24564 22930 0 -1 64 6598 0 0 0 142 2 0 0 16 0 13 0 134975751 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24574] ppid=24562 vsize=1798960 CPUtime=1.79
/proc/24564/task/24574/stat : 24574 (java) S 24562 24564 22930 0 -1 64 7650 0 0 0 176 3 0 0 16 0 13 0 134975751 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24575] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24575/stat : 24575 (java) S 24562 24564 22930 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 134975751 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24564/tid=24576] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24576/stat : 24576 (java) S 24562 24564 22930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 134975751 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24564/tid=24577] ppid=24562 vsize=1798960 CPUtime=0
/proc/24564/task/24577/stat : 24577 (java) S 24562 24564 22930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134975832 1842135040 133321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1798960

Child status: 143
Real time (s): 1768.81
CPU time (s): 1800.13
CPU user time (s): 1799.12
CPU system time (s): 1.00785
CPU usage (%): 101.771
Max. virtual memory (cumulated for all children) (KiB): 1802388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.00785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167486
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= 42167
involuntary context switches= 29420

runsolver used 1.69374 second user time and 4.80827 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Thu Apr 19 03:46:24 UTC 2007

IDJOB= 360036
IDBENCH= 1339
IDSOLVER= 164
FILE ID= node70/360036-1176954384

PBS_JOBID= 4605747

Free space on /tmp= 66473 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900565527.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360036-1176954384/sat4jPseudoCPClause.jar /tmp/evaluation/360036-1176954384/instance-360036-1176954384.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-360036-1176954384 -o ROOT/results/node70/solver-360036-1176954384 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360036-1176954384/sat4jPseudoCPClause.jar /tmp/evaluation/360036-1176954384/instance-360036-1176954384.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2e8fe4d521f8ec7159487f71439b9947

RANDOM SEED= 448374189

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.218
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.218
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:       1322216 kB
Buffers:         27368 kB
Cached:         632948 kB
SwapCached:       3092 kB
Active:         146792 kB
Inactive:       523836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1322216 kB
SwapTotal:     4192956 kB
SwapFree:      4183760 kB
Dirty:            3876 kB
Writeback:           0 kB
Mapped:          16292 kB
Slab:            49100 kB
Committed_AS:  2481920 kB
PageTables:       1400 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= 66473 MiB

End job on node70 on Thu Apr 19 04:15:55 UTC 2007