Trace number 359290

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
sat4jPseudoCP 2007-03-23? (TO) 1800.13 1757.52

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900669309.opb
MD5SUMe3a1beab9d06c0cee32a93d550c9a1ac
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 benchmark3.19151
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 645
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.08/0.18	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.18	--- Begin Solver configuration ---
0.08/0.18	c Stops conflict analysis at the first Unique Implication Point
0.08/0.18	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.18	c Learn all clauses as in MiniSAT
0.08/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.18	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.18	c No reason simplification
0.08/0.18	c --- End Solver configuration ---
0.08/0.18	c solving /tmp/evaluation/359290-1176925878/instance-359290-1176925878.opb
0.08/0.18	c reading problem ... 
1.09/0.87	c ... done. Wall clock time 0.687s.
1.09/0.87	c CPU time (experimental) 0.59s.
1.09/0.87	c #vars     231
1.09/0.87	c #constraints  2707
1800.01/1757.41	c starts		: 2
1800.01/1757.41	c conflicts		: 41585
1800.01/1757.41	c decisions		: 219843
1800.01/1757.41	c propagations		: 1580837
1800.01/1757.41	c inspects		: 551633263
1800.01/1757.41	c learnt literals	: 0
1800.01/1757.41	c learnt binary clauses	: 0
1800.01/1757.41	c learnt ternary clauses	: 110
1800.01/1757.41	c learnt clauses	: 41585
1800.01/1757.41	c root simplifications	: 0
1800.01/1757.41	c removed literals (reason simplification)	: 0
1800.01/1757.41	c reason swapping (by a shorter reason)	: 0
1800.01/1757.41	c Calls to reduceDB	: 0
1800.01/1757.41	c speed (decisions/second)	: 125.15648617029453
1800.01/1757.41	c non guided choices	121
1800.01/1757.41	s UNKNOWN
1800.01/1757.41	c Total wall clock time (ms): 1757.234

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/node65/watcher-359290-1176925878 -o ROOT/results/node65/solver-359290-1176925878 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359290-1176925878/sat4jPseudoCP.jar /tmp/evaluation/359290-1176925878/instance-359290-1176925878.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.01 1.00 1.00 1/64 3308
/proc/meminfo: memFree=1819576/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=152 CPUtime=0
/proc/3308/stat : 3308 (java) R 3306 3308 1994 0 -1 0 204 0 0 0 0 0 0 0 21 0 1 0 168577387 155648 26 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 5686052 0 0 4096 0 0 0 0 17 1 0 0
/proc/3308/statm: 38 26 19 9 0 4 0

[startup+0.0890421 s]
/proc/loadavg: 1.01 1.00 1.00 1/64 3308
/proc/meminfo: memFree=1819576/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=1780040 CPUtime=0.07
/proc/3308/stat : 3308 (java) S 3306 3308 1994 0 -1 0 3908 0 1 0 5 2 0 0 18 0 12 0 168577387 1822760960 3650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3308/statm: 445010 3650 1100 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780040

[startup+0.101036 s]
/proc/loadavg: 1.01 1.00 1.00 1/64 3308
/proc/meminfo: memFree=1819576/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=1780256 CPUtime=0.08
/proc/3308/stat : 3308 (java) S 3306 3308 1994 0 -1 0 4016 0 1 0 6 2 0 0 18 0 12 0 168577387 1822982144 3758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3308/statm: 445064 3758 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.301051 s]
/proc/loadavg: 1.01 1.00 1.00 1/64 3308
/proc/meminfo: memFree=1819576/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=1782360 CPUtime=0.35
/proc/3308/stat : 3308 (java) S 3306 3308 1994 0 -1 0 5180 0 1 0 32 3 0 0 18 0 12 0 168577387 1825136640 4919 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3308/statm: 445590 4919 1265 9 0 443202 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782360

[startup+0.701083 s]
/proc/loadavg: 1.01 1.00 1.00 1/64 3308
/proc/meminfo: memFree=1819576/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=1783180 CPUtime=0.91
/proc/3308/stat : 3308 (java) S 3306 3308 1994 0 -1 0 6891 0 1 0 86 5 0 0 18 0 12 0 168577387 1825976320 6394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3308/statm: 445795 6394 1301 9 0 443407 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783180

[startup+1.50115 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 3321
/proc/meminfo: memFree=1794320/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=1786068 CPUtime=2.32
/proc/3308/stat : 3308 (java) S 3306 3308 1994 0 -1 0 17024 0 1 0 223 9 0 0 18 0 13 0 168577387 1828933632 15469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3308/statm: 446517 15469 1312 9 0 444129 0
[pid=3308/tid=3310] ppid=3306 vsize=1786068 CPUtime=1
/proc/3308/task/3310/stat : 3310 (java) R 3306 3308 1994 0 -1 64 13630 0 1 0 94 6 0 0 19 0 13 0 168577388 1828933632 15469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3311] ppid=3306 vsize=1786068 CPUtime=0
/proc/3308/task/3311/stat : 3311 (java) S 3306 3308 1994 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 168577389 1828933632 15469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3312] ppid=3306 vsize=1786068 CPUtime=0
/proc/3308/task/3312/stat : 3312 (java) S 3306 3308 1994 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 168577389 1828933632 15469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3313] ppid=3306 vsize=1786068 CPUtime=0
/proc/3308/task/3313/stat : 3313 (java) S 3306 3308 1994 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 168577391 1828933632 15469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3314] ppid=3306 vsize=1786068 CPUtime=0
/proc/3308/task/3314/stat : 3314 (java) S 3306 3308 1994 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 168577392 1828933632 15469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3315] ppid=3306 vsize=1786068 CPUtime=0
/proc/3308/task/3315/stat : 3315 (java) S 3306 3308 1994 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 168577392 1828933632 15469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3316] ppid=3306 vsize=1786068 CPUtime=0
/proc/3308/task/3316/stat : 3316 (java) S 3306 3308 1994 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168577396 1828933632 15469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3317] ppid=3306 vsize=1786068 CPUtime=0.68
/proc/3308/task/3317/stat : 3317 (java) S 3306 3308 1994 0 -1 64 1074 0 0 0 68 0 0 0 16 0 13 0 168577396 1828933632 15469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3318] ppid=3306 vsize=1786068 CPUtime=0.61
/proc/3308/task/3318/stat : 3318 (java) R 3306 3308 1994 0 -1 64 1596 0 0 0 60 1 0 0 16 0 13 0 168577396 1828933632 15469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105060209 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3319] ppid=3306 vsize=1786068 CPUtime=0
/proc/3308/task/3319/stat : 3319 (java) S 3306 3308 1994 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 168577396 1828933632 15469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3320] ppid=3306 vsize=1786068 CPUtime=0
/proc/3308/task/3320/stat : 3320 (java) S 3306 3308 1994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168577396 1828933632 15469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3321] ppid=3306 vsize=1786068 CPUtime=0
/proc/3308/task/3321/stat : 3321 (java) S 3306 3308 1994 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 168577474 1828933632 15469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1786068

[startup+3.10229 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 3321
/proc/meminfo: memFree=1725008/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=1800252 CPUtime=4.98
/proc/3308/stat : 3308 (java) S 3306 3308 1994 0 -1 0 49439 0 1 0 474 24 0 0 18 0 13 0 168577387 1843458048 43571 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3308/statm: 450063 43571 1325 9 0 447675 0
[pid=3308/tid=3310] ppid=3306 vsize=1800252 CPUtime=1.93
/proc/3308/task/3310/stat : 3310 (java) R 3306 3308 1994 0 -1 64 37758 0 1 0 175 18 0 0 19 0 13 0 168577388 1843458048 43571 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109662600 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3311] ppid=3306 vsize=1800252 CPUtime=0
/proc/3308/task/3311/stat : 3311 (java) S 3306 3308 1994 0 -1 64 214 0 0 0 0 0 0 0 16 0 13 0 168577389 1843458048 43571 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3312] ppid=3306 vsize=1800252 CPUtime=0
/proc/3308/task/3312/stat : 3312 (java) S 3306 3308 1994 0 -1 64 179 0 0 0 0 0 0 0 16 0 13 0 168577389 1843458048 43571 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3313] ppid=3306 vsize=1800252 CPUtime=0
/proc/3308/task/3313/stat : 3313 (java) S 3306 3308 1994 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 168577391 1843458048 43571 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3314] ppid=3306 vsize=1800252 CPUtime=0
/proc/3308/task/3314/stat : 3314 (java) S 3306 3308 1994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168577392 1843458048 43571 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3315] ppid=3306 vsize=1800252 CPUtime=0
/proc/3308/task/3315/stat : 3315 (java) S 3306 3308 1994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168577392 1843458048 43571 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3316] ppid=3306 vsize=1800252 CPUtime=0
/proc/3308/task/3316/stat : 3316 (java) S 3306 3308 1994 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168577396 1843458048 43571 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3317] ppid=3306 vsize=1800252 CPUtime=1.66
/proc/3308/task/3317/stat : 3317 (java) R 3306 3308 1994 0 -1 64 4675 0 0 0 164 2 0 0 17 0 13 0 168577396 1843458048 43571 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104723294 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3318] ppid=3306 vsize=1800252 CPUtime=1.35
/proc/3308/task/3318/stat : 3318 (java) R 3306 3308 1994 0 -1 64 5882 0 0 0 133 2 0 0 18 0 13 0 168577396 1843458048 43571 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103319771 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3319] ppid=3306 vsize=1800252 CPUtime=0
/proc/3308/task/3319/stat : 3319 (java) S 3306 3308 1994 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 168577396 1843458048 43571 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3320] ppid=3306 vsize=1800252 CPUtime=0
/proc/3308/task/3320/stat : 3320 (java) S 3306 3308 1994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168577396 1843458048 43571 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3321] ppid=3306 vsize=1800252 CPUtime=0
/proc/3308/task/3321/stat : 3321 (java) S 3306 3308 1994 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 168577474 1843458048 43571 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 1800252

[startup+6.30274 s]
/proc/loadavg: 1.09 1.02 1.01 2/77 3321
/proc/meminfo: memFree=1647120/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=1799748 CPUtime=8.37
/proc/3308/stat : 3308 (java) S 3306 3308 1994 0 -1 0 55196 0 1 0 810 27 0 0 18 0 13 0 168577387 1842941952 48347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3308/statm: 449937 48349 1325 9 0 447549 0
[pid=3308/tid=3310] ppid=3306 vsize=1799748 CPUtime=4.96
/proc/3308/task/3310/stat : 3310 (java) S 3306 3308 1994 0 -1 64 39958 0 1 0 477 19 0 0 22 0 13 0 168577388 1842941952 48350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3311] ppid=3306 vsize=1799748 CPUtime=0.08
/proc/3308/task/3311/stat : 3311 (java) R 3306 3308 1994 0 -1 64 2110 0 0 0 7 1 0 0 16 0 13 0 168577389 1842941952 48352 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3312] ppid=3306 vsize=1799748 CPUtime=0.08
/proc/3308/task/3312/stat : 3312 (java) R 3306 3308 1994 0 -1 64 1813 0 0 0 8 0 0 0 16 0 13 0 168577389 1842941952 48353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3313] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3313/stat : 3313 (java) S 3306 3308 1994 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 168577391 1842941952 48355 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3314] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3314/stat : 3314 (java) S 3306 3308 1994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 48356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3315] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3315/stat : 3315 (java) S 3306 3308 1994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 48357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3316] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3316/stat : 3316 (java) S 3306 3308 1994 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168577396 1842941952 48359 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3317] ppid=3306 vsize=1799748 CPUtime=1.77
/proc/3308/task/3317/stat : 3317 (java) S 3306 3308 1994 0 -1 64 4679 0 0 0 175 2 0 0 15 0 13 0 168577396 1842941952 48360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3318] ppid=3306 vsize=1799748 CPUtime=1.43
/proc/3308/task/3318/stat : 3318 (java) S 3306 3308 1994 0 -1 64 5889 0 0 0 141 2 0 0 16 0 13 0 168577396 1842941952 48362 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3319] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3319/stat : 3319 (java) S 3306 3308 1994 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 168577396 1842941952 48363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3320] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3320/stat : 3320 (java) S 3306 3308 1994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168577396 1842941952 48365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3321] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3321/stat : 3321 (java) S 3306 3308 1994 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 168577474 1842941952 48366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 1799748

[startup+12.7023 s]
/proc/loadavg: 1.08 1.02 1.00 2/77 3321
/proc/meminfo: memFree=1600168/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=1799748 CPUtime=14.94
/proc/3308/stat : 3308 (java) S 3306 3308 1994 0 -1 0 63472 0 1 0 1464 30 0 0 18 0 13 0 168577387 1842941952 56081 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3308/statm: 449937 56081 1332 9 0 447549 0
[pid=3308/tid=3310] ppid=3306 vsize=1799748 CPUtime=11.2
/proc/3308/task/3310/stat : 3310 (java) R 3306 3308 1994 0 -1 64 43333 0 1 0 1100 20 0 0 25 0 13 0 168577388 1842941952 56081 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109655582 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3311] ppid=3306 vsize=1799748 CPUtime=0.19
/proc/3308/task/3311/stat : 3311 (java) S 3306 3308 1994 0 -1 64 4941 0 0 0 17 2 0 0 15 0 13 0 168577389 1842941952 56081 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3312] ppid=3306 vsize=1799748 CPUtime=0.19
/proc/3308/task/3312/stat : 3312 (java) S 3306 3308 1994 0 -1 64 3871 0 0 0 18 1 0 0 16 0 13 0 168577389 1842941952 56081 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3313] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3313/stat : 3313 (java) S 3306 3308 1994 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 168577391 1842941952 56081 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3314] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3314/stat : 3314 (java) S 3306 3308 1994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 56081 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3315] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3315/stat : 3315 (java) S 3306 3308 1994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 56081 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3316] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3316/stat : 3316 (java) S 3306 3308 1994 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168577396 1842941952 56081 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3317] ppid=3306 vsize=1799748 CPUtime=1.81
/proc/3308/task/3317/stat : 3317 (java) S 3306 3308 1994 0 -1 64 4686 0 0 0 179 2 0 0 16 0 13 0 168577396 1842941952 56081 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3318] ppid=3306 vsize=1799748 CPUtime=1.5
/proc/3308/task/3318/stat : 3318 (java) S 3306 3308 1994 0 -1 64 5889 0 0 0 147 3 0 0 17 0 13 0 168577396 1842941952 56081 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3319] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3319/stat : 3319 (java) S 3306 3308 1994 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 168577396 1842941952 56081 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3320] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3320/stat : 3320 (java) S 3306 3308 1994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168577396 1842941952 56081 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3321] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3321/stat : 3321 (java) S 3306 3308 1994 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 168577474 1842941952 56081 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.94
Current children cumulated vsize (KiB) 1799748

[startup+25.5021 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 3321
/proc/meminfo: memFree=1587880/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=1799748 CPUtime=27.92
/proc/3308/stat : 3308 (java) S 3306 3308 1994 0 -1 0 66934 0 1 0 2760 32 0 0 18 0 13 0 168577387 1842941952 59001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3308/statm: 449937 59001 1333 9 0 447549 0
[pid=3308/tid=3310] ppid=3306 vsize=1799748 CPUtime=23.83
/proc/3308/task/3310/stat : 3310 (java) R 3306 3308 1994 0 -1 64 43360 0 1 0 2363 20 0 0 24 0 13 0 168577388 1842941952 59001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110117691 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3311] ppid=3306 vsize=1799748 CPUtime=0.33
/proc/3308/task/3311/stat : 3311 (java) S 3306 3308 1994 0 -1 64 6766 0 0 0 30 3 0 0 16 0 13 0 168577389 1842941952 59001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3312] ppid=3306 vsize=1799748 CPUtime=0.33
/proc/3308/task/3312/stat : 3312 (java) S 3306 3308 1994 0 -1 64 5470 0 0 0 31 2 0 0 16 0 13 0 168577389 1842941952 59001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=3308/tid=3313] ppid=3306 vsize=1799748 CPUtime=0.23
/proc/3308/task/3313/stat : 3313 (java) S 3306 3308 1994 0 -1 64 30 0 0 0 15 8 0 0 16 0 13 0 168577391 1842941952 137669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3314] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3314/stat : 3314 (java) S 3306 3308 1994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 137669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3315] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3315/stat : 3315 (java) S 3306 3308 1994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 137669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3316] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3316/stat : 3316 (java) S 3306 3308 1994 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168577396 1842941952 137669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3317] ppid=3306 vsize=1799748 CPUtime=1.96
/proc/3308/task/3317/stat : 3317 (java) S 3306 3308 1994 0 -1 64 4706 0 0 0 194 2 0 0 17 0 13 0 168577396 1842941952 137669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3318] ppid=3306 vsize=1799748 CPUtime=1.79
/proc/3308/task/3318/stat : 3318 (java) S 3306 3308 1994 0 -1 64 5924 0 0 0 176 3 0 0 16 0 13 0 168577396 1842941952 137669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3319] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3319/stat : 3319 (java) S 3306 3308 1994 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 168577396 1842941952 137669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3320] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3320/stat : 3320 (java) S 3306 3308 1994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168577396 1842941952 137669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3321] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3321/stat : 3321 (java) S 3306 3308 1994 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 168577474 1842941952 137669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1579.07
Current children cumulated vsize (KiB) 1799748

[startup+1602.3 s]
/proc/loadavg: 1.08 1.02 1.00 2/77 3519
/proc/meminfo: memFree=1263400/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=1799748 CPUtime=1640.66
/proc/3308/stat : 3308 (java) S 3306 3308 1994 0 -1 0 157545 0 1 0 163974 92 0 0 18 0 13 0 168577387 1842941952 139803 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3308/statm: 449937 139803 1333 9 0 447549 0
[pid=3308/tid=3310] ppid=3306 vsize=1799748 CPUtime=1562.86
/proc/3308/task/3310/stat : 3310 (java) R 3306 3308 1994 0 -1 64 44238 0 1 0 156260 26 0 0 25 0 13 0 168577388 1842941952 139803 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109742676 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3311] ppid=3306 vsize=1799748 CPUtime=36.93
/proc/3308/task/3311/stat : 3311 (java) S 3306 3308 1994 0 -1 64 48005 0 0 0 3669 24 0 0 16 0 13 0 168577389 1842941952 139803 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3312] ppid=3306 vsize=1799748 CPUtime=36.83
/proc/3308/task/3312/stat : 3312 (java) S 3306 3308 1994 0 -1 64 53920 0 0 0 3657 26 0 0 16 0 13 0 168577389 1842941952 139803 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3313] ppid=3306 vsize=1799748 CPUtime=0.24
/proc/3308/task/3313/stat : 3313 (java) S 3306 3308 1994 0 -1 64 30 0 0 0 16 8 0 0 15 0 13 0 168577391 1842941952 139803 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3314] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3314/stat : 3314 (java) S 3306 3308 1994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 139803 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3315] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3315/stat : 3315 (java) S 3306 3308 1994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 139803 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3316] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3316/stat : 3316 (java) S 3306 3308 1994 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168577396 1842941952 139803 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3317] ppid=3306 vsize=1799748 CPUtime=1.96
/proc/3308/task/3317/stat : 3317 (java) S 3306 3308 1994 0 -1 64 4706 0 0 0 194 2 0 0 17 0 13 0 168577396 1842941952 139803 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3318] ppid=3306 vsize=1799748 CPUtime=1.79
/proc/3308/task/3318/stat : 3318 (java) S 3306 3308 1994 0 -1 64 5924 0 0 0 176 3 0 0 16 0 13 0 168577396 1842941952 139803 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3319] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3319/stat : 3319 (java) S 3306 3308 1994 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 168577396 1842941952 139803 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3320] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3320/stat : 3320 (java) S 3306 3308 1994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168577396 1842941952 139803 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3321] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3321/stat : 3321 (java) S 3306 3308 1994 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 168577474 1842941952 139803 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1640.66
Current children cumulated vsize (KiB) 1799748

[startup+1662.3 s]
/proc/loadavg: 1.22 1.07 1.02 2/77 3519
/proc/meminfo: memFree=1256680/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=1799748 CPUtime=1702.19
/proc/3308/stat : 3308 (java) S 3306 3308 1994 0 -1 0 159236 0 1 0 170126 93 0 0 18 0 13 0 168577387 1842941952 141442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3308/statm: 449937 141442 1333 9 0 447549 0
[pid=3308/tid=3310] ppid=3306 vsize=1799748 CPUtime=1621.23
/proc/3308/task/3310/stat : 3310 (java) R 3306 3308 1994 0 -1 64 44261 0 1 0 162097 26 0 0 25 0 13 0 168577388 1842941952 141442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109662635 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3311] ppid=3306 vsize=1799748 CPUtime=38.51
/proc/3308/task/3311/stat : 3311 (java) S 3306 3308 1994 0 -1 64 48382 0 0 0 3827 24 0 0 17 0 13 0 168577389 1842941952 141442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3312] ppid=3306 vsize=1799748 CPUtime=38.4
/proc/3308/task/3312/stat : 3312 (java) S 3306 3308 1994 0 -1 64 55210 0 0 0 3814 26 0 0 16 0 13 0 168577389 1842941952 141442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3313] ppid=3306 vsize=1799748 CPUtime=0.25
/proc/3308/task/3313/stat : 3313 (java) S 3306 3308 1994 0 -1 64 31 0 0 0 16 9 0 0 16 0 13 0 168577391 1842941952 141442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3314] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3314/stat : 3314 (java) S 3306 3308 1994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 141442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3315] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3315/stat : 3315 (java) S 3306 3308 1994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 141442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3316] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3316/stat : 3316 (java) S 3306 3308 1994 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168577396 1842941952 141442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3317] ppid=3306 vsize=1799748 CPUtime=1.96
/proc/3308/task/3317/stat : 3317 (java) S 3306 3308 1994 0 -1 64 4706 0 0 0 194 2 0 0 17 0 13 0 168577396 1842941952 141442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3318] ppid=3306 vsize=1799748 CPUtime=1.79
/proc/3308/task/3318/stat : 3318 (java) S 3306 3308 1994 0 -1 64 5924 0 0 0 176 3 0 0 16 0 13 0 168577396 1842941952 141442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3319] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3319/stat : 3319 (java) S 3306 3308 1994 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 168577396 1842941952 141442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3320] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3320/stat : 3320 (java) S 3306 3308 1994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168577396 1842941952 141442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3321] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3321/stat : 3321 (java) S 3306 3308 1994 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 168577474 1842941952 141442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1702.19
Current children cumulated vsize (KiB) 1799748

[startup+1722.3 s]
/proc/loadavg: 1.29 1.12 1.04 2/77 3519
/proc/meminfo: memFree=1249128/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=1799748 CPUtime=1763.91
/proc/3308/stat : 3308 (java) S 3306 3308 1994 0 -1 0 161201 0 1 0 176297 94 0 0 18 0 13 0 168577387 1842941952 143356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3308/statm: 449937 143356 1333 9 0 447549 0
[pid=3308/tid=3310] ppid=3306 vsize=1799748 CPUtime=1679.45
/proc/3308/task/3310/stat : 3310 (java) R 3306 3308 1994 0 -1 64 44286 0 1 0 167919 26 0 0 25 0 13 0 168577388 1842941952 143356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109680766 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3311] ppid=3306 vsize=1799748 CPUtime=40.27
/proc/3308/task/3311/stat : 3311 (java) S 3306 3308 1994 0 -1 64 48690 0 0 0 4002 25 0 0 17 0 13 0 168577389 1842941952 143356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3312] ppid=3306 vsize=1799748 CPUtime=40.15
/proc/3308/task/3312/stat : 3312 (java) S 3306 3308 1994 0 -1 64 56842 0 0 0 3988 27 0 0 16 0 13 0 168577389 1842941952 143356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3313] ppid=3306 vsize=1799748 CPUtime=0.26
/proc/3308/task/3313/stat : 3313 (java) S 3306 3308 1994 0 -1 64 31 0 0 0 17 9 0 0 15 0 13 0 168577391 1842941952 143356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3314] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3314/stat : 3314 (java) S 3306 3308 1994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 143356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3315] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3315/stat : 3315 (java) S 3306 3308 1994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 143356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3316] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3316/stat : 3316 (java) S 3306 3308 1994 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168577396 1842941952 143356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3317] ppid=3306 vsize=1799748 CPUtime=1.96
/proc/3308/task/3317/stat : 3317 (java) S 3306 3308 1994 0 -1 64 4706 0 0 0 194 2 0 0 17 0 13 0 168577396 1842941952 143356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3318] ppid=3306 vsize=1799748 CPUtime=1.79
/proc/3308/task/3318/stat : 3318 (java) S 3306 3308 1994 0 -1 64 5924 0 0 0 176 3 0 0 16 0 13 0 168577396 1842941952 143356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3319] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3319/stat : 3319 (java) S 3306 3308 1994 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 168577396 1842941952 143356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3320] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3320/stat : 3320 (java) S 3306 3308 1994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168577396 1842941952 143356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3321] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3321/stat : 3321 (java) S 3306 3308 1994 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 168577474 1842941952 143356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1763.91
Current children cumulated vsize (KiB) 1799748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1757.4 s]
/proc/loadavg: 1.16 1.10 1.03 2/77 3519
/proc/meminfo: memFree=1244520/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=1799748 CPUtime=1800.01
/proc/3308/stat : 3308 (java) S 3306 3308 1994 0 -1 0 162318 0 1 0 179905 96 0 0 18 0 13 0 168577387 1842941952 144452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3308/statm: 449937 144452 1333 9 0 447549 0
[pid=3308/tid=3310] ppid=3306 vsize=1799748 CPUtime=1713.54
/proc/3308/task/3310/stat : 3310 (java) R 3306 3308 1994 0 -1 64 44300 0 1 0 171328 26 0 0 18 0 13 0 168577388 1842941952 144452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109645096 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3311] ppid=3306 vsize=1799748 CPUtime=41.26
/proc/3308/task/3311/stat : 3311 (java) S 3306 3308 1994 0 -1 64 48974 0 0 0 4101 25 0 0 16 0 13 0 168577389 1842941952 144452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3312] ppid=3306 vsize=1799748 CPUtime=41.14
/proc/3308/task/3312/stat : 3312 (java) S 3306 3308 1994 0 -1 64 57661 0 0 0 4086 28 0 0 16 0 13 0 168577389 1842941952 144452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3313] ppid=3306 vsize=1799748 CPUtime=0.26
/proc/3308/task/3313/stat : 3313 (java) S 3306 3308 1994 0 -1 64 31 0 0 0 17 9 0 0 15 0 13 0 168577391 1842941952 144452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3314] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3314/stat : 3314 (java) S 3306 3308 1994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 144452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3315] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3315/stat : 3315 (java) S 3306 3308 1994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168577392 1842941952 144452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3316] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3316/stat : 3316 (java) S 3306 3308 1994 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168577396 1842941952 144452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3317] ppid=3306 vsize=1799748 CPUtime=1.96
/proc/3308/task/3317/stat : 3317 (java) S 3306 3308 1994 0 -1 64 4706 0 0 0 194 2 0 0 17 0 13 0 168577396 1842941952 144452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3318] ppid=3306 vsize=1799748 CPUtime=1.79
/proc/3308/task/3318/stat : 3318 (java) S 3306 3308 1994 0 -1 64 5924 0 0 0 176 3 0 0 16 0 13 0 168577396 1842941952 144452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3319] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3319/stat : 3319 (java) S 3306 3308 1994 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 168577396 1842941952 144452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3308/tid=3320] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3320/stat : 3320 (java) S 3306 3308 1994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168577396 1842941952 144452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3308/tid=3321] ppid=3306 vsize=1799748 CPUtime=0
/proc/3308/task/3321/stat : 3321 (java) S 3306 3308 1994 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 168577474 1842941952 144452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1799748

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

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

[startup+1757.51 s]
/proc/loadavg: 1.16 1.10 1.03 2/77 3519
/proc/meminfo: memFree=1244520/2055920 swapFree=4184012/4192956
[pid=3308] ppid=3306 vsize=0 CPUtime=1800.12
/proc/3308/stat : 3308 (java) Z 3306 3308 1994 0 -1 1036 162339 0 1 0 179908 104 0 0 16 0 2 0 168577387 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3308/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1757.52
CPU time (s): 1800.13
CPU user time (s): 1799.09
CPU system time (s): 1.04684
CPU usage (%): 102.425
Max. virtual memory (cumulated for all children) (KiB): 1802912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.04684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162339
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= 44955
involuntary context switches= 41041

runsolver used 1.69174 second user time and 4.77727 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Wed Apr 18 19:51:18 UTC 2007

IDJOB= 359290
IDBENCH= 1278
IDSOLVER= 160
FILE ID= node65/359290-1176925878

PBS_JOBID= 4605642

Free space on /tmp= 66398 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900669309.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359290-1176925878/sat4jPseudoCP.jar /tmp/evaluation/359290-1176925878/instance-359290-1176925878.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-359290-1176925878 -o ROOT/results/node65/solver-359290-1176925878 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359290-1176925878/sat4jPseudoCP.jar /tmp/evaluation/359290-1176925878/instance-359290-1176925878.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e3a1beab9d06c0cee32a93d550c9a1ac

RANDOM SEED= 13046390

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.245
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.245
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:       1820048 kB
Buffers:         12148 kB
Cached:         174036 kB
SwapCached:       2448 kB
Active:          46720 kB
Inactive:       149244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820048 kB
SwapTotal:     4192956 kB
SwapFree:      4184012 kB
Dirty:            3864 kB
Writeback:           0 kB
Mapped:          16052 kB
Slab:            25828 kB
Committed_AS:  2251224 kB
PageTables:       1456 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= 66398 MiB

End job on node65 on Wed Apr 18 20:20:37 UTC 2007