Trace number 357750

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.11 1776.81

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17ls.opb
MD5SUMe92d33933b84b1c0ca9ffa19c28f7edc
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.75273
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
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 solving /tmp/evaluation/357750-1176832767/instance-357750-1176832767.opb
0.20/0.20	c reading problem ... 
0.45/0.48	c ... done. Wall clock time 0.272s.
0.45/0.48	c CPU time (experimental) 0.37s.
0.45/0.48	c #vars     370
0.45/0.48	c #constraints  557
1800.00/1776.71	c starts		: 2
1800.00/1776.71	c conflicts		: 23187
1800.00/1776.71	c decisions		: 29401
1800.00/1776.71	c propagations		: 727680
1800.00/1776.71	c inspects		: 479767142
1800.00/1776.71	c learnt literals	: 0
1800.00/1776.71	c learnt binary clauses	: 0
1800.00/1776.71	c learnt ternary clauses	: 0
1800.00/1776.71	c learnt clauses	: 23187
1800.00/1776.71	c root simplifications	: 0
1800.00/1776.71	c removed literals (reason simplification)	: 0
1800.00/1776.71	c reason swapping (by a shorter reason)	: 0
1800.00/1776.71	c Calls to reduceDB	: 0
1800.00/1776.71	c speed (decisions/second)	: 16.55243622180411
1800.00/1776.71	c non guided choices	48
1800.00/1776.71	s UNKNOWN
1800.00/1776.71	c Total wall clock time (ms): 1776.51

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/node39/watcher-357750-1176832767 -o ROOT/results/node39/solver-357750-1176832767 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357750-1176832767/sat4jPseudoCP.jar /tmp/evaluation/357750-1176832767/instance-357750-1176832767.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.95 1.00 0.99 3/77 18533
/proc/meminfo: memFree=1893640/2055920 swapFree=4109040/4192956
[pid=18533] ppid=18531 vsize=152 CPUtime=0
/proc/18533/stat : 18533 (java) R 18531 18533 17768 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 131188779 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 11092267 0 0 4096 0 0 0 0 17 1 0 0
/proc/18533/statm: 38 26 19 9 0 4 0

[startup+0.0814239 s]
/proc/loadavg: 0.95 1.00 0.99 3/77 18533
/proc/meminfo: memFree=1893640/2055920 swapFree=4109040/4192956
[pid=18533] ppid=18531 vsize=1777844 CPUtime=0.06
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 3789 0 1 0 4 2 0 0 18 0 7 0 131188779 1820512256 3532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 444461 3532 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.102424 s]
/proc/loadavg: 0.95 1.00 0.99 3/77 18533
/proc/meminfo: memFree=1893640/2055920 swapFree=4109040/4192956
[pid=18533] ppid=18531 vsize=1780108 CPUtime=0.08
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 131188779 1822830592 3719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 445027 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302459 s]
/proc/loadavg: 0.95 1.00 0.99 3/77 18533
/proc/meminfo: memFree=1893640/2055920 swapFree=4109040/4192956
[pid=18533] ppid=18531 vsize=1781424 CPUtime=0.3
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 5131 0 1 0 27 3 0 0 18 0 12 0 131188779 1824178176 4870 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 445356 4870 1264 9 0 442968 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781424

[startup+0.701527 s]
/proc/loadavg: 0.95 1.00 0.99 3/77 18533
/proc/meminfo: memFree=1893640/2055920 swapFree=4109040/4192956
[pid=18533] ppid=18531 vsize=1785344 CPUtime=0.96
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 7389 0 1 0 91 5 0 0 18 0 13 0 131188779 1828192256 6576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 446336 6576 1309 9 0 443948 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1785344

[startup+1.50166 s]
/proc/loadavg: 0.95 1.00 0.99 4/90 18546
/proc/meminfo: memFree=1856928/2055920 swapFree=4109040/4192956
[pid=18533] ppid=18531 vsize=1793776 CPUtime=2.41
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 22759 0 1 0 231 10 0 0 18 0 13 0 131188779 1836826624 18851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 448444 18851 1315 9 0 446056 0
[pid=18533/tid=18535] ppid=18531 vsize=1793776 CPUtime=0.88
/proc/18533/task/18535/stat : 18535 (java) R 18531 18533 17768 0 -1 64 15233 0 1 0 82 6 0 0 21 0 13 0 131188780 1836826624 18851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18536] ppid=18531 vsize=1793776 CPUtime=0
/proc/18533/task/18536/stat : 18536 (java) S 18531 18533 17768 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 131188782 1836826624 18851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18537] ppid=18531 vsize=1793776 CPUtime=0
/proc/18533/task/18537/stat : 18537 (java) S 18531 18533 17768 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 131188782 1836826624 18851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18538] ppid=18531 vsize=1793776 CPUtime=0
/proc/18533/task/18538/stat : 18538 (java) S 18531 18533 17768 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 131188784 1836826624 18851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18539] ppid=18531 vsize=1793776 CPUtime=0
/proc/18533/task/18539/stat : 18539 (java) S 18531 18533 17768 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 131188784 1836826624 18851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18540] ppid=18531 vsize=1793776 CPUtime=0
/proc/18533/task/18540/stat : 18540 (java) S 18531 18533 17768 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 131188784 1836826624 18851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18541] ppid=18531 vsize=1793776 CPUtime=0
/proc/18533/task/18541/stat : 18541 (java) S 18531 18533 17768 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 131188788 1836826624 18851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18542] ppid=18531 vsize=1793776 CPUtime=0.79
/proc/18533/task/18542/stat : 18542 (java) R 18531 18533 17768 0 -1 64 3779 0 0 0 77 2 0 0 17 0 13 0 131188788 1836826624 18851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105421503 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18543] ppid=18531 vsize=1793776 CPUtime=0.71
/proc/18533/task/18543/stat : 18543 (java) R 18531 18533 17768 0 -1 64 3022 0 0 0 71 0 0 0 16 0 13 0 131188788 1836826624 18851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103060769 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18544] ppid=18531 vsize=1793776 CPUtime=0
/proc/18533/task/18544/stat : 18544 (java) S 18531 18533 17768 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131188788 1836826624 18851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18545] ppid=18531 vsize=1793776 CPUtime=0
/proc/18533/task/18545/stat : 18545 (java) S 18531 18533 17768 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131188788 1836826624 18851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18546] ppid=18531 vsize=1793776 CPUtime=0
/proc/18533/task/18546/stat : 18546 (java) S 18531 18533 17768 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131188827 1836826624 18851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 1793776

[startup+3.10293 s]
/proc/loadavg: 1.03 1.02 1.00 4/90 18546
/proc/meminfo: memFree=1771424/2055920 swapFree=4109040/4192956
[pid=18533] ppid=18531 vsize=1794848 CPUtime=4.73
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 48760 0 1 0 451 22 0 0 18 0 13 0 131188779 1837924352 42277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 448712 42277 1324 9 0 446324 0
[pid=18533/tid=18535] ppid=18531 vsize=1794848 CPUtime=2.2
/proc/18533/task/18535/stat : 18535 (java) R 18531 18533 17768 0 -1 64 37728 0 1 0 204 16 0 0 25 0 13 0 131188780 1837924352 42277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109572288 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18536] ppid=18531 vsize=1794848 CPUtime=0
/proc/18533/task/18536/stat : 18536 (java) S 18531 18533 17768 0 -1 64 220 0 0 0 0 0 0 0 16 0 13 0 131188782 1837924352 42277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18537] ppid=18531 vsize=1794848 CPUtime=0
/proc/18533/task/18537/stat : 18537 (java) S 18531 18533 17768 0 -1 64 177 0 0 0 0 0 0 0 16 0 13 0 131188782 1837924352 42277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18538] ppid=18531 vsize=1794848 CPUtime=0
/proc/18533/task/18538/stat : 18538 (java) S 18531 18533 17768 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 131188784 1837924352 42277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18539] ppid=18531 vsize=1794848 CPUtime=0
/proc/18533/task/18539/stat : 18539 (java) S 18531 18533 17768 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131188784 1837924352 42277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18540] ppid=18531 vsize=1794848 CPUtime=0
/proc/18533/task/18540/stat : 18540 (java) S 18531 18533 17768 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131188784 1837924352 42277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18541] ppid=18531 vsize=1794848 CPUtime=0
/proc/18533/task/18541/stat : 18541 (java) S 18531 18533 17768 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 131188788 1837924352 42277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18542] ppid=18531 vsize=1794848 CPUtime=1.44
/proc/18533/task/18542/stat : 18542 (java) S 18531 18533 17768 0 -1 64 6214 0 0 0 141 3 0 0 16 0 13 0 131188788 1837924352 42277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18543] ppid=18531 vsize=1794848 CPUtime=1.04
/proc/18533/task/18543/stat : 18543 (java) S 18531 18533 17768 0 -1 64 3693 0 0 0 103 1 0 0 16 0 13 0 131188788 1837924352 42277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18544] ppid=18531 vsize=1794848 CPUtime=0
/proc/18533/task/18544/stat : 18544 (java) S 18531 18533 17768 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131188788 1837924352 42277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18545] ppid=18531 vsize=1794848 CPUtime=0
/proc/18533/task/18545/stat : 18545 (java) S 18531 18533 17768 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131188788 1837924352 42277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18546] ppid=18531 vsize=1794848 CPUtime=0
/proc/18533/task/18546/stat : 18546 (java) S 18531 18533 17768 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131188827 1837924352 42277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 1794848

[startup+6.30147 s]
/proc/loadavg: 1.03 1.02 1.00 2/90 18546
/proc/meminfo: memFree=1723232/2055920 swapFree=4109040/4192956
[pid=18533] ppid=18531 vsize=1794432 CPUtime=8.27
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 54163 0 1 0 803 24 0 0 18 0 13 0 131188779 1837498368 44432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 448608 44432 1324 9 0 446220 0
[pid=18533/tid=18535] ppid=18531 vsize=1794432 CPUtime=5.07
/proc/18533/task/18535/stat : 18535 (java) R 18531 18533 17768 0 -1 64 37734 0 1 0 491 16 0 0 24 0 13 0 131188780 1837498368 44432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109558035 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18536] ppid=18531 vsize=1794432 CPUtime=0.07
/proc/18533/task/18536/stat : 18536 (java) S 18531 18533 17768 0 -1 64 2011 0 0 0 7 0 0 0 16 0 13 0 131188782 1837498368 44432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18537] ppid=18531 vsize=1794432 CPUtime=0.08
/proc/18533/task/18537/stat : 18537 (java) S 18531 18533 17768 0 -1 64 1721 0 0 0 8 0 0 0 16 0 13 0 131188782 1837498368 44432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18538] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18538/stat : 18538 (java) S 18531 18533 17768 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 44432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18539] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18539/stat : 18539 (java) S 18531 18533 17768 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 44432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18540] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18540/stat : 18540 (java) S 18531 18533 17768 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 44432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18541] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18541/stat : 18541 (java) S 18531 18533 17768 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 131188788 1837498368 44432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18542] ppid=18531 vsize=1794432 CPUtime=1.7
/proc/18533/task/18542/stat : 18542 (java) S 18531 18533 17768 0 -1 64 7000 0 0 0 167 3 0 0 17 0 13 0 131188788 1837498368 44432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18543] ppid=18531 vsize=1794432 CPUtime=1.29
/proc/18533/task/18543/stat : 18543 (java) S 18531 18533 17768 0 -1 64 4948 0 0 0 128 1 0 0 16 0 13 0 131188788 1837498368 44432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18544] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18544/stat : 18544 (java) S 18531 18533 17768 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131188788 1837498368 44432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18545] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18545/stat : 18545 (java) S 18531 18533 17768 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131188788 1837498368 44432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18546] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18546/stat : 18546 (java) S 18531 18533 17768 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131188827 1837498368 44432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 1794432

[startup+12.7016 s]
/proc/loadavg: 1.10 1.03 1.00 2/90 18546
/proc/meminfo: memFree=1681440/2055920 swapFree=4109040/4192956
[pid=18533] ppid=18531 vsize=1794432 CPUtime=14.85
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 64647 0 1 0 1456 29 0 0 18 0 13 0 131188779 1837498368 54289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 448608 54289 1325 9 0 446220 0
[pid=18533/tid=18535] ppid=18531 vsize=1794432 CPUtime=11.33
/proc/18533/task/18535/stat : 18535 (java) R 18531 18533 17768 0 -1 64 41923 0 1 0 1115 18 0 0 25 0 13 0 131188780 1837498368 54289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109544883 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18536] ppid=18531 vsize=1794432 CPUtime=0.21
/proc/18533/task/18536/stat : 18536 (java) S 18531 18533 17768 0 -1 64 5546 0 0 0 19 2 0 0 16 0 13 0 131188782 1837498368 54289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18537] ppid=18531 vsize=1794432 CPUtime=0.21
/proc/18533/task/18537/stat : 18537 (java) S 18531 18533 17768 0 -1 64 4480 0 0 0 19 2 0 0 16 0 13 0 131188782 1837498368 54289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18538] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18538/stat : 18538 (java) S 18531 18533 17768 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 131188784 1837498368 54289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18539] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18539/stat : 18539 (java) S 18531 18533 17768 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 54289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18540] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18540/stat : 18540 (java) S 18531 18533 17768 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 54289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18541] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18541/stat : 18541 (java) S 18531 18533 17768 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 131188788 1837498368 54289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18542] ppid=18531 vsize=1794432 CPUtime=1.74
/proc/18533/task/18542/stat : 18542 (java) S 18531 18533 17768 0 -1 64 7000 0 0 0 171 3 0 0 16 0 13 0 131188788 1837498368 54289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18543] ppid=18531 vsize=1794432 CPUtime=1.31
/proc/18533/task/18543/stat : 18543 (java) S 18531 18533 17768 0 -1 64 4949 0 0 0 130 1 0 0 16 0 13 0 131188788 1837498368 54289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18544] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18544/stat : 18544 (java) S 18531 18533 17768 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131188788 1837498368 54289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18545] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18545/stat : 18545 (java) S 18531 18533 17768 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131188788 1837498368 54289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18546] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18546/stat : 18546 (java) S 18531 18533 17768 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131188827 1837498368 54289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.85
Current children cumulated vsize (KiB) 1794432

[startup+25.5027 s]
/proc/loadavg: 1.08 1.03 1.00 2/90 18546
/proc/meminfo: memFree=1668704/2055920 swapFree=4109040/4192956
[pid=18533] ppid=18531 vsize=1794432 CPUtime=27.77
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 68217 0 1 0 2747 30 0 0 18 0 13 0 131188779 1837498368 57242 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 448608 57242 1331 9 0 446220 0
[pid=18533/tid=18535] ppid=18531 vsize=1794432 CPUtime=23.98
/proc/18533/task/18535/stat : 18535 (java) R 18531 18533 17768 0 -1 64 41935 0 1 0 2380 18 0 0 25 0 13 0 131188780 1837498368 57242 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109203903 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18536] ppid=18531 vsize=1794432 CPUtime=0.33
/proc/18533/task/18536/stat : 18536 (java) S 18531 18533 17768 0 -1 64 7401 0 0 0 31 2 0 0 16 0 13 0 131188782 1837498368 57242 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18537] ppid=18531 vsize=1794432 CPUtime=0.33
/proc/18533/task/18537/stat : 18537 (java) S 18531 18533 17768 0 -1 64 6176 0 0 0 31 2 0 0 16 0 13 0 131188782 1837498368 57242 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18533] ppid=18531 vsize=1794432 CPUtime=1622.86
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 177608 0 1 0 162185 101 0 0 18 0 13 0 131188779 1837498368 132205 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 448608 132205 1333 9 0 446220 0
[pid=18533/tid=18535] ppid=18531 vsize=1794432 CPUtime=1580.74
/proc/18533/task/18535/stat : 18535 (java) R 18531 18533 17768 0 -1 64 58789 0 1 0 158034 40 0 0 25 0 13 0 131188780 1837498368 132205 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109686279 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18536] ppid=18531 vsize=1794432 CPUtime=19.33
/proc/18533/task/18536/stat : 18536 (java) S 18531 18533 17768 0 -1 64 50985 0 0 0 1911 22 0 0 16 0 13 0 131188782 1837498368 132205 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18537] ppid=18531 vsize=1794432 CPUtime=19.28
/proc/18533/task/18537/stat : 18537 (java) S 18531 18533 17768 0 -1 64 55046 0 0 0 1905 23 0 0 16 0 13 0 131188782 1837498368 132205 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18538] ppid=18531 vsize=1794432 CPUtime=0.19
/proc/18533/task/18538/stat : 18538 (java) S 18531 18533 17768 0 -1 64 95 0 0 0 11 8 0 0 16 0 13 0 131188784 1837498368 132205 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18539] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18539/stat : 18539 (java) S 18531 18533 17768 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 132205 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18540] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18540/stat : 18540 (java) S 18531 18533 17768 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 132205 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18541] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18541/stat : 18541 (java) S 18531 18533 17768 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 131188788 1837498368 132205 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18542] ppid=18531 vsize=1794432 CPUtime=1.87
/proc/18533/task/18542/stat : 18542 (java) S 18531 18533 17768 0 -1 64 7012 0 0 0 184 3 0 0 17 0 13 0 131188788 1837498368 132205 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18543] ppid=18531 vsize=1794432 CPUtime=1.39
/proc/18533/task/18543/stat : 18543 (java) S 18531 18533 17768 0 -1 64 4960 0 0 0 138 1 0 0 16 0 13 0 131188788 1837498368 132205 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18544] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18544/stat : 18544 (java) S 18531 18533 17768 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131188788 1837498368 132205 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18545] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18545/stat : 18545 (java) S 18531 18533 17768 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131188788 1837498368 132205 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18546] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18546/stat : 18546 (java) S 18531 18533 17768 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131188827 1837498368 132205 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1622.86
Current children cumulated vsize (KiB) 1794432

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 18744
/proc/meminfo: memFree=1360928/2055920 swapFree=4109748/4192956
[pid=18533] ppid=18531 vsize=1794432 CPUtime=1683.77
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 179310 0 1 0 168275 102 0 0 18 0 13 0 131188779 1837498368 133758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 448608 133758 1333 9 0 446220 0
[pid=18533/tid=18535] ppid=18531 vsize=1794432 CPUtime=1639.78
/proc/18533/task/18535/stat : 18535 (java) R 18531 18533 17768 0 -1 64 58809 0 1 0 163937 41 0 0 25 0 13 0 131188780 1837498368 133758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109648523 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18536] ppid=18531 vsize=1794432 CPUtime=20.26
/proc/18533/task/18536/stat : 18536 (java) S 18531 18533 17768 0 -1 64 51820 0 0 0 2004 22 0 0 16 0 13 0 131188782 1837498368 133758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18537] ppid=18531 vsize=1794432 CPUtime=20.21
/proc/18533/task/18537/stat : 18537 (java) S 18531 18533 17768 0 -1 64 55893 0 0 0 1998 23 0 0 16 0 13 0 131188782 1837498368 133758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18538] ppid=18531 vsize=1794432 CPUtime=0.19
/proc/18533/task/18538/stat : 18538 (java) S 18531 18533 17768 0 -1 64 95 0 0 0 11 8 0 0 16 0 13 0 131188784 1837498368 133758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18539] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18539/stat : 18539 (java) S 18531 18533 17768 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 133758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18540] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18540/stat : 18540 (java) S 18531 18533 17768 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 133758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18541] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18541/stat : 18541 (java) S 18531 18533 17768 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 131188788 1837498368 133758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18542] ppid=18531 vsize=1794432 CPUtime=1.87
/proc/18533/task/18542/stat : 18542 (java) S 18531 18533 17768 0 -1 64 7012 0 0 0 184 3 0 0 17 0 13 0 131188788 1837498368 133758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18543] ppid=18531 vsize=1794432 CPUtime=1.39
/proc/18533/task/18543/stat : 18543 (java) S 18531 18533 17768 0 -1 64 4960 0 0 0 138 1 0 0 16 0 13 0 131188788 1837498368 133758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18544] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18544/stat : 18544 (java) S 18531 18533 17768 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131188788 1837498368 133758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18545] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18545/stat : 18545 (java) S 18531 18533 17768 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131188788 1837498368 133758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18546] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18546/stat : 18546 (java) S 18531 18533 17768 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131188827 1837498368 133758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1683.77
Current children cumulated vsize (KiB) 1794432

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 18744
/proc/meminfo: memFree=1354528/2055920 swapFree=4109812/4192956
[pid=18533] ppid=18531 vsize=1794432 CPUtime=1744.7
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 181110 0 1 0 174366 104 0 0 18 0 13 0 131188779 1837498368 135363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 448608 135363 1333 9 0 446220 0
[pid=18533/tid=18535] ppid=18531 vsize=1794432 CPUtime=1698.8
/proc/18533/task/18535/stat : 18535 (java) R 18531 18533 17768 0 -1 64 58829 0 1 0 169839 41 0 0 25 0 13 0 131188780 1837498368 135363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109686973 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18536] ppid=18531 vsize=1794432 CPUtime=21.21
/proc/18533/task/18536/stat : 18536 (java) S 18531 18533 17768 0 -1 64 52491 0 0 0 2099 22 0 0 16 0 13 0 131188782 1837498368 135363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18537] ppid=18531 vsize=1794432 CPUtime=21.16
/proc/18533/task/18537/stat : 18537 (java) S 18531 18533 17768 0 -1 64 57002 0 0 0 2092 24 0 0 17 0 13 0 131188782 1837498368 135363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18538] ppid=18531 vsize=1794432 CPUtime=0.19
/proc/18533/task/18538/stat : 18538 (java) S 18531 18533 17768 0 -1 64 95 0 0 0 11 8 0 0 16 0 13 0 131188784 1837498368 135363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18539] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18539/stat : 18539 (java) S 18531 18533 17768 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 135363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18540] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18540/stat : 18540 (java) S 18531 18533 17768 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 135363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18541] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18541/stat : 18541 (java) S 18531 18533 17768 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 131188788 1837498368 135363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18542] ppid=18531 vsize=1794432 CPUtime=1.87
/proc/18533/task/18542/stat : 18542 (java) S 18531 18533 17768 0 -1 64 7012 0 0 0 184 3 0 0 17 0 13 0 131188788 1837498368 135363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18543] ppid=18531 vsize=1794432 CPUtime=1.39
/proc/18533/task/18543/stat : 18543 (java) S 18531 18533 17768 0 -1 64 4960 0 0 0 138 1 0 0 16 0 13 0 131188788 1837498368 135363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18544] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18544/stat : 18544 (java) S 18531 18533 17768 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131188788 1837498368 135363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18545] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18545/stat : 18545 (java) S 18531 18533 17768 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131188788 1837498368 135363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18546] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18546/stat : 18546 (java) S 18531 18533 17768 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131188827 1837498368 135363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1744.7
Current children cumulated vsize (KiB) 1794432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 18744
/proc/meminfo: memFree=1349024/2055920 swapFree=4109812/4192956
[pid=18533] ppid=18531 vsize=1794432 CPUtime=1800
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 182615 0 1 0 179895 105 0 0 18 0 13 0 131188779 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 448608 136721 1333 9 0 446220 0
[pid=18533/tid=18535] ppid=18531 vsize=1794432 CPUtime=1752.26
/proc/18533/task/18535/stat : 18535 (java) R 18531 18533 17768 0 -1 64 58848 0 1 0 175184 42 0 0 25 0 13 0 131188780 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109536117 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18536] ppid=18531 vsize=1794432 CPUtime=22.13
/proc/18533/task/18536/stat : 18536 (java) S 18531 18533 17768 0 -1 64 52948 0 0 0 2190 23 0 0 16 0 13 0 131188782 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18537] ppid=18531 vsize=1794432 CPUtime=22.08
/proc/18533/task/18537/stat : 18537 (java) S 18531 18533 17768 0 -1 64 58031 0 0 0 2184 24 0 0 16 0 13 0 131188782 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18538] ppid=18531 vsize=1794432 CPUtime=0.2
/proc/18533/task/18538/stat : 18538 (java) S 18531 18533 17768 0 -1 64 95 0 0 0 12 8 0 0 15 0 13 0 131188784 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18539] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18539/stat : 18539 (java) S 18531 18533 17768 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18540] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18540/stat : 18540 (java) S 18531 18533 17768 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18541] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18541/stat : 18541 (java) S 18531 18533 17768 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 131188788 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18542] ppid=18531 vsize=1794432 CPUtime=1.87
/proc/18533/task/18542/stat : 18542 (java) S 18531 18533 17768 0 -1 64 7012 0 0 0 184 3 0 0 17 0 13 0 131188788 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18543] ppid=18531 vsize=1794432 CPUtime=1.39
/proc/18533/task/18543/stat : 18543 (java) S 18531 18533 17768 0 -1 64 4960 0 0 0 138 1 0 0 16 0 13 0 131188788 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18544] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18544/stat : 18544 (java) S 18531 18533 17768 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131188788 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18545] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18545/stat : 18545 (java) S 18531 18533 17768 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131188788 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18546] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18546/stat : 18546 (java) S 18531 18533 17768 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131188827 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1794432

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

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

[startup+1776.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 18744
/proc/meminfo: memFree=1349024/2055920 swapFree=4109812/4192956
[pid=18533] ppid=18531 vsize=1794432 CPUtime=1800
/proc/18533/stat : 18533 (java) S 18531 18533 17768 0 -1 0 182615 0 1 0 179895 105 0 0 18 0 13 0 131188779 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18533/statm: 448608 136721 1333 9 0 446220 0
[pid=18533/tid=18535] ppid=18531 vsize=1794432 CPUtime=1752.26
/proc/18533/task/18535/stat : 18535 (java) R 18531 18533 17768 0 -1 64 58848 0 1 0 175184 42 0 0 25 0 13 0 131188780 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109536117 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18536] ppid=18531 vsize=1794432 CPUtime=22.13
/proc/18533/task/18536/stat : 18536 (java) S 18531 18533 17768 0 -1 64 52948 0 0 0 2190 23 0 0 16 0 13 0 131188782 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18537] ppid=18531 vsize=1794432 CPUtime=22.08
/proc/18533/task/18537/stat : 18537 (java) S 18531 18533 17768 0 -1 64 58031 0 0 0 2184 24 0 0 16 0 13 0 131188782 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18538] ppid=18531 vsize=1794432 CPUtime=0.2
/proc/18533/task/18538/stat : 18538 (java) S 18531 18533 17768 0 -1 64 95 0 0 0 12 8 0 0 15 0 13 0 131188784 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18539] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18539/stat : 18539 (java) S 18531 18533 17768 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18540] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18540/stat : 18540 (java) S 18531 18533 17768 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131188784 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18541] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18541/stat : 18541 (java) S 18531 18533 17768 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 131188788 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18542] ppid=18531 vsize=1794432 CPUtime=1.87
/proc/18533/task/18542/stat : 18542 (java) S 18531 18533 17768 0 -1 64 7012 0 0 0 184 3 0 0 17 0 13 0 131188788 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18543] ppid=18531 vsize=1794432 CPUtime=1.39
/proc/18533/task/18543/stat : 18543 (java) S 18531 18533 17768 0 -1 64 4960 0 0 0 138 1 0 0 16 0 13 0 131188788 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18544] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18544/stat : 18544 (java) S 18531 18533 17768 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131188788 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18533/tid=18545] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18545/stat : 18545 (java) S 18531 18533 17768 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131188788 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18533/tid=18546] ppid=18531 vsize=1794432 CPUtime=0
/proc/18533/task/18546/stat : 18546 (java) S 18531 18533 17768 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131188827 1837498368 136721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1794432

Child status: 143
Real time (s): 1776.81
CPU time (s): 1800.11
CPU user time (s): 1798.98
CPU system time (s): 1.13583
CPU usage (%): 101.312
Max. virtual memory (cumulated for all children) (KiB): 1796976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.13583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182636
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= 43587
involuntary context switches= 58590

runsolver used 1.70974 second user time and 4.88026 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Tue Apr 17 17:59:27 UTC 2007

IDJOB= 357750
IDBENCH= 1165
IDSOLVER= 160
FILE ID= node39/357750-1176832767

PBS_JOBID= 4586377

Free space on /tmp= 66480 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357750-1176832767/sat4jPseudoCP.jar /tmp/evaluation/357750-1176832767/instance-357750-1176832767.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-357750-1176832767 -o ROOT/results/node39/solver-357750-1176832767 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357750-1176832767/sat4jPseudoCP.jar /tmp/evaluation/357750-1176832767/instance-357750-1176832767.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e92d33933b84b1c0ca9ffa19c28f7edc

RANDOM SEED= 674086358

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1894048 kB
Buffers:         29356 kB
Cached:          65852 kB
SwapCached:      23384 kB
Active:          77932 kB
Inactive:        51408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1894048 kB
SwapTotal:     4192956 kB
SwapFree:      4109040 kB
Dirty:            3632 kB
Writeback:           0 kB
Mapped:          31212 kB
Slab:            17840 kB
Committed_AS:  1758940 kB
PageTables:       2016 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= 66480 MiB

End job on node39 on Tue Apr 17 18:29:06 UTC 2007