Trace number 359868

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.2 1770.6

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900567003.opb
MD5SUM2c89f98280dbfe67701e28e9614a6259
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 benchmark2.28465
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 715
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.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.23	c no version file found!!!
0.09/0.23	c sun.arch.data.model	32
0.09/0.23	c java.version	1.6.0
0.09/0.23	c os.name	Linux
0.09/0.23	c os.version	2.6.9-22.EL.rootsmp
0.09/0.23	c os.arch	i386
0.09/0.23	c Free memory 1651659224
0.09/0.23	c Max memory 1654456320
0.09/0.23	c Total memory 1654456320
0.09/0.23	c Number of processors 2
0.09/0.29	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.09/0.29	--- Begin Solver configuration ---
0.09/0.29	c Stops conflict analysis at the first Unique Implication Point
0.09/0.29	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.29	c Learn all clauses as in MiniSAT
0.09/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.29	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.29	c No reason simplification
0.09/0.29	c --- End Solver configuration ---
0.09/0.29	c Simplify asserted PB constraints to clauses
0.09/0.29	c solving /tmp/evaluation/359868-1176946022/instance-359868-1176946022.opb
0.09/0.29	c reading problem ... 
1.08/0.97	c ... done. Wall clock time 0.681s.
1.08/0.97	c CPU time (experimental) 0.57s.
1.08/0.97	c #vars     231
1.08/0.97	c #constraints  2707
1800.09/1770.51	c starts		: 2
1800.09/1770.51	c conflicts		: 34998
1800.09/1770.51	c decisions		: 189280
1800.09/1770.51	c propagations		: 1037062
1800.09/1770.51	c inspects		: 593859717
1800.09/1770.51	c learnt literals	: 0
1800.09/1770.51	c learnt binary clauses	: 0
1800.09/1770.51	c learnt ternary clauses	: 1
1800.09/1770.51	c learnt clauses	: 34997
1800.09/1770.51	c root simplifications	: 0
1800.09/1770.51	c removed literals (reason simplification)	: 0
1800.09/1770.51	c reason swapping (by a shorter reason)	: 0
1800.09/1770.51	c Calls to reduceDB	: 0
1800.09/1770.51	c speed (decisions/second)	: 106.96577298707346
1800.09/1770.51	c non guided choices	121
1800.09/1770.51	s UNKNOWN
1800.09/1770.51	c Total wall clock time (ms): 1770.223

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node27/watcher-359868-1176946022 -o ROOT/results/node27/solver-359868-1176946022 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359868-1176946022/sat4jPseudoCPClause.jar /tmp/evaluation/359868-1176946022/instance-359868-1176946022.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.98 0.97 0.99 2/65 21121
/proc/meminfo: memFree=1153136/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=18568 CPUtime=0
/proc/21121/stat : 21121 (runsolver) D 21119 21121 19919 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 107298103 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 244445670695 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/21121/statm: 4642 292 257 24 0 2626 0

[startup+0.0172809 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 21121
/proc/meminfo: memFree=1153136/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=18568 CPUtime=0
/proc/21121/stat : 21121 (runsolver) D 21119 21121 19919 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 107298103 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 244445670695 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/21121/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.1013 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 21121
/proc/meminfo: memFree=1153136/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=12056 CPUtime=0
/proc/21121/stat : 21121 (java) R 21119 21121 19919 0 -1 0 636 0 0 0 0 0 0 0 18 0 1 0 107298103 12345344 444 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 106030326 0 0 4096 0 0 0 0 17 0 0 0
/proc/21121/statm: 3014 444 155 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.301319 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 21121
/proc/meminfo: memFree=1153136/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=1782520 CPUtime=0.21
/proc/21121/stat : 21121 (java) S 21119 21121 19919 0 -1 0 4936 0 1 0 18 3 0 0 18 0 12 0 107298103 1825300480 4675 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21121/statm: 445630 4675 1246 9 0 443241 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1782520

[startup+0.701357 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 21121
/proc/meminfo: memFree=1153136/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=1783320 CPUtime=0.75
/proc/21121/stat : 21121 (java) S 21119 21121 19919 0 -1 0 6420 0 1 0 72 3 0 0 18 0 12 0 107298103 1826119680 5956 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21121/statm: 445830 5956 1294 9 0 443441 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 1783320

[startup+1.50244 s]
/proc/loadavg: 0.98 0.97 0.99 3/78 21134
/proc/meminfo: memFree=1129352/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=1788184 CPUtime=2.2
/proc/21121/stat : 21121 (java) S 21119 21121 19919 0 -1 0 14075 0 1 0 214 6 0 0 18 0 13 0 107298103 1831100416 10762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21121/statm: 447046 10762 1316 9 0 444657 0
[pid=21121/tid=21123] ppid=21119 vsize=1788184 CPUtime=0.84
/proc/21121/task/21123/stat : 21123 (java) R 21119 21121 19919 0 -1 64 8441 0 1 0 81 3 0 0 21 0 13 0 107298113 1831100416 10762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109669194 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21124] ppid=21119 vsize=1788184 CPUtime=0
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 19919 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 107298115 1831100416 10762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21125] ppid=21119 vsize=1788184 CPUtime=0
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 19919 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107298115 1831100416 10762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21126] ppid=21119 vsize=1788184 CPUtime=0
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 19919 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107298117 1831100416 10762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21127] ppid=21119 vsize=1788184 CPUtime=0
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 19919 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 107298118 1831100416 10762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21128] ppid=21119 vsize=1788184 CPUtime=0
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 19919 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 107298118 1831100416 10762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21129] ppid=21119 vsize=1788184 CPUtime=0
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1831100416 10762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=1788184 CPUtime=0.77
/proc/21121/task/21130/stat : 21130 (java) R 21119 21121 19919 0 -1 64 3454 0 0 0 76 1 0 0 17 0 13 0 107298121 1831100416 10762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105429742 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21131] ppid=21119 vsize=1788184 CPUtime=0.55
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 19919 0 -1 64 1458 0 0 0 55 0 0 0 16 0 13 0 107298121 1831100416 10762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=1788184 CPUtime=0
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1831100416 10762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=1788184 CPUtime=0
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 19919 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107298121 1831100416 10762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21134] ppid=21119 vsize=1788184 CPUtime=0
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107298201 1831100416 10762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1788184

[startup+3.1026 s]
/proc/loadavg: 0.98 0.97 0.99 3/78 21134
/proc/meminfo: memFree=1078472/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=1796616 CPUtime=5
/proc/21121/stat : 21121 (java) S 21119 21121 19919 0 -1 0 53610 0 1 0 479 21 0 0 18 0 13 0 107298103 1839734784 42853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21121/statm: 449154 42853 1325 9 0 446765 0
[pid=21121/tid=21123] ppid=21119 vsize=1796616 CPUtime=1.79
/proc/21121/task/21123/stat : 21123 (java) R 21119 21121 19919 0 -1 64 37740 0 1 0 165 14 0 0 18 0 13 0 107298113 1839734784 42853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109669139 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21124] ppid=21119 vsize=1796616 CPUtime=0
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 19919 0 -1 64 232 0 0 0 0 0 0 0 16 0 13 0 107298115 1839734784 42853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21125] ppid=21119 vsize=1796616 CPUtime=0
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 19919 0 -1 64 290 0 0 0 0 0 0 0 16 0 13 0 107298115 1839734784 42853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21126] ppid=21119 vsize=1796616 CPUtime=0
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 19919 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 107298117 1839734784 42853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21127] ppid=21119 vsize=1796616 CPUtime=0
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107298118 1839734784 42853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21128] ppid=21119 vsize=1796616 CPUtime=0
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107298118 1839734784 42853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21129] ppid=21119 vsize=1796616 CPUtime=0
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1839734784 42853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=1796616 CPUtime=1.86
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 19919 0 -1 64 9705 0 0 0 182 4 0 0 17 0 13 0 107298121 1839734784 42853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21131] ppid=21119 vsize=1796616 CPUtime=1.29
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 19919 0 -1 64 4916 0 0 0 128 1 0 0 16 0 13 0 107298121 1839734784 42853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=1796616 CPUtime=0
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1839734784 42853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=1796616 CPUtime=0
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 19919 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107298121 1839734784 42853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21134] ppid=21119 vsize=1796616 CPUtime=0
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107298201 1839734784 42853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 1796616

[startup+6.30293 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 21134
/proc/meminfo: memFree=980616/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=1793116 CPUtime=8.34
/proc/21121/stat : 21121 (java) S 21119 21121 19919 0 -1 0 56551 0 1 0 811 23 0 0 18 0 13 0 107298103 1836150784 43249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21121/statm: 448279 43249 1326 9 0 445890 0
[pid=21121/tid=21123] ppid=21119 vsize=1793116 CPUtime=4.88
/proc/21121/task/21123/stat : 21123 (java) R 21119 21121 19919 0 -1 64 37747 0 1 0 473 15 0 0 23 0 13 0 107298113 1836150784 43249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109641650 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21124] ppid=21119 vsize=1793116 CPUtime=0.08
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 19919 0 -1 64 1646 0 0 0 8 0 0 0 16 0 13 0 107298115 1836150784 43249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21125] ppid=21119 vsize=1793116 CPUtime=0.08
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 19919 0 -1 64 1801 0 0 0 8 0 0 0 16 0 13 0 107298115 1836150784 43249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21126] ppid=21119 vsize=1793116 CPUtime=0
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 19919 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 107298117 1836150784 43249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21127] ppid=21119 vsize=1793116 CPUtime=0
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107298118 1836150784 43249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21128] ppid=21119 vsize=1793116 CPUtime=0
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107298118 1836150784 43249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21129] ppid=21119 vsize=1793116 CPUtime=0
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836150784 43249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=1793116 CPUtime=1.91
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 19919 0 -1 64 9705 0 0 0 187 4 0 0 16 0 13 0 107298121 1836150784 43249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21131] ppid=21119 vsize=1793116 CPUtime=1.32
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 19919 0 -1 64 4917 0 0 0 131 1 0 0 15 0 13 0 107298121 1836150784 43249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=1793116 CPUtime=0
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836150784 43249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=1793116 CPUtime=0
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 19919 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107298121 1836150784 43249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21134] ppid=21119 vsize=1793116 CPUtime=0
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107298201 1836150784 43249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 1793116

[startup+12.7026 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 21134
/proc/meminfo: memFree=944008/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=1792988 CPUtime=15
/proc/21121/stat : 21121 (java) S 21119 21121 19919 0 -1 0 67234 0 1 0 1472 28 0 0 18 0 13 0 107298103 1836019712 53341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21121/statm: 448247 53341 1333 9 0 445858 0
[pid=21121/tid=21123] ppid=21119 vsize=1792988 CPUtime=11.09
/proc/21121/task/21123/stat : 21123 (java) R 21119 21121 19919 0 -1 64 38998 0 1 0 1094 15 0 0 25 0 13 0 107298113 1836019712 53341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109773834 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21124] ppid=21119 vsize=1792988 CPUtime=0.27
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 19919 0 -1 64 6211 0 0 0 24 3 0 0 16 0 13 0 107298115 1836019712 53341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21125] ppid=21119 vsize=1792988 CPUtime=0.27
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 19919 0 -1 64 6648 0 0 0 25 2 0 0 17 0 13 0 107298115 1836019712 53341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21126] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 19919 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 107298117 1836019712 53341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21127] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107298118 1836019712 53341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21128] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107298118 1836019712 53341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21129] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836019712 53341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=1792988 CPUtime=1.93
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 19919 0 -1 64 9711 0 0 0 189 4 0 0 16 0 13 0 107298121 1836019712 53341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21131] ppid=21119 vsize=1792988 CPUtime=1.4
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 19919 0 -1 64 4918 0 0 0 138 2 0 0 17 0 13 0 107298121 1836019712 53341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836019712 53341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 19919 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107298121 1836019712 53341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21134] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107298201 1836019712 53341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15
Current children cumulated vsize (KiB) 1792988

[startup+25.5019 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 21136
/proc/meminfo: memFree=932808/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=1792988 CPUtime=27.95
/proc/21121/stat : 21121 (java) S 21119 21121 19919 0 -1 0 70643 0 1 0 2765 30 0 0 18 0 13 0 107298103 1836019712 56110 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21121/statm: 448247 56110 1333 9 0 445858 0
[pid=21121/tid=21123] ppid=21119 vsize=1792988 CPUtime=23.73
/proc/21121/task/21123/stat : 21123 (java) R 21119 21121 19919 0 -1 64 39007 0 1 0 2358 15 0 0 25 0 13 0 107298113 1836019712 56110 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109667611 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21124] ppid=21119 vsize=1792988 CPUtime=0.39
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 19919 0 -1 64 7732 0 0 0 36 3 0 0 16 0 13 0 107298115 1836019712 56110 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21125] ppid=21119 vsize=1792988 CPUtime=0.4
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 19919 0 -1 64 8527 0 0 0 36 4 0 0 16 0 13 0 107298115 1836019712 56110 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=21121] ppid=21119 vsize=1792988 CPUtime=1628.36
/proc/21121/stat : 21121 (java) S 21119 21121 19919 0 -1 0 170756 0 1 0 162748 88 0 0 18 0 13 0 107298103 1836019712 129036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21121/statm: 448247 129036 1333 9 0 445858 0
[pid=21121/tid=21123] ppid=21119 vsize=1792988 CPUtime=1575.45
/proc/21121/task/21123/stat : 21123 (java) R 21119 21121 19919 0 -1 64 52303 0 1 0 157522 23 0 0 18 0 13 0 107298113 1836019712 129036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109774767 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21124] ppid=21119 vsize=1792988 CPUtime=24.63
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 19919 0 -1 64 50883 0 0 0 2439 24 0 0 16 0 13 0 107298115 1836019712 129036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21125] ppid=21119 vsize=1792988 CPUtime=24.64
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 19919 0 -1 64 52153 0 0 0 2439 25 0 0 17 0 13 0 107298115 1836019712 129036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21126] ppid=21119 vsize=1792988 CPUtime=0.17
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 19919 0 -1 64 68 0 0 0 9 8 0 0 15 0 13 0 107298117 1836019712 129036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21127] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107298118 1836019712 129036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21128] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107298118 1836019712 129036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21129] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836019712 129036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=1792988 CPUtime=1.96
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 19919 0 -1 64 9711 0 0 0 192 4 0 0 16 0 13 0 107298121 1836019712 129036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21131] ppid=21119 vsize=1792988 CPUtime=1.45
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 19919 0 -1 64 4918 0 0 0 143 2 0 0 16 0 13 0 107298121 1836019712 129036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836019712 129036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 19919 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107298121 1836019712 129036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21134] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107298201 1836019712 129036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.36
Current children cumulated vsize (KiB) 1792988

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 21136
/proc/meminfo: memFree=634184/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=1792988 CPUtime=1689.62
/proc/21121/stat : 21121 (java) S 21119 21121 19919 0 -1 0 172535 0 1 0 168872 90 0 0 18 0 13 0 107298103 1836019712 130682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21121/statm: 448247 130682 1333 9 0 445858 0
[pid=21121/tid=21123] ppid=21119 vsize=1792988 CPUtime=1634.15
/proc/21121/task/21123/stat : 21123 (java) R 21119 21121 19919 0 -1 64 52324 0 1 0 163392 23 0 0 25 0 13 0 107298113 1836019712 130682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109773351 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21124] ppid=21119 vsize=1792988 CPUtime=25.9
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 19919 0 -1 64 51824 0 0 0 2566 24 0 0 16 0 13 0 107298115 1836019712 130682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21125] ppid=21119 vsize=1792988 CPUtime=25.92
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 19919 0 -1 64 52970 0 0 0 2567 25 0 0 16 0 13 0 107298115 1836019712 130682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21126] ppid=21119 vsize=1792988 CPUtime=0.17
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 19919 0 -1 64 68 0 0 0 9 8 0 0 16 0 13 0 107298117 1836019712 130682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21127] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107298118 1836019712 130682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21128] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107298118 1836019712 130682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21129] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836019712 130682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=1792988 CPUtime=1.96
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 19919 0 -1 64 9711 0 0 0 192 4 0 0 16 0 13 0 107298121 1836019712 130682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21131] ppid=21119 vsize=1792988 CPUtime=1.45
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 19919 0 -1 64 4918 0 0 0 143 2 0 0 16 0 13 0 107298121 1836019712 130682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836019712 130682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 19919 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107298121 1836019712 130682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21134] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107298201 1836019712 130682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1689.62
Current children cumulated vsize (KiB) 1792988

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21136
/proc/meminfo: memFree=627656/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=1792988 CPUtime=1750.85
/proc/21121/stat : 21121 (java) S 21119 21121 19919 0 -1 0 174224 0 1 0 174994 91 0 0 18 0 13 0 107298103 1836019712 132209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21121/statm: 448247 132209 1333 9 0 445858 0
[pid=21121/tid=21123] ppid=21119 vsize=1792988 CPUtime=1692.89
/proc/21121/task/21123/stat : 21123 (java) R 21119 21121 19919 0 -1 64 52344 0 1 0 169266 23 0 0 25 0 13 0 107298113 1836019712 132209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109772451 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21124] ppid=21119 vsize=1792988 CPUtime=27.15
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 19919 0 -1 64 52311 0 0 0 2690 25 0 0 17 0 13 0 107298115 1836019712 132209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21125] ppid=21119 vsize=1792988 CPUtime=27.16
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 19919 0 -1 64 54152 0 0 0 2690 26 0 0 16 0 13 0 107298115 1836019712 132209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21126] ppid=21119 vsize=1792988 CPUtime=0.19
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 19919 0 -1 64 68 0 0 0 10 9 0 0 16 0 13 0 107298117 1836019712 132209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21127] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107298118 1836019712 132209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21128] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107298118 1836019712 132209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21129] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836019712 132209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=1792988 CPUtime=1.96
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 19919 0 -1 64 9711 0 0 0 192 4 0 0 16 0 13 0 107298121 1836019712 132209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21131] ppid=21119 vsize=1792988 CPUtime=1.45
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 19919 0 -1 64 4918 0 0 0 143 2 0 0 16 0 13 0 107298121 1836019712 132209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836019712 132209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 19919 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107298121 1836019712 132209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21134] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107298201 1836019712 132209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1750.85
Current children cumulated vsize (KiB) 1792988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21136
/proc/meminfo: memFree=623112/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=1792988 CPUtime=1800.09
/proc/21121/stat : 21121 (java) S 21119 21121 19919 0 -1 0 175485 0 1 0 179917 92 0 0 18 0 13 0 107298103 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21121/statm: 448247 133352 1333 9 0 445858 0
[pid=21121/tid=21123] ppid=21119 vsize=1792988 CPUtime=1740
/proc/21121/task/21123/stat : 21123 (java) R 21119 21121 19919 0 -1 64 52361 0 1 0 173977 23 0 0 20 0 13 0 107298113 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109615522 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21124] ppid=21119 vsize=1792988 CPUtime=28.21
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 19919 0 -1 64 52664 0 0 0 2796 25 0 0 17 0 13 0 107298115 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21125] ppid=21119 vsize=1792988 CPUtime=28.22
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 19919 0 -1 64 55043 0 0 0 2796 26 0 0 16 0 13 0 107298115 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21126] ppid=21119 vsize=1792988 CPUtime=0.19
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 19919 0 -1 64 68 0 0 0 10 9 0 0 16 0 13 0 107298117 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21127] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107298118 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21128] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107298118 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21129] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=1792988 CPUtime=1.96
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 19919 0 -1 64 9711 0 0 0 192 4 0 0 16 0 13 0 107298121 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21131] ppid=21119 vsize=1792988 CPUtime=1.45
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 19919 0 -1 64 4918 0 0 0 143 2 0 0 16 0 13 0 107298121 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 19919 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107298121 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21134] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107298201 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1792988

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

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

[startup+1770.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21136
/proc/meminfo: memFree=623112/2055920 swapFree=4179792/4192956
[pid=21121] ppid=21119 vsize=1792988 CPUtime=1800.09
/proc/21121/stat : 21121 (java) S 21119 21121 19919 0 -1 0 175485 0 1 0 179917 92 0 0 18 0 13 0 107298103 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21121/statm: 448247 133352 1333 9 0 445858 0
[pid=21121/tid=21123] ppid=21119 vsize=1792988 CPUtime=1740
/proc/21121/task/21123/stat : 21123 (java) R 21119 21121 19919 0 -1 64 52361 0 1 0 173977 23 0 0 20 0 13 0 107298113 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109615522 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21124] ppid=21119 vsize=1792988 CPUtime=28.21
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 19919 0 -1 64 52664 0 0 0 2796 25 0 0 17 0 13 0 107298115 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21125] ppid=21119 vsize=1792988 CPUtime=28.22
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 19919 0 -1 64 55043 0 0 0 2796 26 0 0 16 0 13 0 107298115 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21126] ppid=21119 vsize=1792988 CPUtime=0.19
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 19919 0 -1 64 68 0 0 0 10 9 0 0 16 0 13 0 107298117 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21127] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107298118 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21128] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107298118 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21129] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=1792988 CPUtime=1.96
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 19919 0 -1 64 9711 0 0 0 192 4 0 0 16 0 13 0 107298121 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21131] ppid=21119 vsize=1792988 CPUtime=1.45
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 19919 0 -1 64 4918 0 0 0 143 2 0 0 16 0 13 0 107298121 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 19919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107298121 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 19919 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107298121 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21121/tid=21134] ppid=21119 vsize=1792988 CPUtime=0
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107298201 1836019712 133352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1792988

Child status: 143
Real time (s): 1770.6
CPU time (s): 1800.2
CPU user time (s): 1799.2
CPU system time (s): 1.00185
CPU usage (%): 101.671
Max. virtual memory (cumulated for all children) (KiB): 1800712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 1.00185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175504
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= 42381
involuntary context switches= 31930

runsolver used 1.82972 second user time and 4.65229 second system time

The end

Launcher Data (download as text)

Begin job on node27 on Thu Apr 19 01:27:02 UTC 2007

IDJOB= 359868
IDBENCH= 1326
IDSOLVER= 164
FILE ID= node27/359868-1176946022

PBS_JOBID= 4605725

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2c89f98280dbfe67701e28e9614a6259

RANDOM SEED= 210909347

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1153608 kB
Buffers:         34052 kB
Cached:         810516 kB
SwapCached:       7472 kB
Active:         156392 kB
Inactive:       702160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1153608 kB
SwapTotal:     4192956 kB
SwapFree:      4179792 kB
Dirty:            3700 kB
Writeback:           0 kB
Mapped:          16180 kB
Slab:            29828 kB
Committed_AS:  1666248 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66374 MiB

End job on node27 on Thu Apr 19 01:56:35 UTC 2007