Trace number 269688

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.08 1800.63

General information on the benchmark

Nameqcp-qwh/QCP-20/
qcp-20-187-3_ext.xml
MD5SUM0fa951e5d7c1dde14756850748c0bfa9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.98654
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension7600
Number of constraints which are defined in intension0
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/node66/watcher-269688-1168982616 -o ROOT/results/node66/solver-269688-1168982616 -C 1800 -M 900 /tmp/evaluation/269688-1168982616/VALCSP /tmp/evaluation/269688-1168982616/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.92 0.98 0.99 3/70 14870
/proc/meminfo: memFree=1714920/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=3448 CPUtime=0
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 599 0 0 0 0 0 0 0 18 0 1 0 45758811 3530752 577 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 862 578 64 8 0 534 0

[startup+0.102537 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 14870
/proc/meminfo: memFree=1714920/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=7224 CPUtime=0.09
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 1530 0 0 0 9 0 0 0 18 0 1 0 45758811 7397376 1508 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 10300679 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 1806 1511 65 8 0 1478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7224

[startup+0.510583 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 14870
/proc/meminfo: memFree=1714920/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=0.5
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 49 1 0 0 21 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134522043 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 12624

[startup+1.33068 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 14873
/proc/meminfo: memFree=1691920/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1.32
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 131 1 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520684 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 12624

[startup+2.96688 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 14873
/proc/meminfo: memFree=1691920/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=2.95
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 294 1 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520807 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 12624

[startup+6.24528 s]
/proc/loadavg: 1.01 1.00 1.00 3/73 14873
/proc/meminfo: memFree=1691928/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=6.23
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 622 1 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 12624

[startup+12.7071 s]
/proc/loadavg: 1.09 1.02 1.01 3/73 14873
/proc/meminfo: memFree=1691992/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=12.69
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 1268 1 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524800 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12624

[startup+25.5266 s]
/proc/loadavg: 1.29 1.06 1.02 3/73 14873
/proc/meminfo: memFree=1692056/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=25.51
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 2550 1 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520788 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 12624

[startup+51.1597 s]
/proc/loadavg: 1.53 1.14 1.04 3/73 14873
/proc/meminfo: memFree=1692120/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=51.13
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 5112 1 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524988 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 12624

[startup+102.422 s]
/proc/loadavg: 1.79 1.27 1.09 3/73 14873
/proc/meminfo: memFree=1692120/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=102.38
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 10237 1 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 12624

[startup+162.511 s]
/proc/loadavg: 2.02 1.43 1.16 3/73 14873
/proc/meminfo: memFree=1692120/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=162.45
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 16244 1 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524815 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 162.45
Current children cumulated vsize (KiB) 12624

[startup+222.587 s]
/proc/loadavg: 2.01 1.53 1.21 3/73 14873
/proc/meminfo: memFree=1692120/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=222.51
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 22250 1 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520748 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 222.51
Current children cumulated vsize (KiB) 12624

[startup+282.669 s]
/proc/loadavg: 2.00 1.61 1.25 4/73 14873
/proc/meminfo: memFree=1692056/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=282.57
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 28256 1 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524747 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 282.57
Current children cumulated vsize (KiB) 12624

[startup+342.719 s]
/proc/loadavg: 1.56 1.57 1.26 2/68 14881
/proc/meminfo: memFree=1703944/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=342.6
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 34259 1 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134521042 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 342.6
Current children cumulated vsize (KiB) 12624

[startup+402.748 s]
/proc/loadavg: 1.20 1.46 1.24 2/68 14881
/proc/meminfo: memFree=1704008/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=402.61
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 40260 1 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134521147 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 402.61
Current children cumulated vsize (KiB) 12624

[startup+462.771 s]
/proc/loadavg: 1.11 1.39 1.23 2/68 14882
/proc/meminfo: memFree=1704584/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=462.61
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 46260 1 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524947 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 462.61
Current children cumulated vsize (KiB) 12624

[startup+522.794 s]
/proc/loadavg: 1.04 1.32 1.21 2/68 14882
/proc/meminfo: memFree=1704584/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=522.62
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 52260 2 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520864 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 522.62
Current children cumulated vsize (KiB) 12624

[startup+582.846 s]
/proc/loadavg: 1.01 1.26 1.20 2/65 14889
/proc/meminfo: memFree=1709936/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=582.66
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 58264 2 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520807 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 582.66
Current children cumulated vsize (KiB) 12624

[startup+642.862 s]
/proc/loadavg: 1.00 1.21 1.18 2/65 14889
/proc/meminfo: memFree=1709936/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=642.65
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 64263 2 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524956 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 642.65
Current children cumulated vsize (KiB) 12624

[startup+702.876 s]
/proc/loadavg: 1.00 1.17 1.17 2/65 14889
/proc/meminfo: memFree=1709936/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=702.64
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 70262 2 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520828 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 702.64
Current children cumulated vsize (KiB) 12624

[startup+762.886 s]
/proc/loadavg: 1.00 1.13 1.16 2/65 14889
/proc/meminfo: memFree=1709936/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=762.64
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 76262 2 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524815 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 762.64
Current children cumulated vsize (KiB) 12624

[startup+822.903 s]
/proc/loadavg: 1.00 1.11 1.14 2/65 14889
/proc/meminfo: memFree=1709936/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=822.63
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 82261 2 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524898 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 822.63
Current children cumulated vsize (KiB) 12624

[startup+882.916 s]
/proc/loadavg: 1.00 1.08 1.13 2/65 14889
/proc/meminfo: memFree=1709936/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=882.63
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 88261 2 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520684 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 882.63
Current children cumulated vsize (KiB) 12624

[startup+942.926 s]
/proc/loadavg: 1.00 1.07 1.12 2/65 14889
/proc/meminfo: memFree=1709936/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=942.62
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 94260 2 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520760 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 942.62
Current children cumulated vsize (KiB) 12624

[startup+1002.94 s]
/proc/loadavg: 1.00 1.05 1.11 2/65 14889
/proc/meminfo: memFree=1709936/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1002.61
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 100259 2 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524815 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1002.61
Current children cumulated vsize (KiB) 12624

[startup+1062.95 s]
/proc/loadavg: 1.00 1.04 1.10 2/65 14889
/proc/meminfo: memFree=1709936/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1062.61
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 106259 2 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524812 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1062.61
Current children cumulated vsize (KiB) 12624

[startup+1122.96 s]
/proc/loadavg: 1.00 1.03 1.09 2/65 14889
/proc/meminfo: memFree=1709936/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1122.6
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 112258 2 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520820 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1122.6
Current children cumulated vsize (KiB) 12624

[startup+1182.97 s]
/proc/loadavg: 1.00 1.02 1.08 2/65 14889
/proc/meminfo: memFree=1709872/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1182.6
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 118258 2 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520820 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1182.6
Current children cumulated vsize (KiB) 12624

[startup+1242.99 s]
/proc/loadavg: 1.00 1.02 1.08 2/65 14889
/proc/meminfo: memFree=1709872/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1242.6
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 124257 3 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520815 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1242.6
Current children cumulated vsize (KiB) 12624

[startup+1303 s]
/proc/loadavg: 1.00 1.01 1.07 2/65 14889
/proc/meminfo: memFree=1709936/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1302.6
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 130257 3 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524931 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1302.6
Current children cumulated vsize (KiB) 12624

[startup+1363.01 s]
/proc/loadavg: 1.00 1.01 1.06 2/65 14889
/proc/meminfo: memFree=1709872/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1362.59
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 136256 3 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520684 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1362.59
Current children cumulated vsize (KiB) 12624

[startup+1423.03 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 14889
/proc/meminfo: memFree=1709872/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1422.58
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 142255 3 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524794 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1422.58
Current children cumulated vsize (KiB) 12624

[startup+1483.04 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 14889
/proc/meminfo: memFree=1709936/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1482.58
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 148255 3 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524979 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1482.58
Current children cumulated vsize (KiB) 12624

[startup+1543.06 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 14889
/proc/meminfo: memFree=1709872/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1542.58
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 154255 3 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524968 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1542.58
Current children cumulated vsize (KiB) 12624

[startup+1603.07 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 14889
/proc/meminfo: memFree=1709872/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1602.57
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 160254 3 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524815 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1602.57
Current children cumulated vsize (KiB) 12624

[startup+1663.08 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 14889
/proc/meminfo: memFree=1709872/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1662.57
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 166254 3 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524860 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1662.57
Current children cumulated vsize (KiB) 12624

[startup+1723.1 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 14889
/proc/meminfo: memFree=1709872/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1722.56
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 172253 3 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520666 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1722.56
Current children cumulated vsize (KiB) 12624

[startup+1783.11 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 14889
/proc/meminfo: memFree=1709872/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1782.56
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 178253 3 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134524903 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1782.56
Current children cumulated vsize (KiB) 12624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.62 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 14889
/proc/meminfo: memFree=1709808/2055920 swapFree=4192828/4192956
[pid=14869] ppid=14866 vsize=12624 CPUtime=1800.07
/proc/14869/stat : 14869 (VALCSP) R 14866 14869 14785 0 -1 4194304 2920 0 0 0 180004 3 0 0 25 0 1 0 45758811 12926976 2898 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520864 0 0 4096 0 0 0 0 17 1 0 0
/proc/14869/statm: 3156 2898 67 8 0 2828 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 12624

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.63
CPU time (s): 1800.08
CPU user time (s): 1800.05
CPU system time (s): 0.035994
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 12624

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

runsolver used 1.66475 s user time and 3.63245 s system time

The end

Launcher Data (download as text)

Begin job on node66 on Tue Jan 16 21:23:36 UTC 2007


IDJOB= 269688
IDBENCH= 7119
IDSOLVER= 90
FILE ID= node66/269688-1168982616

PBS_JOBID= 3566404

Free space on /tmp= 66564 MiB

SOLVER NAME= VALCSP 3.1
BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-20/qcp-20-187-3_ext.xml
COMMAND LINE= /tmp/evaluation/269688-1168982616/VALCSP /tmp/evaluation/269688-1168982616/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-269688-1168982616 -o ROOT/results/node66/solver-269688-1168982616 -C 1800 -M 900  /tmp/evaluation/269688-1168982616/VALCSP /tmp/evaluation/269688-1168982616/unknown.xml

META MD5SUM SOLVER= d4fc2c4e0b0392ee9c79e754aa39e238
MD5SUM BENCH=  0fa951e5d7c1dde14756850748c0bfa9

RANDOM SEED= 797012487

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.230
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.230
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:       1715600 kB
Buffers:         34796 kB
Cached:         216200 kB
SwapCached:        128 kB
Active:          38412 kB
Inactive:       232848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715600 kB
SwapTotal:     4192956 kB
SwapFree:      4192828 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          30276 kB
Slab:            54620 kB
Committed_AS:   449728 kB
PageTables:       1576 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 node66 on Tue Jan 16 21:53:37 UTC 2007