Trace number 350327

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.19 1770.63

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900557957.opb
MD5SUMaacf18cf0b8ed9727f2f81c2bd5074e6
Bench CategorySATUNSAT-SMALLINT (no optimisation, small integers)
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 benchmark80.4218
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 717
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/350327-1176497759/instance-350327-1176497759.opb
0.20/0.20	c reading problem ... 
1.05/0.89	c ... done. Wall clock time 0.689s.
1.05/0.89	c CPU time (experimental) 0.58s.
1.05/0.89	c #vars     231
1.05/0.89	c #constraints  2707
1800.06/1770.51	c starts		: 2
1800.06/1770.51	c conflicts		: 32442
1800.06/1770.51	c decisions		: 165936
1800.06/1770.51	c propagations		: 975093
1800.06/1770.51	c inspects		: 601561701
1800.06/1770.51	c learnt literals	: 0
1800.06/1770.51	c learnt binary clauses	: 0
1800.06/1770.51	c learnt ternary clauses	: 1
1800.06/1770.51	c learnt clauses	: 32442
1800.06/1770.51	c root simplifications	: 0
1800.06/1770.51	c removed literals (reason simplification)	: 0
1800.06/1770.51	c reason swapping (by a shorter reason)	: 0
1800.06/1770.51	c Calls to reduceDB	: 0
1800.06/1770.51	c speed (decisions/second)	: 93.76933678944451
1800.06/1770.51	c non guided choices	121
1800.06/1770.51	s UNKNOWN
1800.06/1770.51	c Total wall clock time (ms): 1770.312

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/node18/watcher-350327-1176497759 -o ROOT/results/node18/solver-350327-1176497759 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350327-1176497759/sat4jPseudoCPClause.jar /tmp/evaluation/350327-1176497759/instance-350327-1176497759.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.99 0.97 0.91 2/77 20491
/proc/meminfo: memFree=1172560/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1800 CPUtime=0
/proc/20491/stat : 20491 (java) D 20489 20491 19981 0 -1 0 165 0 0 0 0 0 0 0 18 0 1 0 97693318 1843200 138 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/20491/statm: 450 138 101 9 0 92 0

[startup+0.092022 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 20491
/proc/meminfo: memFree=1172560/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1777844 CPUtime=0.08
/proc/20491/stat : 20491 (java) S 20489 20491 19981 0 -1 0 3878 0 1 0 5 3 0 0 18 0 7 0 97693318 1820512256 3621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 444461 3621 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1777844

[startup+0.102025 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 20491
/proc/meminfo: memFree=1172560/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1780112 CPUtime=0.09
/proc/20491/stat : 20491 (java) S 20489 20491 19981 0 -1 0 3982 0 1 0 6 3 0 0 18 0 12 0 97693318 1822834688 3724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 445028 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.302045 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 20491
/proc/meminfo: memFree=1172560/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1781392 CPUtime=0.31
/proc/20491/stat : 20491 (java) S 20489 20491 19981 0 -1 0 5128 0 1 0 28 3 0 0 18 0 12 0 97693318 1824145408 4867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 445348 4867 1263 9 0 442959 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781392

[startup+0.701081 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 20491
/proc/meminfo: memFree=1172560/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1782452 CPUtime=0.89
/proc/20491/stat : 20491 (java) S 20489 20491 19981 0 -1 0 6703 0 1 0 85 4 0 0 18 0 12 0 97693318 1825230848 6282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 445613 6282 1301 9 0 443224 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1782452

[startup+1.50117 s]
/proc/loadavg: 0.99 0.97 0.91 4/90 20504
/proc/meminfo: memFree=1147752/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1789232 CPUtime=2.31
/proc/20491/stat : 20491 (java) S 20489 20491 19981 0 -1 0 17149 0 1 0 222 9 0 0 18 0 13 0 97693318 1832173568 14499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 447308 14499 1316 9 0 444919 0
[pid=20491/tid=20493] ppid=20489 vsize=1789232 CPUtime=0.91
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 19981 0 -1 64 12037 0 1 0 84 7 0 0 23 0 13 0 97693319 1832173568 14499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109177394 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20494] ppid=20489 vsize=1789392 CPUtime=0
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 19981 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 97693321 1832337408 14504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20495] ppid=20489 vsize=1789392 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 19981 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 97693321 1832337408 14511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=1789392 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 19981 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 97693323 1832337408 14518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20497] ppid=20489 vsize=1789392 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 19981 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 97693323 1832337408 14524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20498] ppid=20489 vsize=1789392 CPUtime=0
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 19981 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 97693323 1832337408 14531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20499] ppid=20489 vsize=1789392 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 19981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97693327 1832337408 14538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20500] ppid=20489 vsize=1789552 CPUtime=0.76
/proc/20491/task/20500/stat : 20500 (java) R 20489 20491 19981 0 -1 64 2518 0 0 0 75 1 0 0 17 0 13 0 97693327 1832501248 14544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105430769 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20501] ppid=20489 vsize=1789552 CPUtime=0.62
/proc/20491/task/20501/stat : 20501 (java) S 20489 20491 19981 0 -1 64 1915 0 0 0 62 0 0 0 16 0 13 0 97693327 1832501248 14551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20502] ppid=20489 vsize=1789552 CPUtime=0
/proc/20491/task/20502/stat : 20502 (java) S 20489 20491 19981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 97693327 1832501248 14557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20503] ppid=20489 vsize=1789552 CPUtime=0
/proc/20491/task/20503/stat : 20503 (java) S 20489 20491 19981 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97693327 1832501248 14563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20504] ppid=20489 vsize=1789552 CPUtime=0
/proc/20491/task/20504/stat : 20504 (java) S 20489 20491 19981 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97693408 1832501248 14570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1789232

[startup+3.10131 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 20504
/proc/meminfo: memFree=1073896/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1802732 CPUtime=4.79
/proc/20491/stat : 20491 (java) S 20489 20491 19981 0 -1 0 52741 0 1 0 455 24 0 0 18 0 13 0 97693318 1845997568 44253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 450683 44253 1325 9 0 448294 0
[pid=20491/tid=20493] ppid=20489 vsize=1802732 CPUtime=1.99
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 19981 0 -1 64 37721 0 1 0 182 17 0 0 22 0 13 0 97693319 1845997568 44253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109220696 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20494] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 19981 0 -1 64 290 0 0 0 0 0 0 0 16 0 13 0 97693321 1845997568 44253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20495] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 19981 0 -1 64 245 0 0 0 0 0 0 0 16 0 13 0 97693321 1845997568 44253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 19981 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 97693323 1845997568 44253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20497] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 19981 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97693323 1845997568 44253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20498] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 19981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97693323 1845997568 44253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20499] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 19981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97693327 1845997568 44253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20500] ppid=20489 vsize=1802732 CPUtime=1.53
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 19981 0 -1 64 7319 0 0 0 150 3 0 0 15 0 13 0 97693327 1845997568 44253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20501] ppid=20489 vsize=1802732 CPUtime=1.21
/proc/20491/task/20501/stat : 20501 (java) S 20489 20491 19981 0 -1 64 6438 0 0 0 119 2 0 0 16 0 13 0 97693327 1845997568 44253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20502] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20502/stat : 20502 (java) S 20489 20491 19981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 97693327 1845997568 44253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20503] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20503/stat : 20503 (java) S 20489 20491 19981 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97693327 1845997568 44253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20504] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20504/stat : 20504 (java) S 20489 20491 19981 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97693408 1845997568 44253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 1802732

[startup+6.30262 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 20504
/proc/meminfo: memFree=990248/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1802732 CPUtime=8.49
/proc/20491/stat : 20491 (java) S 20489 20491 19981 0 -1 0 56932 0 1 0 823 26 0 0 18 0 13 0 97693318 1845997568 45609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 450683 45609 1326 9 0 448294 0
[pid=20491/tid=20493] ppid=20489 vsize=1802732 CPUtime=5.04
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 19981 0 -1 64 37727 0 1 0 487 17 0 0 25 0 13 0 97693319 1845997568 45609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109671280 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20494] ppid=20489 vsize=1802732 CPUtime=0.09
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 19981 0 -1 64 1953 0 0 0 9 0 0 0 17 0 13 0 97693321 1845997568 45609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20495] ppid=20489 vsize=1802732 CPUtime=0.08
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 19981 0 -1 64 1577 0 0 0 8 0 0 0 17 0 13 0 97693321 1845997568 45609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 19981 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 97693323 1845997568 45609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 19981 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97693323 1845997568 45609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20498] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 19981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97693323 1845997568 45609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20499] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 19981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97693327 1845997568 45609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20500] ppid=20489 vsize=1802732 CPUtime=1.66
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 19981 0 -1 64 7323 0 0 0 163 3 0 0 16 0 13 0 97693327 1845997568 45609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20501] ppid=20489 vsize=1802732 CPUtime=1.56
/proc/20491/task/20501/stat : 20501 (java) S 20489 20491 19981 0 -1 64 7616 0 0 0 153 3 0 0 16 0 13 0 97693327 1845997568 45609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20502] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20502/stat : 20502 (java) S 20489 20491 19981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 97693327 1845997568 45609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20503] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20503/stat : 20503 (java) S 20489 20491 19981 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97693327 1845997568 45609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20504] ppid=20489 vsize=1802732 CPUtime=0
/proc/20491/task/20504/stat : 20504 (java) S 20489 20491 19981 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97693408 1845997568 45609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 1802732

[startup+12.7022 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 20504
/proc/meminfo: memFree=957616/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1799744 CPUtime=15.08
/proc/20491/stat : 20491 (java) S 20489 20491 19981 0 -1 0 67471 0 1 0 1477 31 0 0 18 0 13 0 97693318 1842937856 54741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 449936 54741 1332 9 0 447547 0
[pid=20491/tid=20493] ppid=20489 vsize=1799744 CPUtime=11.26
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 19981 0 -1 64 39248 0 1 0 1109 17 0 0 25 0 13 0 97693319 1842937856 54741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109650897 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20494] ppid=20489 vsize=1799744 CPUtime=0.26
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 19981 0 -1 64 6537 0 0 0 23 3 0 0 16 0 13 0 97693321 1842937856 54741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20495] ppid=20489 vsize=1799744 CPUtime=0.25
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 19981 0 -1 64 5987 0 0 0 23 2 0 0 16 0 13 0 97693321 1842937856 54741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 19981 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 97693323 1842937856 54741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 19981 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97693323 1842937856 54741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20498] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 19981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97693323 1842937856 54741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20499] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 19981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97693327 1842937856 54741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20500] ppid=20489 vsize=1799744 CPUtime=1.68
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 19981 0 -1 64 7325 0 0 0 165 3 0 0 16 0 13 0 97693327 1842937856 54741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20501] ppid=20489 vsize=1799744 CPUtime=1.57
/proc/20491/task/20501/stat : 20501 (java) S 20489 20491 19981 0 -1 64 7625 0 0 0 154 3 0 0 16 0 13 0 97693327 1842937856 54741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20502] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20502/stat : 20502 (java) S 20489 20491 19981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 97693327 1842937856 54741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20503] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20503/stat : 20503 (java) S 20489 20491 19981 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97693327 1842937856 54741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20504] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20504/stat : 20504 (java) S 20489 20491 19981 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97693408 1842937856 54741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.08
Current children cumulated vsize (KiB) 1799744

[startup+25.5025 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 20504
/proc/meminfo: memFree=946288/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1799744 CPUtime=28.05
/proc/20491/stat : 20491 (java) S 20489 20491 19981 0 -1 0 70876 0 1 0 2772 33 0 0 18 0 13 0 97693318 1842937856 57579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 449936 57579 1333 9 0 447547 0
[pid=20491/tid=20493] ppid=20489 vsize=1799744 CPUtime=23.92
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 19981 0 -1 64 39258 0 1 0 2375 17 0 0 25 0 13 0 97693319 1842937856 57579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109726814 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20494] ppid=20489 vsize=1799744 CPUtime=0.38
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 19981 0 -1 64 8299 0 0 0 34 4 0 0 16 0 13 0 97693321 1842937856 57579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20495] ppid=20489 vsize=1799744 CPUtime=0.38
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 19981 0 -1 64 7616 0 0 0 35 3 0 0 16 0 13 0 97693321 1842937856 57579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=20491/tid=20496] ppid=20489 vsize=1799744 CPUtime=0.19
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 19981 0 -1 64 82 0 0 0 10 9 0 0 16 0 13 0 97693323 1842937856 128638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20497] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 19981 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97693323 1842937856 128638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20498] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 19981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97693323 1842937856 128638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20499] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 19981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97693327 1842937856 128638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20500] ppid=20489 vsize=1799744 CPUtime=1.76
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 19981 0 -1 64 7326 0 0 0 173 3 0 0 16 0 13 0 97693327 1842937856 128638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20501] ppid=20489 vsize=1799744 CPUtime=1.61
/proc/20491/task/20501/stat : 20501 (java) S 20489 20491 19981 0 -1 64 7628 0 0 0 158 3 0 0 16 0 13 0 97693327 1842937856 128638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20502] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20502/stat : 20502 (java) S 20489 20491 19981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 97693327 1842937856 128638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20503] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20503/stat : 20503 (java) S 20489 20491 19981 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97693327 1842937856 128638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20504] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20504/stat : 20504 (java) S 20489 20491 19981 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97693408 1842937856 128638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.06
Current children cumulated vsize (KiB) 1799744

[startup+1602.3 s]
/proc/loadavg: 1.03 1.01 0.95 2/90 20702
/proc/meminfo: memFree=656176/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1799744 CPUtime=1628.24
/proc/20491/stat : 20491 (java) S 20489 20491 19981 0 -1 0 169277 0 1 0 162721 103 0 0 18 0 13 0 97693318 1842937856 129918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 449936 129918 1333 9 0 447547 0
[pid=20491/tid=20493] ppid=20489 vsize=1799744 CPUtime=1575.56
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 19981 0 -1 64 53273 0 1 0 157518 38 0 0 25 0 13 0 97693319 1842937856 129918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109847096 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20494] ppid=20489 vsize=1799744 CPUtime=24.53
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 19981 0 -1 64 49210 0 0 0 2430 23 0 0 16 0 13 0 97693321 1842937856 129918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=1799744 CPUtime=24.53
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 19981 0 -1 64 51037 0 0 0 2429 24 0 0 16 0 13 0 97693321 1842937856 129918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20496] ppid=20489 vsize=1799744 CPUtime=0.19
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 19981 0 -1 64 82 0 0 0 10 9 0 0 16 0 13 0 97693323 1842937856 129918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 19981 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97693323 1842937856 129918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20498] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 19981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97693323 1842937856 129918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20499] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 19981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97693327 1842937856 129918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20500] ppid=20489 vsize=1799744 CPUtime=1.76
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 19981 0 -1 64 7326 0 0 0 173 3 0 0 16 0 13 0 97693327 1842937856 129918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20501] ppid=20489 vsize=1799744 CPUtime=1.61
/proc/20491/task/20501/stat : 20501 (java) S 20489 20491 19981 0 -1 64 7628 0 0 0 158 3 0 0 16 0 13 0 97693327 1842937856 129918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20502] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20502/stat : 20502 (java) S 20489 20491 19981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 97693327 1842937856 129918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20503] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20503/stat : 20503 (java) S 20489 20491 19981 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97693327 1842937856 129918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20504] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20504/stat : 20504 (java) S 20489 20491 19981 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97693408 1842937856 129918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.24
Current children cumulated vsize (KiB) 1799744

[startup+1662.3 s]
/proc/loadavg: 1.10 1.04 0.96 2/90 20702
/proc/meminfo: memFree=646832/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1799744 CPUtime=1689.53
/proc/20491/stat : 20491 (java) S 20489 20491 19981 0 -1 0 171735 0 1 0 168848 105 0 0 18 0 13 0 97693318 1842937856 132258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 449936 132258 1333 9 0 447547 0
[pid=20491/tid=20493] ppid=20489 vsize=1799744 CPUtime=1634.22
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 19981 0 -1 64 53295 0 1 0 163383 39 0 0 25 0 13 0 97693319 1842937856 132258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109678370 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20494] ppid=20489 vsize=1799744 CPUtime=25.85
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 19981 0 -1 64 49994 0 0 0 2562 23 0 0 16 0 13 0 97693321 1842937856 132258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=1799744 CPUtime=25.84
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 19981 0 -1 64 52689 0 0 0 2559 25 0 0 16 0 13 0 97693321 1842937856 132258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20496] ppid=20489 vsize=1799744 CPUtime=0.2
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 19981 0 -1 64 82 0 0 0 11 9 0 0 16 0 13 0 97693323 1842937856 132258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20497] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 19981 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97693323 1842937856 132258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20498] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 19981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97693323 1842937856 132258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20499] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 19981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97693327 1842937856 132258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20500] ppid=20489 vsize=1799744 CPUtime=1.76
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 19981 0 -1 64 7326 0 0 0 173 3 0 0 16 0 13 0 97693327 1842937856 132258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20501] ppid=20489 vsize=1799744 CPUtime=1.61
/proc/20491/task/20501/stat : 20501 (java) S 20489 20491 19981 0 -1 64 7628 0 0 0 158 3 0 0 16 0 13 0 97693327 1842937856 132258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20502] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20502/stat : 20502 (java) S 20489 20491 19981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 97693327 1842937856 132258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20503] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20503/stat : 20503 (java) S 20489 20491 19981 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97693327 1842937856 132258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20504] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20504/stat : 20504 (java) S 20489 20491 19981 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97693408 1842937856 132258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1689.53
Current children cumulated vsize (KiB) 1799744

[startup+1722.3 s]
/proc/loadavg: 1.03 1.03 0.96 2/90 20702
/proc/meminfo: memFree=641072/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1799744 CPUtime=1750.83
/proc/20491/stat : 20491 (java) S 20489 20491 19981 0 -1 0 173253 0 1 0 174976 107 0 0 18 0 13 0 97693318 1842937856 133731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 449936 133731 1333 9 0 447547 0
[pid=20491/tid=20493] ppid=20489 vsize=1799744 CPUtime=1692.84
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 19981 0 -1 64 53317 0 1 0 169245 39 0 0 25 0 13 0 97693319 1842937856 133731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109725714 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20494] ppid=20489 vsize=1799744 CPUtime=27.19
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 19981 0 -1 64 50091 0 0 0 2695 24 0 0 17 0 13 0 97693321 1842937856 133731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=1799744 CPUtime=27.18
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 19981 0 -1 64 54088 0 0 0 2692 26 0 0 16 0 13 0 97693321 1842937856 133731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20496] ppid=20489 vsize=1799744 CPUtime=0.2
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 19981 0 -1 64 82 0 0 0 11 9 0 0 15 0 13 0 97693323 1842937856 133731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20497] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 19981 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97693323 1842937856 133731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20498] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 19981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97693323 1842937856 133731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20499] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 19981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97693327 1842937856 133731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20500] ppid=20489 vsize=1799744 CPUtime=1.76
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 19981 0 -1 64 7326 0 0 0 173 3 0 0 16 0 13 0 97693327 1842937856 133731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20501] ppid=20489 vsize=1799744 CPUtime=1.61
/proc/20491/task/20501/stat : 20501 (java) S 20489 20491 19981 0 -1 64 7628 0 0 0 158 3 0 0 16 0 13 0 97693327 1842937856 133731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20502] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20502/stat : 20502 (java) S 20489 20491 19981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 97693327 1842937856 133731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20503] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20503/stat : 20503 (java) S 20489 20491 19981 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97693327 1842937856 133731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20504] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20504/stat : 20504 (java) S 20489 20491 19981 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97693408 1842937856 133731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1750.83
Current children cumulated vsize (KiB) 1799744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.5 s]
/proc/loadavg: 1.01 1.02 0.96 2/90 20702
/proc/meminfo: memFree=635504/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=1799744 CPUtime=1800.06
/proc/20491/stat : 20491 (java) S 20489 20491 19981 0 -1 0 174650 0 1 0 179898 108 0 0 18 0 13 0 97693318 1842937856 135071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 449936 135071 1333 9 0 447547 0
[pid=20491/tid=20493] ppid=20489 vsize=1799744 CPUtime=1739.96
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 19981 0 -1 64 53334 0 1 0 173957 39 0 0 25 0 13 0 97693319 1842937856 135071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109725268 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20494] ppid=20489 vsize=1799744 CPUtime=28.24
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 19981 0 -1 64 50208 0 0 0 2800 24 0 0 17 0 13 0 97693321 1842937856 135071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=1799744 CPUtime=28.22
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 19981 0 -1 64 55351 0 0 0 2796 26 0 0 16 0 13 0 97693321 1842937856 135071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20496] ppid=20489 vsize=1799744 CPUtime=0.21
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 19981 0 -1 64 82 0 0 0 11 10 0 0 16 0 13 0 97693323 1842937856 135071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20497] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 19981 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97693323 1842937856 135071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20498] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 19981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97693323 1842937856 135071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20499] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 19981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97693327 1842937856 135071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20500] ppid=20489 vsize=1799744 CPUtime=1.76
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 19981 0 -1 64 7326 0 0 0 173 3 0 0 16 0 13 0 97693327 1842937856 135071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20501] ppid=20489 vsize=1799744 CPUtime=1.61
/proc/20491/task/20501/stat : 20501 (java) S 20489 20491 19981 0 -1 64 7628 0 0 0 158 3 0 0 16 0 13 0 97693327 1842937856 135071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20502] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20502/stat : 20502 (java) S 20489 20491 19981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 97693327 1842937856 135071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20491/tid=20503] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20503/stat : 20503 (java) S 20489 20491 19981 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97693327 1842937856 135071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20491/tid=20504] ppid=20489 vsize=1799744 CPUtime=0
/proc/20491/task/20504/stat : 20504 (java) S 20489 20491 19981 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97693408 1842937856 135071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1799744

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

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

[startup+1770.61 s]
/proc/loadavg: 1.01 1.02 0.96 2/90 20702
/proc/meminfo: memFree=635504/2055920 swapFree=4192956/4192956
[pid=20491] ppid=20489 vsize=0 CPUtime=1800.16
/proc/20491/stat : 20491 (java) Z 20489 20491 19981 0 -1 1036 174670 0 1 0 179901 115 0 0 16 0 2 0 97693318 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1770.63
CPU time (s): 1800.19
CPU user time (s): 1799.02
CPU system time (s): 1.17082
CPU usage (%): 101.669
Max. virtual memory (cumulated for all children) (KiB): 1805224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.17082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174670
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= 43139
involuntary context switches= 57306

runsolver used 1.63975 second user time and 4.93925 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Fri Apr 13 20:55:59 UTC 2007

IDJOB= 350327
IDBENCH= 1281
IDSOLVER= 164
FILE ID= node18/350327-1176497759

PBS_JOBID= 4556675

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  aacf18cf0b8ed9727f2f81c2bd5074e6

RANDOM SEED= 239477977

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.234
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.234
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:       1173032 kB
Buffers:         56576 kB
Cached:         693464 kB
SwapCached:          0 kB
Active:         246772 kB
Inactive:       557972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1173032 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3748 kB
Writeback:           0 kB
Mapped:          73400 kB
Slab:            63736 kB
Committed_AS:  2680032 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= 66556 MiB

End job on node18 on Fri Apr 13 21:25:32 UTC 2007