Trace number 209193

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
sat4jCSP 1.7 RC BF3? (MO) 435.262 435.67

General information on the benchmark

Namefapp/fapp01-05/fapp03/
fapp03-0300-8.xml
MD5SUMa5626f805a0c21e1617c11a14c43910c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.89471
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14	c version CSP COMPETITION BUGFIX 3
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_10
0.14	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.20	c --- Begin Solver configuration ---
0.20	c Stops conflict analysis at the first Unique Implication Point
0.20	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.20	c Learn all clauses as in MiniSAT
0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving /tmp/evaluation/209193-1168191909/unknown.xml
0.20	c reading problem ... 
0.38	c reading problem named ?
0.38	c reading domains done.
0.47	c reading variables
c reading variables (300) done.
0.88	c reading predicates 
c reading relations (8) done.
1.09	c reading constraints

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node50/watcher-209193-1168191909 -o ROOT/results/node50/solver-209193-1168191909 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/209193-1168191909/sat4jCSP-bf3.jar /tmp/evaluation/209193-1168191909/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.89 1.97 1.88 4/68 7809
/proc/meminfo: memFree=1551472/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=292 CPUtime=0
/proc/7808/stat : 7808 (java) R 7806 7808 6949 0 -1 0 52 0 0 0 0 0 0 0 19 0 1 0 167589557 299008 35 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 7918372 0 0 4096 0 0 0 0 17 1 0 0
/proc/7808/statm: 73 35 27 14 0 5 0

[startup+0.107391 s]
/proc/loadavg: 1.89 1.97 1.88 4/68 7809
/proc/meminfo: memFree=1551472/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=902816 CPUtime=0.09
/proc/7808/stat : 7808 (java) R 7806 7808 6949 0 -1 0 3442 0 1 0 8 1 0 0 24 0 12 0 167589557 924483584 3202 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155215357 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7808/statm: 225704 3202 1598 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.515456 s]
/proc/loadavg: 1.89 1.97 1.88 4/68 7809
/proc/meminfo: memFree=1551472/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=909912 CPUtime=0.71
/proc/7808/stat : 7808 (java) R 7806 7808 6949 0 -1 0 7121 0 1 0 68 3 0 0 18 0 12 0 167589557 931749888 6309 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053844376 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7808/statm: 227478 6309 2296 14 0 213915 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 909912

[startup+1.3416 s]
/proc/loadavg: 2.06 2.01 1.89 4/80 7907
/proc/meminfo: memFree=1514576/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=911152 CPUtime=1.87
/proc/7808/stat : 7808 (java) R 7806 7808 6949 0 -1 0 12712 0 1 0 182 5 0 0 18 0 12 0 167589557 933019648 10925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7808/statm: 227788 10925 2464 14 0 214225 0
[pid=7808/tid=7810] ppid=7806 vsize=911152 CPUtime=0
/proc/7808/task/7810/stat : 7810 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 167589559 933019648 10925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7811] ppid=7806 vsize=911152 CPUtime=0
/proc/7808/task/7811/stat : 7811 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 167589559 933019648 10925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7812] ppid=7806 vsize=911152 CPUtime=0
/proc/7808/task/7812/stat : 7812 (java) S 7806 7808 6949 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 167589562 933019648 10925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7813] ppid=7806 vsize=911152 CPUtime=0
/proc/7808/task/7813/stat : 7813 (java) S 7806 7808 6949 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 167589563 933019648 10925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7814] ppid=7806 vsize=911152 CPUtime=0
/proc/7808/task/7814/stat : 7814 (java) S 7806 7808 6949 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 167589563 933019648 10925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7815] ppid=7806 vsize=911152 CPUtime=0
/proc/7808/task/7815/stat : 7815 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 167589566 933019648 10925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7816] ppid=7806 vsize=911152 CPUtime=0
/proc/7808/task/7816/stat : 7816 (java) S 7806 7808 6949 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 167589566 933019648 10925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7817] ppid=7806 vsize=911152 CPUtime=0.38
/proc/7808/task/7817/stat : 7817 (java) S 7806 7808 6949 0 -1 64 1382 0 0 0 38 0 0 0 16 0 12 0 167589566 933019648 10925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7818] ppid=7806 vsize=911152 CPUtime=0.52
/proc/7808/task/7818/stat : 7818 (java) R 7806 7808 6949 0 -1 64 1764 0 0 0 52 0 0 0 17 0 12 0 167589566 933019648 10925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151715291 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7819] ppid=7806 vsize=911152 CPUtime=0
/proc/7808/task/7819/stat : 7819 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 167589566 933019648 10925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7820] ppid=7806 vsize=911152 CPUtime=0
/proc/7808/task/7820/stat : 7820 (java) S 7806 7808 6949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 167589566 933019648 10925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 911152

[startup+2.98187 s]
/proc/loadavg: 2.06 2.01 1.89 5/84 8035
/proc/meminfo: memFree=1453104/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=916168 CPUtime=4.03
/proc/7808/stat : 7808 (java) R 7806 7808 6949 0 -1 0 32661 0 1 0 388 15 0 0 25 0 12 0 167589557 938156032 28615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7808/statm: 229042 28616 2479 14 0 215479 0
[pid=7808/tid=7810] ppid=7806 vsize=916168 CPUtime=0.08
/proc/7808/task/7810/stat : 7810 (java) R 7806 7808 6949 0 -1 64 3434 0 0 0 7 1 0 0 17 0 12 0 167589559 938156032 28617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7811] ppid=7806 vsize=916168 CPUtime=0.08
/proc/7808/task/7811/stat : 7811 (java) R 7806 7808 6949 0 -1 64 2370 0 0 0 8 0 0 0 16 0 12 0 167589559 938156032 28619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7812] ppid=7806 vsize=916168 CPUtime=0
/proc/7808/task/7812/stat : 7812 (java) S 7806 7808 6949 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 167589562 938156032 28620 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7813] ppid=7806 vsize=916168 CPUtime=0
/proc/7808/task/7813/stat : 7813 (java) S 7806 7808 6949 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167589563 938156032 28622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7814] ppid=7806 vsize=916168 CPUtime=0
/proc/7808/task/7814/stat : 7814 (java) S 7806 7808 6949 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167589563 938156032 28623 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7815] ppid=7806 vsize=916168 CPUtime=0
/proc/7808/task/7815/stat : 7815 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 167589566 938156032 28625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7816] ppid=7806 vsize=916168 CPUtime=0
/proc/7808/task/7816/stat : 7816 (java) S 7806 7808 6949 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 167589566 938156032 28626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7817] ppid=7806 vsize=916168 CPUtime=0.83
/proc/7808/task/7817/stat : 7817 (java) S 7806 7808 6949 0 -1 64 3443 0 0 0 82 1 0 0 16 0 12 0 167589566 938156032 28628 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7818] ppid=7806 vsize=916168 CPUtime=0.83
/proc/7808/task/7818/stat : 7818 (java) S 7806 7808 6949 0 -1 64 3054 0 0 0 82 1 0 0 16 0 12 0 167589566 938156032 28629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7819] ppid=7806 vsize=916168 CPUtime=0
/proc/7808/task/7819/stat : 7819 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 167589566 938156032 28631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7820] ppid=7806 vsize=916168 CPUtime=0
/proc/7808/task/7820/stat : 7820 (java) S 7806 7808 6949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 167589566 938156032 28632 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 916168

[startup+6.28343 s]
/proc/loadavg: 2.06 2.01 1.89 4/84 8035
/proc/meminfo: memFree=1430192/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=915832 CPUtime=7.33
/proc/7808/stat : 7808 (java) R 7806 7808 6949 0 -1 0 34770 0 1 0 717 16 0 0 25 0 12 0 167589557 937811968 29997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054388346 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7808/statm: 228958 29997 2479 14 0 215395 0
[pid=7808/tid=7810] ppid=7806 vsize=915832 CPUtime=0.2
/proc/7808/task/7810/stat : 7810 (java) S 7806 7808 6949 0 -1 64 4482 0 0 0 18 2 0 0 16 0 12 0 167589559 937811968 29997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7811] ppid=7806 vsize=915832 CPUtime=0.16
/proc/7808/task/7811/stat : 7811 (java) S 7806 7808 6949 0 -1 64 2832 0 0 0 16 0 0 0 16 0 12 0 167589559 937811968 29997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7812] ppid=7806 vsize=915832 CPUtime=0
/proc/7808/task/7812/stat : 7812 (java) S 7806 7808 6949 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 167589562 937811968 29997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7813] ppid=7806 vsize=915832 CPUtime=0
/proc/7808/task/7813/stat : 7813 (java) S 7806 7808 6949 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167589563 937811968 29997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7814] ppid=7806 vsize=915832 CPUtime=0
/proc/7808/task/7814/stat : 7814 (java) S 7806 7808 6949 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167589563 937811968 29997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7815] ppid=7806 vsize=915832 CPUtime=0
/proc/7808/task/7815/stat : 7815 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 167589566 937811968 29997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7816] ppid=7806 vsize=915832 CPUtime=0
/proc/7808/task/7816/stat : 7816 (java) S 7806 7808 6949 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 167589566 937811968 29997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7817] ppid=7806 vsize=915832 CPUtime=1.03
/proc/7808/task/7817/stat : 7817 (java) S 7806 7808 6949 0 -1 64 4034 0 0 0 102 1 0 0 16 0 12 0 167589566 937811968 29997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7818] ppid=7806 vsize=915832 CPUtime=0.93
/proc/7808/task/7818/stat : 7818 (java) S 7806 7808 6949 0 -1 64 3055 0 0 0 92 1 0 0 16 0 12 0 167589566 937811968 29997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7819] ppid=7806 vsize=915832 CPUtime=0
/proc/7808/task/7819/stat : 7819 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 167589566 937811968 29997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7820] ppid=7806 vsize=915832 CPUtime=0
/proc/7808/task/7820/stat : 7820 (java) S 7806 7808 6949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 167589566 937811968 29997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 915832

[startup+12.7705 s]
/proc/loadavg: 2.27 2.06 1.91 3/84 8035
/proc/meminfo: memFree=1404728/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=917572 CPUtime=13.81
/proc/7808/stat : 7808 (java) R 7806 7808 6949 0 -1 0 41767 0 1 0 1362 19 0 0 25 0 12 0 167589557 939593728 36213 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054303302 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7808/statm: 229393 36213 2479 14 0 215830 0
[pid=7808/tid=7810] ppid=7806 vsize=917572 CPUtime=0.27
/proc/7808/task/7810/stat : 7810 (java) S 7806 7808 6949 0 -1 64 7496 0 0 0 24 3 0 0 16 0 12 0 167589559 939593728 36213 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7811] ppid=7806 vsize=917572 CPUtime=0.24
/proc/7808/task/7811/stat : 7811 (java) S 7806 7808 6949 0 -1 64 5805 0 0 0 22 2 0 0 16 0 12 0 167589559 939593728 36213 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7812] ppid=7806 vsize=917572 CPUtime=0.01
/proc/7808/task/7812/stat : 7812 (java) S 7806 7808 6949 0 -1 64 11 0 0 0 1 0 0 0 16 0 12 0 167589562 939593728 36213 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7813] ppid=7806 vsize=917572 CPUtime=0
/proc/7808/task/7813/stat : 7813 (java) S 7806 7808 6949 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167589563 939593728 36213 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7814] ppid=7806 vsize=917572 CPUtime=0
/proc/7808/task/7814/stat : 7814 (java) S 7806 7808 6949 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167589563 939593728 36213 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7815] ppid=7806 vsize=917572 CPUtime=0
/proc/7808/task/7815/stat : 7815 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 167589566 939593728 36213 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7816] ppid=7806 vsize=917572 CPUtime=0
/proc/7808/task/7816/stat : 7816 (java) S 7806 7808 6949 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 167589566 939593728 36213 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7817] ppid=7806 vsize=917572 CPUtime=1.28
/proc/7808/task/7817/stat : 7817 (java) S 7806 7808 6949 0 -1 64 5017 0 0 0 126 2 0 0 16 0 12 0 167589566 939593728 36213 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7818] ppid=7806 vsize=917572 CPUtime=1.01
/proc/7808/task/7818/stat : 7818 (java) S 7806 7808 6949 0 -1 64 3065 0 0 0 100 1 0 0 17 0 12 0 167589566 939593728 36213 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7819] ppid=7806 vsize=917572 CPUtime=0
/proc/7808/task/7819/stat : 7819 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 167589566 939593728 36213 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7820] ppid=7806 vsize=917572 CPUtime=0
/proc/7808/task/7820/stat : 7820 (java) S 7806 7808 6949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 167589566 939593728 36213 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 917572

[startup+25.6427 s]
/proc/loadavg: 2.23 2.05 1.91 3/84 8035
/proc/meminfo: memFree=1378168/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=917572 CPUtime=26.68
/proc/7808/stat : 7808 (java) R 7806 7808 6949 0 -1 0 48818 0 1 0 2646 22 0 0 25 0 12 0 167589557 939593728 43114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054309770 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7808/statm: 229393 43114 2480 14 0 215830 0
[pid=7808/tid=7810] ppid=7806 vsize=917572 CPUtime=0.35
/proc/7808/task/7810/stat : 7810 (java) S 7806 7808 6949 0 -1 64 10549 0 0 0 31 4 0 0 15 0 12 0 167589559 939593728 43114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7811] ppid=7806 vsize=917572 CPUtime=0.32
/proc/7808/task/7811/stat : 7811 (java) S 7806 7808 6949 0 -1 64 9759 0 0 0 29 3 0 0 16 0 12 0 167589559 939593728 43114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7812] ppid=7806 vsize=917572 CPUtime=0.02
/proc/7808/task/7812/stat : 7812 (java) S 7806 7808 6949 0 -1 64 11 0 0 0 2 0 0 0 16 0 12 0 167589562 939593728 43114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7813] ppid=7806 vsize=917572 CPUtime=0
/proc/7808/task/7813/stat : 7813 (java) S 7806 7808 6949 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167589563 939593728 43114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7814] ppid=7806 vsize=917572 CPUtime=0
/proc/7808/task/7814/stat : 7814 (java) S 7806 7808 6949 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167589563 939593728 43114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7815] ppid=7806 vsize=917572 CPUtime=0
/proc/7808/task/7815/stat : 7815 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 167589566 939593728 43114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7816] ppid=7806 vsize=917572 CPUtime=0
/proc/7808/task/7816/stat : 7816 (java) S 7806 7808 6949 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 167589566 939593728 43114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7817] ppid=7806 vsize=917572 CPUtime=1.41
/proc/7808/task/7817/stat : 7817 (java) S 7806 7808 6949 0 -1 64 5029 0 0 0 139 2 0 0 16 0 12 0 167589566 939593728 43114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7818] ppid=7806 vsize=917572 CPUtime=1.09
/proc/7808/task/7818/stat : 7818 (java) S 7806 7808 6949 0 -1 64 3071 0 0 0 108 1 0 0 16 0 12 0 167589566 939593728 43114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7819] ppid=7806 vsize=917572 CPUtime=0
/proc/7808/task/7819/stat : 7819 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 167589566 939593728 43114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7820] ppid=7806 vsize=917572 CPUtime=0
/proc/7808/task/7820/stat : 7820 (java) S 7806 7808 6949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 167589566 939593728 43114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.68
Current children cumulated vsize (KiB) 917572

[startup+51.289 s]
/proc/loadavg: 2.14 2.05 1.91 3/84 8035
/proc/meminfo: memFree=1317240/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=916548 CPUtime=52.31
/proc/7808/stat : 7808 (java) R 7806 7808 6949 0 -1 0 64240 0 1 0 5202 29 0 0 25 0 12 0 167589557 938545152 58338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054303292 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7808/statm: 229137 58338 2480 14 0 215574 0
[pid=7808/tid=7810] ppid=7806 vsize=916548 CPUtime=0.52
/proc/7808/task/7810/stat : 7810 (java) S 7806 7808 6949 0 -1 64 17045 0 0 0 46 6 0 0 15 0 12 0 167589559 938545152 58338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7811] ppid=7806 vsize=916548 CPUtime=0.53
/proc/7808/task/7811/stat : 7811 (java) S 7806 7808 6949 0 -1 64 18643 0 0 0 46 7 0 0 16 0 12 0 167589559 938545152 58338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7812] ppid=7806 vsize=916548 CPUtime=0.02

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

[pid=7808/tid=7819] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7819/stat : 7819 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 167589566 938545152 124442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7820] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7820/stat : 7820 (java) S 7806 7808 6949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 167589566 938545152 124442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 163.05
Current children cumulated vsize (KiB) 916548

[startup+222.597 s]
/proc/loadavg: 2.00 2.02 1.91 3/84 8035
/proc/meminfo: memFree=907128/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=916548 CPUtime=222.56
/proc/7808/stat : 7808 (java) R 7806 7808 6949 0 -1 0 167577 0 1 0 22190 66 0 0 25 0 12 0 167589557 938545152 160626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054303037 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7808/statm: 229137 160626 2480 14 0 215574 0
[pid=7808/tid=7810] ppid=7806 vsize=916548 CPUtime=2.54
/proc/7808/task/7810/stat : 7810 (java) S 7806 7808 6949 0 -1 64 66908 0 0 0 230 24 0 0 16 0 12 0 167589559 938545152 160626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7811] ppid=7806 vsize=916548 CPUtime=2.73
/proc/7808/task/7811/stat : 7811 (java) S 7806 7808 6949 0 -1 64 71228 0 0 0 250 23 0 0 16 0 12 0 167589559 938545152 160626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7812] ppid=7806 vsize=916548 CPUtime=0.1
/proc/7808/task/7812/stat : 7812 (java) S 7806 7808 6949 0 -1 64 12 0 0 0 8 2 0 0 15 0 12 0 167589562 938545152 160626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7813] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7813/stat : 7813 (java) S 7806 7808 6949 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167589563 938545152 160626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7814] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7814/stat : 7814 (java) S 7806 7808 6949 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167589563 938545152 160626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7815] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7815/stat : 7815 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 167589566 938545152 160626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7816] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7816/stat : 7816 (java) S 7806 7808 6949 0 -1 64 24 0 0 0 0 0 0 0 17 0 12 0 167589566 938545152 160626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7817] ppid=7806 vsize=916548 CPUtime=2.08
/proc/7808/task/7817/stat : 7817 (java) S 7806 7808 6949 0 -1 64 5636 0 0 0 206 2 0 0 17 0 12 0 167589566 938545152 160626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7818] ppid=7806 vsize=916548 CPUtime=1.66
/proc/7808/task/7818/stat : 7818 (java) S 7806 7808 6949 0 -1 64 3102 0 0 0 165 1 0 0 17 0 12 0 167589566 938545152 160626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7819] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7819/stat : 7819 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 167589566 938545152 160626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7820] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7820/stat : 7820 (java) S 7806 7808 6949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 167589566 938545152 160626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.56
Current children cumulated vsize (KiB) 916548

[startup+282.693 s]
/proc/loadavg: 2.12 2.05 1.92 3/84 8035
/proc/meminfo: memFree=796984/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=916548 CPUtime=282.36
/proc/7808/stat : 7808 (java) R 7806 7808 6949 0 -1 0 195344 0 1 0 28159 77 0 0 25 0 12 0 167589557 938545152 187727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054280174 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7808/statm: 229137 187727 2481 14 0 215574 0
[pid=7808/tid=7810] ppid=7806 vsize=916548 CPUtime=3.51
/proc/7808/task/7810/stat : 7810 (java) S 7806 7808 6949 0 -1 64 79951 0 0 0 323 28 0 0 17 0 12 0 167589559 938545152 187727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7811] ppid=7806 vsize=916548 CPUtime=3.64
/proc/7808/task/7811/stat : 7811 (java) S 7806 7808 6949 0 -1 64 85695 0 0 0 335 29 0 0 16 0 12 0 167589559 938545152 187727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7812] ppid=7806 vsize=916548 CPUtime=3.79
/proc/7808/task/7812/stat : 7812 (java) S 7806 7808 6949 0 -1 64 173 0 0 0 377 2 0 0 15 0 12 0 167589562 938545152 187727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7813] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7813/stat : 7813 (java) S 7806 7808 6949 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167589563 938545152 187727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7814] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7814/stat : 7814 (java) S 7806 7808 6949 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167589563 938545152 187727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7815] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7815/stat : 7815 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 167589566 938545152 187727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7816] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7816/stat : 7816 (java) S 7806 7808 6949 0 -1 64 24 0 0 0 0 0 0 0 17 0 12 0 167589566 938545152 187727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7817] ppid=7806 vsize=916548 CPUtime=2.16
/proc/7808/task/7817/stat : 7817 (java) S 7806 7808 6949 0 -1 64 5642 0 0 0 214 2 0 0 17 0 12 0 167589566 938545152 187727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7818] ppid=7806 vsize=916548 CPUtime=1.82
/proc/7808/task/7818/stat : 7818 (java) S 7806 7808 6949 0 -1 64 3112 0 0 0 181 1 0 0 17 0 12 0 167589566 938545152 187727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7819] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7819/stat : 7819 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 167589566 938545152 187727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7820] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7820/stat : 7820 (java) S 7806 7808 6949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 167589566 938545152 187727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 916548

[startup+342.759 s]
/proc/loadavg: 2.64 2.20 1.98 4/84 8035
/proc/meminfo: memFree=799288/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=916548 CPUtime=342.37
/proc/7808/stat : 7808 (java) R 7806 7808 6949 0 -1 0 195471 0 1 0 34159 78 0 0 25 0 12 0 167589557 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7808/statm: 229137 187105 2481 14 0 215574 0
[pid=7808/tid=7810] ppid=7806 vsize=916548 CPUtime=3.96
/proc/7808/task/7810/stat : 7810 (java) S 7806 7808 6949 0 -1 64 79997 0 0 0 367 29 0 0 15 0 12 0 167589559 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7811] ppid=7806 vsize=916548 CPUtime=4.15
/proc/7808/task/7811/stat : 7811 (java) S 7806 7808 6949 0 -1 64 85696 0 0 0 386 29 0 0 16 0 12 0 167589559 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7812] ppid=7806 vsize=916548 CPUtime=41.06
/proc/7808/task/7812/stat : 7812 (java) R 7806 7808 6949 0 -1 64 173 0 0 0 4103 3 0 0 16 0 12 0 167589562 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7813] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7813/stat : 7813 (java) S 7806 7808 6949 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167589563 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7814] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7814/stat : 7814 (java) S 7806 7808 6949 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167589563 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7815] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7815/stat : 7815 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 167589566 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7816] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7816/stat : 7816 (java) S 7806 7808 6949 0 -1 64 24 0 0 0 0 0 0 0 17 0 12 0 167589566 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7817] ppid=7806 vsize=916548 CPUtime=2.19
/proc/7808/task/7817/stat : 7817 (java) S 7806 7808 6949 0 -1 64 5645 0 0 0 217 2 0 0 17 0 12 0 167589566 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7818] ppid=7806 vsize=916548 CPUtime=1.82
/proc/7808/task/7818/stat : 7818 (java) S 7806 7808 6949 0 -1 64 3112 0 0 0 181 1 0 0 17 0 12 0 167589566 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7819] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7819/stat : 7819 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 167589566 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7820] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7820/stat : 7820 (java) R 7806 7808 6949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 167589566 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 916548

[startup+402.831 s]
/proc/loadavg: 2.71 2.32 2.03 3/84 8035
/proc/meminfo: memFree=799160/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=916548 CPUtime=402.42
/proc/7808/stat : 7808 (java) S 7806 7808 6949 0 -1 0 198380 0 1 0 40162 80 0 0 16 0 12 0 167589557 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7808/statm: 229137 187105 2481 14 0 215574 0
[pid=7808/tid=7810] ppid=7806 vsize=916548 CPUtime=3.96
/proc/7808/task/7810/stat : 7810 (java) S 7806 7808 6949 0 -1 64 79997 0 0 0 367 29 0 0 15 0 12 0 167589559 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7811] ppid=7806 vsize=916548 CPUtime=4.15
/proc/7808/task/7811/stat : 7811 (java) S 7806 7808 6949 0 -1 64 85696 0 0 0 386 29 0 0 16 0 12 0 167589559 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7812] ppid=7806 vsize=916548 CPUtime=98.22
/proc/7808/task/7812/stat : 7812 (java) R 7806 7808 6949 0 -1 64 3009 0 0 0 9817 5 0 0 25 0 12 0 167589562 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155440512 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7813] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7813/stat : 7813 (java) S 7806 7808 6949 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167589563 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7814] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7814/stat : 7814 (java) S 7806 7808 6949 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167589563 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7815] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7815/stat : 7815 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 167589566 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7816] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7816/stat : 7816 (java) S 7806 7808 6949 0 -1 64 24 0 0 0 0 0 0 0 17 0 12 0 167589566 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7817] ppid=7806 vsize=916548 CPUtime=2.19
/proc/7808/task/7817/stat : 7817 (java) S 7806 7808 6949 0 -1 64 5645 0 0 0 217 2 0 0 17 0 12 0 167589566 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7818] ppid=7806 vsize=916548 CPUtime=1.82
/proc/7808/task/7818/stat : 7818 (java) S 7806 7808 6949 0 -1 64 3112 0 0 0 181 1 0 0 17 0 12 0 167589566 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7819] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7819/stat : 7819 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 167589566 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7820] ppid=7806 vsize=916548 CPUtime=0
/proc/7808/task/7820/stat : 7820 (java) S 7806 7808 6949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 167589566 938545152 187105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 916548



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+433.533 s]
/proc/loadavg: 2.43 2.29 2.03 3/84 8035
/proc/meminfo: memFree=797112/2055920 swapFree=4191892/4192956
[pid=7808] ppid=7806 vsize=920552 CPUtime=433.12
/proc/7808/stat : 7808 (java) S 7806 7808 6949 0 -1 0 199446 0 1 0 43231 81 0 0 16 0 12 0 167589557 942645248 187627 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7808/statm: 230138 187627 2481 14 0 216575 0
[pid=7808/tid=7810] ppid=7806 vsize=920552 CPUtime=3.96
/proc/7808/task/7810/stat : 7810 (java) S 7806 7808 6949 0 -1 64 79997 0 0 0 367 29 0 0 15 0 12 0 167589559 942645248 187628 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7811] ppid=7806 vsize=920552 CPUtime=4.15
/proc/7808/task/7811/stat : 7811 (java) S 7806 7808 6949 0 -1 64 85696 0 0 0 386 29 0 0 16 0 12 0 167589559 942645248 187629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7812] ppid=7806 vsize=920552 CPUtime=128.46
/proc/7808/task/7812/stat : 7812 (java) R 7806 7808 6949 0 -1 64 4034 0 0 0 12840 6 0 0 25 0 12 0 167589562 942645248 187629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7813] ppid=7806 vsize=920552 CPUtime=0
/proc/7808/task/7813/stat : 7813 (java) S 7806 7808 6949 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167589563 942645248 187629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7814] ppid=7806 vsize=920552 CPUtime=0
/proc/7808/task/7814/stat : 7814 (java) S 7806 7808 6949 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167589563 942645248 187629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7815] ppid=7806 vsize=920552 CPUtime=0
/proc/7808/task/7815/stat : 7815 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 167589566 942645248 187630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7816] ppid=7806 vsize=920552 CPUtime=0
/proc/7808/task/7816/stat : 7816 (java) S 7806 7808 6949 0 -1 64 24 0 0 0 0 0 0 0 17 0 12 0 167589566 942645248 187630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7817] ppid=7806 vsize=920552 CPUtime=2.19
/proc/7808/task/7817/stat : 7817 (java) S 7806 7808 6949 0 -1 64 5645 0 0 0 217 2 0 0 17 0 12 0 167589566 942645248 187630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7818] ppid=7806 vsize=920552 CPUtime=1.82
/proc/7808/task/7818/stat : 7818 (java) S 7806 7808 6949 0 -1 64 3112 0 0 0 181 1 0 0 17 0 12 0 167589566 942645248 187630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7808/tid=7819] ppid=7806 vsize=920552 CPUtime=0
/proc/7808/task/7819/stat : 7819 (java) S 7806 7808 6949 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 167589566 942645248 187630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7808/tid=7820] ppid=7806 vsize=920552 CPUtime=0
/proc/7808/task/7820/stat : 7820 (java) S 7806 7808 6949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 167589566 942645248 187631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 433.12
Current children cumulated vsize (KiB) 920552

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 435.67
CPU time (s): 435.262
CPU user time (s): 434.327
CPU system time (s): 0.934857
CPU usage (%): 99.9063
Max. virtual memory (cumulated for all children) (KiB): 922556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 434.327
system time used= 0.934857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199864
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= 16015
involuntary context switches= 11520

runsolver used 0.514921 s user time and 1.44078 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Sun Jan  7 17:45:10 UTC 2007


IDJOB= 209193
IDBENCH= 4501
FILE ID= node50/209193-1168191909

PBS_JOBID= 3479310

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp01-05/fapp03/fapp03-0300-8.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/209193-1168191909/sat4jCSP-bf3.jar /tmp/evaluation/209193-1168191909/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-209193-1168191909 -o ROOT/results/node50/solver-209193-1168191909 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/209193-1168191909/sat4jCSP-bf3.jar /tmp/evaluation/209193-1168191909/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  a5626f805a0c21e1617c11a14c43910c

RANDOM SEED= 151603009

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.263
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	: 5931.00
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.263
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:       1551888 kB
Buffers:         37396 kB
Cached:         388388 kB
SwapCached:        372 kB
Active:          75724 kB
Inactive:       370324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1551888 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3276 kB
Writeback:           0 kB
Mapped:          29076 kB
Slab:            43700 kB
Committed_AS:  3840308 kB
PageTables:       1676 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 node50 on Sun Jan  7 17:52:26 UTC 2007