Trace number 269438

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, and are wall clock time (not CPU 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
VALCSP 3.1? (TO) 1800.11 1807.8

General information on the benchmark

Nametaillard/os-taillard-7/
os-taillard-7-100-1.xml
MD5SUMafb5d8334ceaf84164b5722ab3a14fda
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.638902
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size441
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-269438-1168980665 -o ROOT/results/node9/solver-269438-1168980665 -C 1800 -M 900 /tmp/evaluation/269438-1168980665/VALCSP /tmp/evaluation/269438-1168980665/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.07 0.54 0.91 3/86 26604
/proc/meminfo: memFree=1415448/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=1468 CPUtime=0
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 246461613 1503232 110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 9098875 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 367 110 64 8 0 39 0

[startup+0.104126 s]
/proc/loadavg: 1.07 0.54 0.91 3/86 26604
/proc/meminfo: memFree=1415448/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=3052 CPUtime=0.09
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 510 0 0 0 9 0 0 0 20 0 1 0 246461613 3125248 488 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529325 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 763 488 64 8 0 435 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3052

[startup+0.516174 s]
/proc/loadavg: 1.07 0.54 0.91 3/86 26604
/proc/meminfo: memFree=1415448/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=8728 CPUtime=0.5
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 1915 0 0 0 50 0 0 0 24 0 1 0 246461613 8937472 1893 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134528604 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 2182 1893 64 8 0 1854 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8728

[startup+1.33826 s]
/proc/loadavg: 1.07 0.54 0.91 3/86 26604
/proc/meminfo: memFree=1396120/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=16780 CPUtime=1.32
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 3936 0 0 0 131 1 0 0 25 0 1 0 246461613 17182720 3914 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 4195 3914 64 8 0 3867 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16780

[startup+2.97545 s]
/proc/loadavg: 1.07 0.54 0.91 3/86 26604
/proc/meminfo: memFree=1379160/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=34864 CPUtime=2.95
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 8472 0 0 0 292 3 0 0 25 0 1 0 246461613 35700736 8450 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 8716 8450 64 8 0 8388 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 34864

[startup+6.25482 s]
/proc/loadavg: 1.14 0.57 0.92 3/86 26604
/proc/meminfo: memFree=1324056/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=71296 CPUtime=6.21
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 17575 0 0 0 614 7 0 0 25 0 1 0 246461613 73007104 17553 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 17824 17553 64 8 0 17496 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 71296

[startup+12.7216 s]
/proc/loadavg: 1.21 0.59 0.93 3/86 26604
/proc/meminfo: memFree=1217368/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=140728 CPUtime=12.65
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 34923 0 0 0 1251 14 0 0 25 0 1 0 246461613 144105472 34901 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134528653 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 35182 34901 64 8 0 34854 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 140728

[startup+25.544 s]
/proc/loadavg: 1.39 0.66 0.94 3/86 26604
/proc/meminfo: memFree=1121304/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=25.42
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 2524 18 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524896 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 177556

[startup+51.1929 s]
/proc/loadavg: 1.59 0.77 0.97 3/86 26604
/proc/meminfo: memFree=1009368/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=50.96
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 5078 18 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524898 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 177556

[startup+102.486 s]
/proc/loadavg: 1.82 0.95 1.02 3/86 26604
/proc/meminfo: memFree=785176/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=102.03
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 10185 18 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 177556

[startup+162.495 s]
/proc/loadavg: 1.80 1.11 1.07 3/86 26643
/proc/meminfo: memFree=1503576/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=161.86
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 16168 18 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134527248 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 177556

[startup+222.577 s]
/proc/loadavg: 1.81 1.23 1.11 3/86 26715
/proc/meminfo: memFree=1125904/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=221.89
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 22170 19 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524983 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 221.89
Current children cumulated vsize (KiB) 177556

[startup+282.586 s]
/proc/loadavg: 1.93 1.36 1.16 3/86 26715
/proc/meminfo: memFree=754704/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=281.82
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 28162 20 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 281.82
Current children cumulated vsize (KiB) 177556

[startup+342.608 s]
/proc/loadavg: 1.97 1.48 1.21 3/86 26715
/proc/meminfo: memFree=754704/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=341.79
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 34159 20 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524891 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 341.79
Current children cumulated vsize (KiB) 177556

[startup+402.635 s]
/proc/loadavg: 1.99 1.57 1.26 3/86 26715
/proc/meminfo: memFree=754768/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=401.52
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 40132 20 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524900 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 401.52
Current children cumulated vsize (KiB) 177556

[startup+462.652 s]
/proc/loadavg: 2.07 1.66 1.31 3/86 26715
/proc/meminfo: memFree=754704/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=461.27
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 46107 20 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524998 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 461.27
Current children cumulated vsize (KiB) 177556

[startup+522.681 s]
/proc/loadavg: 2.02 1.72 1.35 3/86 26715
/proc/meminfo: memFree=754712/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=521.04
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 52083 21 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524894 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 521.04
Current children cumulated vsize (KiB) 177556

[startup+582.71 s]
/proc/loadavg: 2.01 1.77 1.38 3/86 26715
/proc/meminfo: memFree=754776/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=580.77
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 58056 21 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 580.77
Current children cumulated vsize (KiB) 177556

[startup+642.755 s]
/proc/loadavg: 2.04 1.82 1.43 3/92 26871
/proc/meminfo: memFree=753368/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=640.43
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 64009 34 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 640.43
Current children cumulated vsize (KiB) 177556

[startup+702.793 s]
/proc/loadavg: 2.01 1.85 1.46 3/86 26912
/proc/meminfo: memFree=754392/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=700.17
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 69977 40 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 700.17
Current children cumulated vsize (KiB) 177556

[startup+762.815 s]
/proc/loadavg: 2.00 1.88 1.49 3/86 26912
/proc/meminfo: memFree=754392/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=759.9
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 75950 40 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524837 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 759.9
Current children cumulated vsize (KiB) 177556

[startup+822.844 s]
/proc/loadavg: 2.06 1.91 1.52 3/86 26912
/proc/meminfo: memFree=754456/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=819.65
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 81925 40 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524815 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 819.65
Current children cumulated vsize (KiB) 177556

[startup+882.868 s]
/proc/loadavg: 2.02 1.92 1.55 3/86 26912
/proc/meminfo: memFree=754456/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=879.42
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 87901 41 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524881 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 879.42
Current children cumulated vsize (KiB) 177556

[startup+942.894 s]
/proc/loadavg: 2.00 1.94 1.58 3/86 26912
/proc/meminfo: memFree=754456/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=939.16
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 93875 41 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524843 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 939.16
Current children cumulated vsize (KiB) 177556

[startup+1002.92 s]
/proc/loadavg: 2.00 1.94 1.60 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=998.91
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 99850 41 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 998.91
Current children cumulated vsize (KiB) 177556

[startup+1062.94 s]
/proc/loadavg: 2.00 1.95 1.62 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1058.67
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 105826 41 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524900 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1058.67
Current children cumulated vsize (KiB) 177556

[startup+1122.97 s]
/proc/loadavg: 2.00 1.96 1.64 3/86 26912
/proc/meminfo: memFree=754584/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1118.41
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 111800 41 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1118.41
Current children cumulated vsize (KiB) 177556

[startup+1183 s]
/proc/loadavg: 2.00 1.96 1.66 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1178.17
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 117775 42 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524837 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1178.17
Current children cumulated vsize (KiB) 177556

[startup+1243.02 s]
/proc/loadavg: 2.00 1.97 1.68 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1237.93
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 123751 42 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524789 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1237.93
Current children cumulated vsize (KiB) 177556

[startup+1303.05 s]
/proc/loadavg: 2.00 1.97 1.70 3/86 26912
/proc/meminfo: memFree=754584/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1297.67
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 129725 42 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1297.67
Current children cumulated vsize (KiB) 177556

[startup+1363.07 s]
/proc/loadavg: 2.00 1.97 1.71 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1357.41
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 135699 42 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1357.41
Current children cumulated vsize (KiB) 177556

[startup+1423.09 s]
/proc/loadavg: 2.00 1.97 1.73 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1417.17
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 141675 42 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524834 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1417.17
Current children cumulated vsize (KiB) 177556

[startup+1483.12 s]
/proc/loadavg: 2.00 1.97 1.74 3/86 26912
/proc/meminfo: memFree=754584/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1476.91
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 147648 43 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1476.91
Current children cumulated vsize (KiB) 177556

[startup+1543.14 s]
/proc/loadavg: 2.00 1.97 1.75 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1536.66
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 153623 43 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1536.66
Current children cumulated vsize (KiB) 177556

[startup+1603.16 s]
/proc/loadavg: 2.00 1.97 1.77 3/86 26912
/proc/meminfo: memFree=754584/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1596.41
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 159598 43 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524872 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1596.41
Current children cumulated vsize (KiB) 177556

[startup+1663.19 s]
/proc/loadavg: 2.00 1.97 1.78 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1656.14
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 165571 43 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134521091 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1656.14
Current children cumulated vsize (KiB) 177556

[startup+1723.21 s]
/proc/loadavg: 2.00 1.97 1.79 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1715.9
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 171547 43 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524809 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1715.9
Current children cumulated vsize (KiB) 177556

[startup+1783.24 s]
/proc/loadavg: 2.08 1.99 1.81 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1775.67
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 177523 44 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1775.67
Current children cumulated vsize (KiB) 177556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.77 s]
/proc/loadavg: 2.05 1.99 1.81 4/86 26912
/proc/meminfo: memFree=754584/2055920 swapFree=4191880/4192956
[pid=26603] ppid=26601 vsize=177556 CPUtime=1800.08
/proc/26603/stat : 26603 (VALCSP) R 26601 26603 26471 0 -1 4194304 44132 0 0 0 179964 44 0 0 25 0 1 0 246461613 181817344 44110 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 44389 44110 66 8 0 44061 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 177556

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.8
CPU time (s): 1800.11
CPU user time (s): 1799.65
CPU system time (s): 0.468928
CPU usage (%): 99.5747
Max. virtual memory (cumulated for all children) (KiB): 177556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.468928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44132
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= 6
involuntary context switches= 29975

runsolver used 2.13567 s user time and 5.65014 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Jan 16 20:51:05 UTC 2007


IDJOB= 269438
IDBENCH= 6658
IDSOLVER= 90
FILE ID= node9/269438-1168980665

PBS_JOBID= 3566041

Free space on /tmp= 66564 MiB

SOLVER NAME= VALCSP 3.1
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-7/os-taillard-7-100-1.xml
COMMAND LINE= /tmp/evaluation/269438-1168980665/VALCSP /tmp/evaluation/269438-1168980665/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-269438-1168980665 -o ROOT/results/node9/solver-269438-1168980665 -C 1800 -M 900  /tmp/evaluation/269438-1168980665/VALCSP /tmp/evaluation/269438-1168980665/unknown.xml

META MD5SUM SOLVER= d4fc2c4e0b0392ee9c79e754aa39e238
MD5SUM BENCH=  afb5d8334ceaf84164b5722ab3a14fda

RANDOM SEED= 165415269

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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:       1415992 kB
Buffers:         49940 kB
Cached:         175620 kB
SwapCached:        268 kB
Active:         361140 kB
Inactive:       197044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1415992 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:             272 kB
Writeback:           0 kB
Mapped:         345232 kB
Slab:            66028 kB
Committed_AS:  7690308 kB
PageTables:       2800 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= 66564 MiB



End job on node9 on Tue Jan 16 21:21:13 UTC 2007