Trace number 195764

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.16 1808.16

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-25_ext.xml
MD5SUM3800b8200d03c6dbba9934dfe82f5ea2
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 benchmark230.554
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
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/195764-1168113543/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/node61/watcher-195764-1168113543 -o ROOT/results/node61/solver-195764-1168113543 -C 1800 -M 900 /tmp/evaluation/195764-1168113543/Complete/Ordinary/solver /tmp/evaluation/195764-1168113543/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.87 1.50 1.59 5/80 19428
/proc/meminfo: memFree=1149216/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=1320 CPUtime=0
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 302 0 0 0 0 0 0 0 21 0 1 0 159753473 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 10384164 0 0 4096 0 0 0 0 17 1 0 0
/proc/19427/statm: 330 36 29 90 0 167 0

[startup+0.102653 s]
/proc/loadavg: 1.87 1.50 1.59 5/80 19428
/proc/meminfo: memFree=1149216/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=61640 CPUtime=0.09
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 1891 0 0 0 8 1 0 0 21 0 1 0 159753473 63119360 1607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/19427/statm: 15410 1607 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510724 s]
/proc/loadavg: 1.87 1.50 1.59 5/80 19428
/proc/meminfo: memFree=1149216/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=61640 CPUtime=0.5
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 7660 0 0 0 46 4 0 0 25 0 1 0 159753473 63119360 7376 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589296 0 0 4096 2 0 0 0 17 1 0 0
/proc/19427/statm: 15410 7376 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33187 s]
/proc/loadavg: 1.88 1.51 1.59 3/80 19428
/proc/meminfo: memFree=1074528/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=136228 CPUtime=1.3
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 19048 0 0 0 123 7 0 0 25 0 1 0 159753473 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/19427/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 136228

[startup+2.96915 s]
/proc/loadavg: 1.88 1.51 1.59 3/80 19428
/proc/meminfo: memFree=1104096/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=101068 CPUtime=2.93
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 21481 0 0 0 284 9 0 0 25 0 1 0 159753473 103493632 12633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556978 0 0 4096 2 0 0 0 17 1 0 0
/proc/19427/statm: 25267 12633 158 90 0 24805 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 101068

[startup+6.25574 s]
/proc/loadavg: 1.89 1.52 1.59 3/80 19428
/proc/meminfo: memFree=1055328/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=129628 CPUtime=6.18
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 52271 0 0 0 594 24 0 0 25 0 1 0 159753473 132739072 23977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859348 0 0 4096 2 0 0 0 17 1 0 0
/proc/19427/statm: 32407 23977 158 90 0 31945 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 129628

[startup+12.7199 s]
/proc/loadavg: 1.90 1.52 1.60 3/80 19428
/proc/meminfo: memFree=1044256/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=130244 CPUtime=12.6
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 85870 0 0 0 1218 42 0 0 25 0 1 0 159753473 133369856 26400 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857812 0 0 4096 2 0 0 0 17 1 0 0
/proc/19427/statm: 32561 26400 158 90 0 32099 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 130244

[startup+25.5601 s]
/proc/loadavg: 1.91 1.54 1.60 3/80 19428
/proc/meminfo: memFree=1042464/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=130344 CPUtime=25.31
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 146648 0 0 0 2457 74 0 0 25 0 1 0 159753473 133472256 26797 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/19427/statm: 32586 26797 158 90 0 32124 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 130344

[startup+51.2156 s]
/proc/loadavg: 1.95 1.58 1.61 3/80 19428
/proc/meminfo: memFree=930720/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=297856 CPUtime=50.74
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 284346 0 0 0 4932 142 0 0 25 0 1 0 159753473 305004544 55941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552198 0 0 4096 2 0 0 0 17 1 0 0
/proc/19427/statm: 74464 55941 158 90 0 74002 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 297856

[startup+102.446 s]
/proc/loadavg: 2.02 1.66 1.64 4/81 19429
/proc/meminfo: memFree=899288/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=310088 CPUtime=101.52
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 346649 0 0 0 9977 175 0 0 25 0 2 0 159753473 317530112 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19427/statm: 77522 62518 170 90 0 77060 0
[pid=19427/tid=19429] ppid=19425 vsize=310088 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159759918 317530112 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 310088

[startup+162.546 s]
/proc/loadavg: 2.05 1.73 1.66 3/87 19577
/proc/meminfo: memFree=897952/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=310088 CPUtime=160.91
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 350777 0 0 0 15914 177 0 0 25 0 2 0 159753473 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19427/statm: 77522 62519 170 90 0 77060 0
[pid=19427/tid=19429] ppid=19425 vsize=310088 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159759918 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.91
Current children cumulated vsize (KiB) 310088

[startup+222.632 s]
/proc/loadavg: 2.02 1.78 1.68 4/81 19627
/proc/meminfo: memFree=898968/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=310088 CPUtime=220.41
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 359031 0 0 0 21859 182 0 0 25 0 2 0 159753473 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567914 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19427/statm: 77522 62519 170 90 0 77060 0
[pid=19427/tid=19429] ppid=19425 vsize=310088 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159759918 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.41
Current children cumulated vsize (KiB) 310088

[startup+282.673 s]
/proc/loadavg: 1.96 1.80 1.69 3/82 19697
/proc/meminfo: memFree=944584/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=310088 CPUtime=280.22
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 367285 0 0 0 27834 188 0 0 25 0 2 0 159753473 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19427/statm: 77522 62519 170 90 0 77060 0
[pid=19427/tid=19429] ppid=19425 vsize=310088 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159759918 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.22
Current children cumulated vsize (KiB) 310088

[startup+342.683 s]
/proc/loadavg: 1.98 1.84 1.71 4/82 19697
/proc/meminfo: memFree=944584/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=310088 CPUtime=339.94
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 367285 0 0 0 33806 188 0 0 25 0 2 0 159753473 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555702 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19427/statm: 77522 62519 170 90 0 77060 0
[pid=19427/tid=19429] ppid=19425 vsize=310088 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159759918 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.94
Current children cumulated vsize (KiB) 310088

[startup+402.71 s]
/proc/loadavg: 1.99 1.86 1.72 3/82 19697
/proc/meminfo: memFree=944584/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=310088 CPUtime=399.7
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 367285 0 0 0 39782 188 0 0 25 0 2 0 159753473 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19427/statm: 77522 62519 170 90 0 77060 0
[pid=19427/tid=19429] ppid=19425 vsize=310088 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159759918 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.7
Current children cumulated vsize (KiB) 310088

[startup+462.737 s]
/proc/loadavg: 1.99 1.89 1.74 3/82 19697
/proc/meminfo: memFree=944648/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=310088 CPUtime=459.47
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 367285 0 0 0 45758 189 0 0 25 0 2 0 159753473 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554266 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19427/statm: 77522 62519 170 90 0 77060 0
[pid=19427/tid=19429] ppid=19425 vsize=310088 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159759918 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.47
Current children cumulated vsize (KiB) 310088

[startup+522.757 s]
/proc/loadavg: 1.99 1.90 1.75 3/82 19697
/proc/meminfo: memFree=944648/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=310088 CPUtime=519.2
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 367285 0 0 0 51731 189 0 0 25 0 2 0 159753473 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664610 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19427/statm: 77522 62519 170 90 0 77060 0
[pid=19427/tid=19429] ppid=19425 vsize=310088 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159759918 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.2
Current children cumulated vsize (KiB) 310088

[startup+582.793 s]
/proc/loadavg: 1.99 1.92 1.76 3/82 19697
/proc/meminfo: memFree=944648/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=310088 CPUtime=578.96
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 367285 0 0 0 57707 189 0 0 25 0 2 0 159753473 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134825440 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19427/statm: 77522 62519 170 90 0 77060 0
[pid=19427/tid=19429] ppid=19425 vsize=310088 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159759918 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.96
Current children cumulated vsize (KiB) 310088

[startup+642.82 s]
/proc/loadavg: 1.99 1.93 1.77 3/82 19697
/proc/meminfo: memFree=944648/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=310088 CPUtime=638.72
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 367285 0 0 0 63683 189 0 0 25 0 2 0 159753473 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19427/statm: 77522 62519 170 90 0 77060 0
[pid=19427/tid=19429] ppid=19425 vsize=310088 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159759918 317530112 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 638.72
Current children cumulated vsize (KiB) 310088

[startup+702.851 s]
/proc/loadavg: 2.04 1.95 1.79 3/82 19697

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

[pid=19427/tid=19698] ppid=19425 vsize=320332 CPUtime=0
/proc/19427/task/19698/stat : 19698 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159849931 328019968 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.61
Current children cumulated vsize (KiB) 320332

[startup+1243.24 s]
/proc/loadavg: 2.00 1.99 1.86 3/83 19700
/proc/meminfo: memFree=944512/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=320332 CPUtime=1236.38
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 375540 0 0 0 123444 194 0 0 25 0 3 0 159753473 328019968 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19427/statm: 80083 62520 170 90 0 79621 0
[pid=19427/tid=19429] ppid=19425 vsize=320332 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159759918 328019968 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19427/tid=19698] ppid=19425 vsize=320332 CPUtime=0
/proc/19427/task/19698/stat : 19698 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159849931 328019968 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.38
Current children cumulated vsize (KiB) 320332

[startup+1303.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/83 19700
/proc/meminfo: memFree=944512/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=320332 CPUtime=1296.17
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 375540 0 0 0 129423 194 0 0 25 0 3 0 159753473 328019968 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580375 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19427/statm: 80083 62520 170 90 0 79621 0
[pid=19427/tid=19429] ppid=19425 vsize=320332 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159759918 328019968 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19427/tid=19698] ppid=19425 vsize=320332 CPUtime=0
/proc/19427/task/19698/stat : 19698 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159849931 328019968 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.17
Current children cumulated vsize (KiB) 320332

[startup+1363.36 s]
/proc/loadavg: 2.00 1.99 1.87 3/83 19700
/proc/meminfo: memFree=944512/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=320332 CPUtime=1355.96
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 375540 0 0 0 135402 194 0 0 25 0 3 0 159753473 328019968 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19427/statm: 80083 62520 170 90 0 79621 0
[pid=19427/tid=19429] ppid=19425 vsize=320332 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159759918 328019968 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19427/tid=19698] ppid=19425 vsize=320332 CPUtime=0
/proc/19427/task/19698/stat : 19698 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159849931 328019968 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.96
Current children cumulated vsize (KiB) 320332

[startup+1423.42 s]
/proc/loadavg: 2.00 1.99 1.88 3/84 19701
/proc/meminfo: memFree=944504/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=330576 CPUtime=1415.75
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 375541 0 0 0 141380 195 0 0 25 0 4 0 159753473 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609295 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19427/statm: 82644 62521 170 90 0 82182 0
[pid=19427/tid=19429] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159759918 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19427/tid=19698] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19698/stat : 19698 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159849931 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19427/tid=19701] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19701/stat : 19701 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159894938 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.75
Current children cumulated vsize (KiB) 330576

[startup+1483.48 s]
/proc/loadavg: 1.78 1.94 1.87 2/68 19716
/proc/meminfo: memFree=989448/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=330576 CPUtime=1475.59
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 375541 0 0 0 147364 195 0 0 25 0 4 0 159753473 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711378 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19427/statm: 82644 62521 170 90 0 82182 0
[pid=19427/tid=19429] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159759918 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19427/tid=19698] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19698/stat : 19698 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159849931 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19427/tid=19701] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19701/stat : 19701 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159894938 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.59
Current children cumulated vsize (KiB) 330576

[startup+1543.57 s]
/proc/loadavg: 1.28 1.77 1.81 2/68 19716
/proc/meminfo: memFree=989648/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=330576 CPUtime=1535.65
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 375541 0 0 0 153370 195 0 0 25 0 4 0 159753473 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639214 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19427/statm: 82644 62521 170 90 0 82182 0
[pid=19427/tid=19429] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159759918 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19427/tid=19698] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19698/stat : 19698 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159849931 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19427/tid=19701] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19701/stat : 19701 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159894938 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.65
Current children cumulated vsize (KiB) 330576

[startup+1603.66 s]
/proc/loadavg: 1.10 1.62 1.76 2/68 19716
/proc/meminfo: memFree=989648/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=330576 CPUtime=1595.71
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 375541 0 0 0 159376 195 0 0 25 0 4 0 159753473 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19427/statm: 82644 62521 170 90 0 82182 0
[pid=19427/tid=19429] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159759918 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19427/tid=19698] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19698/stat : 19698 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159849931 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19427/tid=19701] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19701/stat : 19701 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159894938 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.71
Current children cumulated vsize (KiB) 330576

[startup+1663.75 s]
/proc/loadavg: 1.04 1.51 1.71 2/68 19716
/proc/meminfo: memFree=989712/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=330576 CPUtime=1655.78
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 375541 0 0 0 165382 196 0 0 25 0 4 0 159753473 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19427/statm: 82644 62521 170 90 0 82182 0
[pid=19427/tid=19429] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159759918 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19427/tid=19698] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19698/stat : 19698 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159849931 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19427/tid=19701] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19701/stat : 19701 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159894938 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.78
Current children cumulated vsize (KiB) 330576

[startup+1723.83 s]
/proc/loadavg: 1.09 1.43 1.67 2/68 19716
/proc/meminfo: memFree=989648/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=330576 CPUtime=1715.85
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 375541 0 0 0 171389 196 0 0 25 0 4 0 159753473 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584885 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19427/statm: 82644 62521 170 90 0 82182 0
[pid=19427/tid=19429] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159759918 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19427/tid=19698] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19698/stat : 19698 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159849931 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19427/tid=19701] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19701/stat : 19701 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159894938 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.85
Current children cumulated vsize (KiB) 330576

[startup+1783.92 s]
/proc/loadavg: 1.03 1.35 1.62 2/68 19716
/proc/meminfo: memFree=989656/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=330576 CPUtime=1775.91
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 375541 0 0 0 177395 196 0 0 25 0 4 0 159753473 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550167 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19427/statm: 82644 62521 170 90 0 82182 0
[pid=19427/tid=19429] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159759918 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19427/tid=19698] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19698/stat : 19698 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159849931 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19427/tid=19701] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19701/stat : 19701 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159894938 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.91
Current children cumulated vsize (KiB) 330576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.11 s]
/proc/loadavg: 1.02 1.32 1.60 2/68 19716
/proc/meminfo: memFree=989656/2055920 swapFree=4192812/4192956
[pid=19427] ppid=19425 vsize=330576 CPUtime=1800.1
/proc/19427/stat : 19427 (bprolog) R 19425 19427 18690 0 -1 4194304 375541 0 0 0 179814 196 0 0 25 0 4 0 159753473 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613670 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19427/statm: 82644 62521 170 90 0 82182 0
[pid=19427/tid=19429] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19429/stat : 19429 (bprolog) S 19425 19427 18690 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159759918 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19427/tid=19698] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19698/stat : 19698 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159849931 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19427/tid=19701] ppid=19425 vsize=330576 CPUtime=0
/proc/19427/task/19701/stat : 19701 (bprolog) S 19425 19427 18690 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159894938 338509824 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 330576

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.16
CPU time (s): 1800.16
CPU user time (s): 1798.15
CPU system time (s): 2.00469
CPU usage (%): 99.5572
Max. virtual memory (cumulated for all children) (KiB): 330576

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

runsolver used 1.83672 s user time and 4.67129 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Sat Jan  6 19:59:04 UTC 2007


IDJOB= 195764
IDBENCH= 3300
FILE ID= node61/195764-1168113543

PBS_JOBID= 3477407

Free space on /tmp= 66503 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24/rand-3-24-24-76-632-25_ext.xml
COMMAND LINE= /tmp/evaluation/195764-1168113543/Complete/Ordinary/solver /tmp/evaluation/195764-1168113543/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node61/convwatcher-195764-1168113543 -o ROOT/results/node61/conversion-195764-1168113543 -C 600 -M 900 /tmp/evaluation/195764-1168113543/Complete/Ordinary/conversion /tmp/evaluation/195764-1168113543/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-195764-1168113543 -o ROOT/results/node61/solver-195764-1168113543 -C 1800 -M 900  /tmp/evaluation/195764-1168113543/Complete/Ordinary/solver /tmp/evaluation/195764-1168113543/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  3800b8200d03c6dbba9934dfe82f5ea2

RANDOM SEED= 508806609

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.259
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.259
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:       1149632 kB
Buffers:         56032 kB
Cached:         661368 kB
SwapCached:          0 kB
Active:         253824 kB
Inactive:       566964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1149632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7912 kB
Writeback:           0 kB
Mapped:         123628 kB
Slab:            70624 kB
Committed_AS:  4010396 kB
PageTables:       1956 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= 66504 MiB



End job on node61 on Sat Jan  6 20:29:25 UTC 2007