Trace number 2065887

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete DC 2009-07-14? (TO) 1800.03 1810.82

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-20-3.xml
MD5SUM329ec1b3e20036aaf15be07a06f46f0b
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 variables190
Number of constraints1140
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1140
Global constraints used (with number of constraints)

Solver Data

1.86/2.79	c CPU-LOAD 1.04
1.86/2.79	c LOADED 190 V (3 E), 1140 PredicateConstraint, arity 3, 1.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-2065887-1247704097/watcher-2065887-1247704097 -o /tmp/evaluation-result-2065887-1247704097/solver-2065887-1247704097 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2065887-1247704097.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 1.94 4/72 17410
/proc/meminfo: memFree=926632/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 57476303 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 217871777874 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/17410/statm: 1339 230 191 169 0 50 0
[pid=17411] ppid=17410 vsize=5356 CPUtime=0
/proc/17411/stat : 17411 (concrete.sh) R 17410 17410 16711 0 -1 4194368 24 0 0 0 0 0 0 0 21 0 1 0 57476304 5484544 234 996147200 4194304 4889804 548682068736 18446744073709551615 217871776357 0 2147483391 4096 65538 0 0 0 17 1 0 0
/proc/17411/statm: 1339 234 195 169 0 50 0

[startup+0.040912 s]
/proc/loadavg: 2.00 2.00 1.94 4/72 17410
/proc/meminfo: memFree=926632/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) R 17408 17410 16711 0 -1 4194304 312 294 0 0 0 0 0 0 20 0 1 0 57476303 5484544 238 996147200 4194304 4889804 548682068736 18446744073709551615 4309916 0 0 4100 65536 0 0 0 17 1 0 0
/proc/17410/statm: 1339 238 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101919 s]
/proc/loadavg: 2.00 2.00 1.94 4/72 17410
/proc/meminfo: memFree=926632/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57476303 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301948 s]
/proc/loadavg: 2.00 2.00 1.94 4/72 17410
/proc/meminfo: memFree=926632/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57476303 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701992 s]
/proc/loadavg: 2.00 2.00 1.94 4/72 17410
/proc/meminfo: memFree=926632/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57476303 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50108 s]
/proc/loadavg: 2.00 2.00 1.94 4/82 17423
/proc/meminfo: memFree=902616/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57476303 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 244 201 169 0 50 0
[pid=17415] ppid=17410 vsize=848572 CPUtime=1.08
/proc/17415/stat : 17415 (java) S 17410 17410 16711 0 -1 0 6705 0 62 0 99 9 0 0 18 0 10 0 57476307 868937728 5809 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17415/statm: 212143 5809 2009 9 0 206621 0
[pid=17415/tid=17416] ppid=17410 vsize=848572 CPUtime=0.71
/proc/17415/task/17416/stat : 17416 (java) R 17410 17410 16711 0 -1 64 3912 0 32 0 65 6 0 0 23 0 10 0 57476317 868937728 5809 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17417] ppid=17410 vsize=848572 CPUtime=0.04
/proc/17415/task/17417/stat : 17417 (java) S 17410 17410 16711 0 -1 64 607 0 0 0 4 0 0 0 16 0 10 0 57476333 868937728 5809 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17418] ppid=17410 vsize=848572 CPUtime=0
/proc/17415/task/17418/stat : 17418 (java) S 17410 17410 16711 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57476333 868937728 5809 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17419] ppid=17410 vsize=848572 CPUtime=0
/proc/17415/task/17419/stat : 17419 (java) S 17410 17410 16711 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57476333 868937728 5809 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17420] ppid=17410 vsize=848572 CPUtime=0
/proc/17415/task/17420/stat : 17420 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 57476339 868937728 5809 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17421] ppid=17410 vsize=848572 CPUtime=0.3
/proc/17415/task/17421/stat : 17421 (java) R 17410 17410 16711 0 -1 64 1521 0 0 0 29 1 0 0 16 0 10 0 57476345 868937728 5809 996147200 134512640 134550932 4294955344 18446744073709551615 102516388 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17422] ppid=17410 vsize=848572 CPUtime=0
/proc/17415/task/17422/stat : 17422 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57476345 868937728 5809 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17423] ppid=17410 vsize=848572 CPUtime=0
/proc/17415/task/17423/stat : 17423 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57476345 868937728 5809 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 853928

[startup+3.10227 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 17424
/proc/meminfo: memFree=895312/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57476303 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 244 201 169 0 50 0
[pid=17415] ppid=17410 vsize=848888 CPUtime=2.23
/proc/17415/stat : 17415 (java) S 17410 17410 16711 0 -1 0 8691 0 62 0 211 12 0 0 18 0 9 0 57476307 869261312 7498 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17415/statm: 212222 7498 2632 9 0 206700 0
[pid=17415/tid=17416] ppid=17410 vsize=848888 CPUtime=1.46
/proc/17415/task/17416/stat : 17416 (java) R 17410 17410 16711 0 -1 64 4196 0 32 0 139 7 0 0 25 0 9 0 57476317 869261312 7498 996147200 134512640 134550932 4294955344 18446744073709551615 102755321 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17417] ppid=17410 vsize=848888 CPUtime=0.16
/proc/17415/task/17417/stat : 17417 (java) S 17410 17410 16711 0 -1 64 2060 0 0 0 16 0 0 0 16 0 9 0 57476333 869261312 7498 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17418] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17418/stat : 17418 (java) S 17410 17410 16711 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57476333 869261312 7498 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17419] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17419/stat : 17419 (java) S 17410 17410 16711 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57476333 869261312 7498 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17420] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17420/stat : 17420 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 57476339 869261312 7498 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17421] ppid=17410 vsize=848888 CPUtime=0.58
/proc/17415/task/17421/stat : 17421 (java) S 17410 17410 16711 0 -1 64 1765 0 0 0 56 2 0 0 16 0 9 0 57476345 869261312 7498 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17422] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17422/stat : 17422 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57476345 869261312 7498 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17423] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17423/stat : 17423 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57476345 869261312 7498 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 854244
heavy processes:

[startup+6.30263 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 17425
/proc/meminfo: memFree=888528/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57476303 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 244 201 169 0 50 0
[pid=17415] ppid=17410 vsize=848888 CPUtime=5.4
/proc/17415/stat : 17415 (java) S 17410 17410 16711 0 -1 0 9209 0 62 0 527 13 0 0 18 0 9 0 57476307 869261312 7708 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17415/statm: 212222 7708 2634 9 0 206700 0
[pid=17415/tid=17416] ppid=17410 vsize=848888 CPUtime=4.47
/proc/17415/task/17416/stat : 17416 (java) R 17410 17410 16711 0 -1 64 4268 0 32 0 439 8 0 0 16 0 9 0 57476317 869261312 7708 996147200 134512640 134550932 4294955344 18446744073709551615 4126107693 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17415/tid=17417] ppid=17410 vsize=848888 CPUtime=0.31
/proc/17415/task/17417/stat : 17417 (java) S 17410 17410 16711 0 -1 64 2501 0 0 0 30 1 0 0 15 0 9 0 57476333 869261312 7708 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17418] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17418/stat : 17418 (java) S 17410 17410 16711 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57476333 869261312 7708 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17419] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17419/stat : 17419 (java) S 17410 17410 16711 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57476333 869261312 7708 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17420] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17420/stat : 17420 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 57476339 869261312 7708 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17421] ppid=17410 vsize=848888 CPUtime=0.59
/proc/17415/task/17421/stat : 17421 (java) S 17410 17410 16711 0 -1 64 1770 0 0 0 57 2 0 0 16 0 9 0 57476345 869261312 7708 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17422] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17422/stat : 17422 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57476345 869261312 7708 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17423] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17423/stat : 17423 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57476345 869261312 7708 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 854244

[startup+12.7024 s]
/proc/loadavg: 2.08 2.02 1.95 3/82 17527
/proc/meminfo: memFree=1802936/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57476303 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 244 201 169 0 50 0
[pid=17415] ppid=17410 vsize=848888 CPUtime=11.77
/proc/17415/stat : 17415 (java) S 17410 17410 16711 0 -1 0 9505 0 62 0 1158 19 0 0 18 0 9 0 57476307 869261312 7863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17415/statm: 212222 7863 2634 9 0 206700 0
[pid=17415/tid=17416] ppid=17410 vsize=848888 CPUtime=10.56
/proc/17415/task/17416/stat : 17416 (java) R 17410 17410 16711 0 -1 64 4409 0 32 0 1046 10 0 0 23 0 9 0 57476317 869261312 7863 996147200 134512640 134550932 4294955344 18446744073709551615 4127274051 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17417] ppid=17410 vsize=848888 CPUtime=0.56
/proc/17415/task/17417/stat : 17417 (java) S 17410 17410 16711 0 -1 64 2656 0 0 0 53 3 0 0 16 0 9 0 57476333 869261312 7863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17418] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17418/stat : 17418 (java) S 17410 17410 16711 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57476333 869261312 7863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17419] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17419/stat : 17419 (java) S 17410 17410 16711 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57476333 869261312 7863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17420] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17420/stat : 17420 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 57476339 869261312 7863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17421] ppid=17410 vsize=848888 CPUtime=0.59
/proc/17415/task/17421/stat : 17421 (java) S 17410 17410 16711 0 -1 64 1770 0 0 0 57 2 0 0 16 0 9 0 57476345 869261312 7863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17422] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17422/stat : 17422 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57476345 869261312 7863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17423] ppid=17410 vsize=848888 CPUtime=0.01
/proc/17415/task/17423/stat : 17423 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 1 0 0 15 0 9 0 57476345 869261312 7863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 854244

[startup+25.5018 s]
/proc/loadavg: 2.07 2.02 1.95 3/91 17541
/proc/meminfo: memFree=1782504/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57476303 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 244 201 169 0 50 0
[pid=17415] ppid=17410 vsize=848888 CPUtime=24.49
/proc/17415/stat : 17415 (java) S 17410 17410 16711 0 -1 0 9830 0 62 0 2423 26 0 0 18 0 9 0 57476307 869261312 7892 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17415/statm: 212222 7892 2634 9 0 206700 0
[pid=17415/tid=17416] ppid=17410 vsize=848888 CPUtime=22.7
/proc/17415/task/17416/stat : 17416 (java) R 17410 17410 16711 0 -1 64 4702 0 32 0 2259 11 0 0 25 0 9 0 57476317 869261312 7892 996147200 134512640 134550932 4294955344 18446744073709551615 4126107693 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17417] ppid=17410 vsize=848888 CPUtime=1.08
/proc/17415/task/17417/stat : 17417 (java) S 17410 17410 16711 0 -1 64 2688 0 0 0 102 6 0 0 16 0 9 0 57476333 869261312 7892 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17418] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17418/stat : 17418 (java) S 17410 17410 16711 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57476333 869261312 7892 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17419] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17419/stat : 17419 (java) S 17410 17410 16711 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57476333 869261312 7892 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17420] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17420/stat : 17420 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 57476339 869261312 7892 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17421] ppid=17410 vsize=848888 CPUtime=0.59
/proc/17415/task/17421/stat : 17421 (java) S 17410 17410 16711 0 -1 64 1770 0 0 0 57 2 0 0 16 0 9 0 57476345 869261312 7892 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17422] ppid=17410 vsize=848888 CPUtime=0
/proc/17415/task/17422/stat : 17422 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57476345 869261312 7892 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17423] ppid=17410 vsize=848888 CPUtime=0.06
/proc/17415/task/17423/stat : 17423 (java) R 17410 17410 16711 0 -1 64 0 0 0 0 2 4 0 0 15 0 9 0 57476345 869261312 7892 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.49
Current children cumulated vsize (KiB) 854244

[startup+51.1028 s]

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

/proc/17415/task/17421/stat : 17421 (java) S 17410 17410 16711 0 -1 64 1770 0 0 0 57 2 0 0 16 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17422] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17422/stat : 17422 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17423] ppid=17410 vsize=849912 CPUtime=0.07
/proc/17415/task/17423/stat : 17423 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 3 4 0 0 15 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.99
Current children cumulated vsize (KiB) 855268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17543
/proc/meminfo: memFree=1781040/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57476303 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 244 201 169 0 50 0
[pid=17415] ppid=17410 vsize=849912 CPUtime=1592.67
/proc/17415/stat : 17415 (java) S 17410 17410 16711 0 -1 0 46174 0 62 0 158883 384 0 0 18 0 9 0 57476307 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17415/statm: 212478 7893 2634 9 0 206956 0
[pid=17415/tid=17416] ppid=17410 vsize=849912 CPUtime=1540.03
/proc/17415/task/17416/stat : 17416 (java) R 17410 17410 16711 0 -1 64 40785 0 32 0 153873 130 0 0 25 0 9 0 57476317 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 101450904 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17417] ppid=17410 vsize=849912 CPUtime=51.94
/proc/17415/task/17417/stat : 17417 (java) S 17410 17410 16711 0 -1 64 2948 0 0 0 4949 245 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17418] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17418/stat : 17418 (java) S 17410 17410 16711 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17419] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17419/stat : 17419 (java) S 17410 17410 16711 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17420] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17420/stat : 17420 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 57476339 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17421] ppid=17410 vsize=849912 CPUtime=0.59
/proc/17415/task/17421/stat : 17421 (java) S 17410 17410 16711 0 -1 64 1770 0 0 0 57 2 0 0 16 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17422] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17422/stat : 17422 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17423] ppid=17410 vsize=849912 CPUtime=0.07
/proc/17415/task/17423/stat : 17423 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 3 4 0 0 15 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.67
Current children cumulated vsize (KiB) 855268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17543
/proc/meminfo: memFree=1781040/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57476303 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 244 201 169 0 50 0
[pid=17415] ppid=17410 vsize=849912 CPUtime=1652.35
/proc/17415/stat : 17415 (java) S 17410 17410 16711 0 -1 0 47575 0 62 0 164837 398 0 0 18 0 9 0 57476307 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17415/statm: 212478 7893 2634 9 0 206956 0
[pid=17415/tid=17416] ppid=17410 vsize=849912 CPUtime=1597.92
/proc/17415/task/17416/stat : 17416 (java) R 17410 17410 16711 0 -1 64 42186 0 32 0 159657 135 0 0 25 0 9 0 57476317 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4126107672 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17417] ppid=17410 vsize=849912 CPUtime=53.72
/proc/17415/task/17417/stat : 17417 (java) S 17410 17410 16711 0 -1 64 2948 0 0 0 5119 253 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17418] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17418/stat : 17418 (java) S 17410 17410 16711 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17419] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17419/stat : 17419 (java) S 17410 17410 16711 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17420] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17420/stat : 17420 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 57476339 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17421] ppid=17410 vsize=849912 CPUtime=0.59
/proc/17415/task/17421/stat : 17421 (java) S 17410 17410 16711 0 -1 64 1770 0 0 0 57 2 0 0 16 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17422] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17422/stat : 17422 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17423] ppid=17410 vsize=849912 CPUtime=0.07
/proc/17415/task/17423/stat : 17423 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 3 4 0 0 15 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.35
Current children cumulated vsize (KiB) 855268

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17543
/proc/meminfo: memFree=1781040/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57476303 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 244 201 169 0 50 0
[pid=17415] ppid=17410 vsize=849912 CPUtime=1712.02
/proc/17415/stat : 17415 (java) S 17410 17410 16711 0 -1 0 49004 0 62 0 170788 414 0 0 18 0 9 0 57476307 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17415/statm: 212478 7893 2634 9 0 206956 0
[pid=17415/tid=17416] ppid=17410 vsize=849912 CPUtime=1655.63
/proc/17415/task/17416/stat : 17416 (java) R 17410 17410 16711 0 -1 64 43608 0 32 0 165423 140 0 0 25 0 9 0 57476317 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4127278996 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17417] ppid=17410 vsize=849912 CPUtime=55.68
/proc/17415/task/17417/stat : 17417 (java) S 17410 17410 16711 0 -1 64 2955 0 0 0 5303 265 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17418] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17418/stat : 17418 (java) S 17410 17410 16711 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17419] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17419/stat : 17419 (java) S 17410 17410 16711 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17420] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17420/stat : 17420 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 57476339 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17421] ppid=17410 vsize=849912 CPUtime=0.59
/proc/17415/task/17421/stat : 17421 (java) S 17410 17410 16711 0 -1 64 1770 0 0 0 57 2 0 0 16 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17422] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17422/stat : 17422 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17423] ppid=17410 vsize=849912 CPUtime=0.07
/proc/17415/task/17423/stat : 17423 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 3 4 0 0 15 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.02
Current children cumulated vsize (KiB) 855268

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17543
/proc/meminfo: memFree=1780912/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57476303 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 244 201 169 0 50 0
[pid=17415] ppid=17410 vsize=849912 CPUtime=1771.68
/proc/17415/stat : 17415 (java) S 17410 17410 16711 0 -1 0 50414 0 62 0 176741 427 0 0 18 0 9 0 57476307 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17415/statm: 212478 7893 2634 9 0 206956 0
[pid=17415/tid=17416] ppid=17410 vsize=849912 CPUtime=1713.51
/proc/17415/task/17416/stat : 17416 (java) R 17410 17410 16711 0 -1 64 45018 0 32 0 171206 145 0 0 25 0 9 0 57476317 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 103211723 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17417] ppid=17410 vsize=849912 CPUtime=57.47
/proc/17415/task/17417/stat : 17417 (java) S 17410 17410 16711 0 -1 64 2955 0 0 0 5474 273 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17418] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17418/stat : 17418 (java) S 17410 17410 16711 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17419] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17419/stat : 17419 (java) S 17410 17410 16711 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17420] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17420/stat : 17420 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 57476339 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17421] ppid=17410 vsize=849912 CPUtime=0.59
/proc/17415/task/17421/stat : 17421 (java) S 17410 17410 16711 0 -1 64 1770 0 0 0 57 2 0 0 16 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17422] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17422/stat : 17422 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17423] ppid=17410 vsize=849912 CPUtime=0.07
/proc/17415/task/17423/stat : 17423 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 3 4 0 0 15 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.68
Current children cumulated vsize (KiB) 855268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17543
/proc/meminfo: memFree=1780848/2055920 swapFree=4192812/4192956
[pid=17410] ppid=17408 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (concrete.sh) S 17408 17410 16711 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57476303 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 244 201 169 0 50 0
[pid=17415] ppid=17410 vsize=849912 CPUtime=1800.03
/proc/17415/stat : 17415 (java) S 17410 17410 16711 0 -1 0 51096 0 62 0 179570 433 0 0 18 0 9 0 57476307 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17415/statm: 212478 7893 2634 9 0 206956 0
[pid=17415/tid=17416] ppid=17410 vsize=849912 CPUtime=1740.98
/proc/17415/task/17416/stat : 17416 (java) R 17410 17410 16711 0 -1 64 45698 0 32 0 173952 146 0 0 25 0 9 0 57476317 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17417] ppid=17410 vsize=849912 CPUtime=58.35
/proc/17415/task/17417/stat : 17417 (java) R 17410 17410 16711 0 -1 64 2957 0 0 0 5557 278 0 0 15 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 102546866 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17418] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17418/stat : 17418 (java) S 17410 17410 16711 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17419] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17419/stat : 17419 (java) S 17410 17410 16711 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57476333 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17420] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17420/stat : 17420 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 57476339 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17421] ppid=17410 vsize=849912 CPUtime=0.59
/proc/17415/task/17421/stat : 17421 (java) S 17410 17410 16711 0 -1 64 1770 0 0 0 57 2 0 0 16 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17422] ppid=17410 vsize=849912 CPUtime=0
/proc/17415/task/17422/stat : 17422 (java) S 17410 17410 16711 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17415/tid=17423] ppid=17410 vsize=849912 CPUtime=0.07
/proc/17415/task/17423/stat : 17423 (java) S 17410 17410 16711 0 -1 64 1 0 0 0 3 4 0 0 15 0 9 0 57476345 870309888 7893 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 855268

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 17410 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=5999
# CPU time returned by wait4() is 0.006998
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.82
CPU time (s): 1800.03
CPU user time (s): 1795.7
CPU system time (s): 4.33
CPU usage (%): 99.404
Max. virtual memory (cumulated for all children) (KiB): 855268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.005999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 635
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 10

runsolver used 2.26166 second user time and 6.14307 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-16 02:28:17
IDJOB=2065887
IDBENCH=54438
IDSOLVER=736
FILE ID=node28/2065887-1247704097
PBS_JOBID= 9521255
Free space on /tmp= 66008 MiB

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

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

MD5SUM BENCH= 329ec1b3e20036aaf15be07a06f46f0b
RANDOM SEED=1475400587

node28.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.230
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.230
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:        927112 kB
Buffers:         17756 kB
Cached:         128104 kB
SwapCached:          0 kB
Active:         935868 kB
Inactive:       131868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        927112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:         933352 kB
Slab:            44516 kB
Committed_AS:  1470280 kB
PageTables:       3584 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= 66008 MiB
End job on node28 at 2009-07-16 02:58:30