Trace number 269510

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.17 1809.46

General information on the benchmark

Nametaillard/
os-taillard-10/os-taillard-10-95-5.xml
MD5SUMfd20efe5e097ff070631e30f733d0e3f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.881865
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size511
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
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-269510-1168980844 -o ROOT/results/node9/solver-269510-1168980844 -C 1800 -M 900 /tmp/evaluation/269510-1168980844/VALCSP /tmp/evaluation/269510-1168980844/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.64 1.12 1.07 3/86 26715
/proc/meminfo: memFree=1525192/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=1600 CPUtime=0
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 147 0 0 0 0 0 0 0 20 0 1 0 246479551 1638400 125 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 9098875 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 400 125 63 8 0 72 0

[startup+0.104464 s]
/proc/loadavg: 1.64 1.12 1.07 3/86 26715
/proc/meminfo: memFree=1525192/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=3580 CPUtime=0.08
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 636 0 0 0 8 0 0 0 20 0 1 0 246479551 3665920 614 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 895 614 64 8 0 567 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3580

[startup+0.516512 s]
/proc/loadavg: 1.64 1.12 1.07 3/86 26715
/proc/meminfo: memFree=1525192/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=8068 CPUtime=0.5
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 1761 0 0 0 49 1 0 0 24 0 1 0 246479551 8261632 1739 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 2017 1739 64 8 0 1689 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8068

[startup+1.3416 s]
/proc/loadavg: 1.64 1.12 1.07 3/86 26715
/proc/meminfo: memFree=1512776/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=15592 CPUtime=1.31
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 3636 0 0 0 130 1 0 0 25 0 1 0 246479551 15966208 3614 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134528594 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 3898 3614 64 8 0 3570 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 15592

[startup+2.97879 s]
/proc/loadavg: 1.64 1.12 1.07 3/86 26715
/proc/meminfo: memFree=1501512/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=31960 CPUtime=2.94
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 7721 0 0 0 291 3 0 0 25 0 1 0 246479551 32727040 7699 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 7990 7699 64 8 0 7662 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 31960

[startup+6.25816 s]
/proc/loadavg: 1.66 1.13 1.08 3/86 26715
/proc/meminfo: memFree=1470536/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=61660 CPUtime=6.19
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 15148 0 0 0 612 7 0 0 25 0 1 0 246479551 63139840 15126 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134528607 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 15415 15126 64 8 0 15087 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 61660

[startup+12.7259 s]
/proc/loadavg: 1.69 1.15 1.08 3/86 26715
/proc/meminfo: memFree=1407760/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=121060 CPUtime=12.6
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 30025 0 0 0 1247 13 0 0 25 0 1 0 246479551 123965440 30003 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 30265 30003 64 8 0 29937 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 121060

[startup+25.5403 s]
/proc/loadavg: 1.76 1.19 1.10 3/86 26715
/proc/meminfo: memFree=1292880/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=239728 CPUtime=25.31
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 59663 0 0 0 2504 27 0 0 25 0 1 0 246479551 245481472 59641 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 59932 59641 64 8 0 59604 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 239728

[startup+51.1852 s]
/proc/loadavg: 1.84 1.25 1.12 3/86 26715
/proc/meminfo: memFree=1053520/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=475480 CPUtime=50.74
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 118628 0 0 0 5019 55 0 0 25 0 1 0 246479551 486891520 118606 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 118870 118606 64 8 0 118542 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 475480

[startup+102.481 s]
/proc/loadavg: 1.93 1.36 1.16 3/86 26715
/proc/meminfo: memFree=754704/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=101.61
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 10073 88 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 770368

[startup+162.503 s]
/proc/loadavg: 1.97 1.48 1.21 3/86 26715
/proc/meminfo: memFree=754704/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=161.14
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 16026 88 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 161.14
Current children cumulated vsize (KiB) 770368

[startup+222.527 s]
/proc/loadavg: 1.99 1.57 1.26 3/86 26715
/proc/meminfo: memFree=754768/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=220.89
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 22000 89 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 220.89
Current children cumulated vsize (KiB) 770368

[startup+282.546 s]
/proc/loadavg: 2.07 1.66 1.31 3/86 26715
/proc/meminfo: memFree=754704/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=280.63
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 27974 89 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 280.63
Current children cumulated vsize (KiB) 770368

[startup+342.562 s]
/proc/loadavg: 2.02 1.72 1.35 3/86 26715
/proc/meminfo: memFree=754712/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=340.36
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 33947 89 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 340.36
Current children cumulated vsize (KiB) 770368

[startup+402.578 s]
/proc/loadavg: 2.01 1.77 1.38 3/86 26715
/proc/meminfo: memFree=754776/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=400.1
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 39920 90 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 400.1
Current children cumulated vsize (KiB) 770368

[startup+462.615 s]
/proc/loadavg: 2.04 1.82 1.43 3/92 26871
/proc/meminfo: memFree=753368/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=459.7
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 45880 90 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 459.7
Current children cumulated vsize (KiB) 770368

[startup+522.648 s]
/proc/loadavg: 2.01 1.85 1.46 3/86 26912
/proc/meminfo: memFree=754392/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=519.39
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 51849 90 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524850 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 519.39
Current children cumulated vsize (KiB) 770368

[startup+582.664 s]
/proc/loadavg: 2.00 1.88 1.49 3/86 26912
/proc/meminfo: memFree=754392/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=579.13
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 57822 91 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 579.13
Current children cumulated vsize (KiB) 770368

[startup+642.682 s]
/proc/loadavg: 2.06 1.91 1.52 3/86 26912
/proc/meminfo: memFree=754456/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=638.87
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 63796 91 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524900 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 638.87
Current children cumulated vsize (KiB) 770368

[startup+702.702 s]
/proc/loadavg: 2.02 1.92 1.55 3/86 26912
/proc/meminfo: memFree=754456/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=698.61
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 69769 92 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524872 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 698.61
Current children cumulated vsize (KiB) 770368

[startup+762.721 s]
/proc/loadavg: 2.00 1.94 1.58 3/86 26912
/proc/meminfo: memFree=754456/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=758.34
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 75742 92 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 758.34
Current children cumulated vsize (KiB) 770368

[startup+822.736 s]
/proc/loadavg: 2.00 1.94 1.60 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=818.09
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 81716 93 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 818.09
Current children cumulated vsize (KiB) 770368

[startup+882.758 s]
/proc/loadavg: 2.00 1.95 1.62 4/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=877.81
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 87688 93 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 877.81
Current children cumulated vsize (KiB) 770368

[startup+942.777 s]
/proc/loadavg: 2.00 1.96 1.64 3/86 26912
/proc/meminfo: memFree=754584/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=937.56
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 93662 94 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 937.56
Current children cumulated vsize (KiB) 770368

[startup+1002.79 s]
/proc/loadavg: 2.00 1.96 1.66 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=997.29
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 99635 94 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 997.29
Current children cumulated vsize (KiB) 770368

[startup+1062.81 s]
/proc/loadavg: 2.00 1.97 1.68 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1057.03
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 105609 94 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1057.03
Current children cumulated vsize (KiB) 770368

[startup+1122.83 s]
/proc/loadavg: 2.00 1.97 1.70 3/86 26912
/proc/meminfo: memFree=754584/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1116.76
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 111582 94 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524916 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1116.76
Current children cumulated vsize (KiB) 770368

[startup+1182.85 s]
/proc/loadavg: 2.00 1.97 1.71 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1176.51
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 117556 95 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134522079 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1176.51
Current children cumulated vsize (KiB) 770368

[startup+1242.87 s]
/proc/loadavg: 2.00 1.97 1.73 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1236.24
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 123529 95 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524894 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1236.24
Current children cumulated vsize (KiB) 770368

[startup+1302.89 s]
/proc/loadavg: 2.00 1.97 1.74 3/86 26912
/proc/meminfo: memFree=754584/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1295.98
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 129502 96 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524894 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1295.98
Current children cumulated vsize (KiB) 770368

[startup+1362.91 s]
/proc/loadavg: 2.00 1.97 1.75 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1355.72
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 135476 96 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1355.72
Current children cumulated vsize (KiB) 770368

[startup+1422.93 s]
/proc/loadavg: 2.00 1.97 1.77 4/86 26912
/proc/meminfo: memFree=754584/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1415.45
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 141449 96 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1415.45
Current children cumulated vsize (KiB) 770368

[startup+1482.95 s]
/proc/loadavg: 2.00 1.97 1.78 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1475.2
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 147423 97 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524883 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1475.2
Current children cumulated vsize (KiB) 770368

[startup+1542.97 s]
/proc/loadavg: 2.00 1.97 1.79 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1534.92
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 153395 97 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1534.92
Current children cumulated vsize (KiB) 770368

[startup+1602.98 s]
/proc/loadavg: 2.08 1.99 1.81 3/86 26912
/proc/meminfo: memFree=754520/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1594.66
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 159368 98 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1594.66
Current children cumulated vsize (KiB) 770368

[startup+1662.99 s]
/proc/loadavg: 1.90 1.95 1.81 3/86 27101
/proc/meminfo: memFree=925448/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1654.38
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 165337 101 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1654.38
Current children cumulated vsize (KiB) 770368

[startup+1723.09 s]
/proc/loadavg: 1.93 1.95 1.81 3/86 27139
/proc/meminfo: memFree=917328/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1714.2
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 171317 103 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1714.2
Current children cumulated vsize (KiB) 770368

[startup+1783.19 s]
/proc/loadavg: 1.97 1.95 1.82 3/86 27139
/proc/meminfo: memFree=917392/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1774.02
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 177299 103 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 0 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1774.02
Current children cumulated vsize (KiB) 770368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.34 s]
/proc/loadavg: 1.98 1.95 1.82 3/86 27139
/proc/meminfo: memFree=917392/2055920 swapFree=4191880/4192956
[pid=26714] ppid=26712 vsize=770368 CPUtime=1800.05
/proc/26714/stat : 26714 (VALCSP) R 26712 26714 26658 0 -1 4194304 192333 0 0 0 179902 103 0 0 25 0 1 0 246479551 788856832 192311 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524894 0 0 4096 0 0 0 0 17 0 0 0
/proc/26714/statm: 192592 192311 66 8 0 192264 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 770368

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.46
CPU time (s): 1800.17
CPU user time (s): 1799.03
CPU system time (s): 1.14682
CPU usage (%): 99.4867
Max. virtual memory (cumulated for all children) (KiB): 770368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.14682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192333
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= 54411

runsolver used 1.74973 s user time and 4.89126 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Jan 16 20:54:04 UTC 2007


IDJOB= 269510
IDBENCH= 6769
IDSOLVER= 90
FILE ID= node9/269510-1168980844

PBS_JOBID= 3566049

Free space on /tmp= 66564 MiB

SOLVER NAME= VALCSP 3.1
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-10/os-taillard-10-95-5.xml
COMMAND LINE= /tmp/evaluation/269510-1168980844/VALCSP /tmp/evaluation/269510-1168980844/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-269510-1168980844 -o ROOT/results/node9/solver-269510-1168980844 -C 1800 -M 900  /tmp/evaluation/269510-1168980844/VALCSP /tmp/evaluation/269510-1168980844/unknown.xml

META MD5SUM SOLVER= d4fc2c4e0b0392ee9c79e754aa39e238
MD5SUM BENCH=  fd20efe5e097ff070631e30f733d0e3f

RANDOM SEED= 444202054

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:       1525800 kB
Buffers:         50092 kB
Cached:         174788 kB
SwapCached:        268 kB
Active:         251452 kB
Inactive:       197120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525800 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:             416 kB
Writeback:           0 kB
Mapped:         236204 kB
Slab:            66056 kB
Committed_AS:  7581136 kB
PageTables:       2588 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:24:14 UTC 2007