Trace number 208650

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
BPrologCSPSolver70a 2006-12-13? (TO) 1800.04 1816.18

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-13_ext.xml
MD5SUM0838945d23053064998840a410e5fa30
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.2792
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/208650-1168189142/unknown)

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/node1/watcher-208650-1168189142 -o ROOT/results/node1/solver-208650-1168189142 -C 1800 -M 900 /tmp/evaluation/208650-1168189142/Complete/Ordinary/solver /tmp/evaluation/208650-1168189142/unknown 1800 

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.90 1.98 1.99 5/87 25980
/proc/meminfo: memFree=1662528/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=53472 CPUtime=0
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 486 0 0 0 0 0 0 0 20 0 1 0 167310491 54755328 205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550346 0 0 4096 2 0 0 0 17 1 0 0
/proc/25979/statm: 13368 205 123 90 0 12906 0

[startup+0.104918 s]
/proc/loadavg: 1.90 1.98 1.99 5/87 25980
/proc/meminfo: memFree=1662528/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=61640 CPUtime=0.08
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 1888 0 0 0 8 0 0 0 20 0 1 0 167310491 63119360 1604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/25979/statm: 15410 1604 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.516957 s]
/proc/loadavg: 1.90 1.98 1.99 5/87 25980
/proc/meminfo: memFree=1662528/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=61640 CPUtime=0.5
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 4832 0 0 0 48 2 0 0 24 0 1 0 167310491 63119360 4548 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607425 0 0 4096 2 0 0 0 17 1 0 0
/proc/25979/statm: 15410 4548 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34106 s]
/proc/loadavg: 1.90 1.98 1.99 3/87 25980
/proc/meminfo: memFree=1631616/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=70016 CPUtime=1.32
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 12004 0 0 0 126 6 0 0 25 0 1 0 167310491 71696384 10393 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589502 0 0 4096 2 0 0 0 17 1 0 0
/proc/25979/statm: 17504 10393 158 90 0 17042 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 70016

[startup+2.97826 s]
/proc/loadavg: 1.90 1.98 1.99 3/87 25980
/proc/meminfo: memFree=1614208/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=79540 CPUtime=2.94
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 22099 0 0 0 283 11 0 0 25 0 1 0 167310491 81448960 12860 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 0 0 0 17 1 0 0
/proc/25979/statm: 19885 12860 158 90 0 19423 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 79540

[startup+6.25764 s]
/proc/loadavg: 1.91 1.98 1.99 3/87 25980
/proc/meminfo: memFree=1609152/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=79896 CPUtime=6.19
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 36428 0 0 0 599 20 0 0 25 0 1 0 167310491 81813504 14044 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/25979/statm: 19974 14044 158 90 0 19512 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 79896

[startup+12.7344 s]
/proc/loadavg: 1.91 1.98 1.99 3/87 25980
/proc/meminfo: memFree=1604800/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=79968 CPUtime=12.61
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 61096 0 0 0 1227 34 0 0 25 0 1 0 167310491 81887232 14324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/25979/statm: 19992 14324 158 90 0 19530 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 79968

[startup+25.5639 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 25980
/proc/meminfo: memFree=1551360/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=171756 CPUtime=25.32
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 129014 0 0 0 2462 70 0 0 25 0 1 0 167310491 175878144 26814 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857082 0 0 4096 2 0 0 0 17 1 0 0
/proc/25979/statm: 42939 26814 158 90 0 42477 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 171756

[startup+51.2359 s]
/proc/loadavg: 1.95 1.98 1.99 3/88 25981
/proc/meminfo: memFree=1539000/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=182556 CPUtime=50.75
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137643 0 0 0 5000 75 0 0 25 0 2 0 167310491 186937344 30069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 45639 30069 170 90 0 45177 0
[pid=25979/tid=25981] ppid=25977 vsize=182556 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167313323 186937344 30069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 182556

[startup+102.472 s]
/proc/loadavg: 1.98 1.98 1.99 3/88 25981
/proc/meminfo: memFree=1536504/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=182556 CPUtime=101.53
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137643 0 0 0 10077 76 0 0 25 0 2 0 167310491 186937344 30069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 45639 30069 170 90 0 45177 0
[pid=25979/tid=25981] ppid=25977 vsize=182556 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167313323 186937344 30069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 182556

[startup+162.559 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 26123
/proc/meminfo: memFree=1532104/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=182556 CPUtime=160.92
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137643 0 0 0 16016 76 0 0 25 0 2 0 167310491 186937344 30069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 45639 30069 170 90 0 45177 0
[pid=25979/tid=25981] ppid=25977 vsize=182556 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167313323 186937344 30069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 182556

[startup+222.637 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 26179
/proc/meminfo: memFree=1529848/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=182556 CPUtime=220.38
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137643 0 0 0 21962 76 0 0 25 0 2 0 167310491 186937344 30069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566546 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 45639 30069 170 90 0 45177 0
[pid=25979/tid=25981] ppid=25977 vsize=182556 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167313323 186937344 30069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.38
Current children cumulated vsize (KiB) 182556

[startup+282.717 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 26179
/proc/meminfo: memFree=1525240/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=182556 CPUtime=279.92
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137644 0 0 0 27915 77 0 0 25 0 2 0 167310491 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566917 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 45639 30070 170 90 0 45177 0
[pid=25979/tid=25981] ppid=25977 vsize=182556 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167313323 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.92
Current children cumulated vsize (KiB) 182556

[startup+342.801 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 26179
/proc/meminfo: memFree=1520696/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=182556 CPUtime=339.46
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137644 0 0 0 33869 77 0 0 25 0 2 0 167310491 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589673 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 45639 30070 170 90 0 45177 0
[pid=25979/tid=25981] ppid=25977 vsize=182556 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167313323 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.46
Current children cumulated vsize (KiB) 182556

[startup+402.885 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 26179
/proc/meminfo: memFree=1517368/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=182556 CPUtime=399
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137644 0 0 0 39822 78 0 0 25 0 2 0 167310491 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 45639 30070 170 90 0 45177 0
[pid=25979/tid=25981] ppid=25977 vsize=182556 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167313323 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399
Current children cumulated vsize (KiB) 182556

[startup+462.969 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 26179
/proc/meminfo: memFree=1514360/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=182556 CPUtime=458.53
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137644 0 0 0 45775 78 0 0 25 0 2 0 167310491 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574465 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 45639 30070 170 90 0 45177 0
[pid=25979/tid=25981] ppid=25977 vsize=182556 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167313323 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.53
Current children cumulated vsize (KiB) 182556

[startup+523.056 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 26179
/proc/meminfo: memFree=1511352/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=182556 CPUtime=518.07
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137644 0 0 0 51728 79 0 0 25 0 2 0 167310491 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574018 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 45639 30070 170 90 0 45177 0
[pid=25979/tid=25981] ppid=25977 vsize=182556 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167313323 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.07
Current children cumulated vsize (KiB) 182556

[startup+583.143 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 26179
/proc/meminfo: memFree=1506680/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=182556 CPUtime=577.6
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137644 0 0 0 57681 79 0 0 25 0 2 0 167310491 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552336 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 45639 30070 170 90 0 45177 0
[pid=25979/tid=25981] ppid=25977 vsize=182556 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167313323 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.6
Current children cumulated vsize (KiB) 182556

[startup+643.221 s]
/proc/loadavg: 2.04 2.00 1.99 3/88 26179
/proc/meminfo: memFree=1503352/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=182556 CPUtime=637.14
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137644 0 0 0 63634 80 0 0 25 0 2 0 167310491 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566436 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 45639 30070 170 90 0 45177 0
[pid=25979/tid=25981] ppid=25977 vsize=182556 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167313323 186937344 30070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.14
Current children cumulated vsize (KiB) 182556


################
# More data... #
################

[pid=25979/tid=26180] ppid=25977 vsize=192800 CPUtime=0
/proc/25979/task/26180/stat : 26180 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167403339 197427200 30071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.92
Current children cumulated vsize (KiB) 192800

[startup+1244.01 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 26182
/proc/meminfo: memFree=1468144/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=192800 CPUtime=1232.45
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137645 0 0 0 123161 84 0 0 25 0 3 0 167310491 197427200 30071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 48200 30071 170 90 0 47738 0
[pid=25979/tid=25981] ppid=25977 vsize=192800 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167313323 197427200 30071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26180] ppid=25977 vsize=192800 CPUtime=0
/proc/25979/task/26180/stat : 26180 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167403339 197427200 30071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.45
Current children cumulated vsize (KiB) 192800

[startup+1304.09 s]
/proc/loadavg: 2.06 2.03 2.00 3/89 26182
/proc/meminfo: memFree=1465584/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=192800 CPUtime=1291.98
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137645 0 0 0 129114 84 0 0 25 0 3 0 167310491 197427200 30071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 48200 30071 170 90 0 47738 0
[pid=25979/tid=25981] ppid=25977 vsize=192800 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167313323 197427200 30071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26180] ppid=25977 vsize=192800 CPUtime=0
/proc/25979/task/26180/stat : 26180 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167403339 197427200 30071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.98
Current children cumulated vsize (KiB) 192800

[startup+1364.17 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 26182
/proc/meminfo: memFree=1463408/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=192800 CPUtime=1351.52
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137645 0 0 0 135067 85 0 0 25 0 3 0 167310491 197427200 30071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 48200 30071 170 90 0 47738 0
[pid=25979/tid=25981] ppid=25977 vsize=192800 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167313323 197427200 30071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26180] ppid=25977 vsize=192800 CPUtime=0
/proc/25979/task/26180/stat : 26180 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167403339 197427200 30071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.52
Current children cumulated vsize (KiB) 192800

[startup+1424.27 s]
/proc/loadavg: 2.06 2.03 2.00 3/90 26183
/proc/meminfo: memFree=1461096/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=203044 CPUtime=1411.07
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137646 0 0 0 141022 85 0 0 25 0 4 0 167310491 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 50761 30072 170 90 0 50299 0
[pid=25979/tid=25981] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167313323 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26180] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26180/stat : 26180 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167403339 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26183] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26183/stat : 26183 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167448347 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1411.07
Current children cumulated vsize (KiB) 203044

[startup+1484.29 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 26183
/proc/meminfo: memFree=1458728/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=203044 CPUtime=1470.55
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137646 0 0 0 146969 86 0 0 25 0 4 0 167310491 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664610 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 50761 30072 170 90 0 50299 0
[pid=25979/tid=25981] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167313323 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26180] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26180/stat : 26180 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167403339 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26183] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26183/stat : 26183 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167448347 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.55
Current children cumulated vsize (KiB) 203044

[startup+1544.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 26183
/proc/meminfo: memFree=1456552/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=203044 CPUtime=1530.02
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137646 0 0 0 152916 86 0 0 25 0 4 0 167310491 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711190 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 50761 30072 170 90 0 50299 0
[pid=25979/tid=25981] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167313323 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26180] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26180/stat : 26180 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167403339 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26183] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26183/stat : 26183 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167448347 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.02
Current children cumulated vsize (KiB) 203044

[startup+1604.34 s]
/proc/loadavg: 2.09 2.04 2.01 3/90 26183
/proc/meminfo: memFree=1454376/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=203044 CPUtime=1589.5
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137646 0 0 0 158863 87 0 0 25 0 4 0 167310491 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 50761 30072 170 90 0 50299 0
[pid=25979/tid=25981] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167313323 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26180] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26180/stat : 26180 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167403339 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26183] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26183/stat : 26183 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167448347 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.5
Current children cumulated vsize (KiB) 203044

[startup+1664.38 s]
/proc/loadavg: 2.19 2.07 2.02 3/100 26269
/proc/meminfo: memFree=1105312/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=203044 CPUtime=1648.92
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137646 0 0 0 164804 88 0 0 25 0 4 0 167310491 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613107 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 50761 30072 170 90 0 50299 0
[pid=25979/tid=25981] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167313323 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26180] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26180/stat : 26180 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167403339 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26183] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26183/stat : 26183 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167448347 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.92
Current children cumulated vsize (KiB) 203044

[startup+1724.42 s]
/proc/loadavg: 2.60 2.19 2.06 4/100 26269
/proc/meminfo: memFree=868768/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=203044 CPUtime=1708.56
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137646 0 0 0 170767 89 0 0 25 0 4 0 167310491 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589474 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25979/statm: 50761 30072 170 90 0 50299 0
[pid=25979/tid=25981] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167313323 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26180] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26180/stat : 26180 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167403339 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26183] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26183/stat : 26183 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167448347 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.56
Current children cumulated vsize (KiB) 203044

[startup+1784.47 s]
/proc/loadavg: 2.24 2.17 2.06 3/100 26321
/proc/meminfo: memFree=1430680/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=203044 CPUtime=1768.35
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137646 0 0 0 176745 90 0 0 25 0 4 0 167310491 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25979/statm: 50761 30072 170 90 0 50299 0
[pid=25979/tid=25981] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167313323 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26180] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26180/stat : 26180 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167403339 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26183] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26183/stat : 26183 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167448347 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.35
Current children cumulated vsize (KiB) 203044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.15 s]
/proc/loadavg: 2.13 2.14 2.05 3/100 26321
/proc/meminfo: memFree=1359704/2055920 swapFree=4165612/4192956
[pid=25979] ppid=25977 vsize=203044 CPUtime=1800
/proc/25979/stat : 25979 (bprolog) R 25977 25979 25431 0 -1 4194304 137646 0 0 0 179910 90 0 0 25 0 4 0 167310491 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25979/statm: 50761 30072 170 90 0 50299 0
[pid=25979/tid=25981] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/25981/stat : 25981 (bprolog) S 25977 25979 25431 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167313323 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26180] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26180/stat : 26180 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167403339 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25979/tid=26183] ppid=25977 vsize=203044 CPUtime=0
/proc/25979/task/26183/stat : 26183 (bprolog) S 25977 25979 25431 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167448347 207917056 30072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 203044

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.18
CPU time (s): 1800.04
CPU user time (s): 1799.11
CPU system time (s): 0.926859
CPU usage (%): 99.1113
Max. virtual memory (cumulated for all children) (KiB): 203044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 0.926859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137646
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= 14
involuntary context switches= 66587

runsolver used 2.05769 s user time and 5.99009 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Jan  7 16:59:02 UTC 2007


IDJOB= 208650
IDBENCH= 4419
FILE ID= node1/208650-1168189142

PBS_JOBID= 3478965

Free space on /tmp= 66298 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20-fcd/rand-3-20-20-60-632-fcd-13_ext.xml
COMMAND LINE= /tmp/evaluation/208650-1168189142/Complete/Ordinary/solver /tmp/evaluation/208650-1168189142/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-208650-1168189142 -o ROOT/results/node1/conversion-208650-1168189142 -C 600 -M 900 /tmp/evaluation/208650-1168189142/Complete/Ordinary/conversion /tmp/evaluation/208650-1168189142/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-208650-1168189142 -o ROOT/results/node1/solver-208650-1168189142 -C 1800 -M 900  /tmp/evaluation/208650-1168189142/Complete/Ordinary/solver /tmp/evaluation/208650-1168189142/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  0838945d23053064998840a410e5fa30

RANDOM SEED= 863364740

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.234
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.234
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:       1663008 kB
Buffers:         32228 kB
Cached:         207320 kB
SwapCached:       3620 kB
Active:         192484 kB
Inactive:       144144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663008 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            4076 kB
Writeback:           0 kB
Mapped:         108192 kB
Slab:            40904 kB
Committed_AS:  4829948 kB
PageTables:       2460 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= 66305 MiB



End job on node1 on Sun Jan  7 17:29:24 UTC 2007