Trace number 2071034

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.09 1809.42

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-70-12-a4.xml
MD5SUM17a5880df049540f5bc9b4999c8d510f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1991
Maximum constraint arity4
Maximum domain size71
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

26.84/27.05	c CPU-LOAD 14.04
26.84/27.05	c LOADED 12 V (71 E), 715 PredicateConstraint, 66 ExtensionConstraint2D, arity 4, 14.04 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-2071034-1247709504/watcher-2071034-1247709504 -o /tmp/evaluation-result-2071034-1247709504/solver-2071034-1247709504 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2071034-1247709504.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.35 2.27 2.19 4/82 15387
/proc/meminfo: memFree=1307032/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 58015454 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 269807747154 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/15387/statm: 1339 230 191 169 0 50 0
[pid=15388] ppid=15387 vsize=5356 CPUtime=0
/proc/15388/stat : 15388 (concrete.sh) R 15387 15387 13564 0 -1 4194368 24 0 0 0 0 0 0 0 18 0 1 0 58015454 5484544 234 996147200 4194304 4889804 548682068816 18446744073709551615 269807578407 0 0 4096 0 0 0 0 17 1 0 0
/proc/15388/statm: 1339 234 195 169 0 50 0

[startup+0.016842 s]
/proc/loadavg: 2.35 2.27 2.19 4/82 15387
/proc/meminfo: memFree=1307032/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.103851 s]
/proc/loadavg: 2.35 2.27 2.19 4/82 15387
/proc/meminfo: memFree=1307032/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30188 s]
/proc/loadavg: 2.35 2.27 2.19 4/82 15387
/proc/meminfo: memFree=1307032/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701915 s]
/proc/loadavg: 2.35 2.27 2.19 4/82 15387
/proc/meminfo: memFree=1307032/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50205 s]
/proc/loadavg: 2.35 2.27 2.19 3/92 15400
/proc/meminfo: memFree=1291528/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
[pid=15392] ppid=15387 vsize=848700 CPUtime=1.47
/proc/15392/stat : 15392 (java) S 15387 15387 13564 0 -1 0 8231 0 1 0 141 6 0 0 18 0 10 0 58015455 869068800 7261 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15392/statm: 212175 7261 2626 9 0 206653 0
[pid=15392/tid=15393] ppid=15387 vsize=848700 CPUtime=0.93
/proc/15392/task/15393/stat : 15393 (java) R 15387 15387 13564 0 -1 64 3943 0 1 0 89 4 0 0 22 0 10 0 58015456 869068800 7261 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15394] ppid=15387 vsize=848700 CPUtime=0.1
/proc/15392/task/15394/stat : 15394 (java) S 15387 15387 13564 0 -1 64 2138 0 0 0 10 0 0 0 16 0 10 0 58015457 869068800 7261 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15387 vsize=848700 CPUtime=0
/proc/15392/task/15395/stat : 15395 (java) S 15387 15387 13564 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58015457 869068800 7261 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15396] ppid=15387 vsize=848700 CPUtime=0
/proc/15392/task/15396/stat : 15396 (java) S 15387 15387 13564 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58015457 869068800 7261 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15397] ppid=15387 vsize=848700 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58015459 869068800 7261 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15398] ppid=15387 vsize=848700 CPUtime=0.41
/proc/15392/task/15398/stat : 15398 (java) S 15387 15387 13564 0 -1 64 1447 0 0 0 40 1 0 0 15 0 10 0 58015463 869068800 7261 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15387 vsize=848700 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15387 15387 13564 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58015463 869068800 7261 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15387 vsize=848700 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) R 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58015463 869068800 7261 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 854056

[startup+3.10118 s]
/proc/loadavg: 2.35 2.27 2.19 3/93 15401
/proc/meminfo: memFree=1284608/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
[pid=15392] ppid=15387 vsize=851064 CPUtime=3.06
/proc/15392/stat : 15392 (java) S 15387 15387 13564 0 -1 0 12889 0 1 0 296 10 0 0 18 0 10 0 58015455 871489536 11655 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15392/statm: 212766 11655 2632 9 0 207244 0
[pid=15392/tid=15393] ppid=15387 vsize=851064 CPUtime=1.69
/proc/15392/task/15393/stat : 15393 (java) R 15387 15387 13564 0 -1 64 4267 0 1 0 164 5 0 0 25 0 10 0 58015456 871489536 11655 996147200 134512640 134550932 4294955408 18446744073709551615 103564380 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15394] ppid=15387 vsize=851064 CPUtime=0.7
/proc/15392/task/15394/stat : 15394 (java) S 15387 15387 13564 0 -1 64 5631 0 0 0 67 3 0 0 16 0 10 0 58015457 871489536 11655 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15395/stat : 15395 (java) S 15387 15387 13564 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58015457 871489536 11655 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15396] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15396/stat : 15396 (java) S 15387 15387 13564 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58015457 871489536 11655 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15397] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58015459 871489536 11655 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15398] ppid=15387 vsize=851064 CPUtime=0.64
/proc/15392/task/15398/stat : 15398 (java) S 15387 15387 13564 0 -1 64 2288 0 0 0 63 1 0 0 15 0 10 0 58015463 871489536 11655 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15387 15387 13564 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58015463 871489536 11655 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58015463 871489536 11655 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15401] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15401/stat : 15401 (java) S 15387 15387 13564 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 58015566 871489536 11655 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) 856420

[startup+6.30252 s]
/proc/loadavg: 2.40 2.28 2.20 3/93 15401
/proc/meminfo: memFree=1204736/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
[pid=15392] ppid=15387 vsize=851064 CPUtime=6.25
/proc/15392/stat : 15392 (java) S 15387 15387 13564 0 -1 0 39042 0 1 0 605 20 0 0 18 0 10 0 58015455 871489536 37774 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15392/statm: 212766 37774 2633 9 0 207244 0
[pid=15392/tid=15393] ppid=15387 vsize=851064 CPUtime=2.92
/proc/15392/task/15393/stat : 15393 (java) R 15387 15387 13564 0 -1 64 12866 0 1 0 284 8 0 0 25 0 10 0 58015456 871489536 37774 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15394] ppid=15387 vsize=851064 CPUtime=2.66
/proc/15392/task/15394/stat : 15394 (java) R 15387 15387 13564 0 -1 64 23185 0 0 0 257 9 0 0 16 0 10 0 58015457 871489536 37774 996147200 134512640 134550932 4294955408 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15395/stat : 15395 (java) S 15387 15387 13564 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58015457 871489536 37774 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15396] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15396/stat : 15396 (java) S 15387 15387 13564 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58015457 871489536 37774 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15397] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58015459 871489536 37774 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15398] ppid=15387 vsize=851064 CPUtime=0.64
/proc/15392/task/15398/stat : 15398 (java) S 15387 15387 13564 0 -1 64 2288 0 0 0 63 1 0 0 15 0 10 0 58015463 871489536 37774 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15387 15387 13564 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58015463 871489536 37774 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58015463 871489536 37774 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15401] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15401/stat : 15401 (java) S 15387 15387 13564 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 58015566 871489536 37774 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 856420

[startup+12.7022 s]
/proc/loadavg: 2.45 2.30 2.20 4/93 15401
/proc/meminfo: memFree=971848/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
[pid=15392] ppid=15387 vsize=851064 CPUtime=12.61
/proc/15392/stat : 15392 (java) S 15387 15387 13564 0 -1 0 87630 0 1 0 1225 36 0 0 18 0 10 0 58015455 871489536 86343 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15392/statm: 212766 86343 2633 9 0 207244 0
[pid=15392/tid=15393] ppid=15387 vsize=851064 CPUtime=5.77
/proc/15392/task/15393/stat : 15393 (java) R 15387 15387 13564 0 -1 64 19367 0 1 0 567 10 0 0 25 0 10 0 58015456 871489536 86343 996147200 134512640 134550932 4294955408 18446744073709551615 4127657616 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15394] ppid=15387 vsize=851064 CPUtime=6.16
/proc/15392/task/15394/stat : 15394 (java) S 15387 15387 13564 0 -1 64 65272 0 0 0 593 23 0 0 17 0 10 0 58015457 871489536 86343 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15395/stat : 15395 (java) S 15387 15387 13564 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58015457 871489536 86343 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15396] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15396/stat : 15396 (java) S 15387 15387 13564 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58015457 871489536 86343 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15397] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58015459 871489536 86343 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15398] ppid=15387 vsize=851064 CPUtime=0.64
/proc/15392/task/15398/stat : 15398 (java) S 15387 15387 13564 0 -1 64 2288 0 0 0 63 1 0 0 16 0 10 0 58015463 871489536 86343 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15387 15387 13564 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58015463 871489536 86343 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58015463 871489536 86343 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15401] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15401/stat : 15401 (java) S 15387 15387 13564 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 58015566 871489536 86343 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 856420

[startup+25.5026 s]
/proc/loadavg: 2.50 2.31 2.21 3/93 15401
/proc/meminfo: memFree=842120/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
[pid=15392] ppid=15387 vsize=851064 CPUtime=25.34
/proc/15392/stat : 15392 (java) S 15387 15387 13564 0 -1 0 124356 0 1 0 2483 51 0 0 18 0 10 0 58015455 871489536 118314 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15392/statm: 212766 118314 2633 9 0 207244 0
[pid=15392/tid=15393] ppid=15387 vsize=851064 CPUtime=13.1
/proc/15392/task/15393/stat : 15393 (java) R 15387 15387 13564 0 -1 64 19542 0 1 0 1299 11 0 0 25 0 10 0 58015456 871489536 118314 996147200 134512640 134550932 4294955408 18446744073709551615 103211134 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15394] ppid=15387 vsize=851064 CPUtime=11.57
/proc/15392/task/15394/stat : 15394 (java) S 15387 15387 13564 0 -1 64 101813 0 0 0 1119 38 0 0 16 0 10 0 58015457 871489536 118314 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15395/stat : 15395 (java) S 15387 15387 13564 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58015457 871489536 118314 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15396] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15396/stat : 15396 (java) S 15387 15387 13564 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58015457 871489536 118314 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15397] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58015459 871489536 118314 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15398] ppid=15387 vsize=851064 CPUtime=0.64
/proc/15392/task/15398/stat : 15398 (java) S 15387 15387 13564 0 -1 64 2298 0 0 0 63 1 0 0 15 0 10 0 58015463 871489536 118314 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15387 15387 13564 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58015463 871489536 118314 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15387 vsize=851064 CPUtime=0

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

/proc/15392/task/15398/stat : 15398 (java) S 15387 15387 13564 0 -1 64 2334 0 0 0 70 2 0 0 16 0 9 0 58015463 871489536 107611 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15387 15387 13564 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58015463 871489536 107611 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58015463 871489536 107611 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.29
Current children cumulated vsize (KiB) 856420

[startup+1602.3 s]
/proc/loadavg: 2.22 2.12 2.13 3/83 15992
/proc/meminfo: memFree=860488/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
[pid=15392] ppid=15387 vsize=851064 CPUtime=1593.05
/proc/15392/stat : 15392 (java) S 15387 15387 13564 0 -1 0 126726 0 1 0 159221 84 0 0 18 0 9 0 58015455 871489536 107611 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15392/statm: 212766 107611 2634 9 0 207244 0
[pid=15392/tid=15393] ppid=15387 vsize=851064 CPUtime=1556.69
/proc/15392/task/15393/stat : 15393 (java) R 15387 15387 13564 0 -1 64 21874 0 1 0 155645 24 0 0 25 0 9 0 58015456 871489536 107611 996147200 134512640 134550932 4294955408 18446744073709551615 4125182246 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15394] ppid=15387 vsize=851064 CPUtime=35.61
/proc/15392/task/15394/stat : 15394 (java) S 15387 15387 13564 0 -1 64 101813 0 0 0 3504 57 0 0 16 0 9 0 58015457 871489536 107611 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15395/stat : 15395 (java) S 15387 15387 13564 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58015457 871489536 107611 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15396] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15396/stat : 15396 (java) S 15387 15387 13564 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58015457 871489536 107611 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15397] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58015459 871489536 107611 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15398] ppid=15387 vsize=851064 CPUtime=0.72
/proc/15392/task/15398/stat : 15398 (java) S 15387 15387 13564 0 -1 64 2334 0 0 0 70 2 0 0 16 0 9 0 58015463 871489536 107611 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15387 15387 13564 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58015463 871489536 107611 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58015463 871489536 107611 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.05
Current children cumulated vsize (KiB) 856420

[startup+1662.3 s]
/proc/loadavg: 2.48 2.20 2.15 3/83 15992
/proc/meminfo: memFree=860552/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
[pid=15392] ppid=15387 vsize=851064 CPUtime=1653.03
/proc/15392/stat : 15392 (java) S 15387 15387 13564 0 -1 0 126811 0 1 0 165218 85 0 0 18 0 9 0 58015455 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15392/statm: 212766 107612 2634 9 0 207244 0
[pid=15392/tid=15393] ppid=15387 vsize=851064 CPUtime=1615.87
/proc/15392/task/15393/stat : 15393 (java) R 15387 15387 13564 0 -1 64 21958 0 1 0 161563 24 0 0 25 0 9 0 58015456 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4125325919 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15394] ppid=15387 vsize=851064 CPUtime=36.42
/proc/15392/task/15394/stat : 15394 (java) S 15387 15387 13564 0 -1 64 101813 0 0 0 3584 58 0 0 16 0 9 0 58015457 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15395/stat : 15395 (java) S 15387 15387 13564 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58015457 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15396] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15396/stat : 15396 (java) S 15387 15387 13564 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58015457 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15397] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58015459 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15398] ppid=15387 vsize=851064 CPUtime=0.72
/proc/15392/task/15398/stat : 15398 (java) S 15387 15387 13564 0 -1 64 2335 0 0 0 70 2 0 0 16 0 9 0 58015463 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15387 15387 13564 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58015463 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58015463 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.03
Current children cumulated vsize (KiB) 856420

[startup+1722.3 s]
/proc/loadavg: 2.45 2.25 2.17 3/83 15992
/proc/meminfo: memFree=860488/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
[pid=15392] ppid=15387 vsize=851064 CPUtime=1713.01
/proc/15392/stat : 15392 (java) S 15387 15387 13564 0 -1 0 126894 0 1 0 171215 86 0 0 18 0 9 0 58015455 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15392/statm: 212766 107612 2634 9 0 207244 0
[pid=15392/tid=15393] ppid=15387 vsize=851064 CPUtime=1675.03
/proc/15392/task/15393/stat : 15393 (java) R 15387 15387 13564 0 -1 64 22041 0 1 0 167478 25 0 0 25 0 9 0 58015456 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 103211111 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15394] ppid=15387 vsize=851064 CPUtime=37.24
/proc/15392/task/15394/stat : 15394 (java) S 15387 15387 13564 0 -1 64 101813 0 0 0 3666 58 0 0 16 0 9 0 58015457 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15395/stat : 15395 (java) S 15387 15387 13564 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58015457 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15396] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15396/stat : 15396 (java) S 15387 15387 13564 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58015457 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15397] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58015459 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15398] ppid=15387 vsize=851064 CPUtime=0.72
/proc/15392/task/15398/stat : 15398 (java) S 15387 15387 13564 0 -1 64 2335 0 0 0 70 2 0 0 16 0 9 0 58015463 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15387 15387 13564 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58015463 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58015463 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.01
Current children cumulated vsize (KiB) 856420

[startup+1782.3 s]
/proc/loadavg: 2.16 2.20 2.16 3/83 15992
/proc/meminfo: memFree=860488/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
[pid=15392] ppid=15387 vsize=851064 CPUtime=1773
/proc/15392/stat : 15392 (java) S 15387 15387 13564 0 -1 0 126981 0 1 0 177213 87 0 0 18 0 9 0 58015455 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15392/statm: 212766 107612 2634 9 0 207244 0
[pid=15392/tid=15393] ppid=15387 vsize=851064 CPUtime=1734.22
/proc/15392/task/15393/stat : 15393 (java) R 15387 15387 13564 0 -1 64 22128 0 1 0 173397 25 0 0 25 0 9 0 58015456 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4127757254 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15394] ppid=15387 vsize=851064 CPUtime=38.03
/proc/15392/task/15394/stat : 15394 (java) S 15387 15387 13564 0 -1 64 101813 0 0 0 3744 59 0 0 16 0 9 0 58015457 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15395/stat : 15395 (java) S 15387 15387 13564 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58015457 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15396] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15396/stat : 15396 (java) S 15387 15387 13564 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58015457 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15397] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58015459 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15398] ppid=15387 vsize=851064 CPUtime=0.72
/proc/15392/task/15398/stat : 15398 (java) S 15387 15387 13564 0 -1 64 2335 0 0 0 70 2 0 0 16 0 9 0 58015463 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15387 15387 13564 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58015463 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58015463 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773
Current children cumulated vsize (KiB) 856420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 2.10 2.18 2.16 3/83 15992
/proc/meminfo: memFree=860424/2055920 swapFree=4192812/4192956
[pid=15387] ppid=15385 vsize=5356 CPUtime=0
/proc/15387/stat : 15387 (concrete.sh) S 15385 15387 13564 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58015454 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15387/statm: 1339 244 201 169 0 50 0
[pid=15392] ppid=15387 vsize=851064 CPUtime=1800.09
/proc/15392/stat : 15392 (java) S 15387 15387 13564 0 -1 0 127019 0 1 0 179922 87 0 0 18 0 9 0 58015455 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15392/statm: 212766 107612 2634 9 0 207244 0
[pid=15392/tid=15393] ppid=15387 vsize=851064 CPUtime=1760.98
/proc/15392/task/15393/stat : 15393 (java) R 15387 15387 13564 0 -1 64 22166 0 1 0 176073 25 0 0 25 0 9 0 58015456 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4127736949 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15394] ppid=15387 vsize=851064 CPUtime=38.37
/proc/15392/task/15394/stat : 15394 (java) S 15387 15387 13564 0 -1 64 101813 0 0 0 3778 59 0 0 16 0 9 0 58015457 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15395] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15395/stat : 15395 (java) S 15387 15387 13564 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58015457 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15396] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15396/stat : 15396 (java) S 15387 15387 13564 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58015457 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15397] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15397/stat : 15397 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58015459 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15398] ppid=15387 vsize=851064 CPUtime=0.72
/proc/15392/task/15398/stat : 15398 (java) S 15387 15387 13564 0 -1 64 2335 0 0 0 70 2 0 0 16 0 9 0 58015463 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15399] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15399/stat : 15399 (java) S 15387 15387 13564 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58015463 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15392/tid=15400] ppid=15387 vsize=851064 CPUtime=0
/proc/15392/task/15400/stat : 15400 (java) S 15387 15387 13564 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58015463 871489536 107612 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1809.42
CPU time (s): 1800.09
CPU user time (s): 1799.22
CPU system time (s): 0.87
CPU usage (%): 99.4841
Max. virtual memory (cumulated for all children) (KiB): 856420

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= 19
involuntary context switches= 5

runsolver used 2.31465 second user time and 6.00209 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-16 03:58:24
IDJOB=2071034
IDBENCH=55429
IDSOLVER=735
FILE ID=node81/2071034-1247709504
PBS_JOBID= 9521154
Free space on /tmp= 126664 MiB

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

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

MD5SUM BENCH= 17a5880df049540f5bc9b4999c8d510f
RANDOM SEED=1120896865

node81.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.233
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.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1307512 kB
Buffers:         82748 kB
Cached:         543396 kB
SwapCached:          0 kB
Active:         209468 kB
Inactive:       449900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1307512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          53632 kB
Slab:            73960 kB
Committed_AS:   600688 kB
PageTables:       1960 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= 126664 MiB
End job on node81 at 2009-07-16 04:28:35