Trace number 195842

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

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-33_ext.xml
MD5SUM3631fb31670115f93949060135ba5c0c
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 benchmark150.29
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/195842-1168115165/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/node17/watcher-195842-1168115165 -o ROOT/results/node17/solver-195842-1168115165 -C 1800 -M 900 /tmp/evaluation/195842-1168115165/Complete/Ordinary/solver /tmp/evaluation/195842-1168115165/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.34 2.72 2.75 5/94 27769
/proc/meminfo: memFree=1820824/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=1320 CPUtime=0
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 302 0 0 0 0 0 0 0 20 0 1 0 159912571 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 2859812 0 0 4096 0 0 0 0 17 1 0 0
/proc/27768/statm: 330 36 29 90 0 167 0

[startup+0.102934 s]
/proc/loadavg: 2.34 2.72 2.75 5/94 27769
/proc/meminfo: memFree=1820824/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=61640 CPUtime=0.08
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 1917 0 0 0 8 0 0 0 20 0 1 0 159912571 63119360 1633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 3259332 0 0 4096 2 0 0 0 17 1 0 0
/proc/27768/statm: 15410 1633 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.510975 s]
/proc/loadavg: 2.34 2.72 2.75 5/94 27769
/proc/meminfo: memFree=1820824/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=61640 CPUtime=0.5
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 7784 0 0 0 47 3 0 0 24 0 1 0 159912571 63119360 7500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 0 0 0 17 1 0 0
/proc/27768/statm: 15410 7500 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33206 s]
/proc/loadavg: 2.34 2.72 2.75 3/94 27769
/proc/meminfo: memFree=1746264/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=136228 CPUtime=1.31
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 19048 0 0 0 124 7 0 0 25 0 1 0 159912571 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859027 0 0 4096 2 0 0 0 17 1 0 0
/proc/27768/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.96923 s]
/proc/loadavg: 2.34 2.72 2.75 3/94 27769
/proc/meminfo: memFree=1775512/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=101068 CPUtime=2.94
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 21584 0 0 0 286 8 0 0 25 0 1 0 159912571 103493632 12736 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552086 0 0 4096 2 0 0 0 17 1 0 0
/proc/27768/statm: 25267 12736 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.25058 s]
/proc/loadavg: 2.32 2.71 2.75 3/94 27769
/proc/meminfo: memFree=1726808/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=129600 CPUtime=6.21
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 52279 0 0 0 600 21 0 0 25 0 1 0 159912571 132710400 23984 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/27768/statm: 32400 23984 158 90 0 31938 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 129600

[startup+12.7213 s]
/proc/loadavg: 2.29 2.70 2.74 3/94 27769
/proc/meminfo: memFree=1715672/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=130220 CPUtime=12.64
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 85915 0 0 0 1227 37 0 0 25 0 1 0 159912571 133345280 26444 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865600 0 0 4096 2 0 0 0 17 1 0 0
/proc/27768/statm: 32555 26444 158 90 0 32093 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 130220

[startup+25.5576 s]
/proc/loadavg: 2.23 2.66 2.73 3/94 27769
/proc/meminfo: memFree=1714200/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=130320 CPUtime=25.42
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 150979 0 0 0 2474 68 0 0 25 0 1 0 159912571 133447680 26799 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857070 0 0 4096 2 0 0 0 17 1 0 0
/proc/27768/statm: 32580 26799 158 90 0 32118 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 130320

[startup+51.2163 s]
/proc/loadavg: 2.15 2.61 2.71 3/94 27769
/proc/meminfo: memFree=1597528/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=298116 CPUtime=50.96
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 292386 0 0 0 4958 138 0 0 25 0 1 0 159912571 305270784 56027 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/27768/statm: 74529 56027 158 90 0 74067 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 298116

[startup+102.445 s]
/proc/loadavg: 2.06 2.51 2.67 3/95 27770
/proc/meminfo: memFree=1571216/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=309984 CPUtime=101.95
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 346830 0 0 0 10030 165 0 0 25 0 2 0 159912571 317423616 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27768/statm: 77496 62516 170 90 0 77034 0
[pid=27768/tid=27770] ppid=27766 vsize=309984 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159918949 317423616 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 309984

[startup+162.497 s]
/proc/loadavg: 2.02 2.42 2.63 3/95 27770
/proc/meminfo: memFree=1571152/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=309988 CPUtime=161.72
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 355081 0 0 0 16003 169 0 0 25 0 2 0 159912571 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27768/statm: 77497 62518 170 90 0 77035 0
[pid=27768/tid=27770] ppid=27766 vsize=309988 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159918949 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 309988

[startup+222.558 s]
/proc/loadavg: 2.17 2.37 2.60 3/95 27770
/proc/meminfo: memFree=1571088/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=309988 CPUtime=221.49
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 359206 0 0 0 21977 172 0 0 25 0 2 0 159912571 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27768/statm: 77497 62518 170 90 0 77035 0
[pid=27768/tid=27770] ppid=27766 vsize=309988 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159918949 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.49
Current children cumulated vsize (KiB) 309988

[startup+282.614 s]
/proc/loadavg: 2.06 2.30 2.56 3/95 27770
/proc/meminfo: memFree=1571088/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=309988 CPUtime=281.28
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 359206 0 0 0 27955 173 0 0 25 0 2 0 159912571 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27768/statm: 77497 62518 170 90 0 77035 0
[pid=27768/tid=27770] ppid=27766 vsize=309988 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159918949 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.28
Current children cumulated vsize (KiB) 309988

[startup+342.673 s]
/proc/loadavg: 2.02 2.24 2.52 3/95 27770
/proc/meminfo: memFree=1571032/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=309988 CPUtime=341.05
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 359206 0 0 0 33932 173 0 0 25 0 2 0 159912571 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27768/statm: 77497 62518 170 90 0 77035 0
[pid=27768/tid=27770] ppid=27766 vsize=309988 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159918949 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.05
Current children cumulated vsize (KiB) 309988

[startup+402.729 s]
/proc/loadavg: 2.04 2.21 2.49 3/95 27770
/proc/meminfo: memFree=1570968/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=309988 CPUtime=400.83
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 359206 0 0 0 39909 174 0 0 25 0 2 0 159912571 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27768/statm: 77497 62518 170 90 0 77035 0
[pid=27768/tid=27770] ppid=27766 vsize=309988 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159918949 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.83
Current children cumulated vsize (KiB) 309988

[startup+462.783 s]
/proc/loadavg: 2.01 2.17 2.45 3/95 27770
/proc/meminfo: memFree=1570904/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=309988 CPUtime=460.6
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 367456 0 0 0 45882 178 0 0 25 0 2 0 159912571 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27768/statm: 77497 62518 170 90 0 77035 0
[pid=27768/tid=27770] ppid=27766 vsize=309988 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159918949 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.6
Current children cumulated vsize (KiB) 309988

[startup+522.839 s]
/proc/loadavg: 2.00 2.14 2.42 3/95 27770
/proc/meminfo: memFree=1570776/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=309988 CPUtime=520.38
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 367456 0 0 0 51859 179 0 0 25 0 2 0 159912571 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27768/statm: 77497 62518 170 90 0 77035 0
[pid=27768/tid=27770] ppid=27766 vsize=309988 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159918949 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.38
Current children cumulated vsize (KiB) 309988

[startup+582.9 s]
/proc/loadavg: 2.00 2.11 2.39 3/95 27770
/proc/meminfo: memFree=1570712/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=309988 CPUtime=580.16
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 367456 0 0 0 57836 180 0 0 25 0 2 0 159912571 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590529 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27768/statm: 77497 62518 170 90 0 77035 0
[pid=27768/tid=27770] ppid=27766 vsize=309988 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159918949 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.16
Current children cumulated vsize (KiB) 309988

[startup+642.954 s]
/proc/loadavg: 2.00 2.09 2.37 3/95 27770
/proc/meminfo: memFree=1570584/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=309988 CPUtime=639.92
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 367456 0 0 0 63812 180 0 0 25 0 2 0 159912571 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27768/statm: 77497 62518 170 90 0 77035 0
[pid=27768/tid=27770] ppid=27766 vsize=309988 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159918949 317427712 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.92
Current children cumulated vsize (KiB) 309988

[startup+703.009 s]
/proc/loadavg: 2.00 2.07 2.34 3/95 27770

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

[pid=27768/tid=27771] ppid=27766 vsize=320232 CPUtime=0
/proc/27768/task/27771/stat : 27771 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160008962 327917568 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178
Current children cumulated vsize (KiB) 320232

[startup+1243.64 s]
/proc/loadavg: 2.00 2.00 2.17 3/96 27771
/proc/meminfo: memFree=1569744/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=320232 CPUtime=1237.81
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 371582 0 0 0 123593 188 0 0 25 0 3 0 159912571 327917568 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27768/statm: 80058 62519 170 90 0 79596 0
[pid=27768/tid=27770] ppid=27766 vsize=320232 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159918949 327917568 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27771] ppid=27766 vsize=320232 CPUtime=0
/proc/27768/task/27771/stat : 27771 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160008962 327917568 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.81
Current children cumulated vsize (KiB) 320232

[startup+1303.72 s]
/proc/loadavg: 2.00 2.00 2.16 3/96 27771
/proc/meminfo: memFree=1569680/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=320232 CPUtime=1297.6
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 371582 0 0 0 129572 188 0 0 25 0 3 0 159912571 327917568 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565650 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27768/statm: 80058 62519 170 90 0 79596 0
[pid=27768/tid=27770] ppid=27766 vsize=320232 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159918949 327917568 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27771] ppid=27766 vsize=320232 CPUtime=0
/proc/27768/task/27771/stat : 27771 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160008962 327917568 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.6
Current children cumulated vsize (KiB) 320232

[startup+1363.8 s]
/proc/loadavg: 2.00 2.00 2.15 3/87 27829
/proc/meminfo: memFree=1474264/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=320232 CPUtime=1357.41
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 371582 0 0 0 135549 192 0 0 25 0 3 0 159912571 327917568 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584428 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27768/statm: 80058 62519 170 90 0 79596 0
[pid=27768/tid=27770] ppid=27766 vsize=320232 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159918949 327917568 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27771] ppid=27766 vsize=320232 CPUtime=0
/proc/27768/task/27771/stat : 27771 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160008962 327917568 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.41
Current children cumulated vsize (KiB) 320232

[startup+1423.9 s]
/proc/loadavg: 2.07 2.02 2.14 3/89 27837
/proc/meminfo: memFree=1367176/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=330476 CPUtime=1417.44
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 371583 0 0 0 141552 192 0 0 25 0 4 0 159912571 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27768/statm: 82619 62520 170 90 0 82157 0
[pid=27768/tid=27770] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159918949 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27771] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27771/stat : 27771 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160008962 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27837] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27837/stat : 27837 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160053971 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417.44
Current children cumulated vsize (KiB) 330476

[startup+1483.91 s]
/proc/loadavg: 2.02 2.01 2.13 3/90 27838
/proc/meminfo: memFree=1348224/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=330476 CPUtime=1477.39
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 371583 0 0 0 147547 192 0 0 25 0 4 0 159912571 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27768/statm: 82619 62520 170 90 0 82157 0
[pid=27768/tid=27770] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159918949 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27771] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27771/stat : 27771 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160008962 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27837] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27837/stat : 27837 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160053971 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.39
Current children cumulated vsize (KiB) 330476

[startup+1543.91 s]
/proc/loadavg: 2.05 2.02 2.13 3/90 27838
/proc/meminfo: memFree=1348160/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=330476 CPUtime=1537.33
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 371583 0 0 0 153541 192 0 0 25 0 4 0 159912571 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639158 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27768/statm: 82619 62520 170 90 0 82157 0
[pid=27768/tid=27770] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159918949 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27771] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27771/stat : 27771 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160008962 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27837] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27837/stat : 27837 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160053971 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.33
Current children cumulated vsize (KiB) 330476

[startup+1603.92 s]
/proc/loadavg: 2.01 2.01 2.11 3/90 27838
/proc/meminfo: memFree=1348160/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=330476 CPUtime=1597.27
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 371583 0 0 0 159535 192 0 0 25 0 4 0 159912571 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600893 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27768/statm: 82619 62520 170 90 0 82157 0
[pid=27768/tid=27770] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159918949 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27771] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27771/stat : 27771 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160008962 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27837] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27837/stat : 27837 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160053971 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.27
Current children cumulated vsize (KiB) 330476

[startup+1663.93 s]
/proc/loadavg: 2.00 2.01 2.10 3/90 27838
/proc/meminfo: memFree=1348096/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=330476 CPUtime=1657.22
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 371583 0 0 0 165530 192 0 0 25 0 4 0 159912571 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27768/statm: 82619 62520 170 90 0 82157 0
[pid=27768/tid=27770] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159918949 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27771] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27771/stat : 27771 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160008962 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27837] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27837/stat : 27837 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160053971 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.22
Current children cumulated vsize (KiB) 330476

[startup+1723.94 s]
/proc/loadavg: 2.06 2.02 2.10 3/90 27838
/proc/meminfo: memFree=1348096/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=330476 CPUtime=1717.18
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 371583 0 0 0 171525 193 0 0 25 0 4 0 159912571 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27768/statm: 82619 62520 170 90 0 82157 0
[pid=27768/tid=27770] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159918949 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27771] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27771/stat : 27771 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160008962 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27837] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27837/stat : 27837 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160053971 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.18
Current children cumulated vsize (KiB) 330476

[startup+1783.95 s]
/proc/loadavg: 2.02 2.01 2.09 3/90 27838
/proc/meminfo: memFree=1347904/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=330476 CPUtime=1777.11
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 371583 0 0 0 177518 193 0 0 25 0 4 0 159912571 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27768/statm: 82619 62520 170 90 0 82157 0
[pid=27768/tid=27770] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159918949 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27771] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27771/stat : 27771 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160008962 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27837] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27837/stat : 27837 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160053971 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.11
Current children cumulated vsize (KiB) 330476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.87 s]
/proc/loadavg: 2.01 2.01 2.09 3/90 27838
/proc/meminfo: memFree=1347904/2055920 swapFree=4192812/4192956
[pid=27768] ppid=27766 vsize=330476 CPUtime=1800.02
/proc/27768/stat : 27768 (bprolog) R 27766 27768 27688 0 -1 4194304 371583 0 0 0 179809 193 0 0 25 0 4 0 159912571 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566028 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27768/statm: 82619 62520 170 90 0 82157 0
[pid=27768/tid=27770] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27770/stat : 27770 (bprolog) S 27766 27768 27688 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159918949 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27771] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27771/stat : 27771 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160008962 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27768/tid=27837] ppid=27766 vsize=330476 CPUtime=0
/proc/27768/task/27837/stat : 27837 (bprolog) S 27766 27768 27688 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160053971 338407424 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 330476

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.93
CPU time (s): 1800.08
CPU user time (s): 1798.1
CPU system time (s): 1.9787
CPU usage (%): 99.6212
Max. virtual memory (cumulated for all children) (KiB): 330476

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

runsolver used 1.69674 s user time and 6.31004 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 20:26:05 UTC 2007


IDJOB= 195842
IDBENCH= 3306
FILE ID= node17/195842-1168115165

PBS_JOBID= 3477132

Free space on /tmp= 66315 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-195842-1168115165 -o ROOT/results/node17/solver-195842-1168115165 -C 1800 -M 900  /tmp/evaluation/195842-1168115165/Complete/Ordinary/solver /tmp/evaluation/195842-1168115165/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  3631fb31670115f93949060135ba5c0c

RANDOM SEED= 156623118

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1821304 kB
Buffers:         33684 kB
Cached:          49616 kB
SwapCached:          0 kB
Active:         136516 kB
Inactive:        39968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9132 kB
Writeback:           0 kB
Mapped:         119724 kB
Slab:            42636 kB
Committed_AS:  4116164 kB
PageTables:       2392 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= 66307 MiB



End job on node17 on Sat Jan  6 20:56:25 UTC 2007