Trace number 2080989

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.07 1811.72

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-22.xml
MD5SUM900b7747b78e42be6a9314ed6eaf2ff1
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.9151
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size909
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
Global constraints used (with number of constraints)

Solver Data

18.40/18.65	c CPU-LOAD 15.73
18.40/18.65	c LOADED 450 V (909 E), 9450 DTConstraint, 225 ExtensionConstraint2D, arity 2, 15.73 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-2080989-1247719195/watcher-2080989-1247719195 -o /tmp/evaluation-result-2080989-1247719195/solver-2080989-1247719195 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2080989-1247719195.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.00 2.00 2.00 4/72 16089
/proc/meminfo: memFree=1103256/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 270 0 0 0 0 0 0 0 21 0 1 0 58985937 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 266134585426 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/16089/statm: 1339 230 191 169 0 50 0
[pid=16090] ppid=16089 vsize=5356 CPUtime=0
/proc/16090/stat : 16090 (concrete.sh) R 16089 16089 15075 0 -1 4194368 1 0 0 0 0 0 0 0 22 0 1 0 58985937 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 266134416031 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16090/statm: 1339 230 191 169 0 50 0

[startup+0.052847 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16089
/proc/meminfo: memFree=1103256/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102388 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16089
/proc/meminfo: memFree=1103256/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301413 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16089
/proc/meminfo: memFree=1103256/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701454 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16089
/proc/meminfo: memFree=1103256/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50254 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16102
/proc/meminfo: memFree=1087944/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
[pid=16094] ppid=16089 vsize=847556 CPUtime=1.46
/proc/16094/stat : 16094 (java) S 16089 16089 15075 0 -1 0 7210 0 1 0 141 5 0 0 18 0 9 0 58985938 867897344 6246 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16094/statm: 211889 6246 2004 9 0 206367 0
[pid=16094/tid=16095] ppid=16089 vsize=847556 CPUtime=1.06
/proc/16094/task/16095/stat : 16095 (java) R 16089 16089 15075 0 -1 64 3909 0 1 0 103 3 0 0 22 0 9 0 58985939 867897344 6246 996147200 134512640 134550932 4294955408 18446744073709551615 4125182270 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16096] ppid=16089 vsize=847556 CPUtime=0.06
/proc/16094/task/16096/stat : 16096 (java) S 16089 16089 15075 0 -1 64 1079 0 0 0 6 0 0 0 16 0 9 0 58985941 867897344 6246 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16097] ppid=16089 vsize=847556 CPUtime=0
/proc/16094/task/16097/stat : 16097 (java) S 16089 16089 15075 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58985941 867897344 6246 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16098] ppid=16089 vsize=847556 CPUtime=0
/proc/16094/task/16098/stat : 16098 (java) S 16089 16089 15075 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58985941 867897344 6246 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16099] ppid=16089 vsize=847556 CPUtime=0
/proc/16094/task/16099/stat : 16099 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58985943 867897344 6246 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16100] ppid=16089 vsize=847556 CPUtime=0.31
/proc/16094/task/16100/stat : 16100 (java) S 16089 16089 15075 0 -1 64 1525 0 0 0 31 0 0 0 15 0 9 0 58985947 867897344 6246 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16101] ppid=16089 vsize=847556 CPUtime=0
/proc/16094/task/16101/stat : 16101 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58985947 867897344 6246 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16102] ppid=16089 vsize=847556 CPUtime=0
/proc/16094/task/16102/stat : 16102 (java) S 16089 16089 15075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58985947 867897344 6246 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) 852912

[startup+3.10273 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16102
/proc/meminfo: memFree=1082824/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
[pid=16094] ppid=16089 vsize=847556 CPUtime=3.06
/proc/16094/stat : 16094 (java) S 16089 16089 15075 0 -1 0 9006 0 1 0 299 7 0 0 18 0 9 0 58985938 867897344 7830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16094/statm: 211889 7830 2624 9 0 206367 0
[pid=16094/tid=16095] ppid=16089 vsize=847556 CPUtime=2.47
/proc/16094/task/16095/stat : 16095 (java) R 16089 16089 15075 0 -1 64 3925 0 1 0 244 3 0 0 25 0 9 0 58985939 867897344 7830 996147200 134512640 134550932 4294955408 18446744073709551615 4126370441 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16096] ppid=16089 vsize=847556 CPUtime=0.24
/proc/16094/task/16096/stat : 16096 (java) S 16089 16089 15075 0 -1 64 2859 0 0 0 23 1 0 0 16 0 9 0 58985941 867897344 7830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16097] ppid=16089 vsize=847556 CPUtime=0
/proc/16094/task/16097/stat : 16097 (java) S 16089 16089 15075 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58985941 867897344 7830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16098] ppid=16089 vsize=847556 CPUtime=0
/proc/16094/task/16098/stat : 16098 (java) S 16089 16089 15075 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58985941 867897344 7830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16099] ppid=16089 vsize=847556 CPUtime=0
/proc/16094/task/16099/stat : 16099 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58985943 867897344 7830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16100] ppid=16089 vsize=847556 CPUtime=0.31
/proc/16094/task/16100/stat : 16100 (java) S 16089 16089 15075 0 -1 64 1525 0 0 0 31 0 0 0 15 0 9 0 58985947 867897344 7830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16101] ppid=16089 vsize=847556 CPUtime=0
/proc/16094/task/16101/stat : 16101 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58985947 867897344 7830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16102] ppid=16089 vsize=847556 CPUtime=0
/proc/16094/task/16102/stat : 16102 (java) S 16089 16089 15075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58985947 867897344 7830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 852912

[startup+6.30207 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16102
/proc/meminfo: memFree=1076296/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
[pid=16094] ppid=16089 vsize=848584 CPUtime=6.22
/proc/16094/stat : 16094 (java) S 16089 16089 15075 0 -1 0 10979 0 1 0 614 8 0 0 18 0 10 0 58985938 868950016 9778 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16094/statm: 212146 9778 2625 9 0 206624 0
[pid=16094/tid=16095] ppid=16089 vsize=848584 CPUtime=5.45
/proc/16094/task/16095/stat : 16095 (java) R 16089 16089 15075 0 -1 64 4022 0 1 0 542 3 0 0 25 0 10 0 58985939 868950016 9778 996147200 134512640 134550932 4294955408 18446744073709551615 4126067864 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16096] ppid=16089 vsize=848584 CPUtime=0.42
/proc/16094/task/16096/stat : 16096 (java) S 16089 16089 15075 0 -1 64 4726 0 0 0 40 2 0 0 16 0 10 0 58985941 868950016 9778 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16097] ppid=16089 vsize=848584 CPUtime=0
/proc/16094/task/16097/stat : 16097 (java) S 16089 16089 15075 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58985941 868950016 9778 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16098] ppid=16089 vsize=848584 CPUtime=0
/proc/16094/task/16098/stat : 16098 (java) S 16089 16089 15075 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58985941 868950016 9778 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16099] ppid=16089 vsize=848584 CPUtime=0
/proc/16094/task/16099/stat : 16099 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58985943 868950016 9778 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16100] ppid=16089 vsize=848584 CPUtime=0.32
/proc/16094/task/16100/stat : 16100 (java) S 16089 16089 15075 0 -1 64 1530 0 0 0 32 0 0 0 16 0 10 0 58985947 868950016 9778 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16101] ppid=16089 vsize=848584 CPUtime=0
/proc/16094/task/16101/stat : 16101 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58985947 868950016 9778 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16102] ppid=16089 vsize=848584 CPUtime=0
/proc/16094/task/16102/stat : 16102 (java) S 16089 16089 15075 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58985947 868950016 9778 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 853940

[startup+12.7018 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 16103
/proc/meminfo: memFree=1047872/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
[pid=16094] ppid=16089 vsize=851136 CPUtime=12.55
/proc/16094/stat : 16094 (java) S 16089 16089 15075 0 -1 0 16979 0 1 0 1243 12 0 0 18 0 10 0 58985938 871563264 15325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16094/statm: 212784 15325 2634 9 0 207262 0
[pid=16094/tid=16095] ppid=16089 vsize=851136 CPUtime=10.73
/proc/16094/task/16095/stat : 16095 (java) R 16089 16089 15075 0 -1 64 4416 0 1 0 1069 4 0 0 25 0 10 0 58985939 871563264 15325 996147200 134512640 134550932 4294955408 18446744073709551615 4127719923 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16096] ppid=16089 vsize=851136 CPUtime=1.05
/proc/16094/task/16096/stat : 16096 (java) S 16089 16089 15075 0 -1 64 9314 0 0 0 100 5 0 0 16 0 10 0 58985941 871563264 15325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16097] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16097/stat : 16097 (java) S 16089 16089 15075 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58985941 871563264 15325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16098] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16098/stat : 16098 (java) S 16089 16089 15075 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 58985941 871563264 15325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16099] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16099/stat : 16099 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58985943 871563264 15325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16100] ppid=16089 vsize=851136 CPUtime=0.74
/proc/16094/task/16100/stat : 16100 (java) S 16089 16089 15075 0 -1 64 2544 0 0 0 73 1 0 0 15 0 10 0 58985947 871563264 15325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16101] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16101/stat : 16101 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58985947 871563264 15325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16102] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16102/stat : 16102 (java) S 16089 16089 15075 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58985947 871563264 15325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16103] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16103/stat : 16103 (java) S 16089 16089 15075 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 58986557 871563264 15325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 856492

[startup+25.5022 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 16104
/proc/meminfo: memFree=1015736/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
[pid=16094] ppid=16089 vsize=851136 CPUtime=25.23
/proc/16094/stat : 16094 (java) S 16089 16089 15075 0 -1 0 22966 0 1 0 2507 16 0 0 18 0 9 0 58985938 871563264 21278 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16094/statm: 212784 21278 2634 9 0 207262 0
[pid=16094/tid=16095] ppid=16089 vsize=851136 CPUtime=22.41
/proc/16094/task/16095/stat : 16095 (java) R 16089 16089 15075 0 -1 64 5037 0 1 0 2235 6 0 0 25 0 9 0 58985939 871563264 21278 996147200 134512640 134550932 4294955408 18446744073709551615 4127931325 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16096] ppid=16089 vsize=851136 CPUtime=1.93
/proc/16094/task/16096/stat : 16096 (java) S 16089 16089 15075 0 -1 64 14620 0 0 0 186 7 0 0 17 0 9 0 58985941 871563264 21278 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16097] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16097/stat : 16097 (java) S 16089 16089 15075 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58985941 871563264 21278 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16098] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16098/stat : 16098 (java) S 16089 16089 15075 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58985941 871563264 21278 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16099] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16099/stat : 16099 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58985943 871563264 21278 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16100] ppid=16089 vsize=851136 CPUtime=0.85
/proc/16094/task/16100/stat : 16100 (java) S 16089 16089 15075 0 -1 64 2602 0 0 0 84 1 0 0 15 0 9 0 58985947 871563264 21278 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16101] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16101/stat : 16101 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58985947 871563264 21278 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16102] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16102/stat : 16102 (java) S 16089 16089 15075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58985947 871563264 21278 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 856492


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

/proc/16094/task/16100/stat : 16100 (java) S 16089 16089 15075 0 -1 64 2612 0 0 0 86 1 0 0 16 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16101] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16101/stat : 16101 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16102] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16102/stat : 16102 (java) S 16089 16089 15075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.72
Current children cumulated vsize (KiB) 856492

[startup+1662.3 s]
/proc/loadavg: 2.29 2.12 2.02 3/82 16144
/proc/meminfo: memFree=1274680/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
[pid=16094] ppid=16089 vsize=851136 CPUtime=1651.41
/proc/16094/stat : 16094 (java) S 16089 16089 15075 0 -1 0 23142 0 1 0 165121 20 0 0 18 0 9 0 58985938 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16094/statm: 212784 21448 2636 9 0 207262 0
[pid=16094/tid=16095] ppid=16089 vsize=851136 CPUtime=1648.57
/proc/16094/task/16095/stat : 16095 (java) R 16089 16089 15075 0 -1 64 5043 0 1 0 164847 10 0 0 25 0 9 0 58985939 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4127958147 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16096] ppid=16089 vsize=851136 CPUtime=1.94
/proc/16094/task/16096/stat : 16096 (java) S 16089 16089 15075 0 -1 64 14780 0 0 0 187 7 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16097] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16097/stat : 16097 (java) S 16089 16089 15075 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16098] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16098/stat : 16098 (java) S 16089 16089 15075 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16099] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16099/stat : 16099 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58985943 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16100] ppid=16089 vsize=851136 CPUtime=0.87
/proc/16094/task/16100/stat : 16100 (java) S 16089 16089 15075 0 -1 64 2612 0 0 0 86 1 0 0 16 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16101] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16101/stat : 16101 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16102] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16102/stat : 16102 (java) S 16089 16089 15075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.41
Current children cumulated vsize (KiB) 856492

[startup+1722.3 s]
/proc/loadavg: 2.39 2.17 2.04 3/82 16144
/proc/meminfo: memFree=1269112/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
[pid=16094] ppid=16089 vsize=851136 CPUtime=1711.12
/proc/16094/stat : 16094 (java) S 16089 16089 15075 0 -1 0 23142 0 1 0 171092 20 0 0 18 0 9 0 58985938 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16094/statm: 212784 21448 2636 9 0 207262 0
[pid=16094/tid=16095] ppid=16089 vsize=851136 CPUtime=1708.27
/proc/16094/task/16095/stat : 16095 (java) R 16089 16089 15075 0 -1 64 5043 0 1 0 170817 10 0 0 25 0 9 0 58985939 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4127958131 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16096] ppid=16089 vsize=851136 CPUtime=1.94
/proc/16094/task/16096/stat : 16096 (java) S 16089 16089 15075 0 -1 64 14780 0 0 0 187 7 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16097] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16097/stat : 16097 (java) S 16089 16089 15075 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16098] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16098/stat : 16098 (java) S 16089 16089 15075 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16099] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16099/stat : 16099 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58985943 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16100] ppid=16089 vsize=851136 CPUtime=0.87
/proc/16094/task/16100/stat : 16100 (java) S 16089 16089 15075 0 -1 64 2612 0 0 0 86 1 0 0 16 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16101] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16101/stat : 16101 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16102] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16102/stat : 16102 (java) S 16089 16089 15075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.12
Current children cumulated vsize (KiB) 856492

[startup+1782.3 s]
/proc/loadavg: 2.52 2.26 2.08 3/82 16144
/proc/meminfo: memFree=1264440/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
[pid=16094] ppid=16089 vsize=851136 CPUtime=1770.81
/proc/16094/stat : 16094 (java) S 16089 16089 15075 0 -1 0 23142 0 1 0 177061 20 0 0 18 0 9 0 58985938 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16094/statm: 212784 21448 2636 9 0 207262 0
[pid=16094/tid=16095] ppid=16089 vsize=851136 CPUtime=1767.97
/proc/16094/task/16095/stat : 16095 (java) R 16089 16089 15075 0 -1 64 5043 0 1 0 176787 10 0 0 25 0 9 0 58985939 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4127930176 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16096] ppid=16089 vsize=851136 CPUtime=1.94
/proc/16094/task/16096/stat : 16096 (java) S 16089 16089 15075 0 -1 64 14780 0 0 0 187 7 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16097] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16097/stat : 16097 (java) S 16089 16089 15075 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16098] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16098/stat : 16098 (java) S 16089 16089 15075 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16099] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16099/stat : 16099 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58985943 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16100] ppid=16089 vsize=851136 CPUtime=0.87
/proc/16094/task/16100/stat : 16100 (java) S 16089 16089 15075 0 -1 64 2612 0 0 0 86 1 0 0 16 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16101] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16101/stat : 16101 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16102] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16102/stat : 16102 (java) S 16089 16089 15075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.81
Current children cumulated vsize (KiB) 856492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.71 s]
/proc/loadavg: 2.59 2.29 2.10 3/82 16144
/proc/meminfo: memFree=1260536/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
[pid=16094] ppid=16089 vsize=851136 CPUtime=1800.07
/proc/16094/stat : 16094 (java) S 16089 16089 15075 0 -1 0 23142 0 1 0 179987 20 0 0 18 0 9 0 58985938 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16094/statm: 212784 21448 2636 9 0 207262 0
[pid=16094/tid=16095] ppid=16089 vsize=851136 CPUtime=1797.22
/proc/16094/task/16095/stat : 16095 (java) R 16089 16089 15075 0 -1 64 5043 0 1 0 179712 10 0 0 25 0 9 0 58985939 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4127931275 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16096] ppid=16089 vsize=851136 CPUtime=1.94
/proc/16094/task/16096/stat : 16096 (java) S 16089 16089 15075 0 -1 64 14780 0 0 0 187 7 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16097] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16097/stat : 16097 (java) S 16089 16089 15075 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16098] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16098/stat : 16098 (java) S 16089 16089 15075 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16099] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16099/stat : 16099 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58985943 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16100] ppid=16089 vsize=851136 CPUtime=0.87
/proc/16094/task/16100/stat : 16100 (java) S 16089 16089 15075 0 -1 64 2612 0 0 0 86 1 0 0 16 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16101] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16101/stat : 16101 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16102] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16102/stat : 16102 (java) S 16089 16089 15075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 856492

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

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

[startup+1811.71 s]
/proc/loadavg: 2.59 2.29 2.10 3/82 16144
/proc/meminfo: memFree=1260536/2055920 swapFree=4192812/4192956
[pid=16089] ppid=16087 vsize=5356 CPUtime=0
/proc/16089/stat : 16089 (concrete.sh) S 16087 16089 15075 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58985937 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16089/statm: 1339 244 201 169 0 50 0
[pid=16094] ppid=16089 vsize=851136 CPUtime=1800.07
/proc/16094/stat : 16094 (java) S 16089 16089 15075 0 -1 0 23142 0 1 0 179987 20 0 0 18 0 9 0 58985938 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16094/statm: 212784 21448 2636 9 0 207262 0
[pid=16094/tid=16095] ppid=16089 vsize=851136 CPUtime=1797.22
/proc/16094/task/16095/stat : 16095 (java) R 16089 16089 15075 0 -1 64 5043 0 1 0 179712 10 0 0 25 0 9 0 58985939 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4127931275 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16096] ppid=16089 vsize=851136 CPUtime=1.94
/proc/16094/task/16096/stat : 16096 (java) S 16089 16089 15075 0 -1 64 14780 0 0 0 187 7 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16097] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16097/stat : 16097 (java) S 16089 16089 15075 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16098] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16098/stat : 16098 (java) S 16089 16089 15075 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58985941 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16099] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16099/stat : 16099 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58985943 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16100] ppid=16089 vsize=851136 CPUtime=0.87
/proc/16094/task/16100/stat : 16100 (java) S 16089 16089 15075 0 -1 64 2612 0 0 0 86 1 0 0 16 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16094/tid=16101] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16101/stat : 16101 (java) S 16089 16089 15075 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16094/tid=16102] ppid=16089 vsize=851136 CPUtime=0
/proc/16094/task/16102/stat : 16102 (java) S 16089 16089 15075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58985947 871563264 21448 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 856492

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16089 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=6998
# CPU time returned by wait4() is 0.008997
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.72
CPU time (s): 1800.07
CPU user time (s): 1799.87
CPU system time (s): 0.2
CPU usage (%): 99.3567
Max. virtual memory (cumulated for all children) (KiB): 856512

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

runsolver used 2.09868 second user time and 6.17206 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-16 06:39:55
IDJOB=2080989
IDBENCH=57220
IDSOLVER=735
FILE ID=node35/2080989-1247719195
PBS_JOBID= 9521400
Free space on /tmp= 66156 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-15/normalized-super-os-taillard-15-22.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080989-1247719195/watcher-2080989-1247719195 -o /tmp/evaluation-result-2080989-1247719195/solver-2080989-1247719195 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2080989-1247719195.xml

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

MD5SUM BENCH= 900b7747b78e42be6a9314ed6eaf2ff1
RANDOM SEED=2306507

node35.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.213
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.213
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:       1103736 kB
Buffers:         64468 kB
Cached:         430300 kB
SwapCached:          0 kB
Active:         435244 kB
Inactive:       432232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1103736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:         384248 kB
Slab:            69512 kB
Committed_AS:   918556 kB
PageTables:       2484 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= 66156 MiB
End job on node35 at 2009-07-16 07:10:09