Trace number 2071056

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 2009-07-14? (TO) 1800.06 1810.72

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-67-12-a4.xml
MD5SUM392a4a957087c54a1fc308e1f7b31eeb
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 benchmark1335.87
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1991
Maximum constraint arity4
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1991
Global constraints used (with number of constraints)

Solver Data

25.16/25.26	c CPU-LOAD 13.94
25.16/25.26	c LOADED 12 V (68 E), 66 ExtensionConstraint2D, 715 PredicateConstraint, arity 4, 13.94 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-2071056-1247709534/watcher-2071056-1247709534 -o /tmp/evaluation-result-2071056-1247709534/solver-2071056-1247709534 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2071056-1247709534.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.08 2.23 2.25 4/81 9138
/proc/meminfo: memFree=1436528/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) R 9136 9138 8940 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 58016714 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 251255122591 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/9138/statm: 1339 230 191 169 0 50 0
[pid=9139] ppid=9138 vsize=5356 CPUtime=0
/proc/9139/stat : 9139 (concrete.sh) R 9138 9138 8940 0 -1 4194368 0 0 0 0 0 0 0 0 18 0 1 0 58016715 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 251255122591 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/9139/statm: 1339 230 191 169 0 50 0

[startup+0.051723 s]
/proc/loadavg: 2.08 2.23 2.25 4/81 9138
/proc/meminfo: memFree=1436528/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102729 s]
/proc/loadavg: 2.08 2.23 2.25 4/81 9138
/proc/meminfo: memFree=1436528/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302748 s]
/proc/loadavg: 2.08 2.23 2.25 4/81 9138
/proc/meminfo: memFree=1436528/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702798 s]
/proc/loadavg: 2.08 2.23 2.25 4/81 9138
/proc/meminfo: memFree=1436528/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50188 s]
/proc/loadavg: 2.08 2.23 2.25 3/91 9151
/proc/meminfo: memFree=1421728/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
[pid=9143] ppid=9138 vsize=848700 CPUtime=1.46
/proc/9143/stat : 9143 (java) S 9138 9138 8940 0 -1 0 8189 0 1 0 141 5 0 0 21 0 10 0 58016716 869068800 7223 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/9143/statm: 212175 7223 2626 9 0 206653 0
[pid=9143/tid=9144] ppid=9138 vsize=848700 CPUtime=0.95
/proc/9143/task/9144/stat : 9144 (java) R 9138 9138 8940 0 -1 64 3941 0 1 0 92 3 0 0 22 0 10 0 58016717 869068800 7223 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9145] ppid=9138 vsize=848700 CPUtime=0.1
/proc/9143/task/9145/stat : 9145 (java) S 9138 9138 8940 0 -1 64 2136 0 0 0 10 0 0 0 16 0 10 0 58016718 869068800 7223 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9146] ppid=9138 vsize=848700 CPUtime=0
/proc/9143/task/9146/stat : 9146 (java) S 9138 9138 8940 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58016718 869068800 7223 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9147] ppid=9138 vsize=848700 CPUtime=0
/proc/9143/task/9147/stat : 9147 (java) S 9138 9138 8940 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58016718 869068800 7223 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9148] ppid=9138 vsize=848700 CPUtime=0
/proc/9143/task/9148/stat : 9148 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 58016721 869068800 7223 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9149] ppid=9138 vsize=848700 CPUtime=0.38
/proc/9143/task/9149/stat : 9149 (java) R 9138 9138 8940 0 -1 64 1412 0 0 0 37 1 0 0 16 0 10 0 58016724 869068800 7223 996147200 134512640 134550932 4294955408 18446744073709551615 104735283 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9150] ppid=9138 vsize=848700 CPUtime=0
/proc/9143/task/9150/stat : 9150 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58016724 869068800 7223 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9151] ppid=9138 vsize=848700 CPUtime=0
/proc/9143/task/9151/stat : 9151 (java) S 9138 9138 8940 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58016724 869068800 7223 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) 854056

[startup+3.10106 s]
/proc/loadavg: 2.08 2.23 2.25 4/92 9152
/proc/meminfo: memFree=1416536/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
[pid=9143] ppid=9138 vsize=851064 CPUtime=3.07
/proc/9143/stat : 9143 (java) S 9138 9138 8940 0 -1 0 12359 0 1 0 297 10 0 0 21 0 10 0 58016716 871489536 11150 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/9143/statm: 212766 11150 2632 9 0 207244 0
[pid=9143/tid=9144] ppid=9138 vsize=851064 CPUtime=1.73
/proc/9143/task/9144/stat : 9144 (java) R 9138 9138 8940 0 -1 64 4199 0 1 0 169 4 0 0 25 0 10 0 58016717 871489536 11150 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9145] ppid=9138 vsize=851064 CPUtime=0.62
/proc/9143/task/9145/stat : 9145 (java) R 9138 9138 8940 0 -1 64 5177 0 0 0 59 3 0 0 15 0 10 0 58016718 871489536 11150 996147200 134512640 134550932 4294955408 18446744073709551615 104516255 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9146] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9146/stat : 9146 (java) S 9138 9138 8940 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58016718 871489536 11150 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9147] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9147/stat : 9147 (java) S 9138 9138 8940 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58016718 871489536 11150 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9148] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9148/stat : 9148 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 58016721 871489536 11150 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9149] ppid=9138 vsize=851064 CPUtime=0.69
/proc/9143/task/9149/stat : 9149 (java) S 9138 9138 8940 0 -1 64 2283 0 0 0 67 2 0 0 15 0 10 0 58016724 871489536 11150 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9150] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9150/stat : 9150 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58016724 871489536 11150 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9151] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9151/stat : 9151 (java) S 9138 9138 8940 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58016724 871489536 11151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9152] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9152/stat : 9152 (java) S 9138 9138 8940 0 -1 64 3 0 0 0 0 0 0 0 21 0 10 0 58016834 871489536 11152 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) 856420

[startup+6.3024 s]
/proc/loadavg: 2.16 2.24 2.25 4/92 9152
/proc/meminfo: memFree=1337176/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
[pid=9143] ppid=9138 vsize=851064 CPUtime=6.27
/proc/9143/stat : 9143 (java) S 9138 9138 8940 0 -1 0 39104 0 1 0 605 22 0 0 21 0 10 0 58016716 871489536 37857 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/9143/statm: 212766 37857 2633 9 0 207244 0
[pid=9143/tid=9144] ppid=9138 vsize=851064 CPUtime=3.1
/proc/9143/task/9144/stat : 9144 (java) R 9138 9138 8940 0 -1 64 13110 0 1 0 302 8 0 0 25 0 10 0 58016717 871489536 37857 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9145] ppid=9138 vsize=851064 CPUtime=2.45
/proc/9143/task/9145/stat : 9145 (java) R 9138 9138 8940 0 -1 64 23011 0 0 0 234 11 0 0 16 0 10 0 58016718 871489536 37857 996147200 134512640 134550932 4294955408 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9146] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9146/stat : 9146 (java) S 9138 9138 8940 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58016718 871489536 37857 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9147] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9147/stat : 9147 (java) S 9138 9138 8940 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58016718 871489536 37857 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9148] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9148/stat : 9148 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 58016721 871489536 37857 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9149] ppid=9138 vsize=851064 CPUtime=0.69
/proc/9143/task/9149/stat : 9149 (java) S 9138 9138 8940 0 -1 64 2283 0 0 0 67 2 0 0 15 0 10 0 58016724 871489536 37857 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9150] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9150/stat : 9150 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58016724 871489536 37857 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9151] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9151/stat : 9151 (java) S 9138 9138 8940 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58016724 871489536 37857 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9152] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9152/stat : 9152 (java) S 9138 9138 8940 0 -1 64 3 0 0 0 0 0 0 0 21 0 10 0 58016834 871489536 37857 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 856420

[startup+12.7021 s]
/proc/loadavg: 2.22 2.25 2.25 4/92 9152
/proc/meminfo: memFree=1114776/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
[pid=9143] ppid=9138 vsize=851064 CPUtime=12.67
/proc/9143/stat : 9143 (java) S 9138 9138 8940 0 -1 0 83952 0 1 0 1229 38 0 0 21 0 10 0 58016716 871489536 82537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/9143/statm: 212766 82537 2633 9 0 207244 0
[pid=9143/tid=9144] ppid=9138 vsize=851064 CPUtime=6.34
/proc/9143/task/9144/stat : 9144 (java) R 9138 9138 8940 0 -1 64 19373 0 1 0 623 11 0 0 25 0 10 0 58016717 871489536 82537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9145] ppid=9138 vsize=851064 CPUtime=5.6
/proc/9143/task/9145/stat : 9145 (java) R 9138 9138 8940 0 -1 64 61596 0 0 0 537 23 0 0 16 0 10 0 58016718 871489536 82537 996147200 134512640 134550932 4294955408 18446744073709551615 102549377 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9146] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9146/stat : 9146 (java) S 9138 9138 8940 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58016718 871489536 82537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9147] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9147/stat : 9147 (java) S 9138 9138 8940 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58016718 871489536 82537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9148] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9148/stat : 9148 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 58016721 871489536 82537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9149] ppid=9138 vsize=851064 CPUtime=0.69
/proc/9143/task/9149/stat : 9149 (java) S 9138 9138 8940 0 -1 64 2283 0 0 0 67 2 0 0 16 0 10 0 58016724 871489536 82537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9150] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9150/stat : 9150 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58016724 871489536 82537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9151] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9151/stat : 9151 (java) S 9138 9138 8940 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58016724 871489536 82537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9152] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9152/stat : 9152 (java) S 9138 9138 8940 0 -1 64 3 0 0 0 0 0 0 0 21 0 10 0 58016834 871489536 82537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 856420

[startup+25.5025 s]
/proc/loadavg: 2.17 2.24 2.25 3/92 9152
/proc/meminfo: memFree=1090072/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
[pid=9143] ppid=9138 vsize=851064 CPUtime=25.47
/proc/9143/stat : 9143 (java) S 9138 9138 8940 0 -1 0 92183 0 1 0 2505 42 0 0 21 0 10 0 58016716 871489536 88872 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/9143/statm: 212766 88872 2634 9 0 207244 0
[pid=9143/tid=9144] ppid=9138 vsize=851064 CPUtime=14.26
/proc/9143/task/9144/stat : 9144 (java) R 9138 9138 8940 0 -1 64 19453 0 1 0 1415 11 0 0 25 0 10 0 58016717 871489536 88872 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9145] ppid=9138 vsize=851064 CPUtime=10.45
/proc/9143/task/9145/stat : 9145 (java) S 9138 9138 8940 0 -1 64 69717 0 0 0 1018 27 0 0 16 0 10 0 58016718 871489536 88872 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9146] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9146/stat : 9146 (java) S 9138 9138 8940 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58016718 871489536 88872 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9147] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9147/stat : 9147 (java) S 9138 9138 8940 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58016718 871489536 88872 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9148] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9148/stat : 9148 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 58016721 871489536 88872 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9149] ppid=9138 vsize=851064 CPUtime=0.72
/proc/9143/task/9149/stat : 9149 (java) S 9138 9138 8940 0 -1 64 2311 0 0 0 70 2 0 0 16 0 10 0 58016724 871489536 88872 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9150] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9150/stat : 9150 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58016724 871489536 88872 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9151] ppid=9138 vsize=851064 CPUtime=0

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

/proc/9143/task/9149/stat : 9149 (java) S 9138 9138 8940 0 -1 64 2334 0 0 0 73 2 0 0 15 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9150] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9150/stat : 9150 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9151] ppid=9138 vsize=851064 CPUtime=0.02
/proc/9143/task/9151/stat : 9151 (java) S 9138 9138 8940 0 -1 64 0 0 0 0 1 1 0 0 15 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.73
Current children cumulated vsize (KiB) 856420

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/82 9710
/proc/meminfo: memFree=1173544/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
[pid=9143] ppid=9138 vsize=851064 CPUtime=1651.71
/proc/9143/stat : 9143 (java) S 9138 9138 8940 0 -1 0 94874 0 1 0 165094 77 0 0 21 0 9 0 58016716 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/9143/statm: 212766 88895 2634 9 0 207244 0
[pid=9143/tid=9144] ppid=9138 vsize=851064 CPUtime=1613.51
/proc/9143/task/9144/stat : 9144 (java) R 9138 9138 8940 0 -1 64 22120 0 1 0 161326 25 0 0 25 0 9 0 58016717 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4125325909 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9143/tid=9145] ppid=9138 vsize=851064 CPUtime=37.37
/proc/9143/task/9145/stat : 9145 (java) S 9138 9138 8940 0 -1 64 69717 0 0 0 3690 47 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9143/tid=9146] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9146/stat : 9146 (java) S 9138 9138 8940 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9147] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9147/stat : 9147 (java) S 9138 9138 8940 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9148] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9148/stat : 9148 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 58016721 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9149] ppid=9138 vsize=851064 CPUtime=0.75
/proc/9143/task/9149/stat : 9149 (java) S 9138 9138 8940 0 -1 64 2334 0 0 0 73 2 0 0 15 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9150] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9150/stat : 9150 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9151] ppid=9138 vsize=851064 CPUtime=0.02
/proc/9143/task/9151/stat : 9151 (java) S 9138 9138 8940 0 -1 64 0 0 0 0 1 1 0 0 15 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.71
Current children cumulated vsize (KiB) 856420

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/82 9710
/proc/meminfo: memFree=1173544/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
[pid=9143] ppid=9138 vsize=851064 CPUtime=1711.68
/proc/9143/stat : 9143 (java) S 9138 9138 8940 0 -1 0 94973 0 1 0 171090 78 0 0 21 0 9 0 58016716 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/9143/statm: 212766 88895 2634 9 0 207244 0
[pid=9143/tid=9144] ppid=9138 vsize=851064 CPUtime=1672.55
/proc/9143/task/9144/stat : 9144 (java) R 9138 9138 8940 0 -1 64 22219 0 1 0 167230 25 0 0 25 0 9 0 58016717 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4127752383 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9143/tid=9145] ppid=9138 vsize=851064 CPUtime=38.3
/proc/9143/task/9145/stat : 9145 (java) S 9138 9138 8940 0 -1 64 69717 0 0 0 3782 48 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9143/tid=9146] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9146/stat : 9146 (java) S 9138 9138 8940 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9147] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9147/stat : 9147 (java) S 9138 9138 8940 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9148] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9148/stat : 9148 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 58016721 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9149] ppid=9138 vsize=851064 CPUtime=0.75
/proc/9143/task/9149/stat : 9149 (java) S 9138 9138 8940 0 -1 64 2334 0 0 0 73 2 0 0 15 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9150] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9150/stat : 9150 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9151] ppid=9138 vsize=851064 CPUtime=0.02
/proc/9143/task/9151/stat : 9151 (java) S 9138 9138 8940 0 -1 64 0 0 0 0 1 1 0 0 15 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.68
Current children cumulated vsize (KiB) 856420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/82 9710
/proc/meminfo: memFree=1173288/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
[pid=9143] ppid=9138 vsize=851064 CPUtime=1771.66
/proc/9143/stat : 9143 (java) S 9138 9138 8940 0 -1 0 95073 0 1 0 177086 80 0 0 21 0 9 0 58016716 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/9143/statm: 212766 88895 2634 9 0 207244 0
[pid=9143/tid=9144] ppid=9138 vsize=851064 CPUtime=1731.59
/proc/9143/task/9144/stat : 9144 (java) R 9138 9138 8940 0 -1 64 22319 0 1 0 173134 25 0 0 25 0 9 0 58016717 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 103210990 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9143/tid=9145] ppid=9138 vsize=851064 CPUtime=39.24
/proc/9143/task/9145/stat : 9145 (java) S 9138 9138 8940 0 -1 64 69717 0 0 0 3875 49 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9143/tid=9146] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9146/stat : 9146 (java) S 9138 9138 8940 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9147] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9147/stat : 9147 (java) S 9138 9138 8940 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9148] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9148/stat : 9148 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 58016721 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9149] ppid=9138 vsize=851064 CPUtime=0.75
/proc/9143/task/9149/stat : 9149 (java) S 9138 9138 8940 0 -1 64 2334 0 0 0 73 2 0 0 16 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9143/tid=9150] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9150/stat : 9150 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9151] ppid=9138 vsize=851064 CPUtime=0.02
/proc/9143/task/9151/stat : 9151 (java) S 9138 9138 8940 0 -1 64 0 0 0 0 1 1 0 0 15 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.66
Current children cumulated vsize (KiB) 856420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.7 s]
/proc/loadavg: 2.00 2.00 2.04 3/82 9710
/proc/meminfo: memFree=1173288/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
[pid=9143] ppid=9138 vsize=851064 CPUtime=1800.06
/proc/9143/stat : 9143 (java) S 9138 9138 8940 0 -1 0 95118 0 1 0 179925 81 0 0 21 0 9 0 58016716 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/9143/statm: 212766 88895 2634 9 0 207244 0
[pid=9143/tid=9144] ppid=9138 vsize=851064 CPUtime=1759.59
/proc/9143/task/9144/stat : 9144 (java) R 9138 9138 8940 0 -1 64 22364 0 1 0 175933 26 0 0 25 0 9 0 58016717 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 103211122 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9143/tid=9145] ppid=9138 vsize=851064 CPUtime=39.64
/proc/9143/task/9145/stat : 9145 (java) S 9138 9138 8940 0 -1 64 69717 0 0 0 3915 49 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9143/tid=9146] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9146/stat : 9146 (java) S 9138 9138 8940 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9147] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9147/stat : 9147 (java) S 9138 9138 8940 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9148] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9148/stat : 9148 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 58016721 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9149] ppid=9138 vsize=851064 CPUtime=0.75
/proc/9143/task/9149/stat : 9149 (java) S 9138 9138 8940 0 -1 64 2334 0 0 0 73 2 0 0 16 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9143/tid=9150] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9150/stat : 9150 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9151] ppid=9138 vsize=851064 CPUtime=0.02
/proc/9143/task/9151/stat : 9151 (java) S 9138 9138 8940 0 -1 64 0 0 0 0 1 1 0 0 15 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 856420

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

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

[startup+1810.7 s]
/proc/loadavg: 2.00 2.00 2.04 3/82 9710
/proc/meminfo: memFree=1173288/2055920 swapFree=4192812/4192956
[pid=9138] ppid=9136 vsize=5356 CPUtime=0
/proc/9138/stat : 9138 (concrete.sh) S 9136 9138 8940 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 58016714 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9138/statm: 1339 244 201 169 0 50 0
[pid=9143] ppid=9138 vsize=851064 CPUtime=1800.06
/proc/9143/stat : 9143 (java) S 9138 9138 8940 0 -1 0 95118 0 1 0 179925 81 0 0 21 0 9 0 58016716 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/9143/statm: 212766 88895 2634 9 0 207244 0
[pid=9143/tid=9144] ppid=9138 vsize=851064 CPUtime=1759.59
/proc/9143/task/9144/stat : 9144 (java) R 9138 9138 8940 0 -1 64 22364 0 1 0 175933 26 0 0 25 0 9 0 58016717 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 103211122 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9143/tid=9145] ppid=9138 vsize=851064 CPUtime=39.64
/proc/9143/task/9145/stat : 9145 (java) S 9138 9138 8940 0 -1 64 69717 0 0 0 3915 49 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9143/tid=9146] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9146/stat : 9146 (java) S 9138 9138 8940 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9147] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9147/stat : 9147 (java) S 9138 9138 8940 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58016718 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9148] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9148/stat : 9148 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 58016721 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9149] ppid=9138 vsize=851064 CPUtime=0.75
/proc/9143/task/9149/stat : 9149 (java) S 9138 9138 8940 0 -1 64 2334 0 0 0 73 2 0 0 16 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9143/tid=9150] ppid=9138 vsize=851064 CPUtime=0
/proc/9143/task/9150/stat : 9150 (java) S 9138 9138 8940 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9143/tid=9151] ppid=9138 vsize=851064 CPUtime=0.02
/proc/9143/task/9151/stat : 9151 (java) S 9138 9138 8940 0 -1 64 0 0 0 0 1 1 0 0 15 0 9 0 58016724 871489536 88895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 856420

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1810.72
CPU time (s): 1800.06
CPU user time (s): 1799.25
CPU system time (s): 0.81
CPU usage (%): 99.4113
Max. virtual memory (cumulated for all children) (KiB): 856420

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

runsolver used 2.36064 second user time and 6.16506 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-16 03:58:54
IDJOB=2071056
IDBENCH=55431
IDSOLVER=735
FILE ID=node64/2071056-1247709534
PBS_JOBID= 9521357
Free space on /tmp= 66332 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-67-12-a4.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071056-1247709534/watcher-2071056-1247709534 -o /tmp/evaluation-result-2071056-1247709534/solver-2071056-1247709534 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2071056-1247709534.xml

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

MD5SUM BENCH= 392a4a957087c54a1fc308e1f7b31eeb
RANDOM SEED=1338409807

node64.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.220
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.220
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:       1436944 kB
Buffers:         80012 kB
Cached:         345872 kB
SwapCached:          0 kB
Active:         141392 kB
Inactive:       391392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1436944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1460 kB
Writeback:           0 kB
Mapped:         127424 kB
Slab:            70824 kB
Committed_AS:   601228 kB
PageTables:       2028 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node64 at 2009-07-16 04:29:07