Trace number 269533

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.04 1800.71

General information on the benchmark

Namehaystacks/
haystacks_37.xml
MD5SUM1be48ee351afcb860740bdcb03c5c8f8
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 benchmark205.687
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1369
Number of constraints24678
Maximum constraint arity2
Maximum domain size37
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24678
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/node60/watcher-269533-1168980959 -o ROOT/results/node60/solver-269533-1168980959 -C 1800 -M 900 /tmp/evaluation/269533-1168980959/VALCSP /tmp/evaluation/269533-1168980959/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: 0.99 0.93 0.83 5/70 22267
/proc/meminfo: memFree=1355464/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=4256 CPUtime=0
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 788 0 0 0 0 0 0 0 18 0 1 0 246493949 4358144 766 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 5969531 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 1064 773 64 8 0 736 0

[startup+0.107527 s]
/proc/loadavg: 0.99 0.93 0.83 5/70 22267
/proc/meminfo: memFree=1355464/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=27388 CPUtime=0.1
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 6438 0 0 0 7 3 0 0 18 0 1 0 246493949 28045312 6416 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 5969531 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 6847 6418 65 8 0 6519 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 27388

[startup+0.515564 s]
/proc/loadavg: 0.99 0.93 0.83 5/70 22267
/proc/meminfo: memFree=1355464/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=40424 CPUtime=0.5
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 9717 0 0 0 45 5 0 0 21 0 1 0 246493949 41394176 9695 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 10106 9696 65 8 0 9778 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 40424

[startup+1.33665 s]
/proc/loadavg: 0.99 0.93 0.83 3/73 22270
/proc/meminfo: memFree=1219184/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=66816 CPUtime=1.33
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 16351 0 0 0 125 8 0 0 25 0 1 0 246493949 68419584 16329 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 5972941 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 16704 16329 65 8 0 16376 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 66816

[startup+2.98581 s]
/proc/loadavg: 0.99 0.93 0.83 4/73 22270
/proc/meminfo: memFree=1143280/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=121208 CPUtime=2.98
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 29980 0 0 0 285 13 0 0 25 0 1 0 246493949 124116992 29958 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134528776 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 30302 29958 65 8 0 29974 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 121208

[startup+6.26313 s]
/proc/loadavg: 1.07 0.95 0.84 3/73 22270
/proc/meminfo: memFree=936752/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=6.25
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 605 20 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 192124

[startup+12.7338 s]
/proc/loadavg: 1.14 0.97 0.84 3/73 22270
/proc/meminfo: memFree=780024/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=12.72
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 1251 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 192124

[startup+25.551 s]
/proc/loadavg: 1.27 1.00 0.85 3/73 22270
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=25.54
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 2533 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 192124

[startup+51.2016 s]
/proc/loadavg: 1.56 1.10 0.89 3/73 22270
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=51.17
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 5096 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 192124

[startup+102.5 s]
/proc/loadavg: 1.81 1.23 0.94 3/73 22270
/proc/meminfo: memFree=780216/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=102.46
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 10225 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 102.46
Current children cumulated vsize (KiB) 192124

[startup+162.516 s]
/proc/loadavg: 1.96 1.38 1.01 3/73 22270
/proc/meminfo: memFree=780216/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=162.47
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 16226 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 162.47
Current children cumulated vsize (KiB) 192124

[startup+222.547 s]
/proc/loadavg: 1.98 1.49 1.07 3/73 22270
/proc/meminfo: memFree=780216/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=222.48
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 22227 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 222.48
Current children cumulated vsize (KiB) 192124

[startup+282.563 s]
/proc/loadavg: 1.99 1.58 1.13 3/73 22270
/proc/meminfo: memFree=780280/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=282.48
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 28227 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 282.48
Current children cumulated vsize (KiB) 192124

[startup+342.596 s]
/proc/loadavg: 1.99 1.66 1.18 3/79 22408
/proc/meminfo: memFree=778848/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=342.35
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 34214 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 192124

[startup+402.621 s]
/proc/loadavg: 1.99 1.72 1.23 3/73 22468
/proc/meminfo: memFree=779832/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=402.29
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 40208 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 192124

[startup+462.628 s]
/proc/loadavg: 1.99 1.76 1.27 3/73 22468
/proc/meminfo: memFree=779896/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=462.28
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 46207 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 192124

[startup+522.646 s]
/proc/loadavg: 1.99 1.80 1.31 3/73 22468
/proc/meminfo: memFree=779960/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=522.28
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 52207 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520737 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 192124

[startup+582.659 s]
/proc/loadavg: 1.99 1.84 1.36 3/73 22468
/proc/meminfo: memFree=780024/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=582.28
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 58207 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 192124

[startup+642.67 s]
/proc/loadavg: 1.99 1.86 1.39 3/73 22468
/proc/meminfo: memFree=780024/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=642.28
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 64207 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 192124

[startup+702.682 s]
/proc/loadavg: 1.99 1.89 1.43 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=702.27
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 70206 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 192124

[startup+762.694 s]
/proc/loadavg: 1.99 1.90 1.46 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=762.27
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 76206 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 192124

[startup+822.708 s]
/proc/loadavg: 1.99 1.92 1.49 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=822.27
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 82206 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520807 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 192124

[startup+882.724 s]
/proc/loadavg: 1.99 1.93 1.52 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=882.27
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 88206 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520737 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 192124

[startup+942.735 s]
/proc/loadavg: 1.99 1.94 1.55 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=942.27
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 94206 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 192124

[startup+1002.74 s]
/proc/loadavg: 1.99 1.95 1.57 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1002.26
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 100205 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 192124

[startup+1062.76 s]
/proc/loadavg: 1.99 1.95 1.60 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1062.26
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 106205 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 192124

[startup+1122.77 s]
/proc/loadavg: 1.99 1.96 1.62 3/73 22468
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1122.26
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 112205 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 192124

[startup+1182.79 s]
/proc/loadavg: 2.04 1.98 1.65 3/73 22468
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1182.26
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 118205 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 192124

[startup+1242.8 s]
/proc/loadavg: 2.01 1.98 1.66 3/73 22468
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1242.26
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 124205 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524968 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 192124

[startup+1302.82 s]
/proc/loadavg: 2.00 1.98 1.68 3/73 22468
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1302.26
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 130205 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520743 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1302.26
Current children cumulated vsize (KiB) 192124

[startup+1362.83 s]
/proc/loadavg: 2.00 1.98 1.70 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1362.25
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 136204 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520760 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1362.25
Current children cumulated vsize (KiB) 192124

[startup+1422.84 s]
/proc/loadavg: 2.00 1.98 1.72 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1422.25
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 142204 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1422.25
Current children cumulated vsize (KiB) 192124

[startup+1482.85 s]
/proc/loadavg: 2.00 1.98 1.73 4/73 22470
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1482.25
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 148204 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1482.25
Current children cumulated vsize (KiB) 192124

[startup+1542.88 s]
/proc/loadavg: 2.00 1.98 1.74 3/73 22470
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1542.26
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 154205 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1542.26
Current children cumulated vsize (KiB) 192124

[startup+1602.89 s]
/proc/loadavg: 2.00 1.98 1.75 3/73 22470
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1602.25
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 160204 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1602.25
Current children cumulated vsize (KiB) 192124

[startup+1662.9 s]
/proc/loadavg: 2.00 1.98 1.77 3/73 22470
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1662.25
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 166204 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520748 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1662.25
Current children cumulated vsize (KiB) 192124

[startup+1722.91 s]
/proc/loadavg: 2.00 1.98 1.78 3/73 22470
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1722.25
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 172204 21 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1722.25
Current children cumulated vsize (KiB) 192124

[startup+1782.93 s]
/proc/loadavg: 2.00 1.98 1.79 3/73 22470
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1782.25
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 178203 22 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1782.25
Current children cumulated vsize (KiB) 192124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.67 s]
/proc/loadavg: 2.00 1.98 1.79 3/73 22470
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22266] ppid=22262 vsize=192124 CPUtime=1800
/proc/22266/stat : 22266 (VALCSP) R 22262 22266 22182 0 -1 4194304 47786 0 0 0 179978 22 0 0 25 0 1 0 246493949 196734976 47764 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520716 0 0 4096 0 0 0 0 17 1 0 0
/proc/22266/statm: 48031 47764 67 8 0 47703 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 192124

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.71
CPU time (s): 1800.04
CPU user time (s): 1799.79
CPU system time (s): 0.252961
CPU usage (%): 99.9627
Max. virtual memory (cumulated for all children) (KiB): 192124

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

runsolver used 2.25666 s user time and 4.93425 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Tue Jan 16 20:56:00 UTC 2007


IDJOB= 269533
IDBENCH= 6942
IDSOLVER= 90
FILE ID= node60/269533-1168980959

PBS_JOBID= 3566384

Free space on /tmp= 66557 MiB

SOLVER NAME= VALCSP 3.1
BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_37.xml
COMMAND LINE= /tmp/evaluation/269533-1168980959/VALCSP /tmp/evaluation/269533-1168980959/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-269533-1168980959 -o ROOT/results/node60/solver-269533-1168980959 -C 1800 -M 900  /tmp/evaluation/269533-1168980959/VALCSP /tmp/evaluation/269533-1168980959/unknown.xml

META MD5SUM SOLVER= d4fc2c4e0b0392ee9c79e754aa39e238
MD5SUM BENCH=  1be48ee351afcb860740bdcb03c5c8f8

RANDOM SEED= 126346069

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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1356272 kB
Buffers:         45176 kB
Cached:         556624 kB
SwapCached:          0 kB
Active:         159692 kB
Inactive:       462396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1356272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8068 kB
Writeback:           0 kB
Mapped:          30420 kB
Slab:            63292 kB
Committed_AS:  5171780 kB
PageTables:       1728 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= 66557 MiB



End job on node60 on Tue Jan 16 21:26:01 UTC 2007