Trace number 2075082

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
Concrete 2009-07-14? (TO) 1800.06 1809.92

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-50_ext.xml
MD5SUM2466c8e6fcdc9c8a2b13ac44e35e1c6f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

3.24/3.35	c CPU-LOAD 1.98
3.24/3.35	c LOADED 24 V (24 E), 76 ExtensionConstraintGeneral, arity 3, 1.98 cpu

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2075082-1247712748/watcher-2075082-1247712748 -o /tmp/evaluation-result-2075082-1247712748/solver-2075082-1247712748 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2075082-1247712748.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): 2000 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


[startup+0 s]
/proc/loadavg: 2.03 2.11 2.05 4/73 12826
/proc/meminfo: memFree=1441368/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 58338143 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 250969030738 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/12826/statm: 1339 230 191 169 0 50 0
[pid=12827] ppid=12826 vsize=124 CPUtime=0
/proc/12827/stat : 12827 (dirname) R 12826 12826 12423 0 -1 4194304 46 0 0 0 0 0 0 0 22 0 1 0 58338143 126976 22 996147200 4194304 4208292 548682069008 18446744073709551615 250966242581 0 0 4096 0 0 0 0 17 1 0 0
/proc/12827/statm: 31 22 16 3 0 3 0

[startup+0.0205489 s]
/proc/loadavg: 2.03 2.11 2.05 4/73 12826
/proc/meminfo: memFree=1441368/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.1031 s]
/proc/loadavg: 2.03 2.11 2.05 4/73 12826
/proc/meminfo: memFree=1441368/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302121 s]
/proc/loadavg: 2.03 2.11 2.05 4/73 12826
/proc/meminfo: memFree=1441368/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702159 s]
/proc/loadavg: 2.03 2.11 2.05 4/73 12826
/proc/meminfo: memFree=1441368/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50148 s]
/proc/loadavg: 2.03 2.11 2.05 4/83 12839
/proc/meminfo: memFree=1424200/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
[pid=12831] ppid=12826 vsize=847456 CPUtime=1.46
/proc/12831/stat : 12831 (java) S 12826 12826 12423 0 -1 0 8210 0 1 0 140 6 0 0 18 0 9 0 58338144 867794944 7122 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12831/statm: 211864 7122 2614 9 0 206349 0
[pid=12831/tid=12832] ppid=12826 vsize=847456 CPUtime=0.94
/proc/12831/task/12832/stat : 12832 (java) R 12826 12826 12423 0 -1 64 3661 0 1 0 91 3 0 0 24 0 9 0 58338145 867794944 7122 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12833] ppid=12826 vsize=847456 CPUtime=0.26
/proc/12831/task/12833/stat : 12833 (java) S 12826 12826 12423 0 -1 64 2567 0 0 0 25 1 0 0 15 0 9 0 58338147 867794944 7122 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12834] ppid=12826 vsize=847456 CPUtime=0
/proc/12831/task/12834/stat : 12834 (java) S 12826 12826 12423 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58338147 867794944 7122 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12835] ppid=12826 vsize=847456 CPUtime=0
/proc/12831/task/12835/stat : 12835 (java) S 12826 12826 12423 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58338147 867794944 7122 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12836] ppid=12826 vsize=847456 CPUtime=0
/proc/12831/task/12836/stat : 12836 (java) S 12826 12826 12423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58338149 867794944 7122 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12837] ppid=12826 vsize=847456 CPUtime=0.23
/proc/12831/task/12837/stat : 12837 (java) S 12826 12826 12423 0 -1 64 1286 0 0 0 23 0 0 0 16 0 9 0 58338153 867794944 7122 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12838] ppid=12826 vsize=847456 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58338153 867794944 7122 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12839] ppid=12826 vsize=847456 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58338153 867794944 7122 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 852812

[startup+3.10139 s]
/proc/loadavg: 2.11 2.12 2.06 4/83 12839
/proc/meminfo: memFree=1418504/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
[pid=12831] ppid=12826 vsize=847456 CPUtime=3.05
/proc/12831/stat : 12831 (java) S 12826 12826 12423 0 -1 0 11219 0 1 0 294 11 0 0 18 0 9 0 58338144 867794944 9869 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12831/statm: 211864 9869 2615 9 0 206349 0
[pid=12831/tid=12832] ppid=12826 vsize=847456 CPUtime=2.03
/proc/12831/task/12832/stat : 12832 (java) R 12826 12826 12423 0 -1 64 3943 0 1 0 198 5 0 0 25 0 9 0 58338145 867794944 9869 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12833] ppid=12826 vsize=847456 CPUtime=0.76
/proc/12831/task/12833/stat : 12833 (java) S 12826 12826 12423 0 -1 64 5290 0 0 0 72 4 0 0 16 0 9 0 58338147 867794944 9869 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12834] ppid=12826 vsize=847456 CPUtime=0
/proc/12831/task/12834/stat : 12834 (java) S 12826 12826 12423 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58338147 867794944 9869 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12835] ppid=12826 vsize=847456 CPUtime=0
/proc/12831/task/12835/stat : 12835 (java) S 12826 12826 12423 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58338147 867794944 9869 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12836] ppid=12826 vsize=847456 CPUtime=0
/proc/12831/task/12836/stat : 12836 (java) S 12826 12826 12423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58338149 867794944 9869 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12837] ppid=12826 vsize=847456 CPUtime=0.23
/proc/12831/task/12837/stat : 12837 (java) R 12826 12826 12423 0 -1 64 1290 0 0 0 23 0 0 0 16 0 9 0 58338153 867794944 9869 996147200 134512640 134550932 4294955408 18446744073709551615 101602246 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12838] ppid=12826 vsize=847456 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58338153 867794944 9869 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12839] ppid=12826 vsize=847456 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58338153 867794944 9869 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 852812

[startup+6.30271 s]
/proc/loadavg: 2.11 2.12 2.06 3/83 12841
/proc/meminfo: memFree=1409344/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
[pid=12831] ppid=12826 vsize=848484 CPUtime=6.21
/proc/12831/stat : 12831 (java) S 12826 12826 12423 0 -1 0 11748 0 1 0 609 12 0 0 18 0 9 0 58338144 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12831/statm: 212121 10349 2618 9 0 206606 0
[pid=12831/tid=12832] ppid=12826 vsize=848484 CPUtime=4.99
/proc/12831/task/12832/stat : 12832 (java) R 12826 12826 12423 0 -1 64 4096 0 1 0 493 6 0 0 25 0 9 0 58338145 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4126476408 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12833] ppid=12826 vsize=848484 CPUtime=0.88
/proc/12831/task/12833/stat : 12833 (java) S 12826 12826 12423 0 -1 64 5609 0 0 0 84 4 0 0 16 0 9 0 58338147 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12834] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12834/stat : 12834 (java) S 12826 12826 12423 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12835] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12835/stat : 12835 (java) S 12826 12826 12423 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12836] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12836/stat : 12836 (java) S 12826 12826 12423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58338149 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12837] ppid=12826 vsize=848484 CPUtime=0.32
/proc/12831/task/12837/stat : 12837 (java) S 12826 12826 12423 0 -1 64 1342 0 0 0 31 1 0 0 16 0 9 0 58338153 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12838] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58338153 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12839] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58338153 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 853840

[startup+12.7013 s]
/proc/loadavg: 2.10 2.12 2.06 3/83 12841
/proc/meminfo: memFree=1409152/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
[pid=12831] ppid=12826 vsize=848484 CPUtime=12.56
/proc/12831/stat : 12831 (java) S 12826 12826 12423 0 -1 0 11822 0 1 0 1243 13 0 0 18 0 9 0 58338144 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12831/statm: 212121 10349 2618 9 0 206606 0
[pid=12831/tid=12832] ppid=12826 vsize=848484 CPUtime=11.26
/proc/12831/task/12832/stat : 12832 (java) R 12826 12826 12423 0 -1 64 4170 0 1 0 1120 6 0 0 25 0 9 0 58338145 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4126485705 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12833] ppid=12826 vsize=848484 CPUtime=0.95
/proc/12831/task/12833/stat : 12833 (java) S 12826 12826 12423 0 -1 64 5609 0 0 0 90 5 0 0 16 0 9 0 58338147 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12834] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12834/stat : 12834 (java) S 12826 12826 12423 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12835] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12835/stat : 12835 (java) S 12826 12826 12423 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12836] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12836/stat : 12836 (java) S 12826 12826 12423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58338149 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12837] ppid=12826 vsize=848484 CPUtime=0.32
/proc/12831/task/12837/stat : 12837 (java) S 12826 12826 12423 0 -1 64 1342 0 0 0 31 1 0 0 16 0 9 0 58338153 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12838] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58338153 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12839] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58338153 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 853840

[startup+25.5026 s]
/proc/loadavg: 2.08 2.11 2.05 3/83 12841
/proc/meminfo: memFree=1409088/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
[pid=12831] ppid=12826 vsize=848484 CPUtime=25.24
/proc/12831/stat : 12831 (java) S 12826 12826 12423 0 -1 0 11968 0 1 0 2509 15 0 0 18 0 9 0 58338144 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12831/statm: 212121 10349 2618 9 0 206606 0
[pid=12831/tid=12832] ppid=12826 vsize=848484 CPUtime=23.79
/proc/12831/task/12832/stat : 12832 (java) R 12826 12826 12423 0 -1 64 4316 0 1 0 2373 6 0 0 25 0 9 0 58338145 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4126478120 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12833] ppid=12826 vsize=848484 CPUtime=1.09
/proc/12831/task/12833/stat : 12833 (java) S 12826 12826 12423 0 -1 64 5609 0 0 0 103 6 0 0 16 0 9 0 58338147 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12834] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12834/stat : 12834 (java) S 12826 12826 12423 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12835] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12835/stat : 12835 (java) S 12826 12826 12423 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12836] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12836/stat : 12836 (java) S 12826 12826 12423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58338149 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12837] ppid=12826 vsize=848484 CPUtime=0.32
/proc/12831/task/12837/stat : 12837 (java) S 12826 12826 12423 0 -1 64 1342 0 0 0 31 1 0 0 16 0 9 0 58338153 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12838] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58338153 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12839] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58338153 868847616 10349 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 853840

[startup+51.1021 s]
/proc/loadavg: 2.05 2.10 2.05 3/83 12841

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

/proc/12831/task/12837/stat : 12837 (java) S 12826 12826 12423 0 -1 64 1342 0 0 0 31 1 0 0 16 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12838] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12839] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.49
Current children cumulated vsize (KiB) 853840

[startup+1662.3 s]
/proc/loadavg: 2.28 2.18 2.07 3/93 12993
/proc/meminfo: memFree=716848/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
[pid=12831] ppid=12826 vsize=848484 CPUtime=1653.89
/proc/12831/stat : 12831 (java) S 12826 12826 12423 0 -1 0 32308 0 1 0 165180 209 0 0 18 0 9 0 58338144 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12831/statm: 212121 11661 2618 9 0 206606 0
[pid=12831/tid=12832] ppid=12826 vsize=848484 CPUtime=1633.71
/proc/12831/task/12832/stat : 12832 (java) R 12826 12826 12423 0 -1 64 23343 0 1 0 163296 75 0 0 25 0 9 0 58338145 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4126494874 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12833] ppid=12826 vsize=848484 CPUtime=19.82
/proc/12831/task/12833/stat : 12833 (java) S 12826 12826 12423 0 -1 64 6922 0 0 0 1851 131 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12834] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12834/stat : 12834 (java) S 12826 12826 12423 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12835] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12835/stat : 12835 (java) S 12826 12826 12423 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12836] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12836/stat : 12836 (java) S 12826 12826 12423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58338149 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12837] ppid=12826 vsize=848484 CPUtime=0.32
/proc/12831/task/12837/stat : 12837 (java) S 12826 12826 12423 0 -1 64 1342 0 0 0 31 1 0 0 16 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12838] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12839] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.89
Current children cumulated vsize (KiB) 853840

[startup+1722.3 s]
/proc/loadavg: 2.29 2.20 2.08 3/93 12993
/proc/meminfo: memFree=716720/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
[pid=12831] ppid=12826 vsize=848484 CPUtime=1713.32
/proc/12831/stat : 12831 (java) S 12826 12826 12423 0 -1 0 32967 0 1 0 171114 218 0 0 18 0 9 0 58338144 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12831/statm: 212121 11661 2618 9 0 206606 0
[pid=12831/tid=12832] ppid=12826 vsize=848484 CPUtime=1692.4
/proc/12831/task/12832/stat : 12832 (java) R 12826 12826 12423 0 -1 64 24001 0 1 0 169161 79 0 0 25 0 9 0 58338145 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 104098122 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12833] ppid=12826 vsize=848484 CPUtime=20.56
/proc/12831/task/12833/stat : 12833 (java) S 12826 12826 12423 0 -1 64 6923 0 0 0 1919 137 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12834] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12834/stat : 12834 (java) S 12826 12826 12423 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12835] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12835/stat : 12835 (java) S 12826 12826 12423 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12836] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12836/stat : 12836 (java) S 12826 12826 12423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58338149 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12837] ppid=12826 vsize=848484 CPUtime=0.32
/proc/12831/task/12837/stat : 12837 (java) S 12826 12826 12423 0 -1 64 1342 0 0 0 31 1 0 0 16 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12838] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12839] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.32
Current children cumulated vsize (KiB) 853840

[startup+1782.3 s]
/proc/loadavg: 2.25 2.20 2.09 3/93 12993
/proc/meminfo: memFree=716656/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
[pid=12831] ppid=12826 vsize=848484 CPUtime=1772.73
/proc/12831/stat : 12831 (java) S 12826 12826 12423 0 -1 0 33631 0 1 0 177048 225 0 0 18 0 9 0 58338144 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12831/statm: 212121 11661 2618 9 0 206606 0
[pid=12831/tid=12832] ppid=12826 vsize=848484 CPUtime=1751.14
/proc/12831/task/12832/stat : 12832 (java) R 12826 12826 12423 0 -1 64 24665 0 1 0 175034 80 0 0 25 0 9 0 58338145 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12833] ppid=12826 vsize=848484 CPUtime=21.23
/proc/12831/task/12833/stat : 12833 (java) S 12826 12826 12423 0 -1 64 6923 0 0 0 1981 142 0 0 15 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12834] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12834/stat : 12834 (java) S 12826 12826 12423 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12835] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12835/stat : 12835 (java) S 12826 12826 12423 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12836] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12836/stat : 12836 (java) S 12826 12826 12423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58338149 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12837] ppid=12826 vsize=848484 CPUtime=0.32
/proc/12831/task/12837/stat : 12837 (java) S 12826 12826 12423 0 -1 64 1342 0 0 0 31 1 0 0 16 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12838] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12839] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.73
Current children cumulated vsize (KiB) 853840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.9 s]
/proc/loadavg: 2.32 2.22 2.10 3/93 12993
/proc/meminfo: memFree=716592/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
[pid=12831] ppid=12826 vsize=848484 CPUtime=1800.06
/proc/12831/stat : 12831 (java) S 12826 12826 12423 0 -1 0 33935 0 1 0 179778 228 0 0 18 0 9 0 58338144 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12831/statm: 212121 11661 2618 9 0 206606 0
[pid=12831/tid=12832] ppid=12826 vsize=848484 CPUtime=1778.18
/proc/12831/task/12832/stat : 12832 (java) R 12826 12826 12423 0 -1 64 24969 0 1 0 177736 82 0 0 25 0 9 0 58338145 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4126487832 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12833] ppid=12826 vsize=848484 CPUtime=21.53
/proc/12831/task/12833/stat : 12833 (java) S 12826 12826 12423 0 -1 64 6923 0 0 0 2009 144 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12834] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12834/stat : 12834 (java) S 12826 12826 12423 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12835] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12835/stat : 12835 (java) S 12826 12826 12423 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12836] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12836/stat : 12836 (java) S 12826 12826 12423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58338149 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12837] ppid=12826 vsize=848484 CPUtime=0.32
/proc/12831/task/12837/stat : 12837 (java) S 12826 12826 12423 0 -1 64 1342 0 0 0 31 1 0 0 16 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12838] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12839] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 853840

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

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

[startup+1809.9 s]
/proc/loadavg: 2.32 2.22 2.10 3/93 12993
/proc/meminfo: memFree=716592/2055920 swapFree=4192812/4192956
[pid=12826] ppid=12824 vsize=5356 CPUtime=0
/proc/12826/stat : 12826 (concrete.sh) S 12824 12826 12423 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58338143 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12826/statm: 1339 244 201 169 0 50 0
[pid=12831] ppid=12826 vsize=848484 CPUtime=1800.06
/proc/12831/stat : 12831 (java) S 12826 12826 12423 0 -1 0 33935 0 1 0 179778 228 0 0 18 0 9 0 58338144 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12831/statm: 212121 11661 2618 9 0 206606 0
[pid=12831/tid=12832] ppid=12826 vsize=848484 CPUtime=1778.18
/proc/12831/task/12832/stat : 12832 (java) R 12826 12826 12423 0 -1 64 24969 0 1 0 177736 82 0 0 25 0 9 0 58338145 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4126487832 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12833] ppid=12826 vsize=848484 CPUtime=21.53
/proc/12831/task/12833/stat : 12833 (java) S 12826 12826 12423 0 -1 64 6923 0 0 0 2009 144 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12834] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12834/stat : 12834 (java) S 12826 12826 12423 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12835] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12835/stat : 12835 (java) S 12826 12826 12423 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58338147 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12836] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12836/stat : 12836 (java) S 12826 12826 12423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58338149 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12837] ppid=12826 vsize=848484 CPUtime=0.32
/proc/12831/task/12837/stat : 12837 (java) S 12826 12826 12423 0 -1 64 1342 0 0 0 31 1 0 0 16 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12838] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12831/tid=12839] ppid=12826 vsize=848484 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12826 12826 12423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58338153 868847616 11661 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 853840

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12826 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=5999
# CPU time returned by wait4() is 0.006998
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.92
CPU time (s): 1800.06
CPU user time (s): 1797.78
CPU system time (s): 2.28
CPU usage (%): 99.4552
Max. virtual memory (cumulated for all children) (KiB): 853840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.005999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 9

runsolver used 2.39563 second user time and 5.9401 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-16 04:52:28
IDJOB=2075082
IDBENCH=56228
IDSOLVER=735
FILE ID=node56/2075082-1247712748
PBS_JOBID= 9521394
Free space on /tmp= 103052 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-50_ext.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075082-1247712748/watcher-2075082-1247712748 -o /tmp/evaluation-result-2075082-1247712748/solver-2075082-1247712748 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2075082-1247712748.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2466c8e6fcdc9c8a2b13ac44e35e1c6f
RANDOM SEED=1600150163

node56.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.209
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.209
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:       1441848 kB
Buffers:         82464 kB
Cached:         376604 kB
SwapCached:          0 kB
Active:         269020 kB
Inactive:       263264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4204 kB
Writeback:           0 kB
Mapped:          83764 kB
Slab:            67000 kB
Committed_AS:   508992 kB
PageTables:       1984 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= 103064 MiB
End job on node56 at 2009-07-16 05:22:40