Trace number 2075126

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.05 1811.02

General information on the benchmark

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

Solver Data

2.76/2.86	c CPU-LOAD 1.67
2.76/2.86	c LOADED 24 V (24 E), 68 ExtensionConstraintGeneral, 4 ExtensionConstraintDynamic, arity 3, 1.67 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-2075126-1247712818/watcher-2075126-1247712818 -o /tmp/evaluation-result-2075126-1247712818/solver-2075126-1247712818 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2075126-1247712818.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.17 2.04 2.01 4/82 15508
/proc/meminfo: memFree=1483936/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 58347158 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 265674260562 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/15508/statm: 1339 230 191 169 0 50 0
[pid=15509] ppid=15508 vsize=5356 CPUtime=0
/proc/15509/stat : 15509 (concrete.sh) R 15508 15508 14772 0 -1 4194368 24 0 0 0 0 0 0 0 19 0 1 0 58347159 5484544 234 996147200 4194304 4889804 548682068816 18446744073709551615 265674091815 0 0 4096 0 0 0 0 17 1 0 0
/proc/15509/statm: 1339 234 195 169 0 50 0

[startup+0.0354119 s]
/proc/loadavg: 2.17 2.04 2.01 4/82 15508
/proc/meminfo: memFree=1483936/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101704 s]
/proc/loadavg: 2.17 2.04 2.01 4/82 15508
/proc/meminfo: memFree=1483936/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301744 s]
/proc/loadavg: 2.17 2.04 2.01 4/82 15508
/proc/meminfo: memFree=1483936/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701818 s]
/proc/loadavg: 2.17 2.04 2.01 4/82 15508
/proc/meminfo: memFree=1483936/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50297 s]
/proc/loadavg: 2.16 2.04 2.01 3/92 15521
/proc/meminfo: memFree=1466632/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
[pid=15513] ppid=15508 vsize=847396 CPUtime=1.47
/proc/15513/stat : 15513 (java) S 15508 15508 14772 0 -1 0 8490 0 1 0 141 6 0 0 18 0 9 0 58347159 867733504 7224 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15513/statm: 211849 7224 2614 9 0 206334 0
[pid=15513/tid=15514] ppid=15508 vsize=847396 CPUtime=0.95
/proc/15513/task/15514/stat : 15514 (java) R 15508 15508 14772 0 -1 64 3709 0 1 0 92 3 0 0 24 0 9 0 58347160 867733504 7224 996147200 134512640 134550932 4294955408 18446744073709551615 4126240096 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15515] ppid=15508 vsize=847396 CPUtime=0.28
/proc/15513/task/15515/stat : 15515 (java) S 15508 15508 14772 0 -1 64 2615 0 0 0 27 1 0 0 16 0 9 0 58347162 867733504 7224 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15516] ppid=15508 vsize=847396 CPUtime=0
/proc/15513/task/15516/stat : 15516 (java) S 15508 15508 14772 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 58347162 867733504 7224 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15517] ppid=15508 vsize=847396 CPUtime=0
/proc/15513/task/15517/stat : 15517 (java) S 15508 15508 14772 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58347162 867733504 7224 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15518] ppid=15508 vsize=847396 CPUtime=0
/proc/15513/task/15518/stat : 15518 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58347164 867733504 7224 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15519] ppid=15508 vsize=847396 CPUtime=0.21
/proc/15513/task/15519/stat : 15519 (java) S 15508 15508 14772 0 -1 64 1468 0 0 0 21 0 0 0 16 0 9 0 58347167 867733504 7224 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15520] ppid=15508 vsize=847396 CPUtime=0
/proc/15513/task/15520/stat : 15520 (java) S 15508 15508 14772 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58347167 867733504 7224 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15521] ppid=15508 vsize=847396 CPUtime=0
/proc/15513/task/15521/stat : 15521 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58347168 867733504 7224 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 852752

[startup+3.10228 s]
/proc/loadavg: 2.16 2.04 2.01 4/92 15521
/proc/meminfo: memFree=1458888/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
[pid=15513] ppid=15508 vsize=848424 CPUtime=3.07
/proc/15513/stat : 15513 (java) S 15508 15508 14772 0 -1 0 11194 0 1 0 295 12 0 0 18 0 9 0 58347159 868786176 9700 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15513/statm: 212106 9700 2617 9 0 206591 0
[pid=15513/tid=15514] ppid=15508 vsize=848424 CPUtime=2.02
/proc/15513/task/15514/stat : 15514 (java) R 15508 15508 14772 0 -1 64 4035 0 1 0 198 4 0 0 25 0 9 0 58347160 868786176 9700 996147200 134512640 134550932 4294955408 18446744073709551615 4126503147 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15515] ppid=15508 vsize=848424 CPUtime=0.71
/proc/15513/task/15515/stat : 15515 (java) S 15508 15508 14772 0 -1 64 4936 0 0 0 67 4 0 0 16 0 9 0 58347162 868786176 9700 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15516] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15516/stat : 15516 (java) S 15508 15508 14772 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 58347162 868786176 9700 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15517] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15517/stat : 15517 (java) S 15508 15508 14772 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58347162 868786176 9700 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15518] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15518/stat : 15518 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58347164 868786176 9700 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15519] ppid=15508 vsize=848424 CPUtime=0.29
/proc/15513/task/15519/stat : 15519 (java) S 15508 15508 14772 0 -1 64 1520 0 0 0 28 1 0 0 15 0 9 0 58347167 868786176 9700 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15520] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15520/stat : 15520 (java) S 15508 15508 14772 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58347167 868786176 9700 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15521] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15521/stat : 15521 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58347168 868786176 9700 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 853780

[startup+6.3019 s]
/proc/loadavg: 2.15 2.04 2.01 3/92 15523
/proc/meminfo: memFree=1453960/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
[pid=15513] ppid=15508 vsize=848424 CPUtime=6.25
/proc/15513/stat : 15513 (java) S 15508 15508 14772 0 -1 0 11316 0 1 0 612 13 0 0 18 0 9 0 58347159 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15513/statm: 212106 9783 2618 9 0 206591 0
[pid=15513/tid=15514] ppid=15508 vsize=848424 CPUtime=5.16
/proc/15513/task/15514/stat : 15514 (java) R 15508 15508 14772 0 -1 64 4090 0 1 0 511 5 0 0 25 0 9 0 58347160 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4126514524 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15515] ppid=15508 vsize=848424 CPUtime=0.75
/proc/15513/task/15515/stat : 15515 (java) S 15508 15508 14772 0 -1 64 4992 0 0 0 70 5 0 0 16 0 9 0 58347162 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15516] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15516/stat : 15516 (java) S 15508 15508 14772 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 58347162 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15517] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15517/stat : 15517 (java) S 15508 15508 14772 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58347162 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15518] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15518/stat : 15518 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58347164 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15519] ppid=15508 vsize=848424 CPUtime=0.31
/proc/15513/task/15519/stat : 15519 (java) S 15508 15508 14772 0 -1 64 1531 0 0 0 30 1 0 0 15 0 9 0 58347167 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15520] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15520/stat : 15520 (java) S 15508 15508 14772 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58347167 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15521] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15521/stat : 15521 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58347168 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 853780

[startup+12.7021 s]
/proc/loadavg: 2.13 2.04 2.01 3/92 15523
/proc/meminfo: memFree=1453520/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
[pid=15513] ppid=15508 vsize=848424 CPUtime=12.61
/proc/15513/stat : 15513 (java) S 15508 15508 14772 0 -1 0 11389 0 1 0 1248 13 0 0 18 0 9 0 58347159 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15513/statm: 212106 9783 2618 9 0 206591 0
[pid=15513/tid=15514] ppid=15508 vsize=848424 CPUtime=11.48
/proc/15513/task/15514/stat : 15514 (java) R 15508 15508 14772 0 -1 64 4163 0 1 0 1142 6 0 0 25 0 9 0 58347160 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4126521155 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15515] ppid=15508 vsize=848424 CPUtime=0.8
/proc/15513/task/15515/stat : 15515 (java) S 15508 15508 14772 0 -1 64 4992 0 0 0 75 5 0 0 16 0 9 0 58347162 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15516] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15516/stat : 15516 (java) S 15508 15508 14772 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 58347162 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15517] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15517/stat : 15517 (java) S 15508 15508 14772 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58347162 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15518] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15518/stat : 15518 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58347164 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15519] ppid=15508 vsize=848424 CPUtime=0.31
/proc/15513/task/15519/stat : 15519 (java) S 15508 15508 14772 0 -1 64 1531 0 0 0 30 1 0 0 16 0 9 0 58347167 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15520] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15520/stat : 15520 (java) S 15508 15508 14772 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58347167 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15521] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15521/stat : 15521 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58347168 868786176 9783 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 853780

[startup+25.5016 s]
/proc/loadavg: 2.10 2.04 2.01 3/92 15523
/proc/meminfo: memFree=1452816/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
[pid=15513] ppid=15508 vsize=848424 CPUtime=25.35
/proc/15513/stat : 15513 (java) S 15508 15508 14772 0 -1 0 11545 0 1 0 2520 15 0 0 18 0 9 0 58347159 868786176 9787 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15513/statm: 212106 9787 2618 9 0 206591 0
[pid=15513/tid=15514] ppid=15508 vsize=848424 CPUtime=24.09
/proc/15513/task/15514/stat : 15514 (java) R 15508 15508 14772 0 -1 64 4315 0 1 0 2403 6 0 0 25 0 9 0 58347160 868786176 9787 996147200 134512640 134550932 4294955408 18446744073709551615 4125643574 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15515] ppid=15508 vsize=848424 CPUtime=0.93
/proc/15513/task/15515/stat : 15515 (java) S 15508 15508 14772 0 -1 64 4995 0 0 0 87 6 0 0 16 0 9 0 58347162 868786176 9787 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15516] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15516/stat : 15516 (java) S 15508 15508 14772 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 58347162 868786176 9787 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15517] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15517/stat : 15517 (java) S 15508 15508 14772 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58347162 868786176 9787 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15518] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15518/stat : 15518 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58347164 868786176 9787 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15519] ppid=15508 vsize=848424 CPUtime=0.31
/proc/15513/task/15519/stat : 15519 (java) S 15508 15508 14772 0 -1 64 1532 0 0 0 30 1 0 0 16 0 9 0 58347167 868786176 9787 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15520] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15520/stat : 15520 (java) S 15508 15508 14772 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58347167 868786176 9787 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15521] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15521/stat : 15521 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58347168 868786176 9787 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 853780

[startup+51.1015 s]
/proc/loadavg: 2.07 2.03 2.01 3/92 15523

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

/proc/15513/task/15519/stat : 15519 (java) S 15508 15508 14772 0 -1 64 1532 0 0 0 30 1 0 0 16 0 9 0 58347167 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15520] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15520/stat : 15520 (java) S 15508 15508 14772 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58347167 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15521] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15521/stat : 15521 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58347168 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.93
Current children cumulated vsize (KiB) 853780

[startup+1602.3 s]
/proc/loadavg: 2.18 2.19 2.08 4/93 16271
/proc/meminfo: memFree=710664/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
[pid=15513] ppid=15508 vsize=848424 CPUtime=1593.36
/proc/15513/stat : 15513 (java) S 15508 15508 14772 0 -1 0 30904 0 1 0 159145 191 0 0 18 0 9 0 58347159 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15513/statm: 212106 11405 2618 9 0 206591 0
[pid=15513/tid=15514] ppid=15508 vsize=848424 CPUtime=1577.41
/proc/15513/task/15514/stat : 15514 (java) R 15508 15508 14772 0 -1 64 22056 0 1 0 157672 69 0 0 25 0 9 0 58347160 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 104098069 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15515] ppid=15508 vsize=848424 CPUtime=15.6
/proc/15513/task/15515/stat : 15515 (java) S 15508 15508 14772 0 -1 64 6613 0 0 0 1441 119 0 0 16 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15516] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15516/stat : 15516 (java) S 15508 15508 14772 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15517] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15517/stat : 15517 (java) S 15508 15508 14772 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15518] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15518/stat : 15518 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58347164 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15519] ppid=15508 vsize=848424 CPUtime=0.31
/proc/15513/task/15519/stat : 15519 (java) S 15508 15508 14772 0 -1 64 1532 0 0 0 30 1 0 0 16 0 9 0 58347167 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15520] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15520/stat : 15520 (java) S 15508 15508 14772 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58347167 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15521] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15521/stat : 15521 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58347168 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.36
Current children cumulated vsize (KiB) 853780

[startup+1662.3 s]
/proc/loadavg: 2.21 2.20 2.09 4/93 16271
/proc/meminfo: memFree=710600/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
[pid=15513] ppid=15508 vsize=848424 CPUtime=1652.78
/proc/15513/stat : 15513 (java) S 15508 15508 14772 0 -1 0 31541 0 1 0 165081 197 0 0 18 0 9 0 58347159 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15513/statm: 212106 11405 2618 9 0 206591 0
[pid=15513/tid=15514] ppid=15508 vsize=848424 CPUtime=1636.29
/proc/15513/task/15514/stat : 15514 (java) R 15508 15508 14772 0 -1 64 22693 0 1 0 163558 71 0 0 25 0 9 0 58347160 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4126518124 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15515] ppid=15508 vsize=848424 CPUtime=16.15
/proc/15513/task/15515/stat : 15515 (java) S 15508 15508 14772 0 -1 64 6613 0 0 0 1492 123 0 0 16 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15516] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15516/stat : 15516 (java) S 15508 15508 14772 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15517] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15517/stat : 15517 (java) S 15508 15508 14772 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15518] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15518/stat : 15518 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58347164 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15519] ppid=15508 vsize=848424 CPUtime=0.31
/proc/15513/task/15519/stat : 15519 (java) S 15508 15508 14772 0 -1 64 1532 0 0 0 30 1 0 0 16 0 9 0 58347167 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15520] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15520/stat : 15520 (java) S 15508 15508 14772 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58347167 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15521] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15521/stat : 15521 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58347168 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.78
Current children cumulated vsize (KiB) 853780

[startup+1722.3 s]
/proc/loadavg: 2.15 2.19 2.09 3/93 16271
/proc/meminfo: memFree=710664/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
[pid=15513] ppid=15508 vsize=848424 CPUtime=1712.2
/proc/15513/stat : 15513 (java) S 15508 15508 14772 0 -1 0 32164 0 1 0 171017 203 0 0 18 0 9 0 58347159 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15513/statm: 212106 11405 2618 9 0 206591 0
[pid=15513/tid=15514] ppid=15508 vsize=848424 CPUtime=1695.15
/proc/15513/task/15514/stat : 15514 (java) R 15508 15508 14772 0 -1 64 23316 0 1 0 169442 73 0 0 25 0 9 0 58347160 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4126508216 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15515] ppid=15508 vsize=848424 CPUtime=16.72
/proc/15513/task/15515/stat : 15515 (java) S 15508 15508 14772 0 -1 64 6613 0 0 0 1545 127 0 0 16 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15516] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15516/stat : 15516 (java) S 15508 15508 14772 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15517] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15517/stat : 15517 (java) S 15508 15508 14772 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15518] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15518/stat : 15518 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58347164 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15519] ppid=15508 vsize=848424 CPUtime=0.31
/proc/15513/task/15519/stat : 15519 (java) S 15508 15508 14772 0 -1 64 1532 0 0 0 30 1 0 0 16 0 9 0 58347167 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15520] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15520/stat : 15520 (java) S 15508 15508 14772 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58347167 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15521] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15521/stat : 15521 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58347168 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.2
Current children cumulated vsize (KiB) 853780

[startup+1782.3 s]
/proc/loadavg: 2.32 2.22 2.10 4/93 16271
/proc/meminfo: memFree=710600/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
[pid=15513] ppid=15508 vsize=848424 CPUtime=1771.62
/proc/15513/stat : 15513 (java) S 15508 15508 14772 0 -1 0 32808 0 1 0 176953 209 0 0 18 0 9 0 58347159 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15513/statm: 212106 11405 2618 9 0 206591 0
[pid=15513/tid=15514] ppid=15508 vsize=848424 CPUtime=1754
/proc/15513/task/15514/stat : 15514 (java) R 15508 15508 14772 0 -1 64 23960 0 1 0 175325 75 0 0 25 0 9 0 58347160 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 103211062 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15515] ppid=15508 vsize=848424 CPUtime=17.28
/proc/15513/task/15515/stat : 15515 (java) S 15508 15508 14772 0 -1 64 6613 0 0 0 1597 131 0 0 16 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15516] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15516/stat : 15516 (java) S 15508 15508 14772 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15517] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15517/stat : 15517 (java) S 15508 15508 14772 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15518] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15518/stat : 15518 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58347164 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15519] ppid=15508 vsize=848424 CPUtime=0.31
/proc/15513/task/15519/stat : 15519 (java) S 15508 15508 14772 0 -1 64 1532 0 0 0 30 1 0 0 16 0 9 0 58347167 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15520] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15520/stat : 15520 (java) S 15508 15508 14772 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58347167 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15521] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15521/stat : 15521 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58347168 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.62
Current children cumulated vsize (KiB) 853780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.19 2.19 2.10 3/93 16271
/proc/meminfo: memFree=710600/2055920 swapFree=4192812/4192956
[pid=15508] ppid=15506 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (concrete.sh) S 15506 15508 14772 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58347158 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 244 201 169 0 50 0
[pid=15513] ppid=15508 vsize=848424 CPUtime=1800.05
/proc/15513/stat : 15513 (java) S 15508 15508 14772 0 -1 0 33124 0 1 0 179792 213 0 0 18 0 9 0 58347159 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15513/statm: 212106 11405 2618 9 0 206591 0
[pid=15513/tid=15514] ppid=15508 vsize=848424 CPUtime=1782.07
/proc/15513/task/15514/stat : 15514 (java) R 15508 15508 14772 0 -1 64 24276 0 1 0 178131 76 0 0 25 0 9 0 58347160 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 103211010 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15515] ppid=15508 vsize=848424 CPUtime=17.64
/proc/15513/task/15515/stat : 15515 (java) S 15508 15508 14772 0 -1 64 6613 0 0 0 1630 134 0 0 16 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15516] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15516/stat : 15516 (java) S 15508 15508 14772 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15517] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15517/stat : 15517 (java) S 15508 15508 14772 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58347162 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15518] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15518/stat : 15518 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58347164 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15519] ppid=15508 vsize=848424 CPUtime=0.31
/proc/15513/task/15519/stat : 15519 (java) S 15508 15508 14772 0 -1 64 1532 0 0 0 30 1 0 0 16 0 9 0 58347167 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15520] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15520/stat : 15520 (java) S 15508 15508 14772 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58347167 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15513/tid=15521] ppid=15508 vsize=848424 CPUtime=0
/proc/15513/task/15521/stat : 15521 (java) S 15508 15508 14772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58347168 868786176 11405 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 853780

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1811.02
CPU time (s): 1800.05
CPU user time (s): 1797.92
CPU system time (s): 2.13
CPU usage (%): 99.3942
Max. virtual memory (cumulated for all children) (KiB): 853780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.006998
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= 21
involuntary context switches= 7

runsolver used 2.24066 second user time and 6.10907 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-16 04:53:38
IDJOB=2075126
IDBENCH=56235
IDSOLVER=735
FILE ID=node76/2075126-1247712818
PBS_JOBID= 9521341
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= 0fc8f8faa3f038505ccbce3cb1edd4f2
RANDOM SEED=1602221953

node76.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.277
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.277
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1484416 kB
Buffers:         73364 kB
Cached:         377748 kB
SwapCached:          0 kB
Active:         119924 kB
Inactive:       380320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3904 kB
Writeback:           0 kB
Mapped:          69464 kB
Slab:            56352 kB
Committed_AS:   550348 kB
PageTables:       1964 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= 66384 MiB
End job on node76 at 2009-07-16 05:23:51