Trace number 360232

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.18 1771.62

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900551864.opb
MD5SUM733d8edd6a6cbfe19e20f4970079db5a
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 benchmark7.67183
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 687
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/360232-1176963476/instance-360232-1176963476.opb
0.20/0.20	c reading problem ... 
1.05/0.89	c ... done. Wall clock time 0.689s.
1.05/0.89	c CPU time (experimental) 0.58s.
1.05/0.89	c #vars     231
1.05/0.89	c #constraints  2707
1800.06/1771.51	c starts		: 2
1800.06/1771.51	c conflicts		: 34983
1800.06/1771.51	c decisions		: 208156
1800.06/1771.51	c propagations		: 1187622
1800.06/1771.51	c inspects		: 598960227
1800.06/1771.51	c learnt literals	: 0
1800.06/1771.51	c learnt binary clauses	: 0
1800.06/1771.51	c learnt ternary clauses	: 0
1800.06/1771.51	c learnt clauses	: 34982
1800.06/1771.51	c root simplifications	: 0
1800.06/1771.51	c removed literals (reason simplification)	: 0
1800.06/1771.51	c reason swapping (by a shorter reason)	: 0
1800.06/1771.51	c Calls to reduceDB	: 0
1800.06/1771.51	c speed (decisions/second)	: 117.5610139041613
1800.06/1771.51	c non guided choices	121
1800.06/1771.51	s UNKNOWN
1800.06/1771.51	c Total wall clock time (ms): 1771.313

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/node69/watcher-360232-1176963476 -o ROOT/results/node69/solver-360232-1176963476 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360232-1176963476/sat4jPseudoCPClause.jar /tmp/evaluation/360232-1176963476/instance-360232-1176963476.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: 1.02 1.02 1.00 2/64 30948
/proc/meminfo: memFree=1736236/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1472 CPUtime=0
/proc/30948/stat : 30948 (java) R 30946 30948 30449 0 -1 0 103 0 0 0 0 0 0 0 18 0 1 0 172337010 1507328 76 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 12560767 0 0 4096 0 0 0 0 17 1 0 0
/proc/30948/statm: 368 83 61 9 0 10 0

[startup+0.0394261 s]
/proc/loadavg: 1.02 1.02 1.00 2/64 30948
/proc/meminfo: memFree=1736236/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1776088 CPUtime=0.03
/proc/30948/stat : 30948 (java) S 30946 30948 30449 0 -1 0 3231 0 1 0 1 2 0 0 18 0 4 0 172337010 1818714112 2979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30948/statm: 444022 2979 887 9 0 441658 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776088

[startup+0.101436 s]
/proc/loadavg: 1.02 1.02 1.00 2/64 30948
/proc/meminfo: memFree=1736236/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1780112 CPUtime=0.08
/proc/30948/stat : 30948 (java) S 30946 30948 30449 0 -1 0 3986 0 1 0 6 2 0 0 18 0 12 0 172337010 1822834688 3728 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30948/statm: 445028 3728 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301471 s]
/proc/loadavg: 1.02 1.02 1.00 2/64 30948
/proc/meminfo: memFree=1736236/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1782432 CPUtime=0.31
/proc/30948/stat : 30948 (java) S 30946 30948 30449 0 -1 0 5128 0 1 0 28 3 0 0 18 0 12 0 172337010 1825210368 4867 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30948/statm: 445608 4867 1263 9 0 443219 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782432

[startup+0.701535 s]
/proc/loadavg: 1.02 1.02 1.00 2/64 30948
/proc/meminfo: memFree=1736236/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1783368 CPUtime=0.89
/proc/30948/stat : 30948 (java) S 30946 30948 30449 0 -1 0 6787 0 1 0 85 4 0 0 18 0 12 0 172337010 1826168832 6283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30948/statm: 445842 6283 1301 9 0 443453 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783368

[startup+1.50267 s]
/proc/loadavg: 1.18 1.05 1.01 2/77 30961
/proc/meminfo: memFree=1711364/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1786832 CPUtime=2.31
/proc/30948/stat : 30948 (java) S 30946 30948 30449 0 -1 0 14240 0 1 0 224 7 0 0 18 0 13 0 172337010 1829715968 12327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30948/statm: 446708 12327 1316 9 0 444319 0
[pid=30948/tid=30950] ppid=30946 vsize=1787216 CPUtime=0.92
/proc/30948/task/30950/stat : 30950 (java) R 30946 30948 30449 0 -1 64 10468 0 1 0 87 5 0 0 25 0 13 0 172337011 1830109184 12331 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30951] ppid=30946 vsize=1787216 CPUtime=0
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30449 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 172337012 1830109184 12340 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=1787216 CPUtime=0
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30449 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 172337012 1830109184 12349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30953] ppid=30946 vsize=1787216 CPUtime=0
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 172337015 1830109184 12359 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=1787216 CPUtime=0
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30449 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 172337015 1830109184 12367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=1787216 CPUtime=0
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30449 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 172337015 1830109184 12375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=1787216 CPUtime=0
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30449 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172337019 1830109184 12383 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=1787216 CPUtime=0.69
/proc/30948/task/30957/stat : 30957 (java) R 30946 30948 30449 0 -1 64 1223 0 0 0 69 0 0 0 16 0 13 0 172337019 1830109184 12389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105188687 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=1787216 CPUtime=0.67
/proc/30948/task/30958/stat : 30958 (java) R 30946 30948 30449 0 -1 64 1893 0 0 0 67 0 0 0 17 0 13 0 172337019 1830109184 12397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103335981 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30959] ppid=30946 vsize=1787216 CPUtime=0
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172337019 1830109184 12403 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=1787216 CPUtime=0
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 172337019 1830109184 12410 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30961] ppid=30946 vsize=1787216 CPUtime=0
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30449 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172337099 1830109184 12416 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1786832

[startup+3.10193 s]
/proc/loadavg: 1.18 1.05 1.01 2/77 30961
/proc/meminfo: memFree=1646916/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1799240 CPUtime=4.58
/proc/30948/stat : 30948 (java) S 30946 30948 30449 0 -1 0 48963 0 1 0 437 21 0 0 18 0 13 0 172337010 1842421760 43334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30948/statm: 449810 43334 1325 9 0 447421 0
[pid=30948/tid=30950] ppid=30946 vsize=1799240 CPUtime=2.05
/proc/30948/task/30950/stat : 30950 (java) R 30946 30948 30449 0 -1 64 37717 0 1 0 190 15 0 0 25 0 13 0 172337011 1842421760 43334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109596338 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30951] ppid=30946 vsize=1799240 CPUtime=0
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30449 0 -1 64 283 0 0 0 0 0 0 0 16 0 13 0 172337012 1842421760 43334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=1799240 CPUtime=0
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30449 0 -1 64 215 0 0 0 0 0 0 0 16 0 13 0 172337012 1842421760 43334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30953] ppid=30946 vsize=1799240 CPUtime=0
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30449 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 172337015 1842421760 43334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=1799240 CPUtime=0
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172337015 1842421760 43334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=1799240 CPUtime=0
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172337015 1842421760 43334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=1799240 CPUtime=0
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30449 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172337019 1842421760 43334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=1799240 CPUtime=1.13
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30449 0 -1 64 4822 0 0 0 111 2 0 0 16 0 13 0 172337019 1842421760 43334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=1799240 CPUtime=1.33
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30449 0 -1 64 5196 0 0 0 132 1 0 0 16 0 13 0 172337019 1842421760 43334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30959] ppid=30946 vsize=1799240 CPUtime=0
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172337019 1842421760 43334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=1799240 CPUtime=0
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 172337019 1842421760 43334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30961] ppid=30946 vsize=1799240 CPUtime=0
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30449 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172337099 1842421760 43334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1799240

[startup+6.30244 s]
/proc/loadavg: 1.18 1.05 1.01 2/77 30961
/proc/meminfo: memFree=1558148/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1798984 CPUtime=7.95
/proc/30948/stat : 30948 (java) S 30946 30948 30449 0 -1 0 51877 0 1 0 772 23 0 0 18 0 13 0 172337010 1842159616 44630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30948/statm: 449746 44630 1326 9 0 447357 0
[pid=30948/tid=30950] ppid=30946 vsize=1798984 CPUtime=5.13
/proc/30948/task/30950/stat : 30950 (java) R 30946 30948 30449 0 -1 64 37723 0 1 0 498 15 0 0 25 0 13 0 172337011 1842159616 44630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109679340 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30951] ppid=30946 vsize=1798984 CPUtime=0.08
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30449 0 -1 64 1738 0 0 0 8 0 0 0 16 0 13 0 172337012 1842159616 44630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=1798984 CPUtime=0.08
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30449 0 -1 64 1656 0 0 0 7 1 0 0 17 0 13 0 172337012 1842159616 44630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30953] ppid=30946 vsize=1798984 CPUtime=0
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30449 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 172337015 1842159616 44630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30954] ppid=30946 vsize=1798984 CPUtime=0
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172337015 1842159616 44630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=1798984 CPUtime=0
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172337015 1842159616 44630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=1798984 CPUtime=0
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30449 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172337019 1842159616 44630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=1798984 CPUtime=1.2
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30449 0 -1 64 4822 0 0 0 118 2 0 0 16 0 13 0 172337019 1842159616 44630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=1798984 CPUtime=1.39
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30449 0 -1 64 5200 0 0 0 138 1 0 0 16 0 13 0 172337019 1842159616 44630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30959] ppid=30946 vsize=1798984 CPUtime=0
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172337019 1842159616 44630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=1798984 CPUtime=0
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 172337019 1842159616 44630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30961] ppid=30946 vsize=1798984 CPUtime=0
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30449 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172337099 1842159616 44630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 1798984

[startup+12.7015 s]
/proc/loadavg: 1.15 1.05 1.01 2/77 30961
/proc/meminfo: memFree=1522372/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1797336 CPUtime=14.79
/proc/30948/stat : 30948 (java) S 30946 30948 30449 0 -1 0 62610 0 1 0 1450 29 0 0 18 0 13 0 172337010 1840472064 54485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30948/statm: 449334 54485 1333 9 0 446945 0
[pid=30948/tid=30950] ppid=30946 vsize=1797336 CPUtime=11.3
/proc/30948/task/30950/stat : 30950 (java) R 30946 30948 30449 0 -1 64 39209 0 1 0 1114 16 0 0 25 0 13 0 172337011 1840472064 54485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109743394 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30951] ppid=30946 vsize=1797336 CPUtime=0.28
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30449 0 -1 64 6679 0 0 0 24 4 0 0 16 0 13 0 172337012 1840472064 54485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=1797336 CPUtime=0.25
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30449 0 -1 64 5927 0 0 0 23 2 0 0 16 0 13 0 172337012 1840472064 54485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30953] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30449 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 172337015 1840472064 54485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172337015 1840472064 54485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172337015 1840472064 54485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30449 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172337019 1840472064 54485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=1797336 CPUtime=1.27
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30449 0 -1 64 4827 0 0 0 125 2 0 0 16 0 13 0 172337019 1840472064 54485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=1797336 CPUtime=1.63
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30449 0 -1 64 5217 0 0 0 162 1 0 0 16 0 13 0 172337019 1840472064 54485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30959] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172337019 1840472064 54485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 172337019 1840472064 54485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30961] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30449 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172337099 1840472064 54485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.79
Current children cumulated vsize (KiB) 1797336

[startup+25.5026 s]
/proc/loadavg: 1.13 1.05 1.01 2/77 30961
/proc/meminfo: memFree=1510404/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1797336 CPUtime=27.79
/proc/30948/stat : 30948 (java) S 30946 30948 30449 0 -1 0 66708 0 1 0 2748 31 0 0 18 0 13 0 172337010 1840472064 57871 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30948/statm: 449334 57871 1333 9 0 446945 0
[pid=30948/tid=30950] ppid=30946 vsize=1797336 CPUtime=23.92
/proc/30948/task/30950/stat : 30950 (java) R 30946 30948 30449 0 -1 64 39219 0 1 0 2376 16 0 0 17 0 13 0 172337011 1840472064 57871 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109648598 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30951] ppid=30946 vsize=1797336 CPUtime=0.43
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30449 0 -1 64 9075 0 0 0 39 4 0 0 16 0 13 0 172337012 1840472064 57871 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=1797336 CPUtime=0.41
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30449 0 -1 64 7618 0 0 0 38 3 0 0 16 0 13 0 172337012 1840472064 57871 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=30948/tid=30953] ppid=30946 vsize=1797336 CPUtime=0.17
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30449 0 -1 64 69 0 0 0 10 7 0 0 16 0 13 0 172337015 1840472064 126465 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172337015 1840472064 126465 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172337015 1840472064 126465 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30449 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172337019 1840472064 126465 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=1797336 CPUtime=1.31
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30449 0 -1 64 4828 0 0 0 129 2 0 0 16 0 13 0 172337019 1840472064 126465 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=1797336 CPUtime=1.67
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30449 0 -1 64 5217 0 0 0 166 1 0 0 16 0 13 0 172337019 1840472064 126465 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30959] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172337019 1840472064 126465 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 172337019 1840472064 126465 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30961] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30449 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172337099 1840472064 126465 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1566.34
Current children cumulated vsize (KiB) 1797336

[startup+1602.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 30963
/proc/meminfo: memFree=1227460/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1797336 CPUtime=1627.52
/proc/30948/stat : 30948 (java) S 30946 30948 30449 0 -1 0 160789 0 1 0 162667 85 0 0 18 0 13 0 172337010 1840472064 128021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30948/statm: 449334 128021 1333 9 0 446945 0
[pid=30948/tid=30950] ppid=30946 vsize=1797336 CPUtime=1576
/proc/30948/task/30950/stat : 30950 (java) R 30946 30948 30449 0 -1 64 51223 0 1 0 157575 25 0 0 25 0 13 0 172337011 1840472064 128021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109854849 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30951] ppid=30946 vsize=1797336 CPUtime=24.15
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30449 0 -1 64 52142 0 0 0 2390 25 0 0 16 0 13 0 172337012 1840472064 128021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=1797336 CPUtime=24.15
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30449 0 -1 64 46587 0 0 0 2394 21 0 0 16 0 13 0 172337012 1840472064 128021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30953] ppid=30946 vsize=1797336 CPUtime=0.17
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30449 0 -1 64 69 0 0 0 10 7 0 0 16 0 13 0 172337015 1840472064 128021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172337015 1840472064 128021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172337015 1840472064 128021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30449 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172337019 1840472064 128021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=1797336 CPUtime=1.31
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30449 0 -1 64 4828 0 0 0 129 2 0 0 16 0 13 0 172337019 1840472064 128021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=1797336 CPUtime=1.67
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30449 0 -1 64 5217 0 0 0 166 1 0 0 16 0 13 0 172337019 1840472064 128021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30959] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172337019 1840472064 128021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 172337019 1840472064 128021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30961] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30449 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172337099 1840472064 128021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1627.52
Current children cumulated vsize (KiB) 1797336

[startup+1662.3 s]
/proc/loadavg: 1.12 1.04 1.01 2/77 30963
/proc/meminfo: memFree=1223492/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1797336 CPUtime=1688.64
/proc/30948/stat : 30948 (java) S 30946 30948 30449 0 -1 0 161844 0 1 0 168779 85 0 0 18 0 13 0 172337010 1840472064 129016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30948/statm: 449334 129016 1333 9 0 446945 0
[pid=30948/tid=30950] ppid=30946 vsize=1797336 CPUtime=1634.81
/proc/30948/task/30950/stat : 30950 (java) R 30946 30948 30449 0 -1 64 51243 0 1 0 163456 25 0 0 25 0 13 0 172337011 1840472064 129016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109742024 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30951] ppid=30946 vsize=1797336 CPUtime=25.3
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30449 0 -1 64 52834 0 0 0 2505 25 0 0 16 0 13 0 172337012 1840472064 129016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=1797336 CPUtime=25.31
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30449 0 -1 64 46930 0 0 0 2510 21 0 0 17 0 13 0 172337012 1840472064 129016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30953] ppid=30946 vsize=1797336 CPUtime=0.18
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30449 0 -1 64 69 0 0 0 11 7 0 0 16 0 13 0 172337015 1840472064 129016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172337015 1840472064 129016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172337015 1840472064 129016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30449 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172337019 1840472064 129016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=1797336 CPUtime=1.31
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30449 0 -1 64 4828 0 0 0 129 2 0 0 16 0 13 0 172337019 1840472064 129016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=1797336 CPUtime=1.67
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30449 0 -1 64 5217 0 0 0 166 1 0 0 16 0 13 0 172337019 1840472064 129016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30959] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172337019 1840472064 129016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 172337019 1840472064 129016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30961] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30449 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172337099 1840472064 129016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1688.64
Current children cumulated vsize (KiB) 1797336

[startup+1722.3 s]
/proc/loadavg: 1.39 1.13 1.03 2/77 30963
/proc/meminfo: memFree=1218308/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1797336 CPUtime=1749.86
/proc/30948/stat : 30948 (java) S 30946 30948 30449 0 -1 0 163259 0 1 0 174900 86 0 0 18 0 13 0 172337010 1840472064 130354 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30948/statm: 449334 130354 1333 9 0 446945 0
[pid=30948/tid=30950] ppid=30946 vsize=1797336 CPUtime=1693.55
/proc/30948/task/30950/stat : 30950 (java) R 30946 30948 30449 0 -1 64 51264 0 1 0 169330 25 0 0 21 0 13 0 172337011 1840472064 130354 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109717515 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30951] ppid=30946 vsize=1797336 CPUtime=26.54
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30449 0 -1 64 54004 0 0 0 2628 26 0 0 16 0 13 0 172337012 1840472064 130354 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=1797336 CPUtime=26.54
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30449 0 -1 64 47154 0 0 0 2633 21 0 0 16 0 13 0 172337012 1840472064 130354 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30953] ppid=30946 vsize=1797336 CPUtime=0.18
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30449 0 -1 64 69 0 0 0 11 7 0 0 16 0 13 0 172337015 1840472064 130354 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172337015 1840472064 130354 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172337015 1840472064 130354 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30449 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172337019 1840472064 130354 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=1797336 CPUtime=1.31
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30449 0 -1 64 4828 0 0 0 129 2 0 0 16 0 13 0 172337019 1840472064 130354 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=1797336 CPUtime=1.67
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30449 0 -1 64 5217 0 0 0 166 1 0 0 16 0 13 0 172337019 1840472064 130354 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30959] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172337019 1840472064 130354 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 172337019 1840472064 130354 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30961] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30449 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172337099 1840472064 130354 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1749.86
Current children cumulated vsize (KiB) 1797336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.5 s]
/proc/loadavg: 1.17 1.10 1.03 2/77 30963
/proc/meminfo: memFree=1214020/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=1797336 CPUtime=1800.06
/proc/30948/stat : 30948 (java) S 30946 30948 30449 0 -1 0 164306 0 1 0 179919 87 0 0 18 0 13 0 172337010 1840472064 131343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30948/statm: 449334 131343 1333 9 0 446945 0
[pid=30948/tid=30950] ppid=30946 vsize=1797336 CPUtime=1741.72
/proc/30948/task/30950/stat : 30950 (java) R 30946 30948 30449 0 -1 64 51281 0 1 0 174147 25 0 0 20 0 13 0 172337011 1840472064 131343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109642367 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30951] ppid=30946 vsize=1797336 CPUtime=27.55
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30449 0 -1 64 54847 0 0 0 2729 26 0 0 16 0 13 0 172337012 1840472064 131343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=1797336 CPUtime=27.55
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30449 0 -1 64 47341 0 0 0 2734 21 0 0 16 0 13 0 172337012 1840472064 131343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30953] ppid=30946 vsize=1797336 CPUtime=0.18
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30449 0 -1 64 69 0 0 0 11 7 0 0 16 0 13 0 172337015 1840472064 131343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172337015 1840472064 131343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172337015 1840472064 131343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30449 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172337019 1840472064 131343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=1797336 CPUtime=1.31
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30449 0 -1 64 4828 0 0 0 129 2 0 0 16 0 13 0 172337019 1840472064 131343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=1797336 CPUtime=1.67
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30449 0 -1 64 5217 0 0 0 166 1 0 0 16 0 13 0 172337019 1840472064 131343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30959] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172337019 1840472064 131343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30449 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 172337019 1840472064 131343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30948/tid=30961] ppid=30946 vsize=1797336 CPUtime=0
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30449 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 172337099 1840472064 131343 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) 1797336

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

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

[startup+1771.61 s]
/proc/loadavg: 1.17 1.10 1.03 2/77 30963
/proc/meminfo: memFree=1214020/2055920 swapFree=4182908/4192956
[pid=30948] ppid=30946 vsize=0 CPUtime=1800.17
/proc/30948/stat : 30948 (java) Z 30946 30948 30449 0 -1 1036 164327 0 1 0 179922 95 0 0 16 0 2 0 172337010 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30948/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): 1771.62
CPU time (s): 1800.18
CPU user time (s): 1799.23
CPU system time (s): 0.955854
CPU usage (%): 101.612
Max. virtual memory (cumulated for all children) (KiB): 1801520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.955854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164327
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= 42635
involuntary context switches= 36774

runsolver used 1.79073 second user time and 4.68329 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Thu Apr 19 06:17:56 UTC 2007

IDJOB= 360232
IDBENCH= 1353
IDSOLVER= 164
FILE ID= node69/360232-1176963476

PBS_JOBID= 4630262

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  733d8edd6a6cbfe19e20f4970079db5a

RANDOM SEED= 558168663

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
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:       1736644 kB
Buffers:         24148 kB
Cached:         214928 kB
SwapCached:       3888 kB
Active:          98200 kB
Inactive:       162440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736644 kB
SwapTotal:     4192956 kB
SwapFree:      4182908 kB
Dirty:            3720 kB
Writeback:           0 kB
Mapped:          27508 kB
Slab:            44616 kB
Committed_AS:  1520936 kB
PageTables:       1504 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= 66495 MiB

End job on node69 on Thu Apr 19 06:47:29 UTC 2007