Trace number 360148

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.22 1766.86

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900547461.opb
MD5SUM851f60b4bba13dc8ad4e48be942c1c37
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.555914
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 695
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c Simplify asserted PB constraints to clauses
0.19/0.20	c solving /tmp/evaluation/360148-1176956146/instance-360148-1176956146.opb
0.19/0.20	c reading problem ... 
1.04/0.89	c ... done. Wall clock time 0.687s.
1.04/0.89	c CPU time (experimental) 0.59s.
1.04/0.89	c #vars     231
1.04/0.89	c #constraints  2707
1800.06/1766.71	c starts		: 2
1800.06/1766.71	c conflicts		: 47951
1800.06/1766.71	c decisions		: 161808
1800.06/1766.71	c propagations		: 1603830
1800.06/1766.71	c inspects		: 631845950
1800.06/1766.71	c learnt literals	: 0
1800.06/1766.71	c learnt binary clauses	: 0
1800.06/1766.71	c learnt ternary clauses	: 10
1800.06/1766.71	c learnt clauses	: 47951
1800.06/1766.71	c root simplifications	: 0
1800.06/1766.71	c removed literals (reason simplification)	: 0
1800.06/1766.71	c reason swapping (by a shorter reason)	: 0
1800.06/1766.71	c Calls to reduceDB	: 0
1800.06/1766.71	c speed (decisions/second)	: 91.6334007052818
1800.06/1766.71	c non guided choices	121
1800.06/1766.71	s UNKNOWN
1800.06/1766.71	c Total wall clock time (ms): 1766.509

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/node60/watcher-360148-1176956146 -o ROOT/results/node60/solver-360148-1176956146 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360148-1176956146/sat4jPseudoCPClause.jar /tmp/evaluation/360148-1176956146/instance-360148-1176956146.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.94 0.99 0.99 3/64 8954
/proc/meminfo: memFree=1335632/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=152 CPUtime=0
/proc/8954/stat : 8954 (java) D 8952 8954 7138 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 143524608 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 5534500 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/8954/statm: 38 26 19 9 0 4 0

[startup+0.0076529 s]
/proc/loadavg: 0.94 0.99 0.99 3/64 8954
/proc/meminfo: memFree=1335632/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=1800 CPUtime=0
/proc/8954/stat : 8954 (java) D 8952 8954 7138 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 143524608 1843200 143 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/8954/statm: 450 143 106 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.10167 s]
/proc/loadavg: 0.94 0.99 0.99 3/64 8954
/proc/meminfo: memFree=1335632/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=1780112 CPUtime=0.08
/proc/8954/stat : 8954 (java) S 8952 8954 7138 0 -1 0 3976 0 1 0 6 2 0 0 18 0 12 0 143524608 1822834688 3718 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8954/statm: 445028 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301688 s]
/proc/loadavg: 0.94 0.99 0.99 3/64 8954
/proc/meminfo: memFree=1335632/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=1782436 CPUtime=0.3
/proc/8954/stat : 8954 (java) S 8952 8954 7138 0 -1 0 5128 0 1 0 27 3 0 0 18 0 12 0 143524608 1825214464 4867 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8954/statm: 445609 4868 1263 9 0 443220 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782436

[startup+0.701729 s]
/proc/loadavg: 0.94 0.99 0.99 3/64 8954
/proc/meminfo: memFree=1335632/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=1783272 CPUtime=0.88
/proc/8954/stat : 8954 (java) S 8952 8954 7138 0 -1 0 6766 0 1 0 84 4 0 0 18 0 12 0 143524608 1826070528 6229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8954/statm: 445818 6229 1301 9 0 443429 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783272

[startup+1.50281 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 8967
/proc/meminfo: memFree=1310632/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=1787120 CPUtime=2.27
/proc/8954/stat : 8954 (java) S 8952 8954 7138 0 -1 0 17220 0 1 0 218 9 0 0 18 0 13 0 143524608 1830010880 14415 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8954/statm: 446780 14415 1316 9 0 444391 0
[pid=8954/tid=8956] ppid=8952 vsize=1787120 CPUtime=0.94
/proc/8954/task/8956/stat : 8956 (java) R 8952 8954 7138 0 -1 64 12275 0 1 0 87 7 0 0 19 0 13 0 143524610 1830010880 14415 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8957] ppid=8952 vsize=1787120 CPUtime=0
/proc/8954/task/8957/stat : 8957 (java) S 8952 8954 7138 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 143524611 1830010880 14415 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8958] ppid=8952 vsize=1787120 CPUtime=0
/proc/8954/task/8958/stat : 8958 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 143524611 1830010880 14415 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8959] ppid=8952 vsize=1787120 CPUtime=0
/proc/8954/task/8959/stat : 8959 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 143524614 1830010880 14415 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8960] ppid=8952 vsize=1787120 CPUtime=0
/proc/8954/task/8960/stat : 8960 (java) S 8952 8954 7138 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 143524614 1830010880 14415 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8961] ppid=8952 vsize=1787120 CPUtime=0
/proc/8954/task/8961/stat : 8961 (java) S 8952 8954 7138 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 143524614 1830010880 14415 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8962] ppid=8952 vsize=1787120 CPUtime=0
/proc/8954/task/8962/stat : 8962 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143524618 1830010880 14415 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8963] ppid=8952 vsize=1787120 CPUtime=0.58
/proc/8954/task/8963/stat : 8963 (java) R 8952 8954 7138 0 -1 64 1511 0 0 0 58 0 0 0 16 0 13 0 143524618 1830010880 14415 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104823039 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8964] ppid=8952 vsize=1787120 CPUtime=0.73
/proc/8954/task/8964/stat : 8964 (java) R 8952 8954 7138 0 -1 64 2712 0 0 0 72 1 0 0 17 0 13 0 143524618 1830010880 14415 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105429707 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8965] ppid=8952 vsize=1787120 CPUtime=0
/proc/8954/task/8965/stat : 8965 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143524618 1830010880 14415 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8966] ppid=8952 vsize=1787120 CPUtime=0
/proc/8954/task/8966/stat : 8966 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143524618 1830010880 14415 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8967] ppid=8952 vsize=1787120 CPUtime=0
/proc/8954/task/8967/stat : 8967 (java) S 8952 8954 7138 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 143524698 1830010880 14415 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1787120

[startup+3.10298 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 8967
/proc/meminfo: memFree=1243432/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=1801188 CPUtime=4.75
/proc/8954/stat : 8954 (java) S 8952 8954 7138 0 -1 0 50989 0 1 0 452 23 0 0 18 0 13 0 143524608 1844416512 43915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8954/statm: 450297 43915 1325 9 0 447908 0
[pid=8954/tid=8956] ppid=8952 vsize=1801188 CPUtime=2.01
/proc/8954/task/8956/stat : 8956 (java) R 8952 8954 7138 0 -1 64 37730 0 1 0 185 16 0 0 19 0 13 0 143524610 1844416512 43915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109705514 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8957] ppid=8952 vsize=1801188 CPUtime=0.01
/proc/8954/task/8957/stat : 8957 (java) S 8952 8954 7138 0 -1 64 269 0 0 0 1 0 0 0 16 0 13 0 143524611 1844416512 43915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8958] ppid=8952 vsize=1801188 CPUtime=0
/proc/8954/task/8958/stat : 8958 (java) S 8952 8954 7138 0 -1 64 249 0 0 0 0 0 0 0 16 0 13 0 143524611 1844416512 43915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8959] ppid=8952 vsize=1801188 CPUtime=0
/proc/8954/task/8959/stat : 8959 (java) S 8952 8954 7138 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 143524614 1844416512 43915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8960] ppid=8952 vsize=1801188 CPUtime=0
/proc/8954/task/8960/stat : 8960 (java) S 8952 8954 7138 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 143524614 1844416512 43915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8961] ppid=8952 vsize=1801188 CPUtime=0
/proc/8954/task/8961/stat : 8961 (java) S 8952 8954 7138 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143524614 1844416512 43915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8962] ppid=8952 vsize=1801188 CPUtime=0
/proc/8954/task/8962/stat : 8962 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143524618 1844416512 43915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8963] ppid=8952 vsize=1801188 CPUtime=1.34
/proc/8954/task/8963/stat : 8963 (java) S 8952 8954 7138 0 -1 64 5973 0 0 0 132 2 0 0 16 0 13 0 143524618 1844416512 43915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8964] ppid=8952 vsize=1801188 CPUtime=1.34
/proc/8954/task/8964/stat : 8964 (java) S 8952 8954 7138 0 -1 64 6040 0 0 0 132 2 0 0 16 0 13 0 143524618 1844416512 43915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8965] ppid=8952 vsize=1801188 CPUtime=0
/proc/8954/task/8965/stat : 8965 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143524618 1844416512 43915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8966] ppid=8952 vsize=1801188 CPUtime=0
/proc/8954/task/8966/stat : 8966 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143524618 1844416512 43915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8967] ppid=8952 vsize=1801188 CPUtime=0
/proc/8954/task/8967/stat : 8967 (java) S 8952 8954 7138 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 143524698 1844416512 43915 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 1801188

[startup+6.30127 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 8967
/proc/meminfo: memFree=1155624/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=1798752 CPUtime=8.12
/proc/8954/stat : 8954 (java) S 8952 8954 7138 0 -1 0 54363 0 1 0 787 25 0 0 18 0 13 0 143524608 1841922048 45020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8954/statm: 449688 45020 1326 9 0 447299 0
[pid=8954/tid=8956] ppid=8952 vsize=1798752 CPUtime=5.05
/proc/8954/task/8956/stat : 8956 (java) R 8952 8954 7138 0 -1 64 37734 0 1 0 489 16 0 0 19 0 13 0 143524610 1841922048 45020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109612847 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8957] ppid=8952 vsize=1798752 CPUtime=0.09
/proc/8954/task/8957/stat : 8957 (java) S 8952 8954 7138 0 -1 64 1962 0 0 0 9 0 0 0 16 0 13 0 143524611 1841922048 45020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8958] ppid=8952 vsize=1798752 CPUtime=0.09
/proc/8954/task/8958/stat : 8958 (java) S 8952 8954 7138 0 -1 64 1912 0 0 0 9 0 0 0 16 0 13 0 143524611 1841922048 45020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8959] ppid=8952 vsize=1798752 CPUtime=0
/proc/8954/task/8959/stat : 8959 (java) S 8952 8954 7138 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 143524614 1841922048 45020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8960] ppid=8952 vsize=1798752 CPUtime=0
/proc/8954/task/8960/stat : 8960 (java) S 8952 8954 7138 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 143524614 1841922048 45020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8961] ppid=8952 vsize=1798752 CPUtime=0
/proc/8954/task/8961/stat : 8961 (java) S 8952 8954 7138 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143524614 1841922048 45020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8962] ppid=8952 vsize=1798752 CPUtime=0
/proc/8954/task/8962/stat : 8962 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143524618 1841922048 45020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8963] ppid=8952 vsize=1798752 CPUtime=1.39
/proc/8954/task/8963/stat : 8963 (java) S 8952 8954 7138 0 -1 64 5974 0 0 0 137 2 0 0 16 0 13 0 143524618 1841922048 45020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8964] ppid=8952 vsize=1798752 CPUtime=1.42
/proc/8954/task/8964/stat : 8964 (java) S 8952 8954 7138 0 -1 64 6045 0 0 0 140 2 0 0 16 0 13 0 143524618 1841922048 45020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8965] ppid=8952 vsize=1798752 CPUtime=0
/proc/8954/task/8965/stat : 8965 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143524618 1841922048 45020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8966] ppid=8952 vsize=1798752 CPUtime=0
/proc/8954/task/8966/stat : 8966 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143524618 1841922048 45020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8967] ppid=8952 vsize=1798752 CPUtime=0
/proc/8954/task/8967/stat : 8967 (java) S 8952 8954 7138 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 143524698 1841922048 45020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 1798752

[startup+12.7019 s]
/proc/loadavg: 1.02 1.00 1.00 2/77 8967
/proc/meminfo: memFree=1124776/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=1797244 CPUtime=14.75
/proc/8954/stat : 8954 (java) S 8952 8954 7138 0 -1 0 64908 0 1 0 1445 30 0 0 18 0 13 0 143524608 1840377856 54473 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8954/statm: 449311 54473 1333 9 0 446922 0
[pid=8954/tid=8956] ppid=8952 vsize=1797244 CPUtime=11.25
/proc/8954/task/8956/stat : 8956 (java) R 8952 8954 7138 0 -1 64 38780 0 1 0 1108 17 0 0 25 0 13 0 143524610 1840377856 54473 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109705744 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8957] ppid=8952 vsize=1797244 CPUtime=0.3
/proc/8954/task/8957/stat : 8957 (java) S 8952 8954 7138 0 -1 64 7244 0 0 0 27 3 0 0 16 0 13 0 143524611 1840377856 54473 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8958] ppid=8952 vsize=1797244 CPUtime=0.3
/proc/8954/task/8958/stat : 8958 (java) S 8952 8954 7138 0 -1 64 6109 0 0 0 27 3 0 0 16 0 13 0 143524611 1840377856 54473 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8959] ppid=8952 vsize=1797244 CPUtime=0
/proc/8954/task/8959/stat : 8959 (java) S 8952 8954 7138 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 143524614 1840377856 54473 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8960] ppid=8952 vsize=1797244 CPUtime=0
/proc/8954/task/8960/stat : 8960 (java) S 8952 8954 7138 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 143524614 1840377856 54473 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8961] ppid=8952 vsize=1797244 CPUtime=0
/proc/8954/task/8961/stat : 8961 (java) S 8952 8954 7138 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143524614 1840377856 54473 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8962] ppid=8952 vsize=1797244 CPUtime=0
/proc/8954/task/8962/stat : 8962 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143524618 1840377856 54473 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8963] ppid=8952 vsize=1797244 CPUtime=1.4
/proc/8954/task/8963/stat : 8963 (java) S 8952 8954 7138 0 -1 64 5980 0 0 0 138 2 0 0 16 0 13 0 143524618 1840377856 54473 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8964] ppid=8952 vsize=1797244 CPUtime=1.45
/proc/8954/task/8964/stat : 8964 (java) S 8952 8954 7138 0 -1 64 6046 0 0 0 143 2 0 0 16 0 13 0 143524618 1840377856 54473 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8965] ppid=8952 vsize=1797244 CPUtime=0
/proc/8954/task/8965/stat : 8965 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143524618 1840377856 54473 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8966] ppid=8952 vsize=1797244 CPUtime=0
/proc/8954/task/8966/stat : 8966 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143524618 1840377856 54473 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8967] ppid=8952 vsize=1797244 CPUtime=0
/proc/8954/task/8967/stat : 8967 (java) S 8952 8954 7138 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 143524698 1840377856 54473 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.75
Current children cumulated vsize (KiB) 1797244

[startup+25.5022 s]
/proc/loadavg: 1.02 1.00 1.00 2/77 8967
/proc/meminfo: memFree=1110632/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=1797244 CPUtime=27.71
/proc/8954/stat : 8954 (java) S 8952 8954 7138 0 -1 0 68360 0 1 0 2739 32 0 0 18 0 13 0 143524608 1840377856 57298 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8954/statm: 449311 57298 1333 9 0 446922 0
[pid=8954/tid=8956] ppid=8952 vsize=1797244 CPUtime=23.9
/proc/8954/task/8956/stat : 8956 (java) R 8952 8954 7138 0 -1 64 38789 0 1 0 2373 17 0 0 19 0 13 0 143524610 1840377856 57298 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109662849 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8957] ppid=8952 vsize=1797244 CPUtime=0.44
/proc/8954/task/8957/stat : 8957 (java) S 8952 8954 7138 0 -1 64 9372 0 0 0 40 4 0 0 16 0 13 0 143524611 1840377856 57298 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8958] ppid=8952 vsize=1797244 CPUtime=0.44
/proc/8954/task/8958/stat : 8958 (java) S 8952 8954 7138 0 -1 64 7424 0 0 0 40 4 0 0 17 0 13 0 143524611 1840377856 57298 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=8954/tid=8959] ppid=8952 vsize=1798256 CPUtime=0.15
/proc/8954/task/8959/stat : 8959 (java) S 8952 8954 7138 0 -1 64 38 0 0 0 10 5 0 0 16 0 13 0 143524614 1841414144 135172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8960] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8960/stat : 8960 (java) S 8952 8954 7138 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 143524614 1841414144 135172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8961] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8961/stat : 8961 (java) S 8952 8954 7138 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143524614 1841414144 135172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8962] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8962/stat : 8962 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143524618 1841414144 135172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8963] ppid=8952 vsize=1798256 CPUtime=1.75
/proc/8954/task/8963/stat : 8963 (java) S 8952 8954 7138 0 -1 64 6018 0 0 0 173 2 0 0 17 0 13 0 143524618 1841414144 135172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8964] ppid=8952 vsize=1798256 CPUtime=1.88
/proc/8954/task/8964/stat : 8964 (java) S 8952 8954 7138 0 -1 64 7514 0 0 0 185 3 0 0 16 0 13 0 143524618 1841414144 135172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8965] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8965/stat : 8965 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143524618 1841414144 135172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8966] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8966/stat : 8966 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143524618 1841414144 135172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8967] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8967/stat : 8967 (java) S 8952 8954 7138 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 143524698 1841414144 135172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1570.4
Current children cumulated vsize (KiB) 1798256

[startup+1602.3 s]
/proc/loadavg: 1.07 1.04 1.01 2/77 8969
/proc/meminfo: memFree=791208/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=1798256 CPUtime=1631.81
/proc/8954/stat : 8954 (java) S 8952 8954 7138 0 -1 0 163608 0 1 0 163099 82 0 0 18 0 13 0 143524608 1841414144 137013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8954/statm: 449564 137013 1334 9 0 447175 0
[pid=8954/tid=8956] ppid=8952 vsize=1798256 CPUtime=1571.9
/proc/8954/task/8956/stat : 8956 (java) R 8952 8954 7138 0 -1 64 41600 0 1 0 157168 22 0 0 25 0 13 0 143524610 1841414144 137013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109526784 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8957] ppid=8952 vsize=1798256 CPUtime=28.04
/proc/8954/task/8957/stat : 8957 (java) S 8952 8954 7138 0 -1 64 56366 0 0 0 2780 24 0 0 16 0 13 0 143524611 1841414144 137013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8958] ppid=8952 vsize=1798256 CPUtime=28.02
/proc/8954/task/8958/stat : 8958 (java) S 8952 8954 7138 0 -1 64 51351 0 0 0 2780 22 0 0 17 0 13 0 143524611 1841414144 137013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8959] ppid=8952 vsize=1798256 CPUtime=0.15
/proc/8954/task/8959/stat : 8959 (java) S 8952 8954 7138 0 -1 64 38 0 0 0 10 5 0 0 15 0 13 0 143524614 1841414144 137013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8960] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8960/stat : 8960 (java) S 8952 8954 7138 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 143524614 1841414144 137013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8961] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8961/stat : 8961 (java) S 8952 8954 7138 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143524614 1841414144 137013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8962] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8962/stat : 8962 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143524618 1841414144 137013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8963] ppid=8952 vsize=1798256 CPUtime=1.75
/proc/8954/task/8963/stat : 8963 (java) S 8952 8954 7138 0 -1 64 6018 0 0 0 173 2 0 0 17 0 13 0 143524618 1841414144 137013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8964] ppid=8952 vsize=1798256 CPUtime=1.88
/proc/8954/task/8964/stat : 8964 (java) S 8952 8954 7138 0 -1 64 7514 0 0 0 185 3 0 0 16 0 13 0 143524618 1841414144 137013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8965] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8965/stat : 8965 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143524618 1841414144 137013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8966] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8966/stat : 8966 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143524618 1841414144 137013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8967] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8967/stat : 8967 (java) S 8952 8954 7138 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 143524698 1841414144 137013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1631.81
Current children cumulated vsize (KiB) 1798256

[startup+1662.3 s]
/proc/loadavg: 1.14 1.06 1.01 2/77 8969
/proc/meminfo: memFree=784040/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=1798256 CPUtime=1693.17
/proc/8954/stat : 8954 (java) S 8952 8954 7138 0 -1 0 165367 0 1 0 169234 83 0 0 18 0 13 0 143524608 1841414144 138715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8954/statm: 449564 138715 1334 9 0 447175 0
[pid=8954/tid=8956] ppid=8952 vsize=1798256 CPUtime=1630.46
/proc/8954/task/8956/stat : 8956 (java) R 8952 8954 7138 0 -1 64 41621 0 1 0 163024 22 0 0 25 0 13 0 143524610 1841414144 138715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109705514 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8957] ppid=8952 vsize=1798256 CPUtime=29.44
/proc/8954/task/8957/stat : 8957 (java) S 8952 8954 7138 0 -1 64 57272 0 0 0 2920 24 0 0 16 0 13 0 143524611 1841414144 138715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8958] ppid=8952 vsize=1798256 CPUtime=29.41
/proc/8954/task/8958/stat : 8958 (java) S 8952 8954 7138 0 -1 64 52183 0 0 0 2919 22 0 0 16 0 13 0 143524611 1841414144 138715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8959] ppid=8952 vsize=1798256 CPUtime=0.16
/proc/8954/task/8959/stat : 8959 (java) S 8952 8954 7138 0 -1 64 38 0 0 0 11 5 0 0 16 0 13 0 143524614 1841414144 138715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8960] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8960/stat : 8960 (java) S 8952 8954 7138 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 143524614 1841414144 138715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8961] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8961/stat : 8961 (java) S 8952 8954 7138 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143524614 1841414144 138715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8962] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8962/stat : 8962 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143524618 1841414144 138715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8963] ppid=8952 vsize=1798256 CPUtime=1.75
/proc/8954/task/8963/stat : 8963 (java) S 8952 8954 7138 0 -1 64 6018 0 0 0 173 2 0 0 17 0 13 0 143524618 1841414144 138715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8964] ppid=8952 vsize=1798256 CPUtime=1.88
/proc/8954/task/8964/stat : 8964 (java) S 8952 8954 7138 0 -1 64 7514 0 0 0 185 3 0 0 16 0 13 0 143524618 1841414144 138715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8965] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8965/stat : 8965 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143524618 1841414144 138715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8966] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8966/stat : 8966 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143524618 1841414144 138715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8967] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8967/stat : 8967 (java) S 8952 8954 7138 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 143524698 1841414144 138715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1693.17
Current children cumulated vsize (KiB) 1798256

[startup+1722.3 s]
/proc/loadavg: 1.32 1.13 1.04 2/77 8969
/proc/meminfo: memFree=777640/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=1798256 CPUtime=1754.58
/proc/8954/stat : 8954 (java) S 8952 8954 7138 0 -1 0 167120 0 1 0 175374 84 0 0 18 0 13 0 143524608 1841414144 140387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8954/statm: 449564 140387 1334 9 0 447175 0
[pid=8954/tid=8956] ppid=8952 vsize=1798256 CPUtime=1688.92
/proc/8954/task/8956/stat : 8956 (java) R 8952 8954 7138 0 -1 64 41643 0 1 0 168870 22 0 0 25 0 13 0 143524610 1841414144 140387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109745672 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8957] ppid=8952 vsize=1798256 CPUtime=30.92
/proc/8954/task/8957/stat : 8957 (java) S 8952 8954 7138 0 -1 64 58471 0 0 0 3067 25 0 0 16 0 13 0 143524611 1841414144 140387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8958] ppid=8952 vsize=1798256 CPUtime=30.89
/proc/8954/task/8958/stat : 8958 (java) S 8952 8954 7138 0 -1 64 52715 0 0 0 3066 23 0 0 17 0 13 0 143524611 1841414144 140387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8959] ppid=8952 vsize=1798256 CPUtime=0.16
/proc/8954/task/8959/stat : 8959 (java) S 8952 8954 7138 0 -1 64 38 0 0 0 11 5 0 0 15 0 13 0 143524614 1841414144 140387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8960] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8960/stat : 8960 (java) S 8952 8954 7138 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 143524614 1841414144 140387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8961] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8961/stat : 8961 (java) S 8952 8954 7138 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143524614 1841414144 140387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8962] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8962/stat : 8962 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143524618 1841414144 140387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8963] ppid=8952 vsize=1798256 CPUtime=1.75
/proc/8954/task/8963/stat : 8963 (java) S 8952 8954 7138 0 -1 64 6018 0 0 0 173 2 0 0 17 0 13 0 143524618 1841414144 140387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8964] ppid=8952 vsize=1798256 CPUtime=1.88
/proc/8954/task/8964/stat : 8964 (java) S 8952 8954 7138 0 -1 64 7514 0 0 0 185 3 0 0 16 0 13 0 143524618 1841414144 140387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8965] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8965/stat : 8965 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143524618 1841414144 140387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8966] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8966/stat : 8966 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143524618 1841414144 140387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8967] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8967/stat : 8967 (java) S 8952 8954 7138 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 143524698 1841414144 140387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1754.58
Current children cumulated vsize (KiB) 1798256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.7 s]
/proc/loadavg: 1.15 1.11 1.03 2/77 8969
/proc/meminfo: memFree=772456/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=1798256 CPUtime=1800.06
/proc/8954/stat : 8954 (java) S 8952 8954 7138 0 -1 0 168395 0 1 0 179921 85 0 0 18 0 13 0 143524608 1841414144 141598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8954/statm: 449564 141598 1334 9 0 447175 0
[pid=8954/tid=8956] ppid=8952 vsize=1798256 CPUtime=1732.18
/proc/8954/task/8956/stat : 8956 (java) R 8952 8954 7138 0 -1 64 41659 0 1 0 173195 23 0 0 19 0 13 0 143524610 1841414144 141598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109745672 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8957] ppid=8952 vsize=1798256 CPUtime=32.03
/proc/8954/task/8957/stat : 8957 (java) S 8952 8954 7138 0 -1 64 59180 0 0 0 3178 25 0 0 17 0 13 0 143524611 1841414144 141598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8958] ppid=8952 vsize=1798256 CPUtime=31.99
/proc/8954/task/8958/stat : 8958 (java) S 8952 8954 7138 0 -1 64 53265 0 0 0 3176 23 0 0 17 0 13 0 143524611 1841414144 141598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8959] ppid=8952 vsize=1798256 CPUtime=0.16
/proc/8954/task/8959/stat : 8959 (java) S 8952 8954 7138 0 -1 64 38 0 0 0 11 5 0 0 15 0 13 0 143524614 1841414144 141598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8960] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8960/stat : 8960 (java) S 8952 8954 7138 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 143524614 1841414144 141598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8961] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8961/stat : 8961 (java) S 8952 8954 7138 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 143524614 1841414144 141598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8962] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8962/stat : 8962 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 143524618 1841414144 141598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8963] ppid=8952 vsize=1798256 CPUtime=1.75
/proc/8954/task/8963/stat : 8963 (java) S 8952 8954 7138 0 -1 64 6018 0 0 0 173 2 0 0 17 0 13 0 143524618 1841414144 141598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8954/tid=8964] ppid=8952 vsize=1798256 CPUtime=1.88
/proc/8954/task/8964/stat : 8964 (java) S 8952 8954 7138 0 -1 64 7514 0 0 0 185 3 0 0 16 0 13 0 143524618 1841414144 141598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8965] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8965/stat : 8965 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 143524618 1841414144 141598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8966] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8966/stat : 8966 (java) S 8952 8954 7138 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 143524618 1841414144 141598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8954/tid=8967] ppid=8952 vsize=1798256 CPUtime=0
/proc/8954/task/8967/stat : 8967 (java) S 8952 8954 7138 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 143524698 1841414144 141598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1798256

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

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

[startup+1766.81 s]
/proc/loadavg: 1.15 1.11 1.03 2/77 8969
/proc/meminfo: memFree=772456/2055920 swapFree=4181684/4192956
[pid=8954] ppid=8952 vsize=0 CPUtime=1800.17
/proc/8954/stat : 8954 (java) Z 8952 8954 7138 0 -1 1036 168415 0 1 0 179927 90 0 0 15 0 2 0 143524608 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8954/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1766.86
CPU time (s): 1800.22
CPU user time (s): 1799.28
CPU system time (s): 0.943856
CPU usage (%): 101.888
Max. virtual memory (cumulated for all children) (KiB): 1803872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.943856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168415
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= 42886
involuntary context switches= 32883

runsolver used 1.89571 second user time and 5.12722 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Thu Apr 19 04:15:46 UTC 2007

IDJOB= 360148
IDBENCH= 1347
IDSOLVER= 164
FILE ID= node60/360148-1176956146

PBS_JOBID= 4605764

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  851f60b4bba13dc8ad4e48be942c1c37

RANDOM SEED= 891778768

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:       1336104 kB
Buffers:         33572 kB
Cached:         611128 kB
SwapCached:       5040 kB
Active:         261752 kB
Inactive:       394760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1336104 kB
SwapTotal:     4192956 kB
SwapFree:      4181684 kB
Dirty:            3812 kB
Writeback:           0 kB
Mapped:          16320 kB
Slab:            49308 kB
Committed_AS:  1572688 kB
PageTables:       1468 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= 66414 MiB

End job on node60 on Thu Apr 19 04:45:15 UTC 2007