Trace number 1105379

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
Minion/Tailor 2008-07-04? (TO) 1800.09 1810.01

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-10.xml
MD5SUM3a46901a8ea2c192a6f5d5f8c9f3ac47
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.67974
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints6793
Maximum constraint arity15
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5889
Global constraints used (with number of constraints)alldifferent(904)

Solver Data (download as text)

5.32/5.50	c Finished tailoring XCSP instance to Minion. Starting solving
1800.06/1810.01	HOME/solve.sh: line 8: 26435 Terminated              /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./minion -cspcomp -preprocess SAC -varorder wdeg -timelimit $TIMEOUT ${TMPDIR}/problem.minion

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-1105379-1215199589/watcher-1105379-1215199589 -o /tmp/evaluation-result-1105379-1215199589/solver-1105379-1215199589 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105379-1215199589.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.00 2.00 2.00 4/73 26424
/proc/meminfo: memFree=1850048/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5356 CPUtime=0
/proc/26424/stat : 26424 (solve.sh) R 26422 26424 24555 0 -1 4194304 265 0 0 0 0 0 0 0 20 0 1 0 1998932217 5484544 233 996147200 4194304 4889804 548682068784 18446744073709551615 213116484197 0 2147483391 4100 65536 0 0 0 17 1 0 0
/proc/26424/statm: 1339 233 194 169 0 50 0

[startup+0.083104 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26424
/proc/meminfo: memFree=1850048/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5356 CPUtime=0
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1998932217 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101104 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26424
/proc/meminfo: memFree=1850048/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5356 CPUtime=0
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1998932217 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301126 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26424
/proc/meminfo: memFree=1850048/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5356 CPUtime=0
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1998932217 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701169 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26424
/proc/meminfo: memFree=1850048/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5356 CPUtime=0
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1998932217 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50226 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26434
/proc/meminfo: memFree=1818736/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5356 CPUtime=0
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1998932217 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1339 235 195 169 0 50 0
[pid=26426] ppid=26424 vsize=868728 CPUtime=1.47
/proc/26426/stat : 26426 (java) S 26424 26424 24555 0 -1 0 10814 0 1 0 140 7 0 0 18 0 9 0 1998932218 889577472 10180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26426/statm: 217182 10180 1867 9 0 211744 0
[pid=26426/tid=26427] ppid=26424 vsize=868728 CPUtime=1.02
/proc/26426/task/26427/stat : 26427 (java) R 26424 26424 24555 0 -1 64 4988 0 1 0 99 3 0 0 25 0 9 0 1998932219 889577472 10180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26428] ppid=26424 vsize=868728 CPUtime=0.16
/proc/26426/task/26428/stat : 26428 (java) S 26424 26424 24555 0 -1 64 3564 0 0 0 15 1 0 0 16 0 9 0 1998932221 889577472 10180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26429] ppid=26424 vsize=868728 CPUtime=0
/proc/26426/task/26429/stat : 26429 (java) S 26424 26424 24555 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998932221 889577472 10180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26430] ppid=26424 vsize=868728 CPUtime=0
/proc/26426/task/26430/stat : 26430 (java) S 26424 26424 24555 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998932221 889577472 10180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26431] ppid=26424 vsize=868728 CPUtime=0
/proc/26426/task/26431/stat : 26431 (java) S 26424 26424 24555 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998932223 889577472 10180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26432] ppid=26424 vsize=868728 CPUtime=0.25
/proc/26426/task/26432/stat : 26432 (java) S 26424 26424 24555 0 -1 64 1528 0 0 0 25 0 0 0 15 0 9 0 1998932223 889577472 10180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26433] ppid=26424 vsize=868728 CPUtime=0
/proc/26426/task/26433/stat : 26433 (java) S 26424 26424 24555 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998932223 889577472 10180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26434] ppid=26424 vsize=868728 CPUtime=0
/proc/26426/task/26434/stat : 26434 (java) S 26424 26424 24555 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998932223 889577472 10180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 874084

[startup+3.10243 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26434
/proc/meminfo: memFree=1814768/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5356 CPUtime=0
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1998932217 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1339 235 195 169 0 50 0
[pid=26426] ppid=26424 vsize=868728 CPUtime=3.05
/proc/26426/stat : 26426 (java) S 26424 26424 24555 0 -1 0 11126 0 1 0 298 7 0 0 18 0 9 0 1998932218 889577472 10488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26426/statm: 217182 10488 1869 9 0 211744 0
[pid=26426/tid=26427] ppid=26424 vsize=868728 CPUtime=2.56
/proc/26426/task/26427/stat : 26427 (java) R 26424 26424 24555 0 -1 64 5001 0 1 0 253 3 0 0 25 0 9 0 1998932219 889577472 10488 996147200 134512640 134550740 4294955984 18446744073709551615 102064914 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26428] ppid=26424 vsize=868728 CPUtime=0.19
/proc/26426/task/26428/stat : 26428 (java) S 26424 26424 24555 0 -1 64 3854 0 0 0 18 1 0 0 16 0 9 0 1998932221 889577472 10488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26429] ppid=26424 vsize=868728 CPUtime=0
/proc/26426/task/26429/stat : 26429 (java) S 26424 26424 24555 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998932221 889577472 10488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26430] ppid=26424 vsize=868728 CPUtime=0
/proc/26426/task/26430/stat : 26430 (java) S 26424 26424 24555 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998932221 889577472 10488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26431] ppid=26424 vsize=868728 CPUtime=0
/proc/26426/task/26431/stat : 26431 (java) S 26424 26424 24555 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998932223 889577472 10488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26432] ppid=26424 vsize=868728 CPUtime=0.26
/proc/26426/task/26432/stat : 26432 (java) S 26424 26424 24555 0 -1 64 1537 0 0 0 26 0 0 0 15 0 9 0 1998932223 889577472 10488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26433] ppid=26424 vsize=868728 CPUtime=0
/proc/26426/task/26433/stat : 26433 (java) S 26424 26424 24555 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998932223 889577472 10488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26426/tid=26434] ppid=26424 vsize=868728 CPUtime=0
/proc/26426/task/26434/stat : 26434 (java) S 26424 26424 24555 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998932223 889577472 10488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 874084

[startup+6.30178 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26434
/proc/meminfo: memFree=1806704/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 5360

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26435
/proc/meminfo: memFree=1822128/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=50612 CPUtime=7.13
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8114 0 0 0 710 3 0 0 25 0 1 100 1998932767 51826688 7083 996147200 1448431616 1448550632 4294956144 18446744073709551615 139064345 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26435/statm: 12653 7083 424 29 0 6707 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 55972

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26435
/proc/meminfo: memFree=1821424/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=19.8
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8402 0 0 0 1977 3 0 0 25 0 1 100 1998932767 52740096 7282 996147200 1448431616 1448550632 4294956144 18446744073709551615 139062974 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26435/statm: 12876 7282 429 29 0 6930 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 56864

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26435
/proc/meminfo: memFree=1821488/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=45.16
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8402 0 0 0 4513 3 0 0 25 0 1 100 1998932767 52740096 7282 996147200 1448431616 1448550632 4294956144 18446744073709551615 139080712 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26435/statm: 12876 7282 429 29 0 6930 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 56864

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26435
/proc/meminfo: memFree=1821360/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=95.88
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8402 0 0 0 9585 3 0 0 25 0 1 100 1998932767 52740096 7282 996147200 1448431616 1448550632 4294956144 18446744073709551615 139063034 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26435/statm: 12876 7282 429 29 0 6930 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 56864

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26435
/proc/meminfo: memFree=1821360/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=155.3
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8402 0 0 0 15527 3 0 0 25 0 1 100 1998932767 52740096 7282 996147200 1448431616 1448550632 4294956144 18446744073709551615 134616656 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26435/statm: 12876 7282 429 29 0 6930 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 56864

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26435
/proc/meminfo: memFree=1821360/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=214.73
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8402 0 0 0 21470 3 0 0 25 0 1 100 1998932767 52740096 7282 996147200 1448431616 1448550632 4294956144 18446744073709551615 139044509 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26435/statm: 12876 7282 429 29 0 6930 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 56864

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26435
/proc/meminfo: memFree=1821360/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=274.17

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

/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1047.28
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 104722 6 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 139080699 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1052.66
Current children cumulated vsize (KiB) 56864

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26511
/proc/meminfo: memFree=1801704/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1107.25
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 110717 8 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 139063135 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1112.63
Current children cumulated vsize (KiB) 56864

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26511
/proc/meminfo: memFree=1802088/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1167.22
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 116714 8 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 139062838 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1172.6
Current children cumulated vsize (KiB) 56864

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26511
/proc/meminfo: memFree=1801960/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1227.2
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 122712 8 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 139080682 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1232.58
Current children cumulated vsize (KiB) 56864

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26511
/proc/meminfo: memFree=1801960/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1287.18
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 128710 8 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 139044695 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1292.56
Current children cumulated vsize (KiB) 56864

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26511
/proc/meminfo: memFree=1801960/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1347.15
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 134707 8 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 139080682 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1352.53
Current children cumulated vsize (KiB) 56864

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26511
/proc/meminfo: memFree=1802024/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1407.13
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 140705 8 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 139081636 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1412.51
Current children cumulated vsize (KiB) 56864

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26511
/proc/meminfo: memFree=1802024/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1467.1
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 146702 8 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 139084432 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1472.48
Current children cumulated vsize (KiB) 56864

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26511
/proc/meminfo: memFree=1801960/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1527.08
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 152700 8 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 134599052 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1532.46
Current children cumulated vsize (KiB) 56864

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26511
/proc/meminfo: memFree=1802024/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1587.06
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 158697 9 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 139064416 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1592.44
Current children cumulated vsize (KiB) 56864

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26511
/proc/meminfo: memFree=1801960/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1647.04
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 164695 9 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 139054759 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1652.42
Current children cumulated vsize (KiB) 56864

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26511
/proc/meminfo: memFree=1801768/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1707.01
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 170692 9 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 139045087 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1712.39
Current children cumulated vsize (KiB) 56864

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26511
/proc/meminfo: memFree=1801704/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1766.99
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 176690 9 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 139081050 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1772.37
Current children cumulated vsize (KiB) 56864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26511
/proc/meminfo: memFree=1801704/2055920 swapFree=4179916/4192956
[pid=26424] ppid=26422 vsize=5360 CPUtime=5.38
/proc/26424/stat : 26424 (solve.sh) S 26422 26424 24555 0 -1 4194304 309 15533 0 1 0 0 527 11 18 0 1 0 1998932217 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26424/statm: 1340 236 195 169 0 51 0
[pid=26435] ppid=26424 vsize=51504 CPUtime=1794.68
/proc/26435/stat : 26435 (ld-linux.so.2) R 26424 26424 24555 0 -1 4194304 8409 0 0 0 179459 9 0 0 25 0 1 100 1998932767 52740096 7289 996147200 1448431616 1448550632 4294956144 18446744073709551615 139044515 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26435/statm: 12876 7289 429 29 0 6930 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 56864

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1810.01
CPU time (s): 1800.09
CPU user time (s): 1799.87
CPU system time (s): 0.219966
CPU usage (%): 99.4519
Max. virtual memory (cumulated for all children) (KiB): 874232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24265
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1672
involuntary context switches= 26412

runsolver used 2.25466 second user time and 5.79312 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-04 21:26:29
IDJOB=1105379
IDBENCH=54110
IDSOLVER=369
FILE ID=node37/1105379-1215199589
PBS_JOBID= 7881600
Free space on /tmp= 66528 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-10.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1105379-1215199589/watcher-1105379-1215199589 -o /tmp/evaluation-result-1105379-1215199589/solver-1105379-1215199589 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1105379-1215199589.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a46901a8ea2c192a6f5d5f8c9f3ac47
RANDOM SEED=985648974

node37.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.236
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.236
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:       1850528 kB
Buffers:          6820 kB
Cached:         130784 kB
SwapCached:       6964 kB
Active:         142980 kB
Inactive:         9816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850528 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:           30660 kB
Writeback:           0 kB
Mapped:          22572 kB
Slab:            37956 kB
Committed_AS:  3506808 kB
PageTables:       1820 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66496 MiB
End job on node37 at 2008-07-04 21:56:40