Trace number 199814

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.11 1802

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-29_ext.xml
MD5SUM9c6a9349bdd157e01642ecaeb6b5556a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
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/199814-1168136593/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/node51/watcher-199814-1168136593 -o ROOT/results/node51/solver-199814-1168136593 -C 1800 -M 900 /tmp/evaluation/199814-1168136593/Complete/Ordinary/solver /tmp/evaluation/199814-1168136593/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: 2.09 2.03 1.87 5/82 17114
/proc/meminfo: memFree=1339584/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=5352 CPUtime=0
/proc/17113/stat : 17113 (sh) R 17111 17113 16247 0 -1 4194304 267 0 0 0 0 0 0 0 21 0 1 0 162059100 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 235371293991 0 0 4096 0 0 0 0 17 1 0 0
/proc/17113/statm: 1338 234 196 169 0 49 0

[startup+0.131608 s]
/proc/loadavg: 2.09 2.03 1.87 5/82 17114
/proc/meminfo: memFree=1339584/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=61640 CPUtime=0.11
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 2284 0 0 0 10 1 0 0 21 0 1 0 162059100 63119360 2000 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/17113/statm: 15410 2000 158 90 0 14948 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 61640

[startup+0.540678 s]
/proc/loadavg: 2.09 2.03 1.87 5/82 17114
/proc/meminfo: memFree=1339584/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=61640 CPUtime=0.52
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 8014 0 0 0 48 4 0 0 25 0 1 0 162059100 63119360 7730 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691896 0 0 4096 2 0 0 0 17 1 0 0
/proc/17113/statm: 15410 7730 158 90 0 14948 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 61640

[startup+1.36881 s]
/proc/loadavg: 2.08 2.03 1.87 3/82 17114
/proc/meminfo: memFree=1264960/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=136228 CPUtime=1.34
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 19049 0 0 0 125 9 0 0 25 0 1 0 162059100 139497472 18765 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858960 0 0 4096 2 0 0 0 17 1 0 0
/proc/17113/statm: 34057 18765 158 90 0 33595 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 136228

[startup+3.00709 s]
/proc/loadavg: 2.08 2.03 1.87 4/82 17114
/proc/meminfo: memFree=1295552/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=101068 CPUtime=2.98
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 21261 0 0 0 287 11 0 0 25 0 1 0 162059100 103493632 12413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134594943 0 0 4096 2 0 0 0 17 1 0 0
/proc/17113/statm: 25267 12413 158 90 0 24805 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 101068

[startup+6.29166 s]
/proc/loadavg: 2.07 2.03 1.87 3/82 17114
/proc/meminfo: memFree=1244672/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=131876 CPUtime=6.25
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 52470 0 0 0 598 27 0 0 25 0 1 0 162059100 135041024 24274 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858994 0 0 4096 2 0 0 0 17 1 0 0
/proc/17113/statm: 32969 24274 158 90 0 32507 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 131876

[startup+12.7598 s]
/proc/loadavg: 2.07 2.03 1.87 4/82 17114
/proc/meminfo: memFree=1232960/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=132532 CPUtime=12.68
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 83979 0 0 0 1224 44 0 0 25 0 1 0 162059100 135712768 26834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/17113/statm: 33133 26834 158 90 0 32671 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 132532

[startup+25.5829 s]
/proc/loadavg: 2.14 2.04 1.88 3/82 17114
/proc/meminfo: memFree=1230656/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=132660 CPUtime=25.45
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 140496 0 0 0 2469 76 0 0 25 0 1 0 162059100 135843840 27330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/17113/statm: 33165 27330 158 90 0 32703 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 132660

[startup+51.2453 s]
/proc/loadavg: 2.08 2.04 1.88 3/82 17114
/proc/meminfo: memFree=1125376/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=306296 CPUtime=50.98
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 286760 0 0 0 4944 154 0 0 25 0 1 0 162059100 313647104 53578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552229 0 0 4096 2 0 0 0 17 1 0 0
/proc/17113/statm: 76574 53578 158 90 0 76112 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 306296

[startup+102.468 s]
/proc/loadavg: 2.03 2.03 1.89 3/83 17115
/proc/meminfo: memFree=1094392/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=318760 CPUtime=101.97
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320414 0 0 0 10024 173 0 0 25 0 2 0 162059100 326410240 61340 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566443 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17113/statm: 79690 61340 170 90 0 79228 0
[pid=17113/tid=17115] ppid=17111 vsize=318760 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162065354 326410240 61340 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 318760

[startup+162.522 s]
/proc/loadavg: 2.01 2.02 1.89 4/83 17115
/proc/meminfo: memFree=1094328/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=318760 CPUtime=161.73
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320414 0 0 0 16000 173 0 0 25 0 2 0 162059100 326410240 61340 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711204 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17113/statm: 79690 61340 170 90 0 79228 0
[pid=17113/tid=17115] ppid=17111 vsize=318760 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162065354 326410240 61340 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 318760

[startup+222.605 s]
/proc/loadavg: 1.44 1.86 1.84 2/66 17131
/proc/meminfo: memFree=1634328/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=318760 CPUtime=221.75
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320414 0 0 0 22002 173 0 0 25 0 2 0 162059100 326410240 61340 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 79690 61340 170 90 0 79228 0
[pid=17113/tid=17115] ppid=17111 vsize=318760 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162065354 326410240 61340 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.75
Current children cumulated vsize (KiB) 318760

[startup+282.661 s]
/proc/loadavg: 1.16 1.70 1.79 2/66 17131
/proc/meminfo: memFree=1634328/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=318760 CPUtime=281.78
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320415 0 0 0 28005 173 0 0 25 0 2 0 162059100 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 79690 61341 170 90 0 79228 0
[pid=17113/tid=17115] ppid=17111 vsize=318760 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162065354 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.78
Current children cumulated vsize (KiB) 318760

[startup+342.717 s]
/proc/loadavg: 1.06 1.57 1.73 2/66 17131
/proc/meminfo: memFree=1634392/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=318760 CPUtime=341.82
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320415 0 0 0 34008 174 0 0 25 0 2 0 162059100 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 79690 61341 170 90 0 79228 0
[pid=17113/tid=17115] ppid=17111 vsize=318760 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162065354 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.82
Current children cumulated vsize (KiB) 318760

[startup+402.769 s]
/proc/loadavg: 1.02 1.46 1.69 2/66 17131
/proc/meminfo: memFree=1634392/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=318760 CPUtime=401.86
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320415 0 0 0 40012 174 0 0 25 0 2 0 162059100 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 79690 61341 170 90 0 79228 0
[pid=17113/tid=17115] ppid=17111 vsize=318760 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162065354 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.86
Current children cumulated vsize (KiB) 318760

[startup+462.832 s]
/proc/loadavg: 1.00 1.38 1.64 2/66 17131
/proc/meminfo: memFree=1634392/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=318760 CPUtime=461.88
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320415 0 0 0 46013 175 0 0 25 0 2 0 162059100 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604155 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 79690 61341 170 90 0 79228 0
[pid=17113/tid=17115] ppid=17111 vsize=318760 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162065354 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.88
Current children cumulated vsize (KiB) 318760

[startup+522.897 s]
/proc/loadavg: 1.00 1.31 1.60 2/66 17131
/proc/meminfo: memFree=1634392/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=318760 CPUtime=521.9
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320415 0 0 0 52015 175 0 0 25 0 2 0 162059100 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604155 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 79690 61341 170 90 0 79228 0
[pid=17113/tid=17115] ppid=17111 vsize=318760 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162065354 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.9
Current children cumulated vsize (KiB) 318760

[startup+582.959 s]
/proc/loadavg: 1.00 1.25 1.56 2/66 17131
/proc/meminfo: memFree=1634392/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=318760 CPUtime=581.91
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320415 0 0 0 58016 175 0 0 25 0 2 0 162059100 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 79690 61341 170 90 0 79228 0
[pid=17113/tid=17115] ppid=17111 vsize=318760 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162065354 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 318760

[startup+643.019 s]
/proc/loadavg: 1.00 1.20 1.52 2/66 17131
/proc/meminfo: memFree=1634392/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=318760 CPUtime=641.93
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320415 0 0 0 64018 175 0 0 25 0 2 0 162059100 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556840 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 79690 61341 170 90 0 79228 0
[pid=17113/tid=17115] ppid=17111 vsize=318760 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162065354 326410240 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 318760

[startup+703.081 s]
/proc/loadavg: 1.00 1.16 1.49 2/66 17131

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

[pid=17113/tid=17132] ppid=17111 vsize=329004 CPUtime=0
/proc/17113/task/17132/stat : 17132 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162155369 336900096 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.19
Current children cumulated vsize (KiB) 329004

[startup+1243.76 s]
/proc/loadavg: 1.00 1.02 1.25 2/67 17132
/proc/meminfo: memFree=1634128/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=329004 CPUtime=1242.24
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320417 0 0 0 124049 175 0 0 25 0 3 0 162059100 336900096 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 82251 61343 170 90 0 81789 0
[pid=17113/tid=17115] ppid=17111 vsize=329004 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162065354 336900096 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17132] ppid=17111 vsize=329004 CPUtime=0
/proc/17113/task/17132/stat : 17132 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162155369 336900096 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.24
Current children cumulated vsize (KiB) 329004

[startup+1303.85 s]
/proc/loadavg: 1.00 1.01 1.23 2/67 17132
/proc/meminfo: memFree=1634128/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=329004 CPUtime=1302.3
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320417 0 0 0 130054 176 0 0 25 0 3 0 162059100 336900096 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639208 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 82251 61343 170 90 0 81789 0
[pid=17113/tid=17115] ppid=17111 vsize=329004 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162065354 336900096 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17132] ppid=17111 vsize=329004 CPUtime=0
/proc/17113/task/17132/stat : 17132 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162155369 336900096 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 329004

[startup+1363.94 s]
/proc/loadavg: 1.00 1.00 1.22 2/67 17132
/proc/meminfo: memFree=1634064/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=329004 CPUtime=1362.34
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320417 0 0 0 136058 176 0 0 25 0 3 0 162059100 336900096 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 82251 61343 170 90 0 81789 0
[pid=17113/tid=17115] ppid=17111 vsize=329004 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162065354 336900096 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17132] ppid=17111 vsize=329004 CPUtime=0
/proc/17113/task/17132/stat : 17132 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162155369 336900096 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 329004

[startup+1424.03 s]
/proc/loadavg: 1.00 1.00 1.20 2/68 17133
/proc/meminfo: memFree=1634056/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=339248 CPUtime=1422.38
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320420 0 0 0 142062 176 0 0 25 0 4 0 162059100 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552207 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 84812 61346 170 90 0 84350 0
[pid=17113/tid=17115] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162065354 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17132] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17132/stat : 17132 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162155369 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17133] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17133/stat : 17133 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162200375 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1422.38
Current children cumulated vsize (KiB) 339248

[startup+1484.03 s]
/proc/loadavg: 1.00 1.00 1.18 2/68 17133
/proc/meminfo: memFree=1634056/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=339248 CPUtime=1482.35
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320420 0 0 0 148059 176 0 0 25 0 4 0 162059100 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565325 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 84812 61346 170 90 0 84350 0
[pid=17113/tid=17115] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162065354 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17132] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17132/stat : 17132 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162155369 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17133] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17133/stat : 17133 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162200375 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 339248

[startup+1544.04 s]
/proc/loadavg: 1.07 1.02 1.18 2/68 17133
/proc/meminfo: memFree=1633992/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=339248 CPUtime=1542.31
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320420 0 0 0 154055 176 0 0 25 0 4 0 162059100 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613107 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 84812 61346 170 90 0 84350 0
[pid=17113/tid=17115] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162065354 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17132] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17132/stat : 17132 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162155369 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17133] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17133/stat : 17133 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162200375 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 339248

[startup+1604.06 s]
/proc/loadavg: 1.02 1.01 1.16 2/68 17133
/proc/meminfo: memFree=1633992/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=339248 CPUtime=1602.29
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320420 0 0 0 160052 177 0 0 25 0 4 0 162059100 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 84812 61346 170 90 0 84350 0
[pid=17113/tid=17115] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162065354 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17132] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17132/stat : 17132 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162155369 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17133] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17133/stat : 17133 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162200375 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 339248

[startup+1664.07 s]
/proc/loadavg: 1.01 1.00 1.15 2/68 17133
/proc/meminfo: memFree=1633992/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=339248 CPUtime=1662.26
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320420 0 0 0 166049 177 0 0 25 0 4 0 162059100 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670102 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 84812 61346 170 90 0 84350 0
[pid=17113/tid=17115] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162065354 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17132] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17132/stat : 17132 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162155369 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17133] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17133/stat : 17133 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162200375 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.26
Current children cumulated vsize (KiB) 339248

[startup+1724.08 s]
/proc/loadavg: 1.00 1.00 1.14 2/68 17133
/proc/meminfo: memFree=1633928/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=339248 CPUtime=1722.24
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320420 0 0 0 172047 177 0 0 25 0 4 0 162059100 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 84812 61346 170 90 0 84350 0
[pid=17113/tid=17115] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162065354 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17132] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17132/stat : 17132 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162155369 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17133] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17133/stat : 17133 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162200375 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.24
Current children cumulated vsize (KiB) 339248

[startup+1784.1 s]
/proc/loadavg: 1.00 1.00 1.13 2/68 17133
/proc/meminfo: memFree=1633992/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=339248 CPUtime=1782.21
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320420 0 0 0 178044 177 0 0 25 0 4 0 162059100 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608123 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 84812 61346 170 90 0 84350 0
[pid=17113/tid=17115] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162065354 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17132] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17132/stat : 17132 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162155369 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17133] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17133/stat : 17133 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162200375 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.21
Current children cumulated vsize (KiB) 339248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.95 s]
/proc/loadavg: 1.00 1.00 1.12 2/68 17133
/proc/meminfo: memFree=1633928/2055920 swapFree=4192812/4192956
[pid=17113] ppid=17111 vsize=339248 CPUtime=1800.05
/proc/17113/stat : 17113 (bprolog) R 17111 17113 16247 0 -1 4194304 320420 0 0 0 179828 177 0 0 25 0 4 0 162059100 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552096 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17113/statm: 84812 61346 170 90 0 84350 0
[pid=17113/tid=17115] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17115/stat : 17115 (bprolog) S 17111 17113 16247 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162065354 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17132] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17132/stat : 17132 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162155369 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17113/tid=17133] ppid=17111 vsize=339248 CPUtime=0
/proc/17113/task/17133/stat : 17133 (bprolog) S 17111 17113 16247 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162200375 347389952 61346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 339248

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802
CPU time (s): 1800.11
CPU user time (s): 1798.29
CPU system time (s): 1.81772
CPU usage (%): 99.8952
Max. virtual memory (cumulated for all children) (KiB): 339248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.29
system time used= 1.81772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320420
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= 12
involuntary context switches= 11252

runsolver used 1.67075 s user time and 4.88126 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Sun Jan  7 02:23:13 UTC 2007


IDJOB= 199814
IDBENCH= 3638
FILE ID= node51/199814-1168136593

PBS_JOBID= 3478020

Free space on /tmp= 66541 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-199814-1168136593 -o ROOT/results/node51/solver-199814-1168136593 -C 1800 -M 900  /tmp/evaluation/199814-1168136593/Complete/Ordinary/solver /tmp/evaluation/199814-1168136593/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  9c6a9349bdd157e01642ecaeb6b5556a

RANDOM SEED= 832532895

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.277
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.277
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:       1340064 kB
Buffers:         29244 kB
Cached:          85404 kB
SwapCached:          0 kB
Active:         608188 kB
Inactive:        56048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1340064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7616 kB
Writeback:           0 kB
Mapped:         568748 kB
Slab:            35736 kB
Committed_AS:  4072020 kB
PageTables:       2928 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= 66541 MiB



End job on node51 on Sun Jan  7 02:53:28 UTC 2007