Trace number 1073045

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J CSP 2008-06-13? (TO) 1802.32 1735.43

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-5.xml
MD5SUM357e4473b6e87c0e6a097f938e2d32f0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.049991
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity20
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1073045-1215176432.xml
0.38/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.68/0.75	c reading predicates  done.
1.07/1.18	c reading constraints

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073045-1215176432/watcher-1073045-1215176432 -o /tmp/evaluation-result-1073045-1215176432/solver-1073045-1215176432 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073045-1215176432.xml 

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): 2200 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
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: 2.14 2.05 1.98 3/72 24374
/proc/meminfo: memFree=1744952/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=18572 CPUtime=0
/proc/24374/stat : 24374 (runsolver) R 24372 24374 23206 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1996617830 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 240472616231 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24374/statm: 4643 292 257 25 0 2626 0

[startup+0.0207199 s]
/proc/loadavg: 2.14 2.05 1.98 3/72 24374
/proc/meminfo: memFree=1744952/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=13576 CPUtime=0
/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 891 0 0 0 0 0 0 0 18 0 2 0 1996617830 13901824 639 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 3402 672 325 9 0 1246 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13576

[startup+0.102681 s]
/proc/loadavg: 2.14 2.05 1.98 3/72 24374
/proc/meminfo: memFree=1744952/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=804612 CPUtime=0.09
/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 2998 0 1 0 7 2 0 0 18 0 12 0 1996617830 823922688 2731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 201153 2731 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301701 s]
/proc/loadavg: 2.14 2.05 1.98 3/72 24374
/proc/meminfo: memFree=1744952/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=807760 CPUtime=0.28
/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 4840 0 1 0 26 2 0 0 18 0 12 0 1996617830 827146240 4169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 201940 4169 1299 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.70173 s]
/proc/loadavg: 2.14 2.05 1.98 3/72 24374
/proc/meminfo: memFree=1744952/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=807788 CPUtime=0.68
/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 6257 0 1 0 64 4 0 0 18 0 12 0 1996617830 827174912 5387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 201947 5387 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50281 s]
/proc/loadavg: 2.14 2.05 1.98 4/84 24386
/proc/meminfo: memFree=1724952/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=808448 CPUtime=1.47
/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 7679 0 1 0 142 5 0 0 18 0 12 0 1996617830 827850752 6767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 202112 6767 1368 9 0 199474 0
[pid=24374/tid=24376] ppid=24372 vsize=808448 CPUtime=0.84
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 23206 0 -1 64 5021 0 1 0 81 3 0 0 20 0 12 0 1996617831 827850752 6767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=808448 CPUtime=0
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 23206 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1996617833 827850752 6767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24378] ppid=24372 vsize=808448 CPUtime=0
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1996617833 827850752 6767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=808448 CPUtime=0
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1996617834 827850752 6767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=808448 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 23206 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1996617835 827850752 6767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=808448 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 23206 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1996617835 827850752 6767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24382] ppid=24372 vsize=808448 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 23206 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996617839 827850752 6767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=808448 CPUtime=0.22
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 23206 0 -1 64 431 0 0 0 22 0 0 0 16 0 12 0 1996617839 827850752 6767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24384] ppid=24372 vsize=808448 CPUtime=0.39
/proc/24374/task/24384/stat : 24384 (java) R 24372 24374 23206 0 -1 64 1461 0 0 0 39 0 0 0 16 0 12 0 1996617839 827850752 6767 996147200 134512640 134550740 4294956016 18446744073709551615 103822106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=808448 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996617839 827850752 6767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=808448 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996617839 827850752 6767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808448

[startup+3.10194 s]
/proc/loadavg: 2.13 2.05 1.98 3/84 24386
/proc/meminfo: memFree=1714072/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=815204 CPUtime=3.05
/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 16391 0 1 0 297 8 0 0 18 0 12 0 1996617830 834768896 12940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 203801 12940 1380 9 0 201163 0
[pid=24374/tid=24376] ppid=24372 vsize=815204 CPUtime=1.68
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 23206 0 -1 64 9451 0 1 0 162 6 0 0 25 0 12 0 1996617831 834768896 12940 996147200 134512640 134550740 4294956016 18446744073709551615 4109586204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=815204 CPUtime=0
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 23206 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1996617833 834768896 12940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24378] ppid=24372 vsize=815204 CPUtime=0
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1996617833 834768896 12940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=815204 CPUtime=0
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1996617834 834768896 12940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=815204 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 23206 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1996617835 834768896 12940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=815204 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 23206 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1996617835 834768896 12940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24382] ppid=24372 vsize=815204 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 23206 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996617839 834768896 12940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=815204 CPUtime=0.52
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 23206 0 -1 64 1210 0 0 0 52 0 0 0 16 0 12 0 1996617839 834768896 12940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24384] ppid=24372 vsize=815204 CPUtime=0.82
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 23206 0 -1 64 4964 0 0 0 81 1 0 0 16 0 12 0 1996617839 834768896 12940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=815204 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996617839 834768896 12940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=815204 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996617839 834768896 12940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 815204

[startup+6.30223 s]
/proc/loadavg: 2.13 2.05 1.98 3/84 24386
/proc/meminfo: memFree=1666776/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=817412 CPUtime=6.24
/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 31235 0 1 0 608 16 0 0 18 0 12 0 1996617830 837029888 22792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 204353 22792 1386 9 0 201715 0
[pid=24374/tid=24376] ppid=24372 vsize=817412 CPUtime=3.03
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 23206 0 -1 64 17287 0 1 0 293 10 0 0 19 0 12 0 1996617831 837029888 22792 996147200 134512640 134550740 4294956016 18446744073709551615 4109188292 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=817412 CPUtime=0.04
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 23206 0 -1 64 862 0 0 0 4 0 0 0 16 0 12 0 1996617833 837029888 22792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24378] ppid=24372 vsize=817412 CPUtime=0.02
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 23206 0 -1 64 426 0 0 0 2 0 0 0 16 0 12 0 1996617833 837029888 22792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=817412 CPUtime=0
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 23206 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1996617834 837029888 22792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=817412 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996617835 837029888 22792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24381] ppid=24372 vsize=817412 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996617835 837029888 22792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=817412 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 23206 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996617839 837029888 22792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=817412 CPUtime=1.39
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 23206 0 -1 64 4084 0 0 0 138 1 0 0 18 0 12 0 1996617839 837029888 22792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24384] ppid=24372 vsize=817412 CPUtime=1.71
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 23206 0 -1 64 7783 0 0 0 169 2 0 0 16 0 12 0 1996617839 837029888 22792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24385] ppid=24372 vsize=817412 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996617839 837029888 22792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=817412 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996617839 837029888 22792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 817412

[startup+12.7018 s]
/proc/loadavg: 2.18 2.06 1.98 3/84 24386
/proc/meminfo: memFree=1631000/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=821356 CPUtime=12.7
/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 45439 0 1 0 1248 22 0 0 18 0 12 0 1996617830 841068544 30641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 205339 30641 1386 9 0 202701 0
[pid=24374/tid=24376] ppid=24372 vsize=821356 CPUtime=6.95
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 23206 0 -1 64 17320 0 1 0 685 10 0 0 25 0 12 0 1996617831 841068544 30641 996147200 134512640 134550740 4294956016 18446744073709551615 4109189095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=821356 CPUtime=0.28
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 23206 0 -1 64 4490 0 0 0 27 1 0 0 17 0 12 0 1996617833 841068544 30641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24378] ppid=24372 vsize=821356 CPUtime=0.24
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 23206 0 -1 64 3967 0 0 0 23 1 0 0 17 0 12 0 1996617833 841068544 30641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=821356 CPUtime=0
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 23206 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1996617834 841068544 30641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=821356 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996617835 841068544 30641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24381] ppid=24372 vsize=821356 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996617835 841068544 30641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=821356 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 23206 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996617839 841068544 30641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=821356 CPUtime=2.4
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 23206 0 -1 64 7002 0 0 0 237 3 0 0 16 0 12 0 1996617839 841068544 30641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24384] ppid=24372 vsize=821356 CPUtime=2.77
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 23206 0 -1 64 11841 0 0 0 273 4 0 0 20 0 12 0 1996617839 841068544 30641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=821356 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996617839 841068544 30641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=821356 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996617839 841068544 30641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 821356

[startup+25.5029 s]
/proc/loadavg: 2.22 2.08 1.99 3/84 24386
/proc/meminfo: memFree=1571160/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=823760 CPUtime=25.58
/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 63812 0 1 0 2528 30 0 0 18 0 12 0 1996617830 843530240 44553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 205940 44553 1386 9 0 203302 0
[pid=24374/tid=24376] ppid=24372 vsize=823760 CPUtime=15.9
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 23206 0 -1 64 17343 0 1 0 1580 10 0 0 25 0 12 0 1996617831 843530240 44553 996147200 134512640 134550740 4294956016 18446744073709551615 4109625455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=823760 CPUtime=0.9
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 23206 0 -1 64 12663 0 0 0 85 5 0 0 16 0 12 0 1996617833 843530240 44553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24378] ppid=24372 vsize=823760 CPUtime=0.77
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 23206 0 -1 64 9374 0 0 0 74 3 0 0 16 0 12 0 1996617833 843530240 44553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=823760 CPUtime=0.01
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 23206 0 -1 64 56 0 0 0 1 0 0 0 16 0 12 0 1996617834 843530240 44553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24380] ppid=24372 vsize=823760 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996617835 843530240 44553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24381] ppid=24372 vsize=823760 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996617835 843530240 44553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=823760 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 23206 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996617839 843530240 44553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 466444 0 1 0 172417 258 0 0 18 0 12 0 1996617830 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 206417 176484 1389 9 0 203779 0
[pid=24374/tid=24376] ppid=24372 vsize=825668 CPUtime=108.94
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 23206 0 -1 64 17991 0 1 0 10880 14 0 0 16 0 12 0 1996617831 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=825668 CPUtime=132.54
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 23206 0 -1 64 77362 0 0 0 13213 41 0 0 17 0 12 0 1996617833 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24378] ppid=24372 vsize=825668 CPUtime=132.32
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 23206 0 -1 64 77366 0 0 0 13195 37 0 0 16 0 12 0 1996617833 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=825668 CPUtime=1340.69
/proc/24374/task/24379/stat : 24379 (java) R 24372 24374 23206 0 -1 64 262798 0 0 0 133919 150 0 0 18 0 12 0 1996617834 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 106122255 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996617835 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996617835 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 23206 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=825668 CPUtime=7.51
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 23206 0 -1 64 15323 0 0 0 745 6 0 0 15 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24384] ppid=24372 vsize=825668 CPUtime=4.68
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 23206 0 -1 64 14840 0 0 0 462 6 0 0 16 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 23206 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.75
Current children cumulated vsize (KiB) 825668

[startup+1722.3 s]
/proc/loadavg: 2.42 2.44 2.27 4/93 24460
/proc/meminfo: memFree=834832/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=823664 CPUtime=1788.57
/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 475481 0 1 0 178594 263 0 0 18 0 12 0 1996617830 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 205916 175983 1389 9 0 203278 0
[pid=24374/tid=24376] ppid=24372 vsize=823664 CPUtime=108.94
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 23206 0 -1 64 18010 0 1 0 10880 14 0 0 16 0 12 0 1996617831 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=823664 CPUtime=137.03
/proc/24374/task/24377/stat : 24377 (java) R 24372 24374 23206 0 -1 64 77362 0 0 0 13662 41 0 0 17 0 12 0 1996617833 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 103074614 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24378] ppid=24372 vsize=823664 CPUtime=136.77
/proc/24374/task/24378/stat : 24378 (java) R 24372 24374 23206 0 -1 64 77366 0 0 0 13640 37 0 0 17 0 12 0 1996617833 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 104136970 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=823664 CPUtime=1393.56
/proc/24374/task/24379/stat : 24379 (java) R 24372 24374 23206 0 -1 64 271816 0 0 0 139201 155 0 0 19 0 12 0 1996617834 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=823664 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996617835 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=823664 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996617835 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=823664 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 23206 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996617839 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=823664 CPUtime=7.51
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 23206 0 -1 64 15323 0 0 0 745 6 0 0 15 0 12 0 1996617839 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24384] ppid=24372 vsize=823664 CPUtime=4.68
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 23206 0 -1 64 14840 0 0 0 462 6 0 0 16 0 12 0 1996617839 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=823664 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996617839 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=823664 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 23206 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996617839 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1788.57
Current children cumulated vsize (KiB) 823664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1733.3 s]
/proc/loadavg: 2.36 2.43 2.27 5/93 24460
/proc/meminfo: memFree=836624/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=823664 CPUtime=1800.19
/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 477489 0 1 0 179755 264 0 0 18 0 12 0 1996617830 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 205916 175983 1389 9 0 203278 0
[pid=24374/tid=24376] ppid=24372 vsize=823664 CPUtime=108.94
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 23206 0 -1 64 18014 0 1 0 10880 14 0 0 16 0 12 0 1996617831 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=823664 CPUtime=138.12
/proc/24374/task/24377/stat : 24377 (java) R 24372 24374 23206 0 -1 64 77362 0 0 0 13771 41 0 0 17 0 12 0 1996617833 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 105852875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24378] ppid=24372 vsize=823664 CPUtime=137.93
/proc/24374/task/24378/stat : 24378 (java) R 24372 24374 23206 0 -1 64 77366 0 0 0 13756 37 0 0 17 0 12 0 1996617833 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 106158473 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=823664 CPUtime=1402.93
/proc/24374/task/24379/stat : 24379 (java) R 24372 24374 23206 0 -1 64 273820 0 0 0 140137 156 0 0 20 0 12 0 1996617834 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=823664 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996617835 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=823664 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996617835 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=823664 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 23206 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1996617839 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=823664 CPUtime=7.51
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 23206 0 -1 64 15323 0 0 0 745 6 0 0 15 0 12 0 1996617839 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24384] ppid=24372 vsize=823664 CPUtime=4.68
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 23206 0 -1 64 14840 0 0 0 462 6 0 0 16 0 12 0 1996617839 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=823664 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996617839 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=823664 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 23206 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996617839 843431936 175983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 823664

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1734.2 s]
/proc/loadavg: 2.36 2.43 2.27 4/94 24461
/proc/meminfo: memFree=834824/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=825668 CPUtime=1801.08
/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 477991 0 1 0 179844 264 0 0 16 0 12 0 1996617830 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 206417 176484 1389 9 0 203779 0
[pid=24374/tid=24376] ppid=24372 vsize=825668 CPUtime=108.94
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 23206 0 -1 64 18014 0 1 0 10880 14 0 0 16 0 12 0 1996617831 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=825668 CPUtime=138.15
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 23206 0 -1 64 77362 0 0 0 13774 41 0 0 17 0 12 0 1996617833 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24378] ppid=24372 vsize=825668 CPUtime=137.94
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 23206 0 -1 64 77366 0 0 0 13757 37 0 0 17 0 12 0 1996617833 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=825668 CPUtime=1403.8
/proc/24374/task/24379/stat : 24379 (java) R 24372 24374 23206 0 -1 64 274321 0 0 0 140224 156 0 0 21 0 12 0 1996617834 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 105847304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996617835 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996617835 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 23206 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=825668 CPUtime=7.51
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 23206 0 -1 64 15323 0 0 0 745 6 0 0 15 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24384] ppid=24372 vsize=825668 CPUtime=4.68
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 23206 0 -1 64 14840 0 0 0 462 6 0 0 16 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 23206 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.08
Current children cumulated vsize (KiB) 825668

[startup+1735 s]
/proc/loadavg: 2.36 2.43 2.27 4/94 24461
/proc/meminfo: memFree=834824/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=825668 CPUtime=1801.88
/proc/24374/stat : 24374 (java) S 24372 24374 23206 0 -1 0 477991 0 1 0 179924 264 0 0 16 0 12 0 1996617830 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 206417 176484 1389 9 0 203779 0
[pid=24374/tid=24376] ppid=24372 vsize=825668 CPUtime=108.94
/proc/24374/task/24376/stat : 24376 (java) S 24372 24374 23206 0 -1 64 18014 0 1 0 10880 14 0 0 16 0 12 0 1996617831 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=825668 CPUtime=138.15
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 23206 0 -1 64 77362 0 0 0 13774 41 0 0 17 0 12 0 1996617833 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24378] ppid=24372 vsize=825668 CPUtime=137.94
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 23206 0 -1 64 77366 0 0 0 13757 37 0 0 17 0 12 0 1996617833 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=825668 CPUtime=1404.59
/proc/24374/task/24379/stat : 24379 (java) R 24372 24374 23206 0 -1 64 274321 0 0 0 140303 156 0 0 25 0 12 0 1996617834 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 106123419 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996617835 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24381] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996617835 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 23206 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=825668 CPUtime=7.51
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 23206 0 -1 64 15323 0 0 0 745 6 0 0 15 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24384] ppid=24372 vsize=825668 CPUtime=4.68
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 23206 0 -1 64 14840 0 0 0 462 6 0 0 16 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 23206 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24386] ppid=24372 vsize=825668 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 23206 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996617839 845484032 176484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 825668

[startup+1735.4 s]
/proc/loadavg: 2.36 2.43 2.27 4/94 24461
/proc/meminfo: memFree=834824/2055920 swapFree=4180972/4192956
[pid=24374] ppid=24372 vsize=0 CPUtime=1802.29
/proc/24374/stat : 24374 (java) Z 24372 24374 23206 0 -1 1036 477991 0 1 0 179956 273 0 0 16 0 2 0 1996617830 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1735.43
CPU time (s): 1802.32
CPU user time (s): 1799.56
CPU system time (s): 2.76058
CPU usage (%): 103.854
Max. virtual memory (cumulated for all children) (KiB): 826700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 2.76058
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 477991
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= 40865
involuntary context switches= 66544

runsolver used 2.6456 second user time and 7.51886 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-04 15:00:32
IDJOB=1073045
IDBENCH=56312
IDSOLVER=344
FILE ID=node15/1073045-1215176432
PBS_JOBID= 7881514
Free space on /tmp= 66528 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/radar-8-30-3-0/normalized-radar-8-30-3-0-5.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073045-1215176432/watcher-1073045-1215176432 -o /tmp/evaluation-result-1073045-1215176432/solver-1073045-1215176432 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073045-1215176432.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 357e4473b6e87c0e6a097f938e2d32f0
RANDOM SEED=779877781

node15.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.229
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.229
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:       1745432 kB
Buffers:         52796 kB
Cached:         175308 kB
SwapCached:       6020 kB
Active:         175924 kB
Inactive:        73488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745432 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            1128 kB
Writeback:           0 kB
Mapped:          28652 kB
Slab:            46396 kB
Committed_AS:  3516304 kB
PageTables:       1884 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= 66520 MiB
End job on node15 at 2008-07-04 15:29:28