Trace number 1104871

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.06 1812.21

General information on the benchmark

Namecsp/pseudo/course/
normalized-ws97-3.xml
MD5SUM6b29740823b1b2ba28b05996f386f881
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 benchmark1.20782
Satisfiable
(Un)Satisfiability was proved
Number of variables3300
Number of constraints2572
Maximum constraint arity220
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2572
Global constraints used (with number of constraints)

Solver Data (download as text)

3.53/3.65	c Finished tailoring XCSP instance to Minion. Starting solving
1800.03/1812.21	HOME/solve.sh: line 8:  1663 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-1104871-1215201394/watcher-1104871-1215201394 -o /tmp/evaluation-result-1104871-1215201394/solver-1104871-1215201394 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1104871-1215201394.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: 1.88 1.98 1.86 4/73 1651
/proc/meminfo: memFree=1814096/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5356 CPUtime=0
/proc/1651/stat : 1651 (solve.sh) R 1649 1651 30173 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 1999109281 5484544 234 996147200 4194304 4889804 548682068784 18446744073709551615 257203694239 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/1651/statm: 1339 234 194 169 0 50 0
[pid=1652] ppid=1651 vsize=5356 CPUtime=0
/proc/1652/stat : 1652 (solve.sh) R 1651 1651 30173 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1999109281 5484544 234 996147200 4194304 4889804 548682068784 18446744073709551615 257203694239 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/1652/statm: 1339 234 194 169 0 50 0

[startup+0.0652301 s]
/proc/loadavg: 1.88 1.98 1.86 4/73 1651
/proc/meminfo: memFree=1814096/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5356 CPUtime=0
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999109281 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1339 235 195 169 0 50 0
[pid=1652] ppid=1651 vsize=862208 CPUtime=0.04
/proc/1652/stat : 1652 (java) S 1651 1651 30173 0 -1 0 2534 0 1 0 3 1 0 0 18 0 9 0 1999109281 882900992 2056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1652/statm: 215552 2056 1124 9 0 210509 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 867564

[startup+0.102236 s]
/proc/loadavg: 1.88 1.98 1.86 4/73 1651
/proc/meminfo: memFree=1814096/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5356 CPUtime=0
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999109281 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1339 235 195 169 0 50 0
[pid=1652] ppid=1651 vsize=864136 CPUtime=0.09
/proc/1652/stat : 1652 (java) S 1651 1651 30173 0 -1 0 3522 0 1 0 7 2 0 0 18 0 9 0 1999109281 884875264 2974 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1652/statm: 216034 2974 1728 9 0 210596 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 869492

[startup+0.302252 s]
/proc/loadavg: 1.88 1.98 1.86 4/73 1651
/proc/meminfo: memFree=1814096/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5356 CPUtime=0
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999109281 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1339 235 195 169 0 50 0
[pid=1652] ppid=1651 vsize=864444 CPUtime=0.28
/proc/1652/stat : 1652 (java) S 1651 1651 30173 0 -1 0 4073 0 1 0 26 2 0 0 18 0 9 0 1999109281 885190656 3506 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1652/statm: 216111 3506 1819 9 0 210673 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 869800

[startup+0.701291 s]
/proc/loadavg: 1.88 1.98 1.86 4/73 1651
/proc/meminfo: memFree=1814096/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5356 CPUtime=0
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999109281 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1339 235 195 169 0 50 0
[pid=1652] ppid=1651 vsize=865020 CPUtime=0.68
/proc/1652/stat : 1652 (java) S 1651 1651 30173 0 -1 0 6580 0 1 0 64 4 0 0 18 0 9 0 1999109281 885780480 6006 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1652/statm: 216255 6006 1854 9 0 210817 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 870376

[startup+1.50135 s]
/proc/loadavg: 1.88 1.98 1.86 3/83 1662
/proc/meminfo: memFree=1786944/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5356 CPUtime=0
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999109281 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1339 235 195 169 0 50 0
[pid=1652] ppid=1651 vsize=868728 CPUtime=1.47
/proc/1652/stat : 1652 (java) S 1651 1651 30173 0 -1 0 9845 0 1 0 141 6 0 0 18 0 9 0 1999109281 889577472 9223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1652/statm: 217182 9223 1861 9 0 211744 0
[pid=1652/tid=1654] ppid=1651 vsize=868728 CPUtime=1.09
/proc/1652/task/1654/stat : 1654 (java) R 1651 1651 30173 0 -1 64 4960 0 1 0 107 2 0 0 25 0 9 0 1999109282 889577472 9223 996147200 134512640 134550740 4294955984 18446744073709551615 102064879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1655] ppid=1651 vsize=868728 CPUtime=0.1
/proc/1652/task/1655/stat : 1655 (java) S 1651 1651 30173 0 -1 64 2622 0 0 0 9 1 0 0 16 0 9 0 1999109283 889577472 9223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1656] ppid=1651 vsize=868728 CPUtime=0
/proc/1652/task/1656/stat : 1656 (java) S 1651 1651 30173 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999109284 889577472 9223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1657] ppid=1651 vsize=868728 CPUtime=0
/proc/1652/task/1657/stat : 1657 (java) S 1651 1651 30173 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999109284 889577472 9223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1659] ppid=1651 vsize=868728 CPUtime=0
/proc/1652/task/1659/stat : 1659 (java) S 1651 1651 30173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999109286 889577472 9223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1660] ppid=1651 vsize=868728 CPUtime=0.24
/proc/1652/task/1660/stat : 1660 (java) S 1651 1651 30173 0 -1 64 1530 0 0 0 23 1 0 0 16 0 9 0 1999109286 889577472 9223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1661] ppid=1651 vsize=868728 CPUtime=0
/proc/1652/task/1661/stat : 1661 (java) S 1651 1651 30173 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999109286 889577472 9223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1662] ppid=1651 vsize=868728 CPUtime=0
/proc/1652/task/1662/stat : 1662 (java) S 1651 1651 30173 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999109286 889577472 9223 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.10148 s]
/proc/loadavg: 1.88 1.98 1.86 3/83 1662
/proc/meminfo: memFree=1783936/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5356 CPUtime=0
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999109281 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1339 235 195 169 0 50 0
[pid=1652] ppid=1651 vsize=868728 CPUtime=3.04
/proc/1652/stat : 1652 (java) S 1651 1651 30173 0 -1 0 11916 0 1 0 297 7 0 0 18 0 9 0 1999109281 889577472 11289 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1652/statm: 217182 11289 1866 9 0 211744 0
[pid=1652/tid=1654] ppid=1651 vsize=868728 CPUtime=2.56
/proc/1652/task/1654/stat : 1654 (java) R 1651 1651 30173 0 -1 64 4984 0 1 0 254 2 0 0 25 0 9 0 1999109282 889577472 11289 996147200 134512640 134550740 4294955984 18446744073709551615 4127196167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1655] ppid=1651 vsize=868728 CPUtime=0.18
/proc/1652/task/1655/stat : 1655 (java) S 1651 1651 30173 0 -1 64 4646 0 0 0 16 2 0 0 16 0 9 0 1999109283 889577472 11289 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1656] ppid=1651 vsize=868728 CPUtime=0
/proc/1652/task/1656/stat : 1656 (java) S 1651 1651 30173 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999109284 889577472 11289 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1657] ppid=1651 vsize=868728 CPUtime=0
/proc/1652/task/1657/stat : 1657 (java) S 1651 1651 30173 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999109284 889577472 11289 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1659] ppid=1651 vsize=868728 CPUtime=0
/proc/1652/task/1659/stat : 1659 (java) S 1651 1651 30173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999109286 889577472 11289 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1660] ppid=1651 vsize=868728 CPUtime=0.27
/proc/1652/task/1660/stat : 1660 (java) S 1651 1651 30173 0 -1 64 1553 0 0 0 26 1 0 0 16 0 9 0 1999109286 889577472 11289 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1661] ppid=1651 vsize=868728 CPUtime=0
/proc/1652/task/1661/stat : 1661 (java) S 1651 1651 30173 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999109286 889577472 11289 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1652/tid=1662] ppid=1651 vsize=868728 CPUtime=0
/proc/1652/task/1662/stat : 1662 (java) S 1651 1651 30173 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999109286 889577472 11289 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 874084

[startup+6.30174 s]
/proc/loadavg: 2.05 2.01 1.87 3/75 1663
/proc/meminfo: memFree=1797248/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=2.61
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 257 4 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134535440 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 53864

[startup+12.7013 s]
/proc/loadavg: 2.05 2.01 1.87 3/75 1663
/proc/meminfo: memFree=1797312/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=8.96
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 892 4 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 150176745 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 53864

[startup+25.5023 s]
/proc/loadavg: 2.04 2.01 1.87 3/75 1663
/proc/meminfo: memFree=1797504/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=21.66
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 2162 4 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134535440 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 53864

[startup+51.1025 s]
/proc/loadavg: 2.02 2.01 1.87 3/75 1663
/proc/meminfo: memFree=1797568/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=47.07
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 4703 4 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134670026 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 53864

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.88 3/75 1663
/proc/meminfo: memFree=1797760/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=97.89
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 9785 4 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134670026 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 53864

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 1.88 3/75 1663
/proc/meminfo: memFree=1797696/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=157.44
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 15739 5 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 161
Current children cumulated vsize (KiB) 53864

[startup+222.303 s]

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

/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 105055 9 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134535954 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1054.2
Current children cumulated vsize (KiB) 53864

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/75 1669
/proc/meminfo: memFree=1797248/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=1110.18
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 111009 9 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 149862341 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1113.74
Current children cumulated vsize (KiB) 53864

[startup+1182.3 s]
/proc/loadavg: 2.05 2.02 1.92 3/75 1669
/proc/meminfo: memFree=1797248/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=1169.73
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 116964 9 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134670054 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1173.29
Current children cumulated vsize (KiB) 53864

[startup+1242.3 s]
/proc/loadavg: 2.06 2.03 1.93 3/75 1669
/proc/meminfo: memFree=1797184/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=1229.28
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 122919 9 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 149862338 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1232.84
Current children cumulated vsize (KiB) 53864

[startup+1302.3 s]
/proc/loadavg: 2.10 2.05 1.94 3/75 1669
/proc/meminfo: memFree=1797184/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=1288.82
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 128873 9 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134670054 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1292.38
Current children cumulated vsize (KiB) 53864

[startup+1362.3 s]
/proc/loadavg: 2.03 2.04 1.94 3/75 1669
/proc/meminfo: memFree=1797120/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=1348.38
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 134828 10 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134535458 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1351.94
Current children cumulated vsize (KiB) 53864

[startup+1422.31 s]
/proc/loadavg: 2.01 2.03 1.94 3/75 1669
/proc/meminfo: memFree=1797120/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=1407.93
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 140783 10 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134670062 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1411.49
Current children cumulated vsize (KiB) 53864

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/75 1669
/proc/meminfo: memFree=1797056/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=1467.47
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 146737 10 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134670033 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1471.03
Current children cumulated vsize (KiB) 53864

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/75 1669
/proc/meminfo: memFree=1797056/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=1527.01
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 152691 10 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1530.57
Current children cumulated vsize (KiB) 53864

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/75 1708
/proc/meminfo: memFree=1293440/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=1586.66
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 158655 11 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134535450 0 0 4096 8194 0 0 0 17 0 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1590.22
Current children cumulated vsize (KiB) 53864

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 1708
/proc/meminfo: memFree=1168512/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=1646.62
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 164650 12 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134535450 0 0 4096 8194 0 0 0 17 0 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1650.18
Current children cumulated vsize (KiB) 53864

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 1708
/proc/meminfo: memFree=1168448/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=1706.6
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 170648 12 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 150176745 0 0 4096 8194 0 0 0 17 0 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1710.16
Current children cumulated vsize (KiB) 53864

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 1708
/proc/meminfo: memFree=1168320/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=1766.57
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 176645 12 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134670045 0 0 4096 8194 0 0 0 17 0 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1770.13
Current children cumulated vsize (KiB) 53864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.2 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 1708
/proc/meminfo: memFree=1168320/2055920 swapFree=4180808/4192956
[pid=1651] ppid=1649 vsize=5360 CPUtime=3.56
/proc/1651/stat : 1651 (solve.sh) S 1649 1651 30173 0 -1 4194304 309 13119 0 1 0 0 347 9 18 0 1 0 1999109281 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1651/statm: 1340 236 195 169 0 51 0
[pid=1663] ppid=1651 vsize=48504 CPUtime=1796.47
/proc/1663/stat : 1663 (ld-linux.so.2) R 1651 1651 30173 0 -1 4194304 9374 0 0 0 179635 12 0 0 25 0 1 100 1999109646 49668096 4439 996147200 1448431616 1448550632 4294956144 18446744073709551615 134535458 0 0 4096 8194 0 0 0 17 0 0 0
/proc/1663/statm: 12126 4439 414 29 0 6180 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 53864

Sending SIGTERM to process tree (bottom up)


 seconds


Child status: 143
Real time (s): 1812.21
CPU time (s): 1800.06
CPU user time (s): 1799.83
CPU system time (s): 0.226965
CPU usage (%): 99.3295
Max. virtual memory (cumulated for all children) (KiB): 874176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.226965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22816
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= 1125
involuntary context switches= 37482

runsolver used 2.02369 second user time and 4.78827 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-04 21:56:35
IDJOB=1104871
IDBENCH=54685
IDSOLVER=369
FILE ID=node65/1104871-1215201394
PBS_JOBID= 7881570
Free space on /tmp= 66468 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/pseudo/course/normalized-ws97-3.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1104871-1215201394/watcher-1104871-1215201394 -o /tmp/evaluation-result-1104871-1215201394/solver-1104871-1215201394 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1104871-1215201394.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b29740823b1b2ba28b05996f386f881
RANDOM SEED=225774649

node65.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.231
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.231
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:       1814640 kB
Buffers:         16136 kB
Cached:         160032 kB
SwapCached:       5732 kB
Active:         144716 kB
Inactive:        43004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814640 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:           30824 kB
Writeback:           0 kB
Mapped:          19340 kB
Slab:            38780 kB
Committed_AS:  3931800 kB
PageTables:       1868 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= 66424 MiB
End job on node65 at 2008-07-04 22:26:47