Trace number 1047961

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 + CPS4J 2008-05-30? (TO) 1800.02 1815.32

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-66-4.xml
MD5SUMcb71f77943a3e9336840301264b4b7c7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.072988
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1056
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1056
Global constraints used (with number of constraints)

Solver Data (download as text)

1.35/1.48	c CPU-LOAD 0.89
1.35/1.48	c LOADED 66 V (4 E), 1056 PredicateConstraint, arity 3, 0.89 cpu

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047961-1215041679/watcher-1047961-1215041679 -o /tmp/evaluation-result-1047961-1215041679/solver-1047961-1215041679 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1047961-1215041679.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.08 1.81 4/88 15342
/proc/meminfo: memFree=1785376/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 272 0 0 0 0 0 0 0 18 0 1 0 659896844 5484544 231 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 231 192 169 0 50 0
[pid=15343] ppid=15342 vsize=2516 CPUtime=0
/proc/15343/stat : 15343 (dirname) R 15342 15342 14372 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 659896844 2576384 93 996147200 4194304 4208292 548682069008 18446744073709551615 240151169907 0 0 4096 0 0 0 0 17 1 0 0
/proc/15343/statm: 629 93 78 3 0 42 0

[startup+0.084354 s]
/proc/loadavg: 2.15 2.08 1.81 4/88 15342
/proc/meminfo: memFree=1785376/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101357 s]
/proc/loadavg: 2.15 2.08 1.81 4/88 15342
/proc/meminfo: memFree=1785376/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301378 s]
/proc/loadavg: 2.15 2.08 1.81 4/88 15342
/proc/meminfo: memFree=1785376/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701421 s]
/proc/loadavg: 2.15 2.08 1.81 4/88 15342
/proc/meminfo: memFree=1785376/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50351 s]
/proc/loadavg: 2.15 2.08 1.81 3/99 15354
/proc/meminfo: memFree=1772096/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
[pid=15345] ppid=15342 vsize=847288 CPUtime=1.44
/proc/15345/stat : 15345 (java) S 15342 15342 14372 0 -1 0 6720 0 3 0 137 7 0 0 18 0 9 0 659896845 867622912 5925 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 211822 5925 2036 9 0 206382 0
[pid=15345/tid=15346] ppid=15342 vsize=847288 CPUtime=0.98
/proc/15345/task/15346/stat : 15346 (java) R 15342 15342 14372 0 -1 64 3718 0 3 0 95 3 0 0 25 0 9 0 659896846 867622912 5925 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15342 vsize=847288 CPUtime=0.08
/proc/15345/task/15347/stat : 15347 (java) R 15342 15342 14372 0 -1 64 1162 0 0 0 7 1 0 0 16 0 9 0 659896847 867622912 5925 996147200 134512640 134550740 4294956032 18446744073709551615 102300801 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15342 vsize=847288 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15342 15342 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 659896847 867622912 5925 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15342 vsize=847288 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15342 15342 14372 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 659896847 867622912 5925 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15342 vsize=847288 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 659896849 867622912 5925 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15342 vsize=847288 CPUtime=0.35
/proc/15345/task/15351/stat : 15351 (java) S 15342 15342 14372 0 -1 64 1103 0 0 0 34 1 0 0 16 0 9 0 659896849 867622912 5925 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15342 vsize=847288 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 659896849 867622912 5925 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15342 vsize=847288 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15342 15342 14372 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 659896849 867622912 5925 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 852644

[startup+3.10269 s]
/proc/loadavg: 2.15 2.08 1.81 4/98 15356
/proc/meminfo: memFree=1768256/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
[pid=15345] ppid=15342 vsize=847224 CPUtime=3.03
/proc/15345/stat : 15345 (java) S 15342 15342 14372 0 -1 0 7575 0 3 0 295 8 0 0 18 0 9 0 659896845 867557376 6630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 211806 6630 2583 9 0 206366 0
[pid=15345/tid=15346] ppid=15342 vsize=847224 CPUtime=2.5
/proc/15345/task/15346/stat : 15346 (java) R 15342 15342 14372 0 -1 64 3740 0 3 0 246 4 0 0 25 0 9 0 659896846 867557376 6630 996147200 134512640 134550740 4294956032 18446744073709551615 4126708125 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15342 vsize=847224 CPUtime=0.12
/proc/15345/task/15347/stat : 15347 (java) S 15342 15342 14372 0 -1 64 1976 0 0 0 11 1 0 0 16 0 9 0 659896847 867557376 6630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15342 15342 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 659896847 867557376 6630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15342 15342 14372 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 659896847 867557376 6630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 659896849 867557376 6630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15342 vsize=847224 CPUtime=0.38
/proc/15345/task/15351/stat : 15351 (java) S 15342 15342 14372 0 -1 64 1122 0 0 0 37 1 0 0 16 0 9 0 659896849 867557376 6630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 659896849 867557376 6630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15342 15342 14372 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 659896849 867557376 6630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 852580

[startup+6.30204 s]
/proc/loadavg: 2.14 2.07 1.81 3/98 15356
/proc/meminfo: memFree=1768064/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
[pid=15345] ppid=15342 vsize=847224 CPUtime=6.21
/proc/15345/stat : 15345 (java) S 15342 15342 14372 0 -1 0 7618 0 3 0 612 9 0 0 18 0 9 0 659896845 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 211806 6632 2583 9 0 206366 0
[pid=15345/tid=15346] ppid=15342 vsize=847224 CPUtime=5.65
/proc/15345/task/15346/stat : 15346 (java) R 15342 15342 14372 0 -1 64 3781 0 3 0 561 4 0 0 25 0 9 0 659896846 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4126735858 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15342 vsize=847224 CPUtime=0.14
/proc/15345/task/15347/stat : 15347 (java) S 15342 15342 14372 0 -1 64 1976 0 0 0 12 2 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15342 15342 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15342 15342 14372 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15342 vsize=847224 CPUtime=0.39
/proc/15345/task/15351/stat : 15351 (java) S 15342 15342 14372 0 -1 64 1124 0 0 0 38 1 0 0 16 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15342 15342 14372 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 852580

[startup+12.7028 s]
/proc/loadavg: 2.13 2.07 1.81 3/98 15356
/proc/meminfo: memFree=1767808/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
[pid=15345] ppid=15342 vsize=847224 CPUtime=12.54
/proc/15345/stat : 15345 (java) S 15342 15342 14372 0 -1 0 7704 0 3 0 1245 9 0 0 18 0 9 0 659896845 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 211806 6632 2583 9 0 206366 0
[pid=15345/tid=15346] ppid=15342 vsize=847224 CPUtime=11.96
/proc/15345/task/15346/stat : 15346 (java) R 15342 15342 14372 0 -1 64 3867 0 3 0 1192 4 0 0 25 0 9 0 659896846 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4126713229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15342 vsize=847224 CPUtime=0.17
/proc/15345/task/15347/stat : 15347 (java) S 15342 15342 14372 0 -1 64 1976 0 0 0 15 2 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15342 15342 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15342 15342 14372 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15342 vsize=847224 CPUtime=0.39
/proc/15345/task/15351/stat : 15351 (java) S 15342 15342 14372 0 -1 64 1124 0 0 0 38 1 0 0 16 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15342 15342 14372 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 852580

[startup+25.5012 s]
/proc/loadavg: 2.10 2.07 1.82 3/98 15356
/proc/meminfo: memFree=1767808/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
[pid=15345] ppid=15342 vsize=847224 CPUtime=25.22
/proc/15345/stat : 15345 (java) S 15342 15342 14372 0 -1 0 7872 0 3 0 2511 11 0 0 18 0 9 0 659896845 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 211806 6632 2583 9 0 206366 0
[pid=15345/tid=15346] ppid=15342 vsize=847224 CPUtime=24.57
/proc/15345/task/15346/stat : 15346 (java) R 15342 15342 14372 0 -1 64 4035 0 3 0 2452 5 0 0 25 0 9 0 659896846 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4126722875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15342 vsize=847224 CPUtime=0.24
/proc/15345/task/15347/stat : 15347 (java) S 15342 15342 14372 0 -1 64 1976 0 0 0 21 3 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15342 15342 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15342 15342 14372 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15342 vsize=847224 CPUtime=0.39
/proc/15345/task/15351/stat : 15351 (java) S 15342 15342 14372 0 -1 64 1124 0 0 0 38 1 0 0 16 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15342 15342 14372 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 852580

[startup+51.101 s]

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

/proc/15345/task/15351/stat : 15351 (java) S 15342 15342 14372 0 -1 64 1124 0 0 0 38 1 0 0 16 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15342 15342 14372 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1588.05
Current children cumulated vsize (KiB) 852580

[startup+1662.3 s]
/proc/loadavg: 2.01 2.10 2.07 3/98 15406
/proc/meminfo: memFree=1773712/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
[pid=15345] ppid=15342 vsize=847224 CPUtime=1647.76
/proc/15345/stat : 15345 (java) S 15342 15342 14372 0 -1 0 28688 0 3 0 164577 199 0 0 18 0 9 0 659896845 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 211806 6632 2583 9 0 206366 0
[pid=15345/tid=15346] ppid=15342 vsize=847224 CPUtime=1639.7
/proc/15345/task/15346/stat : 15346 (java) R 15342 15342 14372 0 -1 64 24851 0 3 0 163904 66 0 0 25 0 9 0 659896846 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4126727202 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15342 vsize=847224 CPUtime=7.64
/proc/15345/task/15347/stat : 15347 (java) S 15342 15342 14372 0 -1 64 1976 0 0 0 634 130 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15342 15342 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15342 15342 14372 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15342 vsize=847224 CPUtime=0.39
/proc/15345/task/15351/stat : 15351 (java) S 15342 15342 14372 0 -1 64 1124 0 0 0 38 1 0 0 16 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15342 15342 14372 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1647.76
Current children cumulated vsize (KiB) 852580

[startup+1722.3 s]
/proc/loadavg: 2.00 2.08 2.06 3/98 15406
/proc/meminfo: memFree=1773648/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
[pid=15345] ppid=15342 vsize=847224 CPUtime=1707.47
/proc/15345/stat : 15345 (java) S 15342 15342 14372 0 -1 0 29514 0 3 0 170542 205 0 0 18 0 9 0 659896845 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 211806 6632 2583 9 0 206366 0
[pid=15345/tid=15346] ppid=15342 vsize=847224 CPUtime=1699.17
/proc/15345/task/15346/stat : 15346 (java) R 15342 15342 14372 0 -1 64 25677 0 3 0 169848 69 0 0 25 0 9 0 659896846 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4126701231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15342 vsize=847224 CPUtime=7.89
/proc/15345/task/15347/stat : 15347 (java) S 15342 15342 14372 0 -1 64 1976 0 0 0 656 133 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15342 15342 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15342 15342 14372 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15342 vsize=847224 CPUtime=0.39
/proc/15345/task/15351/stat : 15351 (java) S 15342 15342 14372 0 -1 64 1124 0 0 0 38 1 0 0 16 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15342 15342 14372 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.47
Current children cumulated vsize (KiB) 852580

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.05 3/98 15406
/proc/meminfo: memFree=1773456/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
[pid=15345] ppid=15342 vsize=847224 CPUtime=1767.18
/proc/15345/stat : 15345 (java) S 15342 15342 14372 0 -1 0 30337 0 3 0 176507 211 0 0 18 0 9 0 659896845 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 211806 6632 2583 9 0 206366 0
[pid=15345/tid=15346] ppid=15342 vsize=847224 CPUtime=1758.58
/proc/15345/task/15346/stat : 15346 (java) R 15342 15342 14372 0 -1 64 26500 0 3 0 175788 70 0 0 25 0 9 0 659896846 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4126713933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15342 vsize=847224 CPUtime=8.18
/proc/15345/task/15347/stat : 15347 (java) S 15342 15342 14372 0 -1 64 1976 0 0 0 680 138 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15342 15342 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15342 15342 14372 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15342 vsize=847224 CPUtime=0.39
/proc/15345/task/15351/stat : 15351 (java) S 15342 15342 14372 0 -1 64 1124 0 0 0 38 1 0 0 16 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15342 15342 14372 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.18
Current children cumulated vsize (KiB) 852580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/98 15406
/proc/meminfo: memFree=1773456/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
[pid=15345] ppid=15342 vsize=847224 CPUtime=1800.02
/proc/15345/stat : 15345 (java) S 15342 15342 14372 0 -1 0 30793 0 3 0 179787 215 0 0 18 0 9 0 659896845 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 211806 6632 2583 9 0 206366 0
[pid=15345/tid=15346] ppid=15342 vsize=847224 CPUtime=1791.26
/proc/15345/task/15346/stat : 15346 (java) R 15342 15342 14372 0 -1 64 26956 0 3 0 179055 71 0 0 25 0 9 0 659896846 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4125752939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15342 vsize=847224 CPUtime=8.34
/proc/15345/task/15347/stat : 15347 (java) S 15342 15342 14372 0 -1 64 1976 0 0 0 693 141 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15342 15342 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15342 15342 14372 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15342 vsize=847224 CPUtime=0.39
/proc/15345/task/15351/stat : 15351 (java) S 15342 15342 14372 0 -1 64 1124 0 0 0 38 1 0 0 16 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15342 15342 14372 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 852580

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

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

[startup+1815.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/98 15406
/proc/meminfo: memFree=1773456/2055920 swapFree=4181044/4192956
[pid=15342] ppid=15340 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (concrete.sh) S 15340 15342 14372 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 659896844 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 242 201 169 0 50 0
[pid=15345] ppid=15342 vsize=847224 CPUtime=1800.02
/proc/15345/stat : 15345 (java) S 15342 15342 14372 0 -1 0 30793 0 3 0 179787 215 0 0 18 0 9 0 659896845 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 211806 6632 2583 9 0 206366 0
[pid=15345/tid=15346] ppid=15342 vsize=847224 CPUtime=1791.26
/proc/15345/task/15346/stat : 15346 (java) R 15342 15342 14372 0 -1 64 26956 0 3 0 179055 71 0 0 25 0 9 0 659896846 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4125752939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15342 vsize=847224 CPUtime=8.34
/proc/15345/task/15347/stat : 15347 (java) S 15342 15342 14372 0 -1 64 1976 0 0 0 693 141 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15342 15342 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15342 15342 14372 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 659896847 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15342 vsize=847224 CPUtime=0.39
/proc/15345/task/15351/stat : 15351 (java) S 15342 15342 14372 0 -1 64 1124 0 0 0 38 1 0 0 16 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15342 15342 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15342 vsize=847224 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15342 15342 14372 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 659896849 867557376 6632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 852580

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1815.32
CPU time (s): 1800.02
CPU user time (s): 1797.87
CPU system time (s): 2.15
CPU usage (%): 99.1572
Max. virtual memory (cumulated for all children) (KiB): 852644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
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= 444
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 6

runsolver used 2.13068 second user time and 6.13407 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-03 01:34:39
IDJOB=1047961
IDBENCH=54341
IDSOLVER=305
FILE ID=node86/1047961-1215041679
PBS_JOBID= 7875006
Free space on /tmp= 66532 MiB

SOLVER NAME= Concrete + CPS4J 2008-05-30
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-66-4.xml
COMMAND LINE= HOME/concrete.sh -c -ext 60 BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047961-1215041679/watcher-1047961-1215041679 -o /tmp/evaluation-result-1047961-1215041679/solver-1047961-1215041679 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 60 HOME/instance-1047961-1215041679.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cb71f77943a3e9336840301264b4b7c7
RANDOM SEED=773516637

node86.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1785856 kB
Buffers:         26692 kB
Cached:         138028 kB
SwapCached:       6096 kB
Active:         156152 kB
Inactive:        46976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785856 kB
SwapTotal:     4192956 kB
SwapFree:      4181044 kB
Dirty:             972 kB
Writeback:           0 kB
Mapped:          55500 kB
Slab:            51416 kB
Committed_AS:  1120620 kB
PageTables:       2448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node86 at 2008-07-03 02:04:56