Trace number 269532

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.15 1815.8

General information on the benchmark

Namehaystacks/
haystacks_43.xml
MD5SUM1cfbb878cd4fcedc1a1cd5b11d5233a9
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 benchmark1102.67
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1849
Number of constraints38871
Maximum constraint arity2
Maximum domain size43
Number of constraints which are defined in extension0
Number of constraints which are defined in intension38871
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-269532-1168980959 -o ROOT/results/node60/solver-269532-1168980959 -C 1800 -M 900 /tmp/evaluation/269532-1168980959/VALCSP /tmp/evaluation/269532-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/73 22270
/proc/meminfo: memFree=1351280/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=18540 CPUtime=0
/proc/22269/stat : 22269 (runsolver) R 22264 22269 22155 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 246493949 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 271894244647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22269/statm: 4635 279 244 17 0 2626 0

[startup+0.107228 s]
/proc/loadavg: 0.99 0.93 0.83 5/73 22270
/proc/meminfo: memFree=1351280/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=45464 CPUtime=0.09
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 10889 0 0 0 5 4 0 0 18 0 1 0 246493949 46555136 10867 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134528704 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 11366 10867 65 8 0 11038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45464

[startup+0.515267 s]
/proc/loadavg: 0.99 0.93 0.83 5/73 22270
/proc/meminfo: memFree=1351280/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=59324 CPUtime=0.49
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 14348 0 0 0 44 5 0 0 22 0 1 0 246493949 60747776 14326 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134528756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 14831 14326 65 8 0 14503 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 59324

[startup+1.33635 s]
/proc/loadavg: 0.99 0.93 0.83 3/73 22270
/proc/meminfo: memFree=1218992/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=86576 CPUtime=1.31
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 21210 0 0 0 123 8 0 0 25 0 1 0 246493949 88653824 21188 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529359 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 21644 21188 65 8 0 21316 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 86576

[startup+2.98351 s]
/proc/loadavg: 0.99 0.93 0.83 3/73 22270
/proc/meminfo: memFree=1143152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=141848 CPUtime=2.95
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 35063 0 0 0 279 16 0 0 25 0 1 0 246493949 145252352 35041 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 5975686 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 35462 35041 65 8 0 35134 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 141848

[startup+6.26084 s]
/proc/loadavg: 1.07 0.95 0.84 3/73 22270
/proc/meminfo: memFree=936752/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=248216 CPUtime=6.2
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 61705 0 0 0 589 31 0 0 25 0 1 0 246493949 254173184 61683 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134528653 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 62054 61683 65 8 0 61726 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 248216

[startup+12.7325 s]
/proc/loadavg: 1.14 0.97 0.84 3/73 22270
/proc/meminfo: memFree=780024/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=12.62
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 1210 52 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 384780

[startup+25.5487 s]
/proc/loadavg: 1.27 1.00 0.85 3/73 22270
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=25.34
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 2482 52 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 384780

[startup+51.1993 s]
/proc/loadavg: 1.56 1.10 0.89 3/73 22270
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=50.75
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 5023 52 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 384780

[startup+102.497 s]
/proc/loadavg: 1.81 1.23 0.94 3/73 22270
/proc/meminfo: memFree=780216/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=101.61
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 10109 52 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 384780

[startup+162.514 s]
/proc/loadavg: 1.96 1.38 1.01 3/73 22270
/proc/meminfo: memFree=780216/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=161.12
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 16060 52 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 384780

[startup+222.537 s]
/proc/loadavg: 1.98 1.49 1.07 3/73 22270
/proc/meminfo: memFree=780216/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=220.62
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 22010 52 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 220.62
Current children cumulated vsize (KiB) 384780

[startup+282.551 s]
/proc/loadavg: 1.99 1.58 1.13 3/73 22270
/proc/meminfo: memFree=780280/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=280.11
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 27959 52 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 280.11
Current children cumulated vsize (KiB) 384780

[startup+342.585 s]
/proc/loadavg: 1.99 1.66 1.18 3/79 22408
/proc/meminfo: memFree=778848/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=339.57
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 33886 71 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 339.57
Current children cumulated vsize (KiB) 384780

[startup+402.609 s]
/proc/loadavg: 1.99 1.72 1.23 3/73 22468
/proc/meminfo: memFree=779832/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=399.03
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 39825 78 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 399.03
Current children cumulated vsize (KiB) 384780

[startup+462.618 s]
/proc/loadavg: 1.99 1.76 1.27 3/73 22468
/proc/meminfo: memFree=779896/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=458.53
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 45775 78 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 458.53
Current children cumulated vsize (KiB) 384780

[startup+522.636 s]
/proc/loadavg: 1.99 1.80 1.31 3/73 22468
/proc/meminfo: memFree=779960/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=518.03
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 51725 78 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 518.03
Current children cumulated vsize (KiB) 384780

[startup+582.647 s]
/proc/loadavg: 1.99 1.84 1.36 3/73 22468
/proc/meminfo: memFree=780024/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=577.55
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 57677 78 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 577.55
Current children cumulated vsize (KiB) 384780

[startup+642.66 s]
/proc/loadavg: 1.99 1.86 1.39 3/73 22468
/proc/meminfo: memFree=780024/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=637.03
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 63624 79 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 637.03
Current children cumulated vsize (KiB) 384780

[startup+702.672 s]
/proc/loadavg: 1.99 1.89 1.43 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=696.53
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 69574 79 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 696.53
Current children cumulated vsize (KiB) 384780

[startup+762.684 s]
/proc/loadavg: 1.99 1.90 1.46 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=756.04
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 75525 79 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 756.04
Current children cumulated vsize (KiB) 384780

[startup+822.696 s]
/proc/loadavg: 1.99 1.92 1.49 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=815.51
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 81472 79 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 815.51
Current children cumulated vsize (KiB) 384780

[startup+882.713 s]
/proc/loadavg: 1.99 1.93 1.52 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=875.01
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 87422 79 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 875.01
Current children cumulated vsize (KiB) 384780

[startup+942.724 s]
/proc/loadavg: 1.99 1.94 1.55 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=934.53
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 93373 80 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 934.53
Current children cumulated vsize (KiB) 384780

[startup+1002.73 s]
/proc/loadavg: 1.99 1.95 1.57 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=994
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 99320 80 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 994
Current children cumulated vsize (KiB) 384780

[startup+1062.75 s]
/proc/loadavg: 1.99 1.95 1.60 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1053.51
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 105271 80 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1053.51
Current children cumulated vsize (KiB) 384780

[startup+1122.76 s]
/proc/loadavg: 1.99 1.96 1.62 3/73 22468
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1113.01
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 111221 80 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1113.01
Current children cumulated vsize (KiB) 384780

[startup+1182.78 s]
/proc/loadavg: 2.04 1.98 1.65 3/73 22468
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1172.49
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 117169 80 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1172.49
Current children cumulated vsize (KiB) 384780

[startup+1242.79 s]
/proc/loadavg: 2.01 1.98 1.66 3/73 22468
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1231.99
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 123119 80 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1231.99
Current children cumulated vsize (KiB) 384780

[startup+1302.81 s]
/proc/loadavg: 2.00 1.98 1.68 3/73 22468
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1291.5
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 129070 80 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1291.5
Current children cumulated vsize (KiB) 384780

[startup+1362.82 s]
/proc/loadavg: 2.00 1.98 1.70 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1350.98
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 135018 80 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1350.98
Current children cumulated vsize (KiB) 384780

[startup+1422.83 s]
/proc/loadavg: 2.00 1.98 1.72 3/73 22468
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1410.48
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 140968 80 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520737 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1410.48
Current children cumulated vsize (KiB) 384780

[startup+1482.84 s]
/proc/loadavg: 2.00 1.98 1.73 3/73 22470
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1469.99
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 146918 81 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1469.99
Current children cumulated vsize (KiB) 384780

[startup+1542.87 s]
/proc/loadavg: 2.00 1.98 1.74 3/73 22470
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1529.47
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 152866 81 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1529.47
Current children cumulated vsize (KiB) 384780

[startup+1602.88 s]
/proc/loadavg: 2.00 1.98 1.75 3/73 22470
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1588.97
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 158816 81 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1588.97
Current children cumulated vsize (KiB) 384780

[startup+1662.89 s]
/proc/loadavg: 2.00 1.98 1.77 3/73 22470
/proc/meminfo: memFree=780152/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1648.47
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 164766 81 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1648.47
Current children cumulated vsize (KiB) 384780

[startup+1722.9 s]
/proc/loadavg: 2.00 1.98 1.78 3/73 22470
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1707.96
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 170715 81 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1707.96
Current children cumulated vsize (KiB) 384780

[startup+1782.91 s]
/proc/loadavg: 2.00 1.98 1.79 3/73 22470
/proc/meminfo: memFree=780088/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1767.51
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 176669 82 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520756 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1767.51
Current children cumulated vsize (KiB) 384780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.73 s]
/proc/loadavg: 2.00 1.98 1.80 3/73 22509
/proc/meminfo: memFree=837864/2055920 swapFree=4192812/4192956
[pid=22269] ppid=22264 vsize=384780 CPUtime=1800.09
/proc/22269/stat : 22269 (VALCSP) R 22264 22269 22155 0 -1 4194304 95934 0 0 0 179925 84 0 0 25 0 1 0 246493949 394014720 95912 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134520793 0 0 4096 0 0 0 0 17 0 0 0
/proc/22269/statm: 96195 95912 68 8 0 95867 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 384780

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.8
CPU time (s): 1800.15
CPU user time (s): 1799.25
CPU system time (s): 0.899863
CPU usage (%): 99.1384
Max. virtual memory (cumulated for all children) (KiB): 384780

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

runsolver used 1.52077 s user time and 5.08123 s system time

The end

Launcher Data (download as text)

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


IDJOB= 269532
IDBENCH= 6941
IDSOLVER= 90
FILE ID= node60/269532-1168980959

PBS_JOBID= 3566383

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= d4fc2c4e0b0392ee9c79e754aa39e238
MD5SUM BENCH=  1cfbb878cd4fcedc1a1cd5b11d5233a9

RANDOM SEED= 81918960

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:       1356344 kB
Buffers:         45176 kB
Cached:         556624 kB
SwapCached:          0 kB
Active:         164340 kB
Inactive:       457636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1356344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8068 kB
Writeback:           0 kB
Mapped:          30308 kB
Slab:            63296 kB
Committed_AS:  5171436 kB
PageTables:       1684 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= 66550 MiB



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