Trace number 359980

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.14 1772.74

General information on the benchmark

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

Solver Data (download as text)

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

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/node3/watcher-359980-1176953254 -o ROOT/results/node3/solver-359980-1176953254 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359980-1176953254/sat4jPseudoCPClause.jar /tmp/evaluation/359980-1176953254/instance-359980-1176953254.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.83 0.92 0.97 3/77 11045
/proc/meminfo: memFree=1458712/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=152 CPUtime=0
/proc/11045/stat : 11045 (java) R 11043 11045 8873 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 171363143 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 10924836 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/11045/statm: 38 26 19 9 0 4 0

[startup+0.074195 s]
/proc/loadavg: 0.83 0.92 0.97 3/77 11045
/proc/meminfo: memFree=1458712/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=1777708 CPUtime=0.05
/proc/11045/stat : 11045 (java) S 11043 11045 8873 0 -1 0 3718 0 1 0 4 1 0 0 18 0 7 0 171363143 1820372992 3461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 444427 3461 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.1012 s]
/proc/loadavg: 0.83 0.92 0.97 3/77 11045
/proc/meminfo: memFree=1458712/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=1780112 CPUtime=0.08
/proc/11045/stat : 11045 (java) S 11043 11045 8873 0 -1 0 3965 0 1 0 7 1 0 0 18 0 12 0 171363143 1822834688 3707 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 445028 3707 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.30123 s]
/proc/loadavg: 0.83 0.92 0.97 3/77 11045
/proc/meminfo: memFree=1458712/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=1781412 CPUtime=0.31
/proc/11045/stat : 11045 (java) S 11043 11045 8873 0 -1 0 5102 0 1 0 28 3 0 0 18 0 12 0 171363143 1824165888 4841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 445353 4841 1263 9 0 442964 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781412

[startup+0.701297 s]
/proc/loadavg: 0.83 0.92 0.97 3/77 11045
/proc/meminfo: memFree=1458712/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=1782452 CPUtime=0.88
/proc/11045/stat : 11045 (java) S 11043 11045 8873 0 -1 0 6662 0 1 0 84 4 0 0 18 0 12 0 171363143 1825230848 6238 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 445613 6238 1301 9 0 443224 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782452

[startup+1.50243 s]
/proc/loadavg: 0.83 0.92 0.97 4/90 11058
/proc/meminfo: memFree=1434480/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=1790172 CPUtime=2.35
/proc/11045/stat : 11045 (java) S 11043 11045 8873 0 -1 0 14519 0 1 0 227 8 0 0 18 0 13 0 171363143 1833136128 10923 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 447543 10923 1313 9 0 445154 0
[pid=11045/tid=11047] ppid=11043 vsize=1790172 CPUtime=0.88
/proc/11045/task/11047/stat : 11047 (java) R 11043 11045 8873 0 -1 64 8090 0 1 0 84 4 0 0 19 0 13 0 171363145 1833136128 10923 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109147600 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=1790172 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 8873 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 171363146 1833136128 10923 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11049] ppid=11043 vsize=1790172 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 8873 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 171363146 1833136128 10925 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=1790172 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 8873 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 171363148 1833136128 10926 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=1790172 CPUtime=0
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 8873 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 171363149 1833136128 10928 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11052] ppid=11043 vsize=1790172 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 8873 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 171363149 1833136128 10929 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11053] ppid=11043 vsize=1790172 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 8873 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 171363153 1833136128 10930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11054] ppid=11043 vsize=1790172 CPUtime=0.68
/proc/11045/task/11054/stat : 11054 (java) S 11043 11045 8873 0 -1 64 1468 0 0 0 68 0 0 0 18 0 13 0 171363153 1833136128 10932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11055] ppid=11043 vsize=1790172 CPUtime=0.76
/proc/11045/task/11055/stat : 11055 (java) R 11043 11045 8873 0 -1 64 4236 0 0 0 75 1 0 0 18 0 13 0 171363153 1833136128 10933 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104723153 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11056] ppid=11043 vsize=1790172 CPUtime=0
/proc/11045/task/11056/stat : 11056 (java) S 11043 11045 8873 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 171363153 1833136128 10935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11057] ppid=11043 vsize=1790172 CPUtime=0
/proc/11045/task/11057/stat : 11057 (java) S 11043 11045 8873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 171363153 1833136128 10935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11058] ppid=11043 vsize=1790172 CPUtime=0
/proc/11045/task/11058/stat : 11058 (java) S 11043 11045 8873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 171363234 1833136128 10937 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 1790172

[startup+3.10168 s]
/proc/loadavg: 0.83 0.92 0.97 3/90 11058
/proc/meminfo: memFree=1384624/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=1799952 CPUtime=4.9
/proc/11045/stat : 11045 (java) S 11043 11045 8873 0 -1 0 53201 0 1 0 464 26 0 0 18 0 13 0 171363143 1843150848 43604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 449988 43604 1325 9 0 447599 0
[pid=11045/tid=11047] ppid=11043 vsize=1799952 CPUtime=1.93
/proc/11045/task/11047/stat : 11047 (java) R 11043 11045 8873 0 -1 64 37719 0 1 0 175 18 0 0 20 0 13 0 171363145 1843150848 43604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109666273 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=1799952 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 8873 0 -1 64 254 0 0 0 0 0 0 0 16 0 13 0 171363146 1843150848 43604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11049] ppid=11043 vsize=1799952 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 8873 0 -1 64 258 0 0 0 0 0 0 0 16 0 13 0 171363146 1843150848 43604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=1799952 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 8873 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 171363148 1843150848 43604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11051] ppid=11043 vsize=1799952 CPUtime=0
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 8873 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171363149 1843150848 43604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11052] ppid=11043 vsize=1799952 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 8873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171363149 1843150848 43604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11053] ppid=11043 vsize=1799952 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 8873 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 171363153 1843150848 43604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11054] ppid=11043 vsize=1799952 CPUtime=1.55
/proc/11045/task/11054/stat : 11054 (java) S 11043 11045 8873 0 -1 64 5856 0 0 0 152 3 0 0 16 0 13 0 171363153 1843150848 43604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11055] ppid=11043 vsize=1799952 CPUtime=1.36
/proc/11045/task/11055/stat : 11055 (java) S 11043 11045 8873 0 -1 64 8386 0 0 0 133 3 0 0 16 0 13 0 171363153 1843150848 43604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11056] ppid=11043 vsize=1799952 CPUtime=0
/proc/11045/task/11056/stat : 11056 (java) S 11043 11045 8873 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 171363153 1843150848 43604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11057] ppid=11043 vsize=1799952 CPUtime=0
/proc/11045/task/11057/stat : 11057 (java) S 11043 11045 8873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 171363153 1843150848 43604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11058] ppid=11043 vsize=1799952 CPUtime=0
/proc/11045/task/11058/stat : 11058 (java) S 11043 11045 8873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 171363234 1843150848 43604 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 1799952

[startup+6.3022 s]
/proc/loadavg: 0.84 0.92 0.97 2/90 11058
/proc/meminfo: memFree=1281200/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=1798320 CPUtime=8.24
/proc/11045/stat : 11045 (java) S 11043 11045 8873 0 -1 0 56150 0 1 0 797 27 0 0 18 0 13 0 171363143 1841479680 44532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 449580 44532 1326 9 0 447191 0
[pid=11045/tid=11047] ppid=11043 vsize=1798320 CPUtime=5.01
/proc/11045/task/11047/stat : 11047 (java) R 11043 11045 8873 0 -1 64 37725 0 1 0 483 18 0 0 25 0 13 0 171363145 1841479680 44532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109726691 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=1798320 CPUtime=0.08
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 8873 0 -1 64 1753 0 0 0 8 0 0 0 16 0 13 0 171363146 1841479680 44532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11049] ppid=11043 vsize=1798320 CPUtime=0.08
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 8873 0 -1 64 1693 0 0 0 8 0 0 0 17 0 13 0 171363146 1841479680 44532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=1798320 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 8873 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 171363148 1841479680 44532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=1798320 CPUtime=0
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 8873 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171363149 1841479680 44532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11052] ppid=11043 vsize=1798320 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 8873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171363149 1841479680 44532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11053] ppid=11043 vsize=1798320 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 8873 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 171363153 1841479680 44532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11054] ppid=11043 vsize=1798320 CPUtime=1.63
/proc/11045/task/11054/stat : 11054 (java) S 11043 11045 8873 0 -1 64 5857 0 0 0 160 3 0 0 15 0 13 0 171363153 1841479680 44532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11055] ppid=11043 vsize=1798320 CPUtime=1.38
/proc/11045/task/11055/stat : 11055 (java) S 11043 11045 8873 0 -1 64 8386 0 0 0 135 3 0 0 16 0 13 0 171363153 1841479680 44532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11056] ppid=11043 vsize=1798320 CPUtime=0
/proc/11045/task/11056/stat : 11056 (java) S 11043 11045 8873 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 171363153 1841479680 44532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11057] ppid=11043 vsize=1798320 CPUtime=0
/proc/11045/task/11057/stat : 11057 (java) S 11043 11045 8873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 171363153 1841479680 44532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11058] ppid=11043 vsize=1798320 CPUtime=0
/proc/11045/task/11058/stat : 11058 (java) S 11043 11045 8873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 171363234 1841479680 44532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 1798320

[startup+12.7022 s]
/proc/loadavg: 0.85 0.92 0.97 2/90 11058
/proc/meminfo: memFree=1244976/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=1796652 CPUtime=14.92
/proc/11045/stat : 11045 (java) S 11043 11045 8873 0 -1 0 67339 0 1 0 1460 32 0 0 18 0 13 0 171363143 1839771648 54503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 449163 54503 1332 9 0 446774 0
[pid=11045/tid=11047] ppid=11043 vsize=1796652 CPUtime=11.21
/proc/11045/task/11047/stat : 11047 (java) R 11043 11045 8873 0 -1 64 39085 0 1 0 1103 18 0 0 24 0 13 0 171363145 1839771648 54503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109667525 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=1796652 CPUtime=0.26
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 8873 0 -1 64 7058 0 0 0 24 2 0 0 16 0 13 0 171363146 1839771648 54503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11049] ppid=11043 vsize=1796652 CPUtime=0.27
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 8873 0 -1 64 6181 0 0 0 25 2 0 0 17 0 13 0 171363146 1839771648 54503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 8873 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 171363148 1839771648 54503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11051] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 8873 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171363149 1839771648 54503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11052] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 8873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171363149 1839771648 54503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11053] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 8873 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 171363153 1839771648 54503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11054] ppid=11043 vsize=1796652 CPUtime=1.67
/proc/11045/task/11054/stat : 11054 (java) S 11043 11045 8873 0 -1 64 5866 0 0 0 164 3 0 0 17 0 13 0 171363153 1839771648 54503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11055] ppid=11043 vsize=1796652 CPUtime=1.43
/proc/11045/task/11055/stat : 11055 (java) S 11043 11045 8873 0 -1 64 8400 0 0 0 140 3 0 0 16 0 13 0 171363153 1839771648 54503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11056] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11056/stat : 11056 (java) S 11043 11045 8873 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 171363153 1839771648 54503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11057] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11057/stat : 11057 (java) S 11043 11045 8873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 171363153 1839771648 54503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11058] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11058/stat : 11058 (java) S 11043 11045 8873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 171363234 1839771648 54503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.92
Current children cumulated vsize (KiB) 1796652

[startup+25.5023 s]
/proc/loadavg: 0.89 0.93 0.97 2/90 11058
/proc/meminfo: memFree=1232496/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=1796652 CPUtime=27.9
/proc/11045/stat : 11045 (java) S 11043 11045 8873 0 -1 0 71341 0 1 0 2756 34 0 0 18 0 13 0 171363143 1839771648 57942 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 449163 57942 1333 9 0 446774 0
[pid=11045/tid=11047] ppid=11043 vsize=1796652 CPUtime=23.85
/proc/11045/task/11047/stat : 11047 (java) R 11043 11045 8873 0 -1 64 39096 0 1 0 2366 19 0 0 17 0 13 0 171363145 1839771648 57942 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110014755 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=1796652 CPUtime=0.42
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 8873 0 -1 64 9234 0 0 0 39 3 0 0 16 0 13 0 171363146 1839771648 57942 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11049] ppid=11043 vsize=1796652 CPUtime=0.42
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 8873 0 -1 64 7974 0 0 0 39 3 0 0 16 0 13 0 171363146 1839771648 57942 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=11045/tid=11050] ppid=11043 vsize=1796652 CPUtime=0.19
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 8873 0 -1 64 88 0 0 0 12 7 0 0 16 0 13 0 171363148 1839771648 124485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11051] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 8873 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171363149 1839771648 124485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11052] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 8873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171363149 1839771648 124485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11053] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 8873 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 171363153 1839771648 124485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11054] ppid=11043 vsize=1796652 CPUtime=1.71
/proc/11045/task/11054/stat : 11054 (java) S 11043 11045 8873 0 -1 64 5866 0 0 0 168 3 0 0 17 0 13 0 171363153 1839771648 124485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11055] ppid=11043 vsize=1796652 CPUtime=1.47
/proc/11045/task/11055/stat : 11055 (java) S 11043 11045 8873 0 -1 64 8422 0 0 0 144 3 0 0 16 0 13 0 171363153 1839771648 124485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11056] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11056/stat : 11056 (java) S 11043 11045 8873 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 171363153 1839771648 124485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11057] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11057/stat : 11057 (java) S 11043 11045 8873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 171363153 1839771648 124485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11058] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11058/stat : 11058 (java) S 11043 11045 8873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 171363234 1839771648 124485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1565.42
Current children cumulated vsize (KiB) 1796652

[startup+1602.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 11060
/proc/meminfo: memFree=959472/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=1796652 CPUtime=1626.52
/proc/11045/stat : 11045 (java) S 11043 11045 8873 0 -1 0 167326 0 1 0 162557 95 0 0 18 0 13 0 171363143 1839771648 125689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 449163 125689 1333 9 0 446774 0
[pid=11045/tid=11047] ppid=11043 vsize=1796652 CPUtime=1577.14
/proc/11045/task/11047/stat : 11047 (java) R 11043 11045 8873 0 -1 64 53797 0 1 0 157675 39 0 0 25 0 13 0 171363145 1839771648 125689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109777703 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=1796652 CPUtime=23
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 8873 0 -1 64 47456 0 0 0 2279 21 0 0 16 0 13 0 171363146 1839771648 125689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=1796652 CPUtime=22.94
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 8873 0 -1 64 50976 0 0 0 2275 19 0 0 16 0 13 0 171363146 1839771648 125689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11050] ppid=11043 vsize=1796652 CPUtime=0.19
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 8873 0 -1 64 88 0 0 0 12 7 0 0 16 0 13 0 171363148 1839771648 125689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11051] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 8873 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171363149 1839771648 125689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11052] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 8873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171363149 1839771648 125689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11053] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 8873 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 171363153 1839771648 125689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11054] ppid=11043 vsize=1796652 CPUtime=1.71
/proc/11045/task/11054/stat : 11054 (java) S 11043 11045 8873 0 -1 64 5866 0 0 0 168 3 0 0 17 0 13 0 171363153 1839771648 125689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11055] ppid=11043 vsize=1796652 CPUtime=1.47
/proc/11045/task/11055/stat : 11055 (java) S 11043 11045 8873 0 -1 64 8422 0 0 0 144 3 0 0 16 0 13 0 171363153 1839771648 125689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11056] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11056/stat : 11056 (java) S 11043 11045 8873 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 171363153 1839771648 125689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11057] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11057/stat : 11057 (java) S 11043 11045 8873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 171363153 1839771648 125689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11058] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11058/stat : 11058 (java) S 11043 11045 8873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 171363234 1839771648 125689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626.52
Current children cumulated vsize (KiB) 1796652

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11060
/proc/meminfo: memFree=954736/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=1796652 CPUtime=1687.62
/proc/11045/stat : 11045 (java) S 11043 11045 8873 0 -1 0 168603 0 1 0 168666 96 0 0 18 0 13 0 171363143 1839771648 126851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 449163 126851 1333 9 0 446774 0
[pid=11045/tid=11047] ppid=11043 vsize=1796652 CPUtime=1635.98
/proc/11045/task/11047/stat : 11047 (java) R 11043 11045 8873 0 -1 64 53817 0 1 0 163558 40 0 0 25 0 13 0 171363145 1839771648 126851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109658632 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=1796652 CPUtime=24.14
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 8873 0 -1 64 48064 0 0 0 2393 21 0 0 16 0 13 0 171363146 1839771648 126851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=1796652 CPUtime=24.07
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 8873 0 -1 64 51624 0 0 0 2388 19 0 0 16 0 13 0 171363146 1839771648 126851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11050] ppid=11043 vsize=1796652 CPUtime=0.19
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 8873 0 -1 64 89 0 0 0 12 7 0 0 16 0 13 0 171363148 1839771648 126851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 8873 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171363149 1839771648 126851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11052] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 8873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171363149 1839771648 126851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11053] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 8873 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 171363153 1839771648 126851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11054] ppid=11043 vsize=1796652 CPUtime=1.71
/proc/11045/task/11054/stat : 11054 (java) S 11043 11045 8873 0 -1 64 5866 0 0 0 168 3 0 0 17 0 13 0 171363153 1839771648 126851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11055] ppid=11043 vsize=1796652 CPUtime=1.47
/proc/11045/task/11055/stat : 11055 (java) S 11043 11045 8873 0 -1 64 8422 0 0 0 144 3 0 0 16 0 13 0 171363153 1839771648 126851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11056] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11056/stat : 11056 (java) S 11043 11045 8873 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 171363153 1839771648 126851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11057] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11057/stat : 11057 (java) S 11043 11045 8873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 171363153 1839771648 126851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11058] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11058/stat : 11058 (java) S 11043 11045 8873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 171363234 1839771648 126851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.62
Current children cumulated vsize (KiB) 1796652

[startup+1722.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 11060
/proc/meminfo: memFree=950000/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=1796652 CPUtime=1748.74
/proc/11045/stat : 11045 (java) S 11043 11045 8873 0 -1 0 169992 0 1 0 174776 98 0 0 18 0 13 0 171363143 1839771648 128045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 449163 128045 1333 9 0 446774 0
[pid=11045/tid=11047] ppid=11043 vsize=1796652 CPUtime=1694.8
/proc/11045/task/11047/stat : 11047 (java) R 11043 11045 8873 0 -1 64 53837 0 1 0 169439 41 0 0 25 0 13 0 171363145 1839771648 128045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764600 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=1796652 CPUtime=25.28
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 8873 0 -1 64 48728 0 0 0 2507 21 0 0 16 0 13 0 171363146 1839771648 128045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11049] ppid=11043 vsize=1796652 CPUtime=25.21
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 8873 0 -1 64 52329 0 0 0 2502 19 0 0 16 0 13 0 171363146 1839771648 128045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=1796652 CPUtime=0.2
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 8873 0 -1 64 89 0 0 0 12 8 0 0 16 0 13 0 171363148 1839771648 128045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11051] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 8873 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171363149 1839771648 128045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11052] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 8873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171363149 1839771648 128045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11053] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 8873 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 171363153 1839771648 128045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11054] ppid=11043 vsize=1796652 CPUtime=1.71
/proc/11045/task/11054/stat : 11054 (java) S 11043 11045 8873 0 -1 64 5866 0 0 0 168 3 0 0 17 0 13 0 171363153 1839771648 128045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11055] ppid=11043 vsize=1796652 CPUtime=1.47
/proc/11045/task/11055/stat : 11055 (java) S 11043 11045 8873 0 -1 64 8422 0 0 0 144 3 0 0 16 0 13 0 171363153 1839771648 128045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11056] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11056/stat : 11056 (java) S 11043 11045 8873 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 171363153 1839771648 128045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11057] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11057/stat : 11057 (java) S 11043 11045 8873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 171363153 1839771648 128045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11058] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11058/stat : 11058 (java) S 11043 11045 8873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 171363234 1839771648 128045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1748.74
Current children cumulated vsize (KiB) 1796652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.6 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 11060
/proc/meminfo: memFree=945968/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=1796652 CPUtime=1800
/proc/11045/stat : 11045 (java) S 11043 11045 8873 0 -1 0 171049 0 1 0 179901 99 0 0 18 0 13 0 171363143 1839771648 129023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 449163 129023 1333 9 0 446774 0
[pid=11045/tid=11047] ppid=11043 vsize=1796652 CPUtime=1744.08
/proc/11045/task/11047/stat : 11047 (java) R 11043 11045 8873 0 -1 64 53854 0 1 0 174367 41 0 0 25 0 13 0 171363145 1839771648 129023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764600 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=1796652 CPUtime=26.26
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 8873 0 -1 64 49349 0 0 0 2605 21 0 0 16 0 13 0 171363146 1839771648 129023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11049] ppid=11043 vsize=1796652 CPUtime=26.19
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 8873 0 -1 64 52748 0 0 0 2600 19 0 0 16 0 13 0 171363146 1839771648 129023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=1796652 CPUtime=0.2
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 8873 0 -1 64 89 0 0 0 12 8 0 0 16 0 13 0 171363148 1839771648 129023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 8873 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 171363149 1839771648 129023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11052] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 8873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 171363149 1839771648 129023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11053] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 8873 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 171363153 1839771648 129023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11054] ppid=11043 vsize=1796652 CPUtime=1.71
/proc/11045/task/11054/stat : 11054 (java) S 11043 11045 8873 0 -1 64 5866 0 0 0 168 3 0 0 17 0 13 0 171363153 1839771648 129023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11055] ppid=11043 vsize=1796652 CPUtime=1.47
/proc/11045/task/11055/stat : 11055 (java) S 11043 11045 8873 0 -1 64 8422 0 0 0 144 3 0 0 16 0 13 0 171363153 1839771648 129023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11056] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11056/stat : 11056 (java) S 11043 11045 8873 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 171363153 1839771648 129023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11057] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11057/stat : 11057 (java) S 11043 11045 8873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 171363153 1839771648 129023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11045/tid=11058] ppid=11043 vsize=1796652 CPUtime=0
/proc/11045/task/11058/stat : 11058 (java) S 11043 11045 8873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 171363234 1839771648 129023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1796652

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

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

[startup+1772.71 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 11060
/proc/meminfo: memFree=945968/2055920 swapFree=4140660/4192956
[pid=11045] ppid=11043 vsize=0 CPUtime=1800.1
/proc/11045/stat : 11045 (java) Z 11043 11045 8873 0 -1 1036 171070 0 1 0 179906 104 0 0 16 0 2 0 171363143 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11045/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.74
CPU time (s): 1800.14
CPU user time (s): 1799.07
CPU system time (s): 1.07284
CPU usage (%): 101.546
Max. virtual memory (cumulated for all children) (KiB): 1803192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.07284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171070
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= 42558
involuntary context switches= 58000

runsolver used 1.70774 second user time and 4.84226 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Thu Apr 19 03:27:34 UTC 2007

IDJOB= 359980
IDBENCH= 1334
IDSOLVER= 164
FILE ID= node3/359980-1176953254

PBS_JOBID= 4605754

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e4fb42fad6e5e99b3f9cfb09951614f4

RANDOM SEED= 950987198

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1459184 kB
Buffers:         37160 kB
Cached:         492860 kB
SwapCached:      15204 kB
Active:         110544 kB
Inactive:       442724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1459184 kB
SwapTotal:     4192956 kB
SwapFree:      4140660 kB
Dirty:            3844 kB
Writeback:           0 kB
Mapped:          30248 kB
Slab:            29000 kB
Committed_AS:  5274564 kB
PageTables:       1780 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= 66355 MiB

End job on node3 on Thu Apr 19 03:57:09 UTC 2007