Trace number 360204

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670167.opb
MD5SUM3972d8c24730f4742ee881de3ad25c62
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark16.6385
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/360204-1176959914/instance-360204-1176959914.opb
0.20/0.20	c reading problem ... 
1.08/0.88	c ... done. Wall clock time 0.68s.
1.08/0.88	c CPU time (experimental) 0.58s.
1.08/0.88	c #vars     231
1.08/0.88	c #constraints  2707
1800.10/1765.11	c starts		: 2
1800.10/1765.11	c conflicts		: 47580
1800.10/1765.11	c decisions		: 168689
1800.10/1765.11	c propagations		: 1299281
1800.10/1765.11	c inspects		: 615866921
1800.10/1765.11	c learnt literals	: 0
1800.10/1765.11	c learnt binary clauses	: 0
1800.10/1765.11	c learnt ternary clauses	: 1
1800.10/1765.11	c learnt clauses	: 47580
1800.10/1765.11	c root simplifications	: 0
1800.10/1765.11	c removed literals (reason simplification)	: 0
1800.10/1765.11	c reason swapping (by a shorter reason)	: 0
1800.10/1765.11	c Calls to reduceDB	: 0
1800.10/1765.11	c speed (decisions/second)	: 95.61638043176983
1800.10/1765.11	c non guided choices	121
1800.10/1765.11	s UNKNOWN
1800.10/1765.11	c Total wall clock time (ms): 1764.911

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 28370
/proc/meminfo: memFree=1692304/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1520 CPUtime=0
/proc/28370/stat : 28370 (java) R 28368 28370 27798 0 -1 0 77 0 0 0 0 0 0 0 18 0 1 0 143906194 1556480 61 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 9721649 0 0 4096 0 0 0 0 17 1 0 0
/proc/28370/statm: 380 71 55 9 0 10 0

[startup+0.0927679 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 28370
/proc/meminfo: memFree=1692304/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1778684 CPUtime=0.07
/proc/28370/stat : 28370 (java) S 28368 28370 27798 0 -1 0 3889 0 1 0 5 2 0 0 18 0 9 0 143906194 1821372416 3631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28370/statm: 444671 3631 1097 9 0 442307 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1778684

[startup+0.101769 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 28370
/proc/meminfo: memFree=1692304/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1780112 CPUtime=0.08
/proc/28370/stat : 28370 (java) S 28368 28370 27798 0 -1 0 3982 0 1 0 6 2 0 0 18 0 12 0 143906194 1822834688 3724 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28370/statm: 445028 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301795 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 28370
/proc/meminfo: memFree=1692304/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1782416 CPUtime=0.31
/proc/28370/stat : 28370 (java) S 28368 28370 27798 0 -1 0 5143 0 1 0 28 3 0 0 18 0 12 0 143906194 1825193984 4882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28370/statm: 445604 4882 1263 9 0 443215 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782416

[startup+0.701842 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 28370
/proc/meminfo: memFree=1692304/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1783280 CPUtime=0.89
/proc/28370/stat : 28370 (java) S 28368 28370 27798 0 -1 0 6811 0 1 0 85 4 0 0 18 0 12 0 143906194 1826078720 6313 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28370/statm: 445820 6313 1301 9 0 443431 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783280

[startup+1.50293 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28383
/proc/meminfo: memFree=1667560/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1786084 CPUtime=2.33
/proc/28370/stat : 28370 (java) S 28368 28370 27798 0 -1 0 14263 0 1 0 226 7 0 0 18 0 13 0 143906194 1828950016 11749 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28370/statm: 446521 11752 1316 9 0 444132 0
[pid=28370/tid=28372] ppid=28368 vsize=1786084 CPUtime=0.9
/proc/28370/task/28372/stat : 28372 (java) R 28368 28370 27798 0 -1 64 9923 0 1 0 85 5 0 0 22 0 13 0 143906196 1828950016 11754 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109639049 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28373] ppid=28368 vsize=1786084 CPUtime=0
/proc/28370/task/28373/stat : 28373 (java) S 28368 28370 27798 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 143906197 1828950016 11757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28374] ppid=28368 vsize=1786084 CPUtime=0
/proc/28370/task/28374/stat : 28374 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 143906197 1828950016 11759 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28375] ppid=28368 vsize=1786084 CPUtime=0
/proc/28370/task/28375/stat : 28375 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 143906199 1828950016 11761 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28376] ppid=28368 vsize=1786084 CPUtime=0
/proc/28370/task/28376/stat : 28376 (java) S 28368 28370 27798 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 143906200 1828950016 11763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28377] ppid=28368 vsize=1786084 CPUtime=0
/proc/28370/task/28377/stat : 28377 (java) S 28368 28370 27798 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 143906200 1828950016 11766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28378] ppid=28368 vsize=1786084 CPUtime=0
/proc/28370/task/28378/stat : 28378 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143906204 1828950016 11768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28379] ppid=28368 vsize=1786084 CPUtime=0.73
/proc/28370/task/28379/stat : 28379 (java) S 28368 28370 27798 0 -1 64 2060 0 0 0 73 0 0 0 16 0 13 0 143906204 1828950016 11770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28380] ppid=28368 vsize=1786084 CPUtime=0.67
/proc/28370/task/28380/stat : 28380 (java) R 28368 28370 27798 0 -1 64 1564 0 0 0 67 0 0 0 16 0 13 0 143906204 1828950016 11772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104723071 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28381] ppid=28368 vsize=1786084 CPUtime=0
/proc/28370/task/28381/stat : 28381 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143906204 1828950016 11775 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28382] ppid=28368 vsize=1786084 CPUtime=0
/proc/28370/task/28382/stat : 28382 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143906204 1828950016 11776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28383] ppid=28368 vsize=1786084 CPUtime=0
/proc/28370/task/28383/stat : 28383 (java) S 28368 28370 27798 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 143906283 1828950016 11779 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1786084

[startup+3.10111 s]
/proc/loadavg: 1.15 1.00 0.98 3/79 28383
/proc/meminfo: memFree=1614440/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1794916 CPUtime=4.65
/proc/28370/stat : 28370 (java) S 28368 28370 27798 0 -1 0 48433 0 1 0 444 21 0 0 18 0 13 0 143906194 1837993984 42384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28370/statm: 448729 42384 1325 9 0 446340 0
[pid=28370/tid=28372] ppid=28368 vsize=1794916 CPUtime=2.01
/proc/28370/task/28372/stat : 28372 (java) R 28368 28370 27798 0 -1 64 37745 0 1 0 185 16 0 0 25 0 13 0 143906196 1837993984 42384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109639090 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28373] ppid=28368 vsize=1794916 CPUtime=0
/proc/28370/task/28373/stat : 28373 (java) S 28368 28370 27798 0 -1 64 290 0 0 0 0 0 0 0 16 0 13 0 143906197 1837993984 42384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28374] ppid=28368 vsize=1794916 CPUtime=0
/proc/28370/task/28374/stat : 28374 (java) S 28368 28370 27798 0 -1 64 248 0 0 0 0 0 0 0 16 0 13 0 143906197 1837993984 42384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28375] ppid=28368 vsize=1794916 CPUtime=0
/proc/28370/task/28375/stat : 28375 (java) S 28368 28370 27798 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 143906199 1837993984 42384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28376] ppid=28368 vsize=1794916 CPUtime=0
/proc/28370/task/28376/stat : 28376 (java) S 28368 28370 27798 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 143906200 1837993984 42384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28377] ppid=28368 vsize=1794916 CPUtime=0
/proc/28370/task/28377/stat : 28377 (java) S 28368 28370 27798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143906200 1837993984 42384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28378] ppid=28368 vsize=1794916 CPUtime=0
/proc/28370/task/28378/stat : 28378 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143906204 1837993984 42384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28379] ppid=28368 vsize=1794916 CPUtime=1.39
/proc/28370/task/28379/stat : 28379 (java) S 28368 28370 27798 0 -1 64 5168 0 0 0 137 2 0 0 16 0 13 0 143906204 1837993984 42384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28380] ppid=28368 vsize=1794916 CPUtime=1.19
/proc/28370/task/28380/stat : 28380 (java) S 28368 28370 27798 0 -1 64 4255 0 0 0 118 1 0 0 16 0 13 0 143906204 1837993984 42384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28381] ppid=28368 vsize=1794916 CPUtime=0
/proc/28370/task/28381/stat : 28381 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143906204 1837993984 42384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28382] ppid=28368 vsize=1794916 CPUtime=0
/proc/28370/task/28382/stat : 28382 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143906204 1837993984 42384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28383] ppid=28368 vsize=1794916 CPUtime=0
/proc/28370/task/28383/stat : 28383 (java) S 28368 28370 27798 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 143906283 1837993984 42384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 1794916

[startup+6.30248 s]
/proc/loadavg: 1.15 1.00 0.98 2/79 28383
/proc/meminfo: memFree=1517168/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1794488 CPUtime=8.01
/proc/28370/stat : 28370 (java) S 28368 28370 27798 0 -1 0 51643 0 1 0 778 23 0 0 18 0 13 0 143906194 1837555712 43815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28370/statm: 448622 43815 1326 9 0 446233 0
[pid=28370/tid=28372] ppid=28368 vsize=1794488 CPUtime=5.07
/proc/28370/task/28372/stat : 28372 (java) R 28368 28370 27798 0 -1 64 37751 0 1 0 491 16 0 0 25 0 13 0 143906196 1837555712 43815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109756086 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28373] ppid=28368 vsize=1794488 CPUtime=0.09
/proc/28370/task/28373/stat : 28373 (java) S 28368 28370 27798 0 -1 64 2006 0 0 0 9 0 0 0 16 0 13 0 143906197 1837555712 43815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28374] ppid=28368 vsize=1794488 CPUtime=0.1
/proc/28370/task/28374/stat : 28374 (java) S 28368 28370 27798 0 -1 64 1715 0 0 0 9 1 0 0 17 0 13 0 143906197 1837555712 43815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28375] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28375/stat : 28375 (java) S 28368 28370 27798 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 143906199 1837555712 43815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28376] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28376/stat : 28376 (java) S 28368 28370 27798 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 43815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28377] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28377/stat : 28377 (java) S 28368 28370 27798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 43815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28378] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28378/stat : 28378 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143906204 1837555712 43815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28379] ppid=28368 vsize=1794488 CPUtime=1.46
/proc/28370/task/28379/stat : 28379 (java) S 28368 28370 27798 0 -1 64 5180 0 0 0 144 2 0 0 16 0 13 0 143906204 1837555712 43815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28380] ppid=28368 vsize=1794488 CPUtime=1.25
/proc/28370/task/28380/stat : 28380 (java) S 28368 28370 27798 0 -1 64 4256 0 0 0 124 1 0 0 15 0 13 0 143906204 1837555712 43815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28381] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28381/stat : 28381 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143906204 1837555712 43815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28382] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28382/stat : 28382 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143906204 1837555712 43815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28383] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28383/stat : 28383 (java) S 28368 28370 27798 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 143906283 1837555712 43815 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) 1794488

[startup+12.7012 s]
/proc/loadavg: 1.13 1.00 0.98 2/79 28383
/proc/meminfo: memFree=1479600/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1794488 CPUtime=14.67
/proc/28370/stat : 28370 (java) S 28368 28370 27798 0 -1 0 62818 0 1 0 1439 28 0 0 18 0 13 0 143906194 1837555712 54193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28370/statm: 448622 54193 1333 9 0 446233 0
[pid=28370/tid=28372] ppid=28368 vsize=1794488 CPUtime=11.22
/proc/28370/task/28372/stat : 28372 (java) R 28368 28370 27798 0 -1 64 38695 0 1 0 1106 16 0 0 25 0 13 0 143906196 1837555712 54193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109666183 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28373] ppid=28368 vsize=1794488 CPUtime=0.3
/proc/28370/task/28373/stat : 28373 (java) S 28368 28370 27798 0 -1 64 7475 0 0 0 27 3 0 0 16 0 13 0 143906197 1837555712 54193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28374] ppid=28368 vsize=1794488 CPUtime=0.32
/proc/28370/task/28374/stat : 28374 (java) S 28368 28370 27798 0 -1 64 6453 0 0 0 29 3 0 0 16 0 13 0 143906197 1837555712 54193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28375] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28375/stat : 28375 (java) S 28368 28370 27798 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 143906199 1837555712 54193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28376] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28376/stat : 28376 (java) S 28368 28370 27798 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 54193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28377] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28377/stat : 28377 (java) S 28368 28370 27798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 54193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28378] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28378/stat : 28378 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143906204 1837555712 54193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28379] ppid=28368 vsize=1794488 CPUtime=1.47
/proc/28370/task/28379/stat : 28379 (java) S 28368 28370 27798 0 -1 64 5186 0 0 0 145 2 0 0 16 0 13 0 143906204 1837555712 54193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28380] ppid=28368 vsize=1794488 CPUtime=1.3
/proc/28370/task/28380/stat : 28380 (java) S 28368 28370 27798 0 -1 64 4261 0 0 0 129 1 0 0 17 0 13 0 143906204 1837555712 54193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28381] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28381/stat : 28381 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143906204 1837555712 54193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28382] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28382/stat : 28382 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143906204 1837555712 54193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28383] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28383/stat : 28383 (java) S 28368 28370 27798 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 143906283 1837555712 54193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.67
Current children cumulated vsize (KiB) 1794488

[startup+25.5027 s]
/proc/loadavg: 1.11 1.00 0.98 2/79 28383
/proc/meminfo: memFree=1466160/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1794488 CPUtime=27.67
/proc/28370/stat : 28370 (java) S 28368 28370 27798 0 -1 0 67232 0 1 0 2736 31 0 0 18 0 13 0 143906194 1837555712 57920 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28370/statm: 448622 57920 1333 9 0 446233 0
[pid=28370/tid=28372] ppid=28368 vsize=1794488 CPUtime=23.85
/proc/28370/task/28372/stat : 28372 (java) R 28368 28370 27798 0 -1 64 38705 0 1 0 2368 17 0 0 17 0 13 0 143906196 1837555712 57920 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109743275 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28373] ppid=28368 vsize=1794488 CPUtime=0.48
/proc/28370/task/28373/stat : 28373 (java) S 28368 28370 27798 0 -1 64 9829 0 0 0 44 4 0 0 16 0 13 0 143906197 1837555712 57920 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28374] ppid=28368 vsize=1794488 CPUtime=0.5
/proc/28370/task/28374/stat : 28374 (java) S 28368 28370 27798 0 -1 64 8458 0 0 0 46 4 0 0 17 0 13 0 143906197 1837555712 57920 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28370/tid=28375] ppid=28368 vsize=1794488 CPUtime=0.14
/proc/28370/task/28375/stat : 28375 (java) S 28368 28370 27798 0 -1 64 28 0 0 0 9 5 0 0 16 0 13 0 143906199 1837555712 136462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28376] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28376/stat : 28376 (java) S 28368 28370 27798 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 136462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28377] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28377/stat : 28377 (java) S 28368 28370 27798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 136462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28378] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28378/stat : 28378 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143906204 1837555712 136462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28379] ppid=28368 vsize=1794488 CPUtime=1.72
/proc/28370/task/28379/stat : 28379 (java) S 28368 28370 27798 0 -1 64 7846 0 0 0 169 3 0 0 17 0 13 0 143906204 1837555712 136462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28380] ppid=28368 vsize=1794488 CPUtime=1.6
/proc/28370/task/28380/stat : 28380 (java) S 28368 28370 27798 0 -1 64 4289 0 0 0 159 1 0 0 16 0 13 0 143906204 1837555712 136462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28381] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28381/stat : 28381 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143906204 1837555712 136462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28382] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28382/stat : 28382 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143906204 1837555712 136462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28383] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28383/stat : 28383 (java) S 28368 28370 27798 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 143906283 1837555712 136462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1571.77
Current children cumulated vsize (KiB) 1794488

[startup+1602.3 s]
/proc/loadavg: 1.09 1.04 1.01 2/79 28385
/proc/meminfo: memFree=1142320/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1794488 CPUtime=1633.21
/proc/28370/stat : 28370 (java) S 28368 28370 27798 0 -1 0 159590 0 1 0 163242 79 0 0 18 0 13 0 143906194 1837555712 138249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28370/statm: 448622 138249 1334 9 0 446233 0
[pid=28370/tid=28372] ppid=28368 vsize=1794488 CPUtime=1570.87
/proc/28370/task/28372/stat : 28372 (java) R 28368 28370 27798 0 -1 64 39326 0 1 0 157068 19 0 0 25 0 13 0 143906196 1837555712 138249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109752801 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28373] ppid=28368 vsize=1794488 CPUtime=29.36
/proc/28370/task/28373/stat : 28373 (java) S 28368 28370 27798 0 -1 64 54818 0 0 0 2912 24 0 0 16 0 13 0 143906197 1837555712 138249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28374] ppid=28368 vsize=1794488 CPUtime=29.45
/proc/28370/task/28374/stat : 28374 (java) S 28368 28370 27798 0 -1 64 52563 0 0 0 2921 24 0 0 16 0 13 0 143906197 1837555712 138249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28375] ppid=28368 vsize=1794488 CPUtime=0.15
/proc/28370/task/28375/stat : 28375 (java) S 28368 28370 27798 0 -1 64 28 0 0 0 10 5 0 0 16 0 13 0 143906199 1837555712 138249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28376] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28376/stat : 28376 (java) S 28368 28370 27798 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 138249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28377] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28377/stat : 28377 (java) S 28368 28370 27798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 138249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28378] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28378/stat : 28378 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143906204 1837555712 138249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28379] ppid=28368 vsize=1794488 CPUtime=1.72
/proc/28370/task/28379/stat : 28379 (java) S 28368 28370 27798 0 -1 64 7846 0 0 0 169 3 0 0 17 0 13 0 143906204 1837555712 138249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28380] ppid=28368 vsize=1794488 CPUtime=1.6
/proc/28370/task/28380/stat : 28380 (java) S 28368 28370 27798 0 -1 64 4289 0 0 0 159 1 0 0 16 0 13 0 143906204 1837555712 138249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28381] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28381/stat : 28381 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143906204 1837555712 138249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28382] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28382/stat : 28382 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143906204 1837555712 138249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28383] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28383/stat : 28383 (java) S 28368 28370 27798 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 143906283 1837555712 138249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1633.21
Current children cumulated vsize (KiB) 1794488

[startup+1662.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/79 28385
/proc/meminfo: memFree=1134256/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1794488 CPUtime=1694.66
/proc/28370/stat : 28370 (java) S 28368 28370 27798 0 -1 0 161731 0 1 0 169386 80 0 0 18 0 13 0 143906194 1837555712 140256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28370/statm: 448622 140256 1334 9 0 446233 0
[pid=28370/tid=28372] ppid=28368 vsize=1794488 CPUtime=1629.35
/proc/28370/task/28372/stat : 28372 (java) R 28368 28370 27798 0 -1 64 39348 0 1 0 162916 19 0 0 25 0 13 0 143906196 1837555712 140256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109756019 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28373] ppid=28368 vsize=1794488 CPUtime=30.84
/proc/28370/task/28373/stat : 28373 (java) S 28368 28370 27798 0 -1 64 55998 0 0 0 3060 24 0 0 16 0 13 0 143906197 1837555712 140256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28374] ppid=28368 vsize=1794488 CPUtime=30.93
/proc/28370/task/28374/stat : 28374 (java) S 28368 28370 27798 0 -1 64 53502 0 0 0 3069 24 0 0 16 0 13 0 143906197 1837555712 140256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28375] ppid=28368 vsize=1794488 CPUtime=0.15
/proc/28370/task/28375/stat : 28375 (java) S 28368 28370 27798 0 -1 64 28 0 0 0 10 5 0 0 16 0 13 0 143906199 1837555712 140256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28376] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28376/stat : 28376 (java) S 28368 28370 27798 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 140256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28377] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28377/stat : 28377 (java) S 28368 28370 27798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 140256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28378] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28378/stat : 28378 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143906204 1837555712 140256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28379] ppid=28368 vsize=1794488 CPUtime=1.72
/proc/28370/task/28379/stat : 28379 (java) S 28368 28370 27798 0 -1 64 7846 0 0 0 169 3 0 0 17 0 13 0 143906204 1837555712 140256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28380] ppid=28368 vsize=1794488 CPUtime=1.6
/proc/28370/task/28380/stat : 28380 (java) S 28368 28370 27798 0 -1 64 4289 0 0 0 159 1 0 0 16 0 13 0 143906204 1837555712 140256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28381] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28381/stat : 28381 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143906204 1837555712 140256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28382] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28382/stat : 28382 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143906204 1837555712 140256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28383] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28383/stat : 28383 (java) S 28368 28370 27798 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 143906283 1837555712 140256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1694.66
Current children cumulated vsize (KiB) 1794488

[startup+1722.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/79 28385
/proc/meminfo: memFree=1125552/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1794488 CPUtime=1756.17
/proc/28370/stat : 28370 (java) S 28368 28370 27798 0 -1 0 164030 0 1 0 175535 82 0 0 18 0 13 0 143906194 1837555712 142423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28370/statm: 448622 142423 1334 9 0 446233 0
[pid=28370/tid=28372] ppid=28368 vsize=1794488 CPUtime=1687.77
/proc/28370/task/28372/stat : 28372 (java) R 28368 28370 27798 0 -1 64 39370 0 1 0 168758 19 0 0 25 0 13 0 143906196 1837555712 142423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109752801 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28373] ppid=28368 vsize=1794488 CPUtime=32.38
/proc/28370/task/28373/stat : 28373 (java) S 28368 28370 27798 0 -1 64 57287 0 0 0 3213 25 0 0 16 0 13 0 143906197 1837555712 142423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28374] ppid=28368 vsize=1794488 CPUtime=32.48
/proc/28370/task/28374/stat : 28374 (java) S 28368 28370 27798 0 -1 64 54490 0 0 0 3223 25 0 0 16 0 13 0 143906197 1837555712 142423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28375] ppid=28368 vsize=1794488 CPUtime=0.15
/proc/28370/task/28375/stat : 28375 (java) S 28368 28370 27798 0 -1 64 28 0 0 0 10 5 0 0 16 0 13 0 143906199 1837555712 142423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28376] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28376/stat : 28376 (java) S 28368 28370 27798 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 142423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28377] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28377/stat : 28377 (java) S 28368 28370 27798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 142423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28378] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28378/stat : 28378 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143906204 1837555712 142423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28379] ppid=28368 vsize=1794488 CPUtime=1.72
/proc/28370/task/28379/stat : 28379 (java) S 28368 28370 27798 0 -1 64 7846 0 0 0 169 3 0 0 17 0 13 0 143906204 1837555712 142423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28380] ppid=28368 vsize=1794488 CPUtime=1.6
/proc/28370/task/28380/stat : 28380 (java) S 28368 28370 27798 0 -1 64 4289 0 0 0 159 1 0 0 16 0 13 0 143906204 1837555712 142423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28381] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28381/stat : 28381 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143906204 1837555712 142423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28382] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28382/stat : 28382 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143906204 1837555712 142423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28383] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28383/stat : 28383 (java) S 28368 28370 27798 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 143906283 1837555712 142423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1756.17
Current children cumulated vsize (KiB) 1794488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.1 s]
/proc/loadavg: 1.12 1.06 1.01 2/79 28385
/proc/meminfo: memFree=1119728/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=1794488 CPUtime=1800.1
/proc/28370/stat : 28370 (java) S 28368 28370 27798 0 -1 0 165601 0 1 0 179927 83 0 0 18 0 13 0 143906194 1837555712 143884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28370/statm: 448622 143884 1334 9 0 446233 0
[pid=28370/tid=28372] ppid=28368 vsize=1794488 CPUtime=1729.4
/proc/28370/task/28372/stat : 28372 (java) R 28368 28370 27798 0 -1 64 39386 0 1 0 172921 19 0 0 25 0 13 0 143906196 1837555712 143884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109756311 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28373] ppid=28368 vsize=1794488 CPUtime=33.53
/proc/28370/task/28373/stat : 28373 (java) S 28368 28370 27798 0 -1 64 58302 0 0 0 3328 25 0 0 16 0 13 0 143906197 1837555712 143884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28374] ppid=28368 vsize=1794488 CPUtime=33.62
/proc/28370/task/28374/stat : 28374 (java) S 28368 28370 27798 0 -1 64 55030 0 0 0 3337 25 0 0 16 0 13 0 143906197 1837555712 143884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28375] ppid=28368 vsize=1794488 CPUtime=0.16
/proc/28370/task/28375/stat : 28375 (java) S 28368 28370 27798 0 -1 64 28 0 0 0 10 6 0 0 16 0 13 0 143906199 1837555712 143884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28376] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28376/stat : 28376 (java) S 28368 28370 27798 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 143884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28377] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28377/stat : 28377 (java) S 28368 28370 27798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143906200 1837555712 143884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28378] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28378/stat : 28378 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143906204 1837555712 143884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28379] ppid=28368 vsize=1794488 CPUtime=1.72
/proc/28370/task/28379/stat : 28379 (java) S 28368 28370 27798 0 -1 64 7846 0 0 0 169 3 0 0 17 0 13 0 143906204 1837555712 143884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28380] ppid=28368 vsize=1794488 CPUtime=1.6
/proc/28370/task/28380/stat : 28380 (java) S 28368 28370 27798 0 -1 64 4289 0 0 0 159 1 0 0 16 0 13 0 143906204 1837555712 143884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28381] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28381/stat : 28381 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143906204 1837555712 143884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28370/tid=28382] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28382/stat : 28382 (java) S 28368 28370 27798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143906204 1837555712 143884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28370/tid=28383] ppid=28368 vsize=1794488 CPUtime=0
/proc/28370/task/28383/stat : 28383 (java) S 28368 28370 27798 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 143906283 1837555712 143884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1794488

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

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

[startup+1765.21 s]
/proc/loadavg: 1.12 1.06 1.01 2/79 28385
/proc/meminfo: memFree=1119728/2055920 swapFree=4183056/4192956
[pid=28370] ppid=28368 vsize=0 CPUtime=1800.2
/proc/28370/stat : 28370 (java) Z 28368 28370 27798 0 -1 1036 165621 0 1 0 179930 90 0 0 16 0 2 0 143906194 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28370/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.22
CPU time (s): 1800.23
CPU user time (s): 1799.31
CPU system time (s): 0.91886
CPU usage (%): 101.983
Max. virtual memory (cumulated for all children) (KiB): 1801592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 0.91886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165621
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= 42296
involuntary context switches= 39338

runsolver used 1.68674 second user time and 4.80127 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Thu Apr 19 05:18:34 UTC 2007

IDJOB= 360204
IDBENCH= 1351
IDSOLVER= 164
FILE ID= node74/360204-1176959914

PBS_JOBID= 4605803

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  3972d8c24730f4742ee881de3ad25c62

RANDOM SEED= 761149550

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.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	: 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.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:       1692712 kB
Buffers:         29896 kB
Cached:         261752 kB
SwapCached:       3064 kB
Active:         100740 kB
Inactive:       200824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692712 kB
SwapTotal:     4192956 kB
SwapFree:      4183056 kB
Dirty:            3656 kB
Writeback:           0 kB
Mapped:          15880 kB
Slab:            47432 kB
Committed_AS:  2013660 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103202 MiB

End job on node74 on Thu Apr 19 05:48:02 UTC 2007