Trace number 350271

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.14 1767.73

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900574864.opb
MD5SUM58a39490a0f04cc377ab2aa6882fd7a1
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 benchmark37.6673
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 671
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.06/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.16	c no version file found!!!
0.06/0.16	c sun.arch.data.model	32
0.06/0.16	c java.version	1.6.0
0.06/0.16	c os.name	Linux
0.06/0.16	c os.version	2.6.9-22.EL.rootsmp
0.06/0.16	c os.arch	i386
0.06/0.16	c Free memory 1651659224
0.06/0.16	c Max memory 1654456320
0.06/0.16	c Total memory 1654456320
0.06/0.16	c Number of processors 2
0.18/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.18/0.22	--- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.22	c No reason simplification
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving /tmp/evaluation/350271-1176493008/instance-350271-1176493008.opb
0.18/0.22	c reading problem ... 
1.21/0.91	c ... done. Wall clock time 0.686s.
1.21/0.91	c CPU time (experimental) 0.58s.
1.21/0.91	c #vars     231
1.21/0.91	c #constraints  2707
1800.01/1767.62	c starts		: 2
1800.01/1767.62	c conflicts		: 32066
1800.01/1767.62	c decisions		: 163948
1800.01/1767.62	c propagations		: 1064678
1800.01/1767.62	c inspects		: 544871087
1800.01/1767.62	c learnt literals	: 0
1800.01/1767.62	c learnt binary clauses	: 0
1800.01/1767.62	c learnt ternary clauses	: 0
1800.01/1767.62	c learnt clauses	: 32066
1800.01/1767.62	c root simplifications	: 0
1800.01/1767.62	c removed literals (reason simplification)	: 0
1800.01/1767.62	c reason swapping (by a shorter reason)	: 0
1800.01/1767.62	c Calls to reduceDB	: 0
1800.01/1767.62	c speed (decisions/second)	: 92.79863610660964
1800.01/1767.62	c non guided choices	121
1800.01/1767.62	s UNKNOWN
1800.01/1767.62	c Total wall clock time (ms): 1767.397

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-350271-1176493008 -o ROOT/results/node3/solver-350271-1176493008 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350271-1176493008/sat4jPseudoCP.jar /tmp/evaluation/350271-1176493008/instance-350271-1176493008.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.70 0.39 0.23 2/77 18505
/proc/meminfo: memFree=1700248/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=18568 CPUtime=0
/proc/18505/stat : 18505 (runsolver) D 18503 18505 18381 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 125338528 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 233632754983 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/18505/statm: 4642 292 257 24 0 2626 0

[startup+0.0207081 s]
/proc/loadavg: 0.70 0.39 0.23 2/77 18505
/proc/meminfo: memFree=1700248/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=18568 CPUtime=0
/proc/18505/stat : 18505 (runsolver) D 18503 18505 18381 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 125338528 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 233632754983 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/18505/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.101727 s]
/proc/loadavg: 0.70 0.39 0.23 2/77 18505
/proc/meminfo: memFree=1700248/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=1777844 CPUtime=0.06
/proc/18505/stat : 18505 (java) S 18503 18505 18381 0 -1 0 3804 0 1 0 4 2 0 0 19 0 7 0 125338528 1820512256 3546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/18505/statm: 444461 3546 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.301755 s]
/proc/loadavg: 0.70 0.39 0.23 2/77 18505
/proc/meminfo: memFree=1700248/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=1781420 CPUtime=0.29
/proc/18505/stat : 18505 (java) S 18503 18505 18381 0 -1 0 5076 0 1 0 26 3 0 0 19 0 12 0 125338528 1824174080 4814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18505/statm: 445355 4814 1263 9 0 442967 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1781420

[startup+0.701824 s]
/proc/loadavg: 0.70 0.39 0.23 2/77 18505
/proc/meminfo: memFree=1700248/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=1782360 CPUtime=0.86
/proc/18505/stat : 18505 (java) S 18503 18505 18381 0 -1 0 6677 0 1 0 83 3 0 0 19 0 12 0 125338528 1825136640 6175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18505/statm: 445590 6175 1301 9 0 443202 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1782360

[startup+1.50296 s]
/proc/loadavg: 0.70 0.39 0.23 4/90 18518
/proc/meminfo: memFree=1675888/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=1786832 CPUtime=2.34
/proc/18505/stat : 18505 (java) S 18503 18505 18381 0 -1 0 15717 0 1 0 226 8 0 0 19 0 13 0 125338528 1829715968 13280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18505/statm: 446708 13280 1310 9 0 444320 0
[pid=18505/tid=18507] ppid=18503 vsize=1786832 CPUtime=0.91
/proc/18505/task/18507/stat : 18507 (java) R 18503 18505 18381 0 -1 64 11091 0 1 0 85 6 0 0 20 0 13 0 125338531 1829715968 13280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109186124 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18508] ppid=18503 vsize=1786832 CPUtime=0
/proc/18505/task/18508/stat : 18508 (java) S 18503 18505 18381 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 125338532 1829715968 13280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18509] ppid=18503 vsize=1786832 CPUtime=0
/proc/18505/task/18509/stat : 18509 (java) S 18503 18505 18381 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 125338532 1829715968 13280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18510] ppid=18503 vsize=1786832 CPUtime=0
/proc/18505/task/18510/stat : 18510 (java) S 18503 18505 18381 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 125338535 1829715968 13280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18511] ppid=18503 vsize=1786832 CPUtime=0
/proc/18505/task/18511/stat : 18511 (java) S 18503 18505 18381 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 125338535 1829715968 13280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18512] ppid=18503 vsize=1786832 CPUtime=0
/proc/18505/task/18512/stat : 18512 (java) S 18503 18505 18381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 125338535 1829715968 13280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18513] ppid=18503 vsize=1786832 CPUtime=0
/proc/18505/task/18513/stat : 18513 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1829715968 13280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18514] ppid=18503 vsize=1786832 CPUtime=0.69
/proc/18505/task/18514/stat : 18514 (java) R 18503 18505 18381 0 -1 64 2095 0 0 0 69 0 0 0 17 0 13 0 125338539 1829715968 13280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102283577 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18515] ppid=18503 vsize=1786832 CPUtime=0.7
/proc/18505/task/18515/stat : 18515 (java) S 18503 18505 18381 0 -1 64 1808 0 0 0 70 0 0 0 16 0 13 0 125338539 1829715968 13280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18516] ppid=18503 vsize=1786832 CPUtime=0
/proc/18505/task/18516/stat : 18516 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1829715968 13280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18517] ppid=18503 vsize=1786832 CPUtime=0
/proc/18505/task/18517/stat : 18517 (java) S 18503 18505 18381 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 125338539 1829715968 13280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18518] ppid=18503 vsize=1786832 CPUtime=0
/proc/18505/task/18518/stat : 18518 (java) S 18503 18505 18381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 125338619 1829715968 13280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 1786832

[startup+3.10122 s]
/proc/loadavg: 0.80 0.41 0.24 4/90 18518
/proc/meminfo: memFree=1620720/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=1800372 CPUtime=5.01
/proc/18505/stat : 18505 (java) S 18503 18505 18381 0 -1 0 50871 0 1 0 475 26 0 0 19 0 13 0 125338528 1843580928 43486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18505/statm: 450031 43484 1348 9 0 447643 0
[pid=18505/tid=18507] ppid=18503 vsize=1799100 CPUtime=1.82
/proc/18505/task/18507/stat : 18507 (java) R 18503 18505 18381 0 -1 64 37720 0 1 0 162 20 0 0 21 0 13 0 125338531 1842278400 43437 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109640085 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18508] ppid=18503 vsize=1799100 CPUtime=0
/proc/18505/task/18508/stat : 18508 (java) S 18503 18505 18381 0 -1 64 230 0 0 0 0 0 0 0 16 0 13 0 125338532 1842278400 43437 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18509] ppid=18503 vsize=1799100 CPUtime=0
/proc/18505/task/18509/stat : 18509 (java) S 18503 18505 18381 0 -1 64 151 0 0 0 0 0 0 0 16 0 13 0 125338532 1842278400 43229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18510] ppid=18503 vsize=1799100 CPUtime=0
/proc/18505/task/18510/stat : 18510 (java) S 18503 18505 18381 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 125338535 1842278400 43229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18511] ppid=18503 vsize=1799100 CPUtime=0
/proc/18505/task/18511/stat : 18511 (java) S 18503 18505 18381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 125338535 1842278400 43229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18512] ppid=18503 vsize=1799100 CPUtime=0
/proc/18505/task/18512/stat : 18512 (java) S 18503 18505 18381 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125338535 1842278400 43229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18513] ppid=18503 vsize=1799100 CPUtime=0
/proc/18505/task/18513/stat : 18513 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1842278400 43229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18514] ppid=18503 vsize=1799100 CPUtime=1.61
/proc/18505/task/18514/stat : 18514 (java) S 18503 18505 18381 0 -1 64 7025 0 0 0 158 3 0 0 17 0 13 0 125338539 1842278400 43229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18515] ppid=18503 vsize=1799100 CPUtime=1.55
/proc/18505/task/18515/stat : 18515 (java) S 18503 18505 18381 0 -1 64 5016 0 0 0 153 2 0 0 17 0 13 0 125338539 1842278400 43229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18516] ppid=18503 vsize=1799100 CPUtime=0
/proc/18505/task/18516/stat : 18516 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1842278400 43229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18517] ppid=18503 vsize=1799100 CPUtime=0
/proc/18505/task/18517/stat : 18517 (java) S 18503 18505 18381 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 125338539 1842278400 43229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18518] ppid=18503 vsize=1799100 CPUtime=0
/proc/18505/task/18518/stat : 18518 (java) S 18503 18505 18381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 125338619 1842278400 43229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 1800372

[startup+6.30273 s]
/proc/loadavg: 0.80 0.41 0.24 2/90 18518
/proc/meminfo: memFree=1529200/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=1799092 CPUtime=8.41
/proc/18505/stat : 18505 (java) S 18503 18505 18381 0 -1 0 55201 0 1 0 812 29 0 0 19 0 13 0 125338528 1842270208 46756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18505/statm: 449773 46758 1325 9 0 447385 0
[pid=18505/tid=18507] ppid=18503 vsize=1799092 CPUtime=4.93
/proc/18505/task/18507/stat : 18507 (java) R 18503 18505 18381 0 -1 64 39665 0 1 0 472 21 0 0 25 0 13 0 125338531 1842270208 46759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109639940 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18508] ppid=18503 vsize=1799092 CPUtime=0.06
/proc/18505/task/18508/stat : 18508 (java) S 18503 18505 18381 0 -1 64 1430 0 0 0 6 0 0 0 17 0 13 0 125338532 1842270208 46761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18509] ppid=18503 vsize=1799092 CPUtime=0.06
/proc/18505/task/18509/stat : 18509 (java) S 18503 18505 18381 0 -1 64 1317 0 0 0 6 0 0 0 16 0 13 0 125338532 1842270208 46763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18510] ppid=18503 vsize=1799092 CPUtime=0
/proc/18505/task/18510/stat : 18510 (java) S 18503 18505 18381 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 125338535 1842270208 46765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18511] ppid=18503 vsize=1799092 CPUtime=0
/proc/18505/task/18511/stat : 18511 (java) S 18503 18505 18381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 125338535 1842270208 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18512] ppid=18503 vsize=1799092 CPUtime=0
/proc/18505/task/18512/stat : 18512 (java) S 18503 18505 18381 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125338535 1842270208 46769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18513] ppid=18503 vsize=1799092 CPUtime=0
/proc/18505/task/18513/stat : 18513 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1842270208 46771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18514] ppid=18503 vsize=1799092 CPUtime=1.66
/proc/18505/task/18514/stat : 18514 (java) S 18503 18505 18381 0 -1 64 7025 0 0 0 163 3 0 0 16 0 13 0 125338539 1842270208 46773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18515] ppid=18503 vsize=1799092 CPUtime=1.65
/proc/18505/task/18515/stat : 18515 (java) S 18503 18505 18381 0 -1 64 5019 0 0 0 163 2 0 0 16 0 13 0 125338539 1842270208 46775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18516] ppid=18503 vsize=1799092 CPUtime=0
/proc/18505/task/18516/stat : 18516 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1842270208 46776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18517] ppid=18503 vsize=1799092 CPUtime=0
/proc/18505/task/18517/stat : 18517 (java) S 18503 18505 18381 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 125338539 1842270208 46778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18518] ppid=18503 vsize=1799092 CPUtime=0
/proc/18505/task/18518/stat : 18518 (java) S 18503 18505 18381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 125338619 1842270208 46780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 1799092

[startup+12.7018 s]
/proc/loadavg: 0.83 0.43 0.25 2/90 18518
/proc/meminfo: memFree=1478768/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=1803188 CPUtime=15.18
/proc/18505/stat : 18505 (java) S 18503 18505 18381 0 -1 0 66797 0 1 0 1484 34 0 0 19 0 13 0 125338528 1846464512 56559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18505/statm: 450797 56559 1326 9 0 448409 0
[pid=18505/tid=18507] ppid=18503 vsize=1803188 CPUtime=11.19
/proc/18505/task/18507/stat : 18507 (java) R 18503 18505 18381 0 -1 64 44032 0 1 0 1096 23 0 0 18 0 13 0 125338531 1846464512 56559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677783 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18508] ppid=18503 vsize=1803188 CPUtime=0.16
/proc/18505/task/18508/stat : 18508 (java) S 18503 18505 18381 0 -1 64 3849 0 0 0 15 1 0 0 16 0 13 0 125338532 1846464512 56559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18509] ppid=18503 vsize=1803188 CPUtime=0.17
/proc/18505/task/18509/stat : 18509 (java) S 18503 18505 18381 0 -1 64 3582 0 0 0 16 1 0 0 16 0 13 0 125338532 1846464512 56559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18510] ppid=18503 vsize=1803188 CPUtime=0
/proc/18505/task/18510/stat : 18510 (java) S 18503 18505 18381 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 125338535 1846464512 56559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18511] ppid=18503 vsize=1803188 CPUtime=0
/proc/18505/task/18511/stat : 18511 (java) S 18503 18505 18381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 125338535 1846464512 56559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18512] ppid=18503 vsize=1803188 CPUtime=0
/proc/18505/task/18512/stat : 18512 (java) S 18503 18505 18381 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125338535 1846464512 56559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18513] ppid=18503 vsize=1803188 CPUtime=0
/proc/18505/task/18513/stat : 18513 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1846464512 56559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18514] ppid=18503 vsize=1803188 CPUtime=1.88
/proc/18505/task/18514/stat : 18514 (java) S 18503 18505 18381 0 -1 64 9567 0 0 0 184 4 0 0 16 0 13 0 125338539 1846464512 56559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18515] ppid=18503 vsize=1803188 CPUtime=1.73
/proc/18505/task/18515/stat : 18515 (java) S 18503 18505 18381 0 -1 64 5019 0 0 0 171 2 0 0 16 0 13 0 125338539 1846464512 56559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18516] ppid=18503 vsize=1803188 CPUtime=0
/proc/18505/task/18516/stat : 18516 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1846464512 56559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18517] ppid=18503 vsize=1803188 CPUtime=0
/proc/18505/task/18517/stat : 18517 (java) S 18503 18505 18381 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 125338539 1846464512 56559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18518] ppid=18503 vsize=1803188 CPUtime=0
/proc/18505/task/18518/stat : 18518 (java) S 18503 18505 18381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 125338619 1846464512 56559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 1803188

[startup+25.5029 s]
/proc/loadavg: 0.86 0.45 0.26 2/90 18518
/proc/meminfo: memFree=1466736/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=1803188 CPUtime=28.25
/proc/18505/stat : 18505 (java) S 18503 18505 18381 0 -1 0 70173 0 1 0 2790 35 0 0 19 0 13 0 125338528 1846464512 59444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18505/statm: 450797 59444 1333 9 0 448409 0
[pid=18505/tid=18507] ppid=18503 vsize=1803188 CPUtime=23.81
/proc/18505/task/18507/stat : 18507 (java) R 18503 18505 18381 0 -1 64 44047 0 1 0 2358 23 0 0 23 0 13 0 125338531 1846464512 59444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103840279 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18508] ppid=18503 vsize=1803188 CPUtime=0.29
/proc/18505/task/18508/stat : 18508 (java) S 18503 18505 18381 0 -1 64 5304 0 0 0 27 2 0 0 16 0 13 0 125338532 1846464512 59444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18509] ppid=18503 vsize=1803188 CPUtime=0.29
/proc/18505/task/18509/stat : 18509 (java) S 18503 18505 18381 0 -1 64 5474 0 0 0 28 1 0 0 16 0 13 0 125338532 1846464512 59444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18505/tid=18510] ppid=18503 vsize=1801140 CPUtime=0.18
/proc/18505/task/18510/stat : 18510 (java) S 18503 18505 18381 0 -1 64 38 0 0 0 13 5 0 0 15 0 13 0 125338535 1844367360 123696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18511] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18511/stat : 18511 (java) S 18503 18505 18381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 125338535 1844367360 123696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18512] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18512/stat : 18512 (java) S 18503 18505 18381 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125338535 1844367360 123696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18513] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18513/stat : 18513 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1844367360 123696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18514] ppid=18503 vsize=1801140 CPUtime=2
/proc/18505/task/18514/stat : 18514 (java) S 18503 18505 18381 0 -1 64 9579 0 0 0 196 4 0 0 17 0 13 0 125338539 1844367360 123696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18515] ppid=18503 vsize=1801140 CPUtime=2.1
/proc/18505/task/18515/stat : 18515 (java) S 18503 18505 18381 0 -1 64 5047 0 0 0 208 2 0 0 19 0 13 0 125338539 1844367360 123696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18516] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18516/stat : 18516 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1844367360 123696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18517] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18517/stat : 18517 (java) S 18503 18505 18381 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 125338539 1844367360 123696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18518] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18518/stat : 18518 (java) S 18503 18505 18381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 125338619 1844367360 123696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1569.69
Current children cumulated vsize (KiB) 1801140

[startup+1602.3 s]
/proc/loadavg: 1.09 1.04 0.86 2/90 18716
/proc/meminfo: memFree=1203120/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=1801140 CPUtime=1630.97
/proc/18505/stat : 18505 (java) S 18503 18505 18381 0 -1 0 150875 0 1 0 163005 92 0 0 19 0 13 0 125338528 1844367360 125099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18505/statm: 450285 125099 1333 9 0 447897 0
[pid=18505/tid=18507] ppid=18503 vsize=1801140 CPUtime=1572.83
/proc/18505/task/18507/stat : 18507 (java) R 18503 18505 18381 0 -1 64 47463 0 1 0 157244 39 0 0 25 0 13 0 125338531 1844367360 125099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109762536 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18508] ppid=18503 vsize=1801140 CPUtime=26.85
/proc/18505/task/18508/stat : 18508 (java) S 18503 18505 18381 0 -1 64 47335 0 0 0 2665 20 0 0 16 0 13 0 125338532 1844367360 125099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18509] ppid=18503 vsize=1801140 CPUtime=26.94
/proc/18505/task/18509/stat : 18509 (java) S 18503 18505 18381 0 -1 64 40691 0 0 0 2676 18 0 0 16 0 13 0 125338532 1844367360 125099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18510] ppid=18503 vsize=1801140 CPUtime=0.19
/proc/18505/task/18510/stat : 18510 (java) S 18503 18505 18381 0 -1 64 38 0 0 0 14 5 0 0 16 0 13 0 125338535 1844367360 125099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18511] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18511/stat : 18511 (java) S 18503 18505 18381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 125338535 1844367360 125099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18512] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18512/stat : 18512 (java) S 18503 18505 18381 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125338535 1844367360 125099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18513] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18513/stat : 18513 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1844367360 125099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18514] ppid=18503 vsize=1801140 CPUtime=2
/proc/18505/task/18514/stat : 18514 (java) S 18503 18505 18381 0 -1 64 9579 0 0 0 196 4 0 0 17 0 13 0 125338539 1844367360 125099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18515] ppid=18503 vsize=1801140 CPUtime=2.1
/proc/18505/task/18515/stat : 18515 (java) S 18503 18505 18381 0 -1 64 5047 0 0 0 208 2 0 0 19 0 13 0 125338539 1844367360 125099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18516] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18516/stat : 18516 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1844367360 125099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18517] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18517/stat : 18517 (java) S 18503 18505 18381 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 125338539 1844367360 125099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18518] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18518/stat : 18518 (java) S 18503 18505 18381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 125338619 1844367360 125099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1630.97
Current children cumulated vsize (KiB) 1801140

[startup+1662.3 s]
/proc/loadavg: 1.03 1.03 0.86 2/90 18716
/proc/meminfo: memFree=1197552/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=1801140 CPUtime=1692.33
/proc/18505/stat : 18505 (java) S 18503 18505 18381 0 -1 0 152337 0 1 0 169140 93 0 0 19 0 13 0 125338528 1844367360 126494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18505/statm: 450285 126494 1333 9 0 447897 0
[pid=18505/tid=18507] ppid=18503 vsize=1801140 CPUtime=1631.39
/proc/18505/task/18507/stat : 18507 (java) R 18503 18505 18381 0 -1 64 47489 0 1 0 163099 40 0 0 25 0 13 0 125338531 1844367360 126494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109797712 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18508] ppid=18503 vsize=1801140 CPUtime=28.25
/proc/18505/task/18508/stat : 18508 (java) S 18503 18505 18381 0 -1 64 47629 0 0 0 2805 20 0 0 17 0 13 0 125338532 1844367360 126494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18509] ppid=18503 vsize=1801140 CPUtime=28.33
/proc/18505/task/18509/stat : 18509 (java) S 18503 18505 18381 0 -1 64 41832 0 0 0 2815 18 0 0 16 0 13 0 125338532 1844367360 126494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18510] ppid=18503 vsize=1801140 CPUtime=0.19
/proc/18505/task/18510/stat : 18510 (java) S 18503 18505 18381 0 -1 64 39 0 0 0 14 5 0 0 16 0 13 0 125338535 1844367360 126494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18511] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18511/stat : 18511 (java) S 18503 18505 18381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 125338535 1844367360 126494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18512] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18512/stat : 18512 (java) S 18503 18505 18381 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125338535 1844367360 126494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18513] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18513/stat : 18513 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1844367360 126494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18514] ppid=18503 vsize=1801140 CPUtime=2
/proc/18505/task/18514/stat : 18514 (java) S 18503 18505 18381 0 -1 64 9579 0 0 0 196 4 0 0 17 0 13 0 125338539 1844367360 126494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18515] ppid=18503 vsize=1801140 CPUtime=2.1
/proc/18505/task/18515/stat : 18515 (java) S 18503 18505 18381 0 -1 64 5047 0 0 0 208 2 0 0 19 0 13 0 125338539 1844367360 126494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18516] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18516/stat : 18516 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1844367360 126494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18517] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18517/stat : 18517 (java) S 18503 18505 18381 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 125338539 1844367360 126494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18518] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18518/stat : 18518 (java) S 18503 18505 18381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 125338619 1844367360 126494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1692.33
Current children cumulated vsize (KiB) 1801140

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 0.87 2/90 18716
/proc/meminfo: memFree=1191344/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=1801140 CPUtime=1753.67
/proc/18505/stat : 18505 (java) S 18503 18505 18381 0 -1 0 154004 0 1 0 175273 94 0 0 19 0 13 0 125338528 1844367360 128037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18505/statm: 450285 128037 1333 9 0 447897 0
[pid=18505/tid=18507] ppid=18503 vsize=1801140 CPUtime=1689.98
/proc/18505/task/18507/stat : 18507 (java) R 18503 18505 18381 0 -1 64 47514 0 1 0 168958 40 0 0 25 0 13 0 125338531 1844367360 128037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109763973 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18508] ppid=18503 vsize=1801140 CPUtime=29.62
/proc/18505/task/18508/stat : 18508 (java) S 18503 18505 18381 0 -1 64 47951 0 0 0 2942 20 0 0 16 0 13 0 125338532 1844367360 128037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18509] ppid=18503 vsize=1801140 CPUtime=29.7
/proc/18505/task/18509/stat : 18509 (java) S 18503 18505 18381 0 -1 64 43152 0 0 0 2951 19 0 0 16 0 13 0 125338532 1844367360 128037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18510] ppid=18503 vsize=1801140 CPUtime=0.2
/proc/18505/task/18510/stat : 18510 (java) S 18503 18505 18381 0 -1 64 39 0 0 0 15 5 0 0 16 0 13 0 125338535 1844367360 128037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18511] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18511/stat : 18511 (java) S 18503 18505 18381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 125338535 1844367360 128037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18512] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18512/stat : 18512 (java) S 18503 18505 18381 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125338535 1844367360 128037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18513] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18513/stat : 18513 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1844367360 128037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18514] ppid=18503 vsize=1801140 CPUtime=2
/proc/18505/task/18514/stat : 18514 (java) S 18503 18505 18381 0 -1 64 9579 0 0 0 196 4 0 0 17 0 13 0 125338539 1844367360 128037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18515] ppid=18503 vsize=1801140 CPUtime=2.1
/proc/18505/task/18515/stat : 18515 (java) S 18503 18505 18381 0 -1 64 5047 0 0 0 208 2 0 0 19 0 13 0 125338539 1844367360 128037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18516] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18516/stat : 18516 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1844367360 128037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18517] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18517/stat : 18517 (java) S 18503 18505 18381 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 125338539 1844367360 128037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18518] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18518/stat : 18518 (java) S 18503 18505 18381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 125338619 1844367360 128037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1753.67
Current children cumulated vsize (KiB) 1801140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767.6 s]
/proc/loadavg: 1.00 1.02 0.87 2/90 18716
/proc/meminfo: memFree=1186160/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=1801140 CPUtime=1800.01
/proc/18505/stat : 18505 (java) S 18503 18505 18381 0 -1 0 155387 0 1 0 179905 96 0 0 19 0 13 0 125338528 1844367360 129316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18505/statm: 450285 129316 1333 9 0 447897 0
[pid=18505/tid=18507] ppid=18503 vsize=1801140 CPUtime=1734.22
/proc/18505/task/18507/stat : 18507 (java) R 18503 18505 18381 0 -1 64 47533 0 1 0 173381 41 0 0 25 0 13 0 125338531 1844367360 129316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109654555 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18508] ppid=18503 vsize=1801140 CPUtime=30.66
/proc/18505/task/18508/stat : 18508 (java) S 18503 18505 18381 0 -1 64 48318 0 0 0 3046 20 0 0 16 0 13 0 125338532 1844367360 129316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18509] ppid=18503 vsize=1801140 CPUtime=30.75
/proc/18505/task/18509/stat : 18509 (java) S 18503 18505 18381 0 -1 64 44149 0 0 0 3056 19 0 0 16 0 13 0 125338532 1844367360 129316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18510] ppid=18503 vsize=1801140 CPUtime=0.21
/proc/18505/task/18510/stat : 18510 (java) S 18503 18505 18381 0 -1 64 39 0 0 0 15 6 0 0 16 0 13 0 125338535 1844367360 129316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18511] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18511/stat : 18511 (java) S 18503 18505 18381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 125338535 1844367360 129316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18512] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18512/stat : 18512 (java) S 18503 18505 18381 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 125338535 1844367360 129316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18513] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18513/stat : 18513 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1844367360 129316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18514] ppid=18503 vsize=1801140 CPUtime=2
/proc/18505/task/18514/stat : 18514 (java) S 18503 18505 18381 0 -1 64 9579 0 0 0 196 4 0 0 17 0 13 0 125338539 1844367360 129316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18515] ppid=18503 vsize=1801140 CPUtime=2.1
/proc/18505/task/18515/stat : 18515 (java) S 18503 18505 18381 0 -1 64 5047 0 0 0 208 2 0 0 19 0 13 0 125338539 1844367360 129316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18516] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18516/stat : 18516 (java) S 18503 18505 18381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 125338539 1844367360 129316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18505/tid=18517] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18517/stat : 18517 (java) S 18503 18505 18381 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 125338539 1844367360 129316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18505/tid=18518] ppid=18503 vsize=1801140 CPUtime=0
/proc/18505/task/18518/stat : 18518 (java) S 18503 18505 18381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 125338619 1844367360 129316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1801140

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.00 1.02 0.87 2/90 18716
/proc/meminfo: memFree=1186160/2055920 swapFree=4191880/4192956
[pid=18505] ppid=18503 vsize=0 CPUtime=1800.12
/proc/18505/stat : 18505 (java) Z 18503 18505 18381 0 -1 1036 155407 0 1 0 179910 102 0 0 16 0 2 0 125338528 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18505/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1767.73
CPU time (s): 1800.14
CPU user time (s): 1799.1
CPU system time (s): 1.04084
CPU usage (%): 101.833
Max. virtual memory (cumulated for all children) (KiB): 1804876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.04084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155407
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= 44274
involuntary context switches= 43250

runsolver used 1.73673 second user time and 4.80727 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Fri Apr 13 19:36:48 UTC 2007

IDJOB= 350271
IDBENCH= 1272
IDSOLVER= 160
FILE ID= node3/350271-1176493008

PBS_JOBID= 4556689

Free space on /tmp= 66555 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  58a39490a0f04cc377ab2aa6882fd7a1

RANDOM SEED= 437463804

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:       1700720 kB
Buffers:         38532 kB
Cached:         198488 kB
SwapCached:        504 kB
Active:         215544 kB
Inactive:        80816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700720 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3676 kB
Writeback:           0 kB
Mapped:          76292 kB
Slab:            44348 kB
Committed_AS:  4863920 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= 66555 MiB

End job on node3 on Fri Apr 13 20:06:18 UTC 2007