Trace number 2078845

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 DC 2009-07-14? (TO) 1800.1 1812.83

General information on the benchmark

Namecsp/nengfa/
normalized-block.xml
MD5SUMd774b3d9a6f2ab41cce78f1e9dd6d763
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.20351
Satisfiable
(Un)Satisfiability was proved
Number of variables616
Number of constraints1812
Maximum constraint arity7
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1812
Global constraints used (with number of constraints)

Solver Data

2.95/3.08	c CPU-LOAD 1.66
2.95/3.08	c LOADED 616 V (8 E), 793 PredicateConstraint, 879 ExtensionConstraint2D, arity 7, 1.66 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-2078845-1247716556/watcher-2078845-1247716556 -o /tmp/evaluation-result-2078845-1247716556/solver-2078845-1247716556 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2078845-1247716556.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.14 2.10 2.02 4/82 9714
/proc/meminfo: memFree=453744/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 271 0 0 0 0 0 0 0 21 0 1 0 58723252 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 206381482066 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/9714/statm: 1339 230 191 169 0 50 0
[pid=9715] ppid=9714 vsize=124 CPUtime=0
/proc/9715/stat : 9715 (dirname) R 9714 9714 6461 0 -1 4194304 47 0 0 0 0 0 0 0 23 0 1 0 58723252 126976 22 996147200 4194304 4208292 548682069008 18446744073709551615 206378694025 0 0 4096 0 0 0 0 17 1 0 0
/proc/9715/statm: 31 22 16 3 0 3 0

[startup+0.106296 s]
/proc/loadavg: 2.14 2.10 2.02 4/82 9714
/proc/meminfo: memFree=453744/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.202313 s]
/proc/loadavg: 2.14 2.10 2.02 4/82 9714
/proc/meminfo: memFree=453744/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301332 s]
/proc/loadavg: 2.14 2.10 2.02 4/82 9714
/proc/meminfo: memFree=453744/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701407 s]
/proc/loadavg: 2.14 2.10 2.02 4/82 9714
/proc/meminfo: memFree=453744/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50255 s]
/proc/loadavg: 2.14 2.10 2.02 3/92 9727
/proc/meminfo: memFree=438688/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
[pid=9719] ppid=9714 vsize=848808 CPUtime=1.46
/proc/9719/stat : 9719 (java) S 9714 9714 6461 0 -1 0 7008 0 1 0 140 6 0 0 18 0 10 0 58723253 869179392 6265 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 212202 6265 2019 9 0 206680 0
[pid=9719/tid=9720] ppid=9714 vsize=848808 CPUtime=0.95
/proc/9719/task/9720/stat : 9720 (java) R 9714 9714 6461 0 -1 64 3956 0 1 0 91 4 0 0 25 0 10 0 58723254 869179392 6265 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9721] ppid=9714 vsize=848808 CPUtime=0.06
/proc/9719/task/9721/stat : 9721 (java) S 9714 9714 6461 0 -1 64 882 0 0 0 6 0 0 0 16 0 10 0 58723255 869179392 6265 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9722] ppid=9714 vsize=848808 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9714 9714 6461 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58723255 869179392 6265 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9714 vsize=848808 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9714 9714 6461 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58723255 869179392 6265 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9724] ppid=9714 vsize=848808 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9714 9714 6461 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58723258 869179392 6265 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9725] ppid=9714 vsize=848808 CPUtime=0.42
/proc/9719/task/9725/stat : 9725 (java) R 9714 9714 6461 0 -1 64 1472 0 0 0 42 0 0 0 16 0 10 0 58723261 869179392 6265 996147200 134512640 134550932 4294955344 18446744073709551615 103669040 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9714 vsize=848808 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58723261 869179392 6265 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9714 vsize=848808 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58723261 869179392 6265 996147200 134512640 134550932 4294955344 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) 854164

[startup+3.10184 s]
/proc/loadavg: 2.14 2.10 2.02 4/93 9728
/proc/meminfo: memFree=432024/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
[pid=9719] ppid=9714 vsize=851300 CPUtime=3.05
/proc/9719/stat : 9719 (java) S 9714 9714 6461 0 -1 0 9798 0 1 0 294 11 0 0 18 0 9 0 58723253 871731200 8637 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 212825 8637 2634 9 0 207303 0
[pid=9719/tid=9720] ppid=9714 vsize=851300 CPUtime=1.9
/proc/9719/task/9720/stat : 9720 (java) R 9714 9714 6461 0 -1 64 4288 0 1 0 184 6 0 0 25 0 9 0 58723254 871731200 8637 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9721] ppid=9714 vsize=851300 CPUtime=0.31
/proc/9719/task/9721/stat : 9721 (java) R 9714 9714 6461 0 -1 64 2387 0 0 0 29 2 0 0 16 0 9 0 58723255 871731200 8637 996147200 134512640 134550932 4294955344 18446744073709551615 103732147 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9722] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9714 9714 6461 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58723255 871731200 8637 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9714 9714 6461 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 58723255 871731200 8637 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9724] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9714 9714 6461 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58723258 871731200 8637 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9725] ppid=9714 vsize=851300 CPUtime=0.81
/proc/9719/task/9725/stat : 9725 (java) S 9714 9714 6461 0 -1 64 2423 0 0 0 80 1 0 0 15 0 9 0 58723261 871731200 8637 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58723261 871731200 8637 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58723261 871731200 8637 996147200 134512640 134550932 4294955344 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) 856656

[startup+6.30748 s]
/proc/loadavg: 2.12 2.09 2.02 3/93 9729
/proc/meminfo: memFree=423376/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
[pid=9719] ppid=9714 vsize=851300 CPUtime=6.21
/proc/9719/stat : 9719 (java) S 9714 9714 6461 0 -1 0 13447 0 1 0 606 15 0 0 18 0 10 0 58723253 871731200 9958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 212825 9958 2635 9 0 207303 0
[pid=9719/tid=9720] ppid=9714 vsize=851300 CPUtime=3.86
/proc/9719/task/9720/stat : 9720 (java) R 9714 9714 6461 0 -1 64 4477 0 1 0 379 7 0 0 25 0 10 0 58723254 871731200 9958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9721] ppid=9714 vsize=851300 CPUtime=1.46
/proc/9719/task/9721/stat : 9721 (java) R 9714 9714 6461 0 -1 64 5810 0 0 0 140 6 0 0 16 0 10 0 58723255 871731200 9958 996147200 134512640 134550932 4294955344 18446744073709551615 103731907 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9722] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9714 9714 6461 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58723255 871731200 9958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9714 9714 6461 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 58723255 871731200 9958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9724] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9714 9714 6461 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58723258 871731200 9958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9725] ppid=9714 vsize=851300 CPUtime=0.87
/proc/9719/task/9725/stat : 9725 (java) S 9714 9714 6461 0 -1 64 2459 0 0 0 86 1 0 0 16 0 10 0 58723261 871731200 9958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58723261 871731200 9958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58723261 871731200 9958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9729] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9729/stat : 9729 (java) S 9714 9714 6461 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 58723566 871731200 9958 996147200 134512640 134550932 4294955344 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) 856656

[startup+12.7026 s]
/proc/loadavg: 2.11 2.09 2.02 3/93 9729
/proc/meminfo: memFree=418768/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
[pid=9719] ppid=9714 vsize=851300 CPUtime=12.52
/proc/9719/stat : 9719 (java) S 9714 9714 6461 0 -1 0 15571 0 1 0 1232 20 0 0 18 0 10 0 58723253 871731200 11412 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 212825 11412 2635 9 0 207303 0
[pid=9719/tid=9720] ppid=9714 vsize=851300 CPUtime=7.3
/proc/9719/task/9720/stat : 9720 (java) R 9714 9714 6461 0 -1 64 4883 0 1 0 722 8 0 0 25 0 10 0 58723254 871731200 11412 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9721] ppid=9714 vsize=851300 CPUtime=4.32
/proc/9719/task/9721/stat : 9721 (java) R 9714 9714 6461 0 -1 64 7525 0 0 0 422 10 0 0 16 0 10 0 58723255 871731200 11412 996147200 134512640 134550932 4294955344 18446744073709551615 104188842 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9722] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9714 9714 6461 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58723255 871731200 11412 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9714 9714 6461 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 58723255 871731200 11412 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9724] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9714 9714 6461 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58723258 871731200 11412 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9725] ppid=9714 vsize=851300 CPUtime=0.87
/proc/9719/task/9725/stat : 9725 (java) S 9714 9714 6461 0 -1 64 2462 0 0 0 86 1 0 0 16 0 10 0 58723261 871731200 11412 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58723261 871731200 11412 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58723261 871731200 11412 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9729] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9729/stat : 9729 (java) S 9714 9714 6461 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 58723566 871731200 11412 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 856656

[startup+25.5029 s]
/proc/loadavg: 2.09 2.09 2.02 3/93 9729
/proc/meminfo: memFree=416208/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
[pid=9719] ppid=9714 vsize=851300 CPUtime=25.2
/proc/9719/stat : 9719 (java) S 9714 9714 6461 0 -1 0 16147 0 1 0 2498 22 0 0 18 0 10 0 58723253 871731200 11743 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 212825 11743 2635 9 0 207303 0
[pid=9719/tid=9720] ppid=9714 vsize=851300 CPUtime=19.14
/proc/9719/task/9720/stat : 9720 (java) R 9714 9714 6461 0 -1 64 4987 0 1 0 1906 8 0 0 25 0 10 0 58723254 871731200 11743 996147200 134512640 134550932 4294955344 18446744073709551615 4127978267 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9721] ppid=9714 vsize=851300 CPUtime=5.14
/proc/9719/task/9721/stat : 9721 (java) S 9714 9714 6461 0 -1 64 7995 0 0 0 503 11 0 0 16 0 10 0 58723255 871731200 11743 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9722] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9714 9714 6461 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58723255 871731200 11743 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9714 9714 6461 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 58723255 871731200 11743 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9724] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9714 9714 6461 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58723258 871731200 11743 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9725] ppid=9714 vsize=851300 CPUtime=0.88
/proc/9719/task/9725/stat : 9725 (java) S 9714 9714 6461 0 -1 64 2464 0 0 0 87 1 0 0 17 0 10 0 58723261 871731200 11743 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58723261 871731200 11743 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58723261 871731200 11743 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9729] ppid=9714 vsize=851300 CPUtime=0

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

/proc/9719/task/9725/stat : 9725 (java) S 9714 9714 6461 0 -1 64 2477 0 0 0 89 1 0 0 16 0 9 0 58723261 871731200 12656 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58723261 871731200 12656 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58723261 871731200 12656 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.68
Current children cumulated vsize (KiB) 856656

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/91 9820
/proc/meminfo: memFree=1011472/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
[pid=9719] ppid=9714 vsize=851300 CPUtime=1649.65
/proc/9719/stat : 9719 (java) S 9714 9714 6461 0 -1 0 20484 0 1 0 164905 60 0 0 18 0 9 0 58723253 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 212825 12688 2637 9 0 207303 0
[pid=9719/tid=9720] ppid=9714 vsize=851300 CPUtime=1637.82
/proc/9719/task/9720/stat : 9720 (java) R 9714 9714 6461 0 -1 64 8251 0 1 0 163760 22 0 0 25 0 9 0 58723254 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4128067510 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9714 vsize=851300 CPUtime=10.9
/proc/9719/task/9721/stat : 9721 (java) S 9714 9714 6461 0 -1 64 9055 0 0 0 1055 35 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9714 9714 6461 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9714 9714 6461 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9724] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9714 9714 6461 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58723258 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9725] ppid=9714 vsize=851300 CPUtime=0.9
/proc/9719/task/9725/stat : 9725 (java) S 9714 9714 6461 0 -1 64 2477 0 0 0 89 1 0 0 16 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.65
Current children cumulated vsize (KiB) 856656

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/91 9820
/proc/meminfo: memFree=1011472/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
[pid=9719] ppid=9714 vsize=851300 CPUtime=1709.62
/proc/9719/stat : 9719 (java) S 9714 9714 6461 0 -1 0 20608 0 1 0 170901 61 0 0 18 0 9 0 58723253 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 212825 12688 2637 9 0 207303 0
[pid=9719/tid=9720] ppid=9714 vsize=851300 CPUtime=1697.63
/proc/9719/task/9720/stat : 9720 (java) R 9714 9714 6461 0 -1 64 8375 0 1 0 169740 23 0 0 25 0 9 0 58723254 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4128044129 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9714 vsize=851300 CPUtime=11.06
/proc/9719/task/9721/stat : 9721 (java) S 9714 9714 6461 0 -1 64 9055 0 0 0 1071 35 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9714 9714 6461 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9714 9714 6461 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9724] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9714 9714 6461 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58723258 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9725] ppid=9714 vsize=851300 CPUtime=0.9
/proc/9719/task/9725/stat : 9725 (java) S 9714 9714 6461 0 -1 64 2477 0 0 0 89 1 0 0 16 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.62
Current children cumulated vsize (KiB) 856656

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 9820
/proc/meminfo: memFree=1011472/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
[pid=9719] ppid=9714 vsize=851300 CPUtime=1769.6
/proc/9719/stat : 9719 (java) S 9714 9714 6461 0 -1 0 20737 0 1 0 176898 62 0 0 18 0 9 0 58723253 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 212825 12688 2637 9 0 207303 0
[pid=9719/tid=9720] ppid=9714 vsize=851300 CPUtime=1757.44
/proc/9719/task/9720/stat : 9720 (java) R 9714 9714 6461 0 -1 64 8504 0 1 0 175721 23 0 0 25 0 9 0 58723254 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4127975450 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9714 vsize=851300 CPUtime=11.22
/proc/9719/task/9721/stat : 9721 (java) S 9714 9714 6461 0 -1 64 9055 0 0 0 1086 36 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9714 9714 6461 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9714 9714 6461 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9724] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9714 9714 6461 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58723258 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9725] ppid=9714 vsize=851300 CPUtime=0.9
/proc/9719/task/9725/stat : 9725 (java) S 9714 9714 6461 0 -1 64 2477 0 0 0 89 1 0 0 16 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.6
Current children cumulated vsize (KiB) 856656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.8 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 9820
/proc/meminfo: memFree=1011472/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
[pid=9719] ppid=9714 vsize=851300 CPUtime=1800.1
/proc/9719/stat : 9719 (java) S 9714 9714 6461 0 -1 0 20799 0 1 0 179947 63 0 0 18 0 9 0 58723253 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 212825 12688 2637 9 0 207303 0
[pid=9719/tid=9720] ppid=9714 vsize=851300 CPUtime=1787.86
/proc/9719/task/9720/stat : 9720 (java) R 9714 9714 6461 0 -1 64 8566 0 1 0 178763 23 0 0 25 0 9 0 58723254 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4127975450 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9714 vsize=851300 CPUtime=11.29
/proc/9719/task/9721/stat : 9721 (java) S 9714 9714 6461 0 -1 64 9055 0 0 0 1093 36 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9714 9714 6461 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9714 9714 6461 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9724] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9714 9714 6461 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58723258 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9725] ppid=9714 vsize=851300 CPUtime=0.9
/proc/9719/task/9725/stat : 9725 (java) S 9714 9714 6461 0 -1 64 2477 0 0 0 89 1 0 0 16 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 856656

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

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

[startup+1812.8 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 9820
/proc/meminfo: memFree=1011472/2055920 swapFree=4192812/4192956
[pid=9714] ppid=9712 vsize=5356 CPUtime=0
/proc/9714/stat : 9714 (concrete.sh) S 9712 9714 6461 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58723252 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9714/statm: 1339 244 201 169 0 50 0
[pid=9719] ppid=9714 vsize=851300 CPUtime=1800.1
/proc/9719/stat : 9719 (java) S 9714 9714 6461 0 -1 0 20799 0 1 0 179947 63 0 0 18 0 9 0 58723253 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 212825 12688 2637 9 0 207303 0
[pid=9719/tid=9720] ppid=9714 vsize=851300 CPUtime=1787.86
/proc/9719/task/9720/stat : 9720 (java) R 9714 9714 6461 0 -1 64 8566 0 1 0 178763 23 0 0 25 0 9 0 58723254 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4127975450 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9714 vsize=851300 CPUtime=11.29
/proc/9719/task/9721/stat : 9721 (java) S 9714 9714 6461 0 -1 64 9055 0 0 0 1093 36 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9714 9714 6461 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9714 9714 6461 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 58723255 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9724] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9714 9714 6461 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58723258 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9725] ppid=9714 vsize=851300 CPUtime=0.9
/proc/9719/task/9725/stat : 9725 (java) S 9714 9714 6461 0 -1 64 2477 0 0 0 89 1 0 0 16 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9714 vsize=851300 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9714 9714 6461 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58723261 871731200 12688 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 856656

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1812.83
CPU time (s): 1800.1
CPU user time (s): 1799.47
CPU system time (s): 0.63
CPU usage (%): 99.298
Max. virtual memory (cumulated for all children) (KiB): 857944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
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= 635
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= 15
involuntary context switches= 11

runsolver used 2.12768 second user time and 6.19906 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-16 05:55:56
IDJOB=2078845
IDBENCH=56818
IDSOLVER=736
FILE ID=node2/2078845-1247716556
PBS_JOBID= 9521316
Free space on /tmp= 66304 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/nengfa/normalized-block.xml
COMMAND LINE= HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078845-1247716556/watcher-2078845-1247716556 -o /tmp/evaluation-result-2078845-1247716556/solver-2078845-1247716556 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2078845-1247716556.xml

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

MD5SUM BENCH= d774b3d9a6f2ab41cce78f1e9dd6d763
RANDOM SEED=1288178260

node2.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.265
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.265
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:        454224 kB
Buffers:         90916 kB
Cached:         706588 kB
SwapCached:          0 kB
Active:         900480 kB
Inactive:       610392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        454224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:         733860 kB
Slab:            74620 kB
Committed_AS:  1234100 kB
PageTables:       3312 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= 66312 MiB
End job on node2 at 2009-07-16 06:26:11