Trace number 360106

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.16 1769.43

General information on the benchmark

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

Solver Data (download as text)

0.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.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c Simplify asserted PB constraints to clauses
0.19/0.20	c solving /tmp/evaluation/360106-1176955532/instance-360106-1176955532.opb
0.19/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.02/1769.31	c starts		: 2
1800.02/1769.31	c conflicts		: 34004
1800.02/1769.31	c decisions		: 206971
1800.02/1769.31	c propagations		: 1105917
1800.02/1769.31	c inspects		: 602145938
1800.02/1769.31	c learnt literals	: 0
1800.02/1769.31	c learnt binary clauses	: 0
1800.02/1769.31	c learnt ternary clauses	: 0
1800.02/1769.31	c learnt clauses	: 34004
1800.02/1769.31	c root simplifications	: 0
1800.02/1769.31	c removed literals (reason simplification)	: 0
1800.02/1769.31	c reason swapping (by a shorter reason)	: 0
1800.02/1769.31	c Calls to reduceDB	: 0
1800.02/1769.31	c speed (decisions/second)	: 117.03803647122157
1800.02/1769.31	c non guided choices	121
1800.02/1769.31	s UNKNOWN
1800.02/1769.31	c Total wall clock time (ms): 1769.109

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/node12/watcher-360106-1176955532 -o ROOT/results/node12/solver-360106-1176955532 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360106-1176955532/sat4jPseudoCPClause.jar /tmp/evaluation/360106-1176955532/instance-360106-1176955532.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.86 0.97 0.99 2/77 7323
/proc/meminfo: memFree=1795232/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=152 CPUtime=0
/proc/7323/stat : 7323 (java) D 7321 7323 5678 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 171590600 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 9696036 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7323/statm: 38 26 19 9 0 4 0

[startup+0.0709891 s]
/proc/loadavg: 0.86 0.97 0.99 2/77 7323
/proc/meminfo: memFree=1795232/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=1778140 CPUtime=0.05
/proc/7323/stat : 7323 (java) S 7321 7323 5678 0 -1 0 3695 0 1 0 4 1 0 0 18 0 7 0 171590600 1820815360 3438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7323/statm: 444535 3438 1081 9 0 442171 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1778140

[startup+0.101996 s]
/proc/loadavg: 0.86 0.97 0.99 2/77 7323
/proc/meminfo: memFree=1795232/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=1780408 CPUtime=0.08
/proc/7323/stat : 7323 (java) S 7321 7323 5678 0 -1 0 3965 0 1 0 6 2 0 0 18 0 12 0 171590600 1823137792 3707 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7323/statm: 445102 3707 1122 9 0 442720 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780408

[startup+0.30201 s]
/proc/loadavg: 0.86 0.97 0.99 2/77 7323
/proc/meminfo: memFree=1795232/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=1782460 CPUtime=0.31
/proc/7323/stat : 7323 (java) S 7321 7323 5678 0 -1 0 5120 0 1 0 28 3 0 0 18 0 12 0 171590600 1825239040 4859 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7323/statm: 445615 4859 1263 9 0 443226 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782460

[startup+0.701052 s]
/proc/loadavg: 0.86 0.97 0.99 2/77 7323
/proc/meminfo: memFree=1795232/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=1783484 CPUtime=0.87
/proc/7323/stat : 7323 (java) S 7321 7323 5678 0 -1 0 6680 0 1 0 83 4 0 0 18 0 12 0 171590600 1826287616 6245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7323/statm: 445871 6245 1301 9 0 443482 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783484

[startup+1.50214 s]
/proc/loadavg: 0.86 0.97 0.99 3/90 7336
/proc/meminfo: memFree=1770552/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=1786048 CPUtime=2.28
/proc/7323/stat : 7323 (java) S 7321 7323 5678 0 -1 0 14954 0 1 0 220 8 0 0 18 0 13 0 171590600 1828913152 12302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7323/statm: 446512 12302 1316 9 0 444123 0
[pid=7323/tid=7325] ppid=7321 vsize=1786048 CPUtime=0.91
/proc/7323/task/7325/stat : 7325 (java) R 7321 7323 5678 0 -1 64 10370 0 1 0 87 4 0 0 23 0 13 0 171590602 1828913152 12302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7326] ppid=7321 vsize=1786048 CPUtime=0
/proc/7323/task/7326/stat : 7326 (java) S 7321 7323 5678 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 171590603 1828913152 12302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7327] ppid=7321 vsize=1786048 CPUtime=0
/proc/7323/task/7327/stat : 7327 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 171590603 1828913152 12302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7328] ppid=7321 vsize=1786048 CPUtime=0
/proc/7323/task/7328/stat : 7328 (java) S 7321 7323 5678 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 171590606 1828913152 12302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7329] ppid=7321 vsize=1786048 CPUtime=0
/proc/7323/task/7329/stat : 7329 (java) S 7321 7323 5678 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 171590606 1828913152 12302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7330] ppid=7321 vsize=1786048 CPUtime=0
/proc/7323/task/7330/stat : 7330 (java) S 7321 7323 5678 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 171590606 1828913152 12302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7331] ppid=7321 vsize=1786048 CPUtime=0
/proc/7323/task/7331/stat : 7331 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 171590610 1828913152 12302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7332] ppid=7321 vsize=1786048 CPUtime=0.72
/proc/7323/task/7332/stat : 7332 (java) R 7321 7323 5678 0 -1 64 1918 0 0 0 71 1 0 0 16 0 13 0 171590610 1828913152 12302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102376852 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7333] ppid=7321 vsize=1786048 CPUtime=0.63
/proc/7323/task/7333/stat : 7333 (java) R 7321 7323 5678 0 -1 64 1941 0 0 0 62 1 0 0 16 0 13 0 171590610 1828913152 12302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104812844 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7334] ppid=7321 vsize=1786048 CPUtime=0
/proc/7323/task/7334/stat : 7334 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 171590610 1828913152 12302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7335] ppid=7321 vsize=1786048 CPUtime=0
/proc/7323/task/7335/stat : 7335 (java) S 7321 7323 5678 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 171590610 1828913152 12302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7336] ppid=7321 vsize=1786048 CPUtime=0
/proc/7323/task/7336/stat : 7336 (java) S 7321 7323 5678 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 171590691 1828913152 12302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 1786048

[startup+3.10229 s]
/proc/loadavg: 0.86 0.97 0.99 3/90 7336
/proc/meminfo: memFree=1709304/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=1799708 CPUtime=4.63
/proc/7323/stat : 7323 (java) S 7321 7323 5678 0 -1 0 50388 0 1 0 437 26 0 0 18 0 13 0 171590600 1842900992 43463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7323/statm: 449927 43463 1325 9 0 447538 0
[pid=7323/tid=7325] ppid=7321 vsize=1799708 CPUtime=2.04
/proc/7323/task/7325/stat : 7325 (java) R 7321 7323 5678 0 -1 64 37705 0 1 0 187 17 0 0 21 0 13 0 171590602 1842900992 43463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109665227 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7326] ppid=7321 vsize=1799708 CPUtime=0
/proc/7323/task/7326/stat : 7326 (java) S 7321 7323 5678 0 -1 64 274 0 0 0 0 0 0 0 16 0 13 0 171590603 1842900992 43463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7327] ppid=7321 vsize=1799708 CPUtime=0
/proc/7323/task/7327/stat : 7327 (java) S 7321 7323 5678 0 -1 64 235 0 0 0 0 0 0 0 16 0 13 0 171590603 1842900992 43463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7328] ppid=7321 vsize=1799708 CPUtime=0
/proc/7323/task/7328/stat : 7328 (java) S 7321 7323 5678 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 171590606 1842900992 43463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7329] ppid=7321 vsize=1799708 CPUtime=0
/proc/7323/task/7329/stat : 7329 (java) S 7321 7323 5678 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171590606 1842900992 43463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7330] ppid=7321 vsize=1799708 CPUtime=0
/proc/7323/task/7330/stat : 7330 (java) S 7321 7323 5678 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171590606 1842900992 43463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7331] ppid=7321 vsize=1799708 CPUtime=0
/proc/7323/task/7331/stat : 7331 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 171590610 1842900992 43463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7332] ppid=7321 vsize=1799708 CPUtime=1.23
/proc/7323/task/7332/stat : 7332 (java) S 7321 7323 5678 0 -1 64 5573 0 0 0 119 4 0 0 16 0 13 0 171590610 1842900992 43463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7333] ppid=7321 vsize=1799708 CPUtime=1.3
/proc/7323/task/7333/stat : 7333 (java) S 7321 7323 5678 0 -1 64 5873 0 0 0 127 3 0 0 16 0 13 0 171590610 1842900992 43463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7334] ppid=7321 vsize=1799708 CPUtime=0
/proc/7323/task/7334/stat : 7334 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 171590610 1842900992 43463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7335] ppid=7321 vsize=1799708 CPUtime=0
/proc/7323/task/7335/stat : 7335 (java) S 7321 7323 5678 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 171590610 1842900992 43463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7336] ppid=7321 vsize=1799708 CPUtime=0
/proc/7323/task/7336/stat : 7336 (java) S 7321 7323 5678 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 171590691 1842900992 43463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 1799708

[startup+6.3016 s]
/proc/loadavg: 0.87 0.97 0.99 2/90 7336
/proc/meminfo: memFree=1620664/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=1799520 CPUtime=8.01
/proc/7323/stat : 7323 (java) S 7321 7323 5678 0 -1 0 55379 0 1 0 772 29 0 0 18 0 13 0 171590600 1842708480 46746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7323/statm: 449880 46746 1326 9 0 447491 0
[pid=7323/tid=7325] ppid=7321 vsize=1799520 CPUtime=5.07
/proc/7323/task/7325/stat : 7325 (java) R 7321 7323 5678 0 -1 64 37712 0 1 0 490 17 0 0 17 0 13 0 171590602 1842708480 46746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109662109 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7326] ppid=7321 vsize=1799520 CPUtime=0.11
/proc/7323/task/7326/stat : 7326 (java) S 7321 7323 5678 0 -1 64 2909 0 0 0 10 1 0 0 16 0 13 0 171590603 1842708480 46746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7327] ppid=7321 vsize=1799520 CPUtime=0.11
/proc/7323/task/7327/stat : 7327 (java) S 7321 7323 5678 0 -1 64 2559 0 0 0 10 1 0 0 17 0 13 0 171590603 1842708480 46746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7328] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7328/stat : 7328 (java) S 7321 7323 5678 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 46746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7329] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7329/stat : 7329 (java) S 7321 7323 5678 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 46746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7330] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7330/stat : 7330 (java) S 7321 7323 5678 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 46746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7331] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7331/stat : 7331 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 171590610 1842708480 46746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7332] ppid=7321 vsize=1799520 CPUtime=1.28
/proc/7323/task/7332/stat : 7332 (java) S 7321 7323 5678 0 -1 64 5577 0 0 0 124 4 0 0 15 0 13 0 171590610 1842708480 46746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7333] ppid=7321 vsize=1799520 CPUtime=1.36
/proc/7323/task/7333/stat : 7333 (java) S 7321 7323 5678 0 -1 64 5873 0 0 0 133 3 0 0 16 0 13 0 171590610 1842708480 46746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7334] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7334/stat : 7334 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 171590610 1842708480 46746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7335] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7335/stat : 7335 (java) S 7321 7323 5678 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 171590610 1842708480 46746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7336] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7336/stat : 7336 (java) S 7321 7323 5678 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 171590691 1842708480 46746 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 1799520

[startup+12.7013 s]
/proc/loadavg: 0.88 0.97 0.99 2/90 7336
/proc/meminfo: memFree=1578944/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=1799520 CPUtime=14.64
/proc/7323/stat : 7323 (java) S 7321 7323 5678 0 -1 0 64715 0 1 0 1431 33 0 0 18 0 13 0 171590600 1842708480 55407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7323/statm: 449880 55407 1333 9 0 447491 0
[pid=7323/tid=7325] ppid=7321 vsize=1799520 CPUtime=11.29
/proc/7323/task/7325/stat : 7325 (java) R 7321 7323 5678 0 -1 64 39248 0 1 0 1111 18 0 0 24 0 13 0 171590602 1842708480 55407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109751111 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7326] ppid=7321 vsize=1799520 CPUtime=0.27
/proc/7323/task/7326/stat : 7326 (java) S 7321 7323 5678 0 -1 64 7066 0 0 0 24 3 0 0 16 0 13 0 171590603 1842708480 55407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7327] ppid=7321 vsize=1799520 CPUtime=0.28
/proc/7323/task/7327/stat : 7327 (java) S 7321 7323 5678 0 -1 64 6187 0 0 0 25 3 0 0 16 0 13 0 171590603 1842708480 55407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7328] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7328/stat : 7328 (java) S 7321 7323 5678 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 55407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7329] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7329/stat : 7329 (java) S 7321 7323 5678 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 55407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7330] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7330/stat : 7330 (java) S 7321 7323 5678 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 55407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7331] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7331/stat : 7331 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 171590610 1842708480 55407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7332] ppid=7321 vsize=1799520 CPUtime=1.32
/proc/7323/task/7332/stat : 7332 (java) S 7321 7323 5678 0 -1 64 5578 0 0 0 128 4 0 0 16 0 13 0 171590610 1842708480 55407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7333] ppid=7321 vsize=1799520 CPUtime=1.43
/proc/7323/task/7333/stat : 7333 (java) S 7321 7323 5678 0 -1 64 5887 0 0 0 140 3 0 0 17 0 13 0 171590610 1842708480 55407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7334] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7334/stat : 7334 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 171590610 1842708480 55407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7335] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7335/stat : 7335 (java) S 7321 7323 5678 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 171590610 1842708480 55407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7336] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7336/stat : 7336 (java) S 7321 7323 5678 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 171590691 1842708480 55407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 1799520

[startup+25.5025 s]
/proc/loadavg: 0.91 0.97 0.99 2/90 7336
/proc/meminfo: memFree=1567744/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=1799520 CPUtime=27.58
/proc/7323/stat : 7323 (java) S 7321 7323 5678 0 -1 0 67823 0 1 0 2724 34 0 0 18 0 13 0 171590600 1842708480 57963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7323/statm: 449880 57963 1333 9 0 447491 0
[pid=7323/tid=7325] ppid=7321 vsize=1799520 CPUtime=23.95
/proc/7323/task/7325/stat : 7325 (java) R 7321 7323 5678 0 -1 64 39257 0 1 0 2377 18 0 0 25 0 13 0 171590602 1842708480 57963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109667262 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7326] ppid=7321 vsize=1799520 CPUtime=0.38
/proc/7323/task/7326/stat : 7326 (java) S 7321 7323 5678 0 -1 64 8929 0 0 0 35 3 0 0 16 0 13 0 171590603 1842708480 57963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7327] ppid=7321 vsize=1799520 CPUtime=0.39
/proc/7323/task/7327/stat : 7327 (java) S 7321 7323 5678 0 -1 64 7420 0 0 0 36 3 0 0 16 0 13 0 171590603 1842708480 57963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=7323/tid=7328] ppid=7321 vsize=1799520 CPUtime=0.15
/proc/7323/task/7328/stat : 7328 (java) S 7321 7323 5678 0 -1 64 55 0 0 0 10 5 0 0 15 0 13 0 171590606 1842708480 131710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7329] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7329/stat : 7329 (java) S 7321 7323 5678 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 131710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7330] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7330/stat : 7330 (java) S 7321 7323 5678 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 131710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7331] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7331/stat : 7331 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 171590610 1842708480 131710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7332] ppid=7321 vsize=1799520 CPUtime=1.56
/proc/7323/task/7332/stat : 7332 (java) S 7321 7323 5678 0 -1 64 5686 0 0 0 152 4 0 0 17 0 13 0 171590610 1842708480 131710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7333] ppid=7321 vsize=1799520 CPUtime=1.5
/proc/7323/task/7333/stat : 7333 (java) S 7321 7323 5678 0 -1 64 5889 0 0 0 147 3 0 0 17 0 13 0 171590610 1842708480 131710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7334] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7334/stat : 7334 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 171590610 1842708480 131710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7335] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7335/stat : 7335 (java) S 7321 7323 5678 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 171590610 1842708480 131710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7336] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7336/stat : 7336 (java) S 7321 7323 5678 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 171590691 1842708480 131710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.97
Current children cumulated vsize (KiB) 1799520

[startup+1602.3 s]
/proc/loadavg: 1.15 1.08 1.01 2/90 7338
/proc/meminfo: memFree=1264768/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=1799520 CPUtime=1629.24
/proc/7323/stat : 7323 (java) S 7321 7323 5678 0 -1 0 163473 0 1 0 162827 97 0 0 18 0 13 0 171590600 1842708480 133431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7323/statm: 449880 133431 1333 9 0 447491 0
[pid=7323/tid=7325] ppid=7321 vsize=1799520 CPUtime=1574.5
/proc/7323/task/7325/stat : 7325 (java) R 7321 7323 5678 0 -1 64 45214 0 1 0 157417 33 0 0 25 0 13 0 171590602 1842708480 133431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109751127 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7326] ppid=7321 vsize=1799520 CPUtime=25.72
/proc/7323/task/7326/stat : 7326 (java) S 7321 7323 5678 0 -1 64 54864 0 0 0 2546 26 0 0 17 0 13 0 171590603 1842708480 133431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7327] ppid=7321 vsize=1799520 CPUtime=25.73
/proc/7323/task/7327/stat : 7327 (java) S 7321 7323 5678 0 -1 64 51044 0 0 0 2551 22 0 0 16 0 13 0 171590603 1842708480 133431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7328] ppid=7321 vsize=1799520 CPUtime=0.16
/proc/7323/task/7328/stat : 7328 (java) S 7321 7323 5678 0 -1 64 55 0 0 0 10 6 0 0 16 0 13 0 171590606 1842708480 133431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7329] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7329/stat : 7329 (java) S 7321 7323 5678 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 133431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7330] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7330/stat : 7330 (java) S 7321 7323 5678 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 133431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7331] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7331/stat : 7331 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 171590610 1842708480 133431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7332] ppid=7321 vsize=1799520 CPUtime=1.56
/proc/7323/task/7332/stat : 7332 (java) S 7321 7323 5678 0 -1 64 5686 0 0 0 152 4 0 0 17 0 13 0 171590610 1842708480 133431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7333] ppid=7321 vsize=1799520 CPUtime=1.5
/proc/7323/task/7333/stat : 7333 (java) S 7321 7323 5678 0 -1 64 5889 0 0 0 147 3 0 0 17 0 13 0 171590610 1842708480 133431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7334] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7334/stat : 7334 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 171590610 1842708480 133431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7335] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7335/stat : 7335 (java) S 7321 7323 5678 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 171590610 1842708480 133431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7336] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7336/stat : 7336 (java) S 7321 7323 5678 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 171590691 1842708480 133431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1629.24
Current children cumulated vsize (KiB) 1799520

[startup+1662.3 s]
/proc/loadavg: 1.12 1.07 1.01 2/90 7338
/proc/meminfo: memFree=1258816/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=1799520 CPUtime=1690.57
/proc/7323/stat : 7323 (java) S 7321 7323 5678 0 -1 0 165024 0 1 0 168959 98 0 0 18 0 13 0 171590600 1842708480 134922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7323/statm: 449880 134922 1333 9 0 447491 0
[pid=7323/tid=7325] ppid=7321 vsize=1799520 CPUtime=1633.12
/proc/7323/task/7325/stat : 7325 (java) S 7321 7323 5678 0 -1 64 45235 0 1 0 163278 34 0 0 25 0 13 0 171590602 1842708480 134922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7326] ppid=7321 vsize=1799520 CPUtime=27.09
/proc/7323/task/7326/stat : 7326 (java) R 7321 7323 5678 0 -1 64 55188 0 0 0 2683 26 0 0 17 0 13 0 171590603 1842708480 134922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102355277 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7327] ppid=7321 vsize=1799520 CPUtime=27.08
/proc/7323/task/7327/stat : 7327 (java) R 7321 7323 5678 0 -1 64 52250 0 0 0 2686 22 0 0 17 0 13 0 171590603 1842708480 134922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105070770 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7328] ppid=7321 vsize=1799520 CPUtime=0.17
/proc/7323/task/7328/stat : 7328 (java) S 7321 7323 5678 0 -1 64 55 0 0 0 11 6 0 0 15 0 13 0 171590606 1842708480 134922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7329] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7329/stat : 7329 (java) S 7321 7323 5678 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 134922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7330] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7330/stat : 7330 (java) S 7321 7323 5678 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 134922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7331] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7331/stat : 7331 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 171590610 1842708480 134922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7332] ppid=7321 vsize=1799520 CPUtime=1.56
/proc/7323/task/7332/stat : 7332 (java) S 7321 7323 5678 0 -1 64 5686 0 0 0 152 4 0 0 17 0 13 0 171590610 1842708480 134922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7333] ppid=7321 vsize=1799520 CPUtime=1.5
/proc/7323/task/7333/stat : 7333 (java) S 7321 7323 5678 0 -1 64 5889 0 0 0 147 3 0 0 17 0 13 0 171590610 1842708480 134922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7334] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7334/stat : 7334 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 171590610 1842708480 134922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7335] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7335/stat : 7335 (java) S 7321 7323 5678 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 171590610 1842708480 134922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7336] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7336/stat : 7336 (java) S 7321 7323 5678 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 171590691 1842708480 134922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1690.57
Current children cumulated vsize (KiB) 1799520

[startup+1722.3 s]
/proc/loadavg: 1.17 1.09 1.02 2/90 7338
/proc/meminfo: memFree=1250752/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=1799520 CPUtime=1751.91
/proc/7323/stat : 7323 (java) S 7321 7323 5678 0 -1 0 167097 0 1 0 175092 99 0 0 18 0 13 0 171590600 1842708480 136922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7323/statm: 449880 136922 1333 9 0 447491 0
[pid=7323/tid=7325] ppid=7321 vsize=1799520 CPUtime=1691.72
/proc/7323/task/7325/stat : 7325 (java) R 7321 7323 5678 0 -1 64 45257 0 1 0 169138 34 0 0 25 0 13 0 171590602 1842708480 136922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109750966 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7326] ppid=7321 vsize=1799520 CPUtime=28.45
/proc/7323/task/7326/stat : 7326 (java) S 7321 7323 5678 0 -1 64 56272 0 0 0 2819 26 0 0 17 0 13 0 171590603 1842708480 136922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7327] ppid=7321 vsize=1799520 CPUtime=28.45
/proc/7323/task/7327/stat : 7327 (java) S 7321 7323 5678 0 -1 64 53217 0 0 0 2822 23 0 0 17 0 13 0 171590603 1842708480 136922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7328] ppid=7321 vsize=1799520 CPUtime=0.17
/proc/7323/task/7328/stat : 7328 (java) S 7321 7323 5678 0 -1 64 55 0 0 0 11 6 0 0 16 0 13 0 171590606 1842708480 136922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7329] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7329/stat : 7329 (java) S 7321 7323 5678 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 136922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7330] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7330/stat : 7330 (java) S 7321 7323 5678 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 136922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7331] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7331/stat : 7331 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 171590610 1842708480 136922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7332] ppid=7321 vsize=1799520 CPUtime=1.56
/proc/7323/task/7332/stat : 7332 (java) S 7321 7323 5678 0 -1 64 5686 0 0 0 152 4 0 0 17 0 13 0 171590610 1842708480 136922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7333] ppid=7321 vsize=1799520 CPUtime=1.5
/proc/7323/task/7333/stat : 7333 (java) S 7321 7323 5678 0 -1 64 5889 0 0 0 147 3 0 0 17 0 13 0 171590610 1842708480 136922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7334] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7334/stat : 7334 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 171590610 1842708480 136922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7335] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7335/stat : 7335 (java) S 7321 7323 5678 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 171590610 1842708480 136922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7336] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7336/stat : 7336 (java) S 7321 7323 5678 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 171590691 1842708480 136922 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1751.91
Current children cumulated vsize (KiB) 1799520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.3 s]
/proc/loadavg: 1.41 1.15 1.04 2/90 7338
/proc/meminfo: memFree=1244800/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=1799520 CPUtime=1800.02
/proc/7323/stat : 7323 (java) S 7321 7323 5678 0 -1 0 168646 0 1 0 179901 101 0 0 18 0 13 0 171590600 1842708480 138398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7323/statm: 449880 138398 1333 9 0 447491 0
[pid=7323/tid=7325] ppid=7321 vsize=1799520 CPUtime=1737.59
/proc/7323/task/7325/stat : 7325 (java) R 7321 7323 5678 0 -1 64 45274 0 1 0 173724 35 0 0 25 0 13 0 171590602 1842708480 138398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109750966 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7326] ppid=7321 vsize=1799520 CPUtime=29.57
/proc/7323/task/7326/stat : 7326 (java) S 7321 7323 5678 0 -1 64 56837 0 0 0 2930 27 0 0 17 0 13 0 171590603 1842708480 138398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7327] ppid=7321 vsize=1799520 CPUtime=29.56
/proc/7323/task/7327/stat : 7327 (java) S 7321 7323 5678 0 -1 64 54184 0 0 0 2933 23 0 0 16 0 13 0 171590603 1842708480 138398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7328] ppid=7321 vsize=1799520 CPUtime=0.17
/proc/7323/task/7328/stat : 7328 (java) S 7321 7323 5678 0 -1 64 55 0 0 0 11 6 0 0 16 0 13 0 171590606 1842708480 138398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7329] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7329/stat : 7329 (java) S 7321 7323 5678 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 138398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7330] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7330/stat : 7330 (java) S 7321 7323 5678 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171590606 1842708480 138398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7331] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7331/stat : 7331 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 171590610 1842708480 138398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7332] ppid=7321 vsize=1799520 CPUtime=1.56
/proc/7323/task/7332/stat : 7332 (java) S 7321 7323 5678 0 -1 64 5686 0 0 0 152 4 0 0 17 0 13 0 171590610 1842708480 138398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7333] ppid=7321 vsize=1799520 CPUtime=1.5
/proc/7323/task/7333/stat : 7333 (java) S 7321 7323 5678 0 -1 64 5889 0 0 0 147 3 0 0 17 0 13 0 171590610 1842708480 138398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7334] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7334/stat : 7334 (java) S 7321 7323 5678 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 171590610 1842708480 138398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7323/tid=7335] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7335/stat : 7335 (java) S 7321 7323 5678 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 171590610 1842708480 138398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7323/tid=7336] ppid=7321 vsize=1799520 CPUtime=0
/proc/7323/task/7336/stat : 7336 (java) S 7321 7323 5678 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 171590691 1842708480 138398 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) 1799520

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

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

[startup+1769.41 s]
/proc/loadavg: 1.41 1.15 1.04 2/90 7338
/proc/meminfo: memFree=1244800/2055920 swapFree=4155788/4192956
[pid=7323] ppid=7321 vsize=0 CPUtime=1800.13
/proc/7323/stat : 7323 (java) Z 7321 7323 5678 0 -1 1036 168665 0 1 0 179905 108 0 0 16 0 2 0 171590600 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7323/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1769.43
CPU time (s): 1800.16
CPU user time (s): 1799.06
CPU system time (s): 1.10483
CPU usage (%): 101.737
Max. virtual memory (cumulated for all children) (KiB): 1801744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.10483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168665
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= 42876
involuntary context switches= 47410

runsolver used 1.72874 second user time and 4.78627 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Thu Apr 19 04:05:32 UTC 2007

IDJOB= 360106
IDBENCH= 1344
IDSOLVER= 164
FILE ID= node12/360106-1176955532

PBS_JOBID= 4605763

Free space on /tmp= 66253 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.1900553644.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360106-1176955532/sat4jPseudoCPClause.jar /tmp/evaluation/360106-1176955532/instance-360106-1176955532.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-360106-1176955532 -o ROOT/results/node12/solver-360106-1176955532 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360106-1176955532/sat4jPseudoCPClause.jar /tmp/evaluation/360106-1176955532/instance-360106-1176955532.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d5bd6edee9b4e9879bfc89fe3e395acc

RANDOM SEED= 407800242

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1795640 kB
Buffers:         35524 kB
Cached:         135620 kB
SwapCached:      15856 kB
Active:          79568 kB
Inactive:       119268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795640 kB
SwapTotal:     4192956 kB
SwapFree:      4155788 kB
Dirty:            3800 kB
Writeback:           0 kB
Mapped:          30344 kB
Slab:            46964 kB
Committed_AS:  4335516 kB
PageTables:       1792 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= 66253 MiB

End job on node12 on Thu Apr 19 04:35:04 UTC 2007