Trace number 359560

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.19 1767.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900557362.opb
MD5SUM0fb4f85eaa7daeec6ae4b4468524bb94
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark16.3275
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 709
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.11/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.22	c no version file found!!!
0.11/0.23	c sun.arch.data.model	32
0.11/0.23	c java.version	1.6.0
0.11/0.23	c os.name	Linux
0.11/0.23	c os.version	2.6.9-22.EL.rootsmp
0.11/0.23	c os.arch	i386
0.11/0.23	c Free memory 1651659224
0.11/0.23	c Max memory 1654456320
0.11/0.23	c Total memory 1654456320
0.11/0.23	c Number of processors 2
0.11/0.28	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.11/0.28	--- Begin Solver configuration ---
0.11/0.28	c Stops conflict analysis at the first Unique Implication Point
0.11/0.28	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.11/0.28	c Learn all clauses as in MiniSAT
0.11/0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.11/0.28	c VSIDS like heuristics from MiniSAT using a heap
0.11/0.28	c No reason simplification
0.11/0.28	c --- End Solver configuration ---
0.11/0.28	c Simplify asserted PB constraints to clauses
0.11/0.28	c solving /tmp/evaluation/359560-1176936201/instance-359560-1176936201.opb
0.11/0.28	c reading problem ... 
1.08/0.98	c ... done. Wall clock time 0.698s.
1.08/0.98	c CPU time (experimental) 0.59s.
1.08/0.98	c #vars     231
1.08/0.98	c #constraints  2707
1800.03/1767.61	c starts		: 2
1800.03/1767.61	c conflicts		: 35187
1800.03/1767.61	c decisions		: 255661
1800.03/1767.61	c propagations		: 1125875
1800.03/1767.61	c inspects		: 617692859
1800.03/1767.61	c learnt literals	: 0
1800.03/1767.61	c learnt binary clauses	: 0
1800.03/1767.61	c learnt ternary clauses	: 0
1800.03/1767.61	c learnt clauses	: 35187
1800.03/1767.61	c root simplifications	: 0
1800.03/1767.62	c removed literals (reason simplification)	: 0
1800.03/1767.62	c reason swapping (by a shorter reason)	: 0
1800.03/1767.62	c Calls to reduceDB	: 0
1800.03/1767.62	c speed (decisions/second)	: 144.71653139050386
1800.03/1767.62	c non guided choices	121
1800.03/1767.62	s UNKNOWN
1800.03/1767.62	c Total wall clock time (ms): 1767.334

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

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


[startup+0 s]
/proc/loadavg: 0.96 1.01 0.99 2/77 7779
/proc/meminfo: memFree=1383104/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=152 CPUtime=0
/proc/7779/stat : 7779 (java) D 7777 7779 7064 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 134669025 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7979812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7779/statm: 38 26 19 9 0 4 0

[startup+0.050991 s]
/proc/loadavg: 0.96 1.01 0.99 2/77 7779
/proc/meminfo: memFree=1383104/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=272 CPUtime=0
/proc/7779/stat : 7779 (java) D 7777 7779 7064 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 134669025 278528 37 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7979812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7779/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.102005 s]
/proc/loadavg: 0.96 1.01 0.99 2/77 7779
/proc/meminfo: memFree=1383104/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=1776088 CPUtime=0.02
/proc/7779/stat : 7779 (java) S 7777 7779 7064 0 -1 0 3166 0 1 0 1 1 0 0 18 0 4 0 134669025 1818714112 2914 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7779/statm: 444022 2914 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.302026 s]
/proc/loadavg: 0.96 1.01 0.99 2/77 7779
/proc/meminfo: memFree=1383104/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=1781420 CPUtime=0.22
/proc/7779/stat : 7779 (java) S 7777 7779 7064 0 -1 0 4930 0 1 0 19 3 0 0 18 0 12 0 134669025 1824174080 4669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7779/statm: 445355 4669 1246 9 0 442966 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1781420

[startup+0.702075 s]
/proc/loadavg: 0.96 1.01 0.99 2/77 7779
/proc/meminfo: memFree=1383104/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=1783472 CPUtime=0.75
/proc/7779/stat : 7779 (java) S 7777 7779 7064 0 -1 0 6390 0 1 0 71 4 0 0 18 0 12 0 134669025 1826275328 5959 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7779/statm: 445868 5959 1294 9 0 443479 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 1783472

[startup+1.50217 s]
/proc/loadavg: 0.96 1.01 0.99 3/90 7792
/proc/meminfo: memFree=1358936/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=1786324 CPUtime=2.11
/proc/7779/stat : 7779 (java) S 7777 7779 7064 0 -1 0 14883 0 1 0 203 8 0 0 18 0 13 0 134669025 1829195776 12396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7779/statm: 446581 12396 1316 9 0 444192 0
[pid=7779/tid=7781] ppid=7777 vsize=1786324 CPUtime=0.87
/proc/7779/task/7781/stat : 7781 (java) R 7777 7779 7064 0 -1 64 10447 0 1 0 82 5 0 0 25 0 13 0 134669033 1829195776 12396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109220695 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7782] ppid=7777 vsize=1786324 CPUtime=0
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 7064 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 134669035 1829195776 12396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7783] ppid=7777 vsize=1786324 CPUtime=0
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 7064 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 134669035 1829195776 12396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7784] ppid=7777 vsize=1786324 CPUtime=0
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 7064 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 134669037 1829195776 12396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7785] ppid=7777 vsize=1786324 CPUtime=0
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 7064 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 134669037 1829195776 12396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=1786324 CPUtime=0
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 7064 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134669037 1829195776 12396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=1786324 CPUtime=0
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 7064 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 134669042 1829195776 12396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=1786324 CPUtime=0.56
/proc/7779/task/7788/stat : 7788 (java) R 7777 7779 7064 0 -1 64 1009 0 0 0 56 0 0 0 16 0 13 0 134669042 1829195776 12396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105283309 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7789] ppid=7777 vsize=1786324 CPUtime=0.65
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 7064 0 -1 64 2703 0 0 0 64 1 0 0 17 0 13 0 134669042 1829195776 12396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7790] ppid=7777 vsize=1786324 CPUtime=0
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 7064 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 134669043 1829195776 12396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=1786324 CPUtime=0
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 7064 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 134669043 1829195776 12396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7792] ppid=7777 vsize=1786324 CPUtime=0
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 7064 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134669124 1829195776 12396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 1786324

[startup+3.10136 s]
/proc/loadavg: 1.04 1.03 1.00 2/90 7792
/proc/meminfo: memFree=1301016/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=1800484 CPUtime=4.5
/proc/7779/stat : 7779 (java) S 7777 7779 7064 0 -1 0 50760 0 1 0 425 25 0 0 18 0 13 0 134669025 1843695616 43683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7779/statm: 450121 43683 1325 9 0 447732 0
[pid=7779/tid=7781] ppid=7777 vsize=1800484 CPUtime=1.96
/proc/7779/task/7781/stat : 7781 (java) R 7777 7779 7064 0 -1 64 37713 0 1 0 179 17 0 0 20 0 13 0 134669033 1843695616 43683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109653531 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7782] ppid=7777 vsize=1800484 CPUtime=0
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 7064 0 -1 64 261 0 0 0 0 0 0 0 16 0 13 0 134669035 1843695616 43683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7783] ppid=7777 vsize=1800484 CPUtime=0
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 7064 0 -1 64 219 0 0 0 0 0 0 0 16 0 13 0 134669035 1843695616 43683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7784] ppid=7777 vsize=1800484 CPUtime=0
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 7064 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 134669037 1843695616 43683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7785] ppid=7777 vsize=1800484 CPUtime=0
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 7064 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 134669037 1843695616 43683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=1800484 CPUtime=0
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 7064 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134669037 1843695616 43683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=1800484 CPUtime=0
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 7064 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 134669042 1843695616 43683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=1800484 CPUtime=1.33
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 7064 0 -1 64 4679 0 0 0 131 2 0 0 17 0 13 0 134669042 1843695616 43683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7789] ppid=7777 vsize=1800484 CPUtime=1.16
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 7064 0 -1 64 7160 0 0 0 112 4 0 0 16 0 13 0 134669042 1843695616 43683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7790] ppid=7777 vsize=1800484 CPUtime=0
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 7064 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 134669043 1843695616 43683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=1800484 CPUtime=0
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 7064 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 134669043 1843695616 43683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7792] ppid=7777 vsize=1800484 CPUtime=0
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 7064 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134669124 1843695616 43683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 1800484

[startup+6.30274 s]
/proc/loadavg: 1.04 1.03 1.00 3/90 7792
/proc/meminfo: memFree=1205912/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=1798272 CPUtime=7.92
/proc/7779/stat : 7779 (java) S 7777 7779 7064 0 -1 0 55835 0 1 0 764 28 0 0 18 0 13 0 134669025 1841430528 46625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7779/statm: 449568 46625 1326 9 0 447179 0
[pid=7779/tid=7781] ppid=7777 vsize=1798272 CPUtime=4.99
/proc/7779/task/7781/stat : 7781 (java) R 7777 7779 7064 0 -1 64 37719 0 1 0 482 17 0 0 21 0 13 0 134669033 1841430528 46625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109714503 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7782] ppid=7777 vsize=1798272 CPUtime=0.11
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 7064 0 -1 64 2827 0 0 0 10 1 0 0 16 0 13 0 134669035 1841430528 46625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7783] ppid=7777 vsize=1798272 CPUtime=0.12
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 7064 0 -1 64 2698 0 0 0 11 1 0 0 17 0 13 0 134669035 1841430528 46625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7784] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 7064 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 134669037 1841430528 46625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7785] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 7064 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 134669037 1841430528 46625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 7064 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134669037 1841430528 46625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 7064 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 134669042 1841430528 46625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=1798272 CPUtime=1.43
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 7064 0 -1 64 4680 0 0 0 141 2 0 0 16 0 13 0 134669042 1841430528 46625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7789] ppid=7777 vsize=1798272 CPUtime=1.21
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 7064 0 -1 64 7162 0 0 0 117 4 0 0 16 0 13 0 134669042 1841430528 46625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7790] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 7064 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 134669043 1841430528 46625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 7064 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 134669043 1841430528 46625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7792] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 7064 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134669124 1841430528 46625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 1798272

[startup+12.7015 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 7792
/proc/meminfo: memFree=1168024/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=1798272 CPUtime=14.52
/proc/7779/stat : 7779 (java) S 7777 7779 7064 0 -1 0 64888 0 1 0 1420 32 0 0 18 0 13 0 134669025 1841430528 55114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7779/statm: 449568 55114 1333 9 0 447179 0
[pid=7779/tid=7781] ppid=7777 vsize=1798272 CPUtime=11.19
/proc/7779/task/7781/stat : 7781 (java) R 7777 7779 7064 0 -1 64 38996 0 1 0 1101 18 0 0 25 0 13 0 134669033 1841430528 55114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109670370 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7782] ppid=7777 vsize=1798272 CPUtime=0.29
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 7064 0 -1 64 7061 0 0 0 26 3 0 0 16 0 13 0 134669035 1841430528 55114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7783] ppid=7777 vsize=1798272 CPUtime=0.29
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 7064 0 -1 64 6226 0 0 0 26 3 0 0 16 0 13 0 134669035 1841430528 55114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7784] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 7064 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 134669037 1841430528 55114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7785] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 7064 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 134669037 1841430528 55114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 7064 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134669037 1841430528 55114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 7064 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 134669042 1841430528 55114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=1798272 CPUtime=1.49
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 7064 0 -1 64 4694 0 0 0 147 2 0 0 16 0 13 0 134669042 1841430528 55114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7789] ppid=7777 vsize=1798272 CPUtime=1.21
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 7064 0 -1 64 7162 0 0 0 117 4 0 0 16 0 13 0 134669042 1841430528 55114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7790] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 7064 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 134669043 1841430528 55114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 7064 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 134669043 1841430528 55114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7792] ppid=7777 vsize=1798272 CPUtime=0
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 7064 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134669124 1841430528 55114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.52
Current children cumulated vsize (KiB) 1798272

[startup+25.503 s]
/proc/loadavg: 1.03 1.02 1.00 2/90 7792
/proc/meminfo: memFree=1154904/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=1798272 CPUtime=27.45
/proc/7779/stat : 7779 (java) S 7777 7779 7064 0 -1 0 68425 0 1 0 2711 34 0 0 18 0 13 0 134669025 1841430528 58128 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7779/statm: 449568 58128 1333 9 0 447179 0
[pid=7779/tid=7781] ppid=7777 vsize=1798272 CPUtime=23.83
/proc/7779/task/7781/stat : 7781 (java) R 7777 7779 7064 0 -1 64 39005 0 1 0 2365 18 0 0 25 0 13 0 134669033 1841430528 58128 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109673579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7782] ppid=7777 vsize=1798272 CPUtime=0.42
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 7064 0 -1 64 8899 0 0 0 39 3 0 0 16 0 13 0 134669035 1841430528 58128 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7783] ppid=7777 vsize=1798272 CPUtime=0.43
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 7064 0 -1 64 7916 0 0 0 39 4 0 0 16 0 13 0 134669035 1841430528 58128 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=7779/tid=7784] ppid=7777 vsize=1797376 CPUtime=0.17
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 7064 0 -1 64 57 0 0 0 11 6 0 0 16 0 13 0 134669037 1840513024 132327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7785] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 7064 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 134669037 1840513024 132327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 7064 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134669037 1840513024 132327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 7064 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 134669042 1840513024 132327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=1797376 CPUtime=1.75
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 7064 0 -1 64 6375 0 0 0 173 2 0 0 16 0 13 0 134669042 1840513024 132327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7789] ppid=7777 vsize=1797376 CPUtime=1.55
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 7064 0 -1 64 7258 0 0 0 151 4 0 0 18 0 13 0 134669042 1840513024 132327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7790] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 7064 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 134669043 1840513024 132327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 7064 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 134669043 1840513024 132327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7792] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 7064 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134669124 1840513024 132327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1569.34
Current children cumulated vsize (KiB) 1797376

[startup+1602.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/90 7990
/proc/meminfo: memFree=846424/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=1797376 CPUtime=1630.75
/proc/7779/stat : 7779 (java) S 7777 7779 7064 0 -1 0 169019 0 1 0 162972 103 0 0 18 0 13 0 134669025 1840513024 134972 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7779/statm: 449344 134972 1333 9 0 446955 0
[pid=7779/tid=7781] ppid=7777 vsize=1797376 CPUtime=1572.83
/proc/7779/task/7781/stat : 7781 (java) R 7777 7779 7064 0 -1 64 47096 0 1 0 157245 38 0 0 25 0 13 0 134669033 1840513024 134972 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109671677 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7782] ppid=7777 vsize=1797376 CPUtime=27.18
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 7064 0 -1 64 51814 0 0 0 2694 24 0 0 17 0 13 0 134669035 1840513024 134972 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7783] ppid=7777 vsize=1797376 CPUtime=27.2
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 7064 0 -1 64 55698 0 0 0 2695 25 0 0 16 0 13 0 134669035 1840513024 134972 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7784] ppid=7777 vsize=1797376 CPUtime=0.18
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 7064 0 -1 64 57 0 0 0 11 7 0 0 16 0 13 0 134669037 1840513024 134972 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7785] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 7064 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 134669037 1840513024 134972 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 7064 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134669037 1840513024 134972 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 7064 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 134669042 1840513024 134972 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=1797376 CPUtime=1.75
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 7064 0 -1 64 6375 0 0 0 173 2 0 0 16 0 13 0 134669042 1840513024 134972 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7789] ppid=7777 vsize=1797376 CPUtime=1.55
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 7064 0 -1 64 7258 0 0 0 151 4 0 0 18 0 13 0 134669042 1840513024 134972 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7790] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 7064 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 134669043 1840513024 134972 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 7064 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 134669043 1840513024 134972 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7792] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 7064 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134669124 1840513024 134972 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1630.75
Current children cumulated vsize (KiB) 1797376

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 7990
/proc/meminfo: memFree=840536/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=1797376 CPUtime=1692.19
/proc/7779/stat : 7779 (java) S 7777 7779 7064 0 -1 0 170550 0 1 0 169114 105 0 0 18 0 13 0 134669025 1840513024 136450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7779/statm: 449344 136450 1333 9 0 446955 0
[pid=7779/tid=7781] ppid=7777 vsize=1797376 CPUtime=1631.36
/proc/7779/task/7781/stat : 7781 (java) R 7777 7779 7064 0 -1 64 47118 0 1 0 163097 39 0 0 24 0 13 0 134669033 1840513024 136450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109729576 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7782] ppid=7777 vsize=1797376 CPUtime=28.63
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 7064 0 -1 64 51892 0 0 0 2839 24 0 0 16 0 13 0 134669035 1840513024 136450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7783] ppid=7777 vsize=1797376 CPUtime=28.66
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 7064 0 -1 64 57129 0 0 0 2840 26 0 0 16 0 13 0 134669035 1840513024 136450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7784] ppid=7777 vsize=1797376 CPUtime=0.18
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 7064 0 -1 64 57 0 0 0 11 7 0 0 15 0 13 0 134669037 1840513024 136450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7785] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 7064 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 134669037 1840513024 136450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 7064 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134669037 1840513024 136450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 7064 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 134669042 1840513024 136450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=1797376 CPUtime=1.75
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 7064 0 -1 64 6375 0 0 0 173 2 0 0 16 0 13 0 134669042 1840513024 136450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7789] ppid=7777 vsize=1797376 CPUtime=1.55
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 7064 0 -1 64 7258 0 0 0 151 4 0 0 18 0 13 0 134669042 1840513024 136450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7790] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 7064 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 134669043 1840513024 136450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 7064 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 134669043 1840513024 136450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7792] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 7064 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134669124 1840513024 136450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1692.19
Current children cumulated vsize (KiB) 1797376

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 7990
/proc/meminfo: memFree=834648/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=1797376 CPUtime=1753.64
/proc/7779/stat : 7779 (java) S 7777 7779 7064 0 -1 0 172160 0 1 0 175258 106 0 0 18 0 13 0 134669025 1840513024 138017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7779/statm: 449344 138017 1333 9 0 446955 0
[pid=7779/tid=7781] ppid=7777 vsize=1797376 CPUtime=1689.84
/proc/7779/task/7781/stat : 7781 (java) R 7777 7779 7064 0 -1 64 47140 0 1 0 168945 39 0 0 17 0 13 0 134669033 1840513024 138017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109670507 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7782] ppid=7777 vsize=1797376 CPUtime=30.11
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 7064 0 -1 64 52735 0 0 0 2987 24 0 0 16 0 13 0 134669035 1840513024 138017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7783] ppid=7777 vsize=1797376 CPUtime=30.13
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 7064 0 -1 64 57874 0 0 0 2987 26 0 0 16 0 13 0 134669035 1840513024 138017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7784] ppid=7777 vsize=1797376 CPUtime=0.19
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 7064 0 -1 64 57 0 0 0 12 7 0 0 15 0 13 0 134669037 1840513024 138017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7785] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 7064 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 134669037 1840513024 138017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 7064 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134669037 1840513024 138017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 7064 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 134669042 1840513024 138017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=1797376 CPUtime=1.75
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 7064 0 -1 64 6375 0 0 0 173 2 0 0 16 0 13 0 134669042 1840513024 138017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7789] ppid=7777 vsize=1797376 CPUtime=1.55
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 7064 0 -1 64 7258 0 0 0 151 4 0 0 18 0 13 0 134669042 1840513024 138017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7790] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 7064 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 134669043 1840513024 138017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 7064 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 134669043 1840513024 138017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7792] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 7064 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134669124 1840513024 138017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1753.64
Current children cumulated vsize (KiB) 1797376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767.6 s]
/proc/loadavg: 1.05 1.02 1.00 2/90 7990
/proc/meminfo: memFree=830744/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=1797376 CPUtime=1800.03
/proc/7779/stat : 7779 (java) S 7777 7779 7064 0 -1 0 173087 0 1 0 179896 107 0 0 18 0 13 0 134669025 1840513024 138906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7779/statm: 449344 138906 1333 9 0 446955 0
[pid=7779/tid=7781] ppid=7777 vsize=1797376 CPUtime=1734.04
/proc/7779/task/7781/stat : 7781 (java) R 7777 7779 7064 0 -1 64 47156 0 1 0 173364 40 0 0 22 0 13 0 134669033 1840513024 138906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109714519 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7782] ppid=7777 vsize=1797376 CPUtime=31.21
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 7064 0 -1 64 53553 0 0 0 3096 25 0 0 16 0 13 0 134669035 1840513024 138906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7783] ppid=7777 vsize=1797376 CPUtime=31.22
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 7064 0 -1 64 57967 0 0 0 3096 26 0 0 16 0 13 0 134669035 1840513024 138906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7784] ppid=7777 vsize=1797376 CPUtime=0.19
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 7064 0 -1 64 57 0 0 0 12 7 0 0 15 0 13 0 134669037 1840513024 138906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7785] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 7064 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 134669037 1840513024 138906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 7064 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134669037 1840513024 138906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 7064 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 134669042 1840513024 138906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=1797376 CPUtime=1.75
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 7064 0 -1 64 6375 0 0 0 173 2 0 0 16 0 13 0 134669042 1840513024 138906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7789] ppid=7777 vsize=1797376 CPUtime=1.55
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 7064 0 -1 64 7258 0 0 0 151 4 0 0 18 0 13 0 134669042 1840513024 138906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7790] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 7064 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 134669043 1840513024 138906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 7064 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 134669043 1840513024 138906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7779/tid=7792] ppid=7777 vsize=1797376 CPUtime=0
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 7064 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 134669124 1840513024 138906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1797376

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

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

[startup+1767.72 s]
/proc/loadavg: 1.05 1.02 1.00 2/90 7990
/proc/meminfo: memFree=830744/2055920 swapFree=4139248/4192956
[pid=7779] ppid=7777 vsize=0 CPUtime=1800.14
/proc/7779/stat : 7779 (java) Z 7777 7779 7064 0 -1 1036 173107 0 1 0 179902 112 0 0 15 0 2 0 134669025 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7779/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1767.75
CPU time (s): 1800.19
CPU user time (s): 1799.03
CPU system time (s): 1.15782
CPU usage (%): 101.835
Max. virtual memory (cumulated for all children) (KiB): 1802528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.15782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173107
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= 42773
involuntary context switches= 59578

runsolver used 1.78073 second user time and 4.76628 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Wed Apr 18 22:43:21 UTC 2007

IDJOB= 359560
IDBENCH= 1301
IDSOLVER= 164
FILE ID= node11/359560-1176936201

PBS_JOBID= 4605670

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0fb4f85eaa7daeec6ae4b4468524bb94

RANDOM SEED= 971326480

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1383576 kB
Buffers:         36464 kB
Cached:         557012 kB
SwapCached:      22332 kB
Active:         236752 kB
Inactive:       391940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1383576 kB
SwapTotal:     4192956 kB
SwapFree:      4139248 kB
Dirty:            3692 kB
Writeback:           0 kB
Mapped:          30812 kB
Slab:            29116 kB
Committed_AS:  6165964 kB
PageTables:       1848 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= 66254 MiB

End job on node11 on Wed Apr 18 23:12:51 UTC 2007