Trace number 195985

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 1812.41

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-2_ext.xml
MD5SUMcd732b701dc19065140f3438f227da6d
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 benchmark1394.08
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints73
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension73
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/195985-1168117150/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/node30/watcher-195985-1168117150 -o ROOT/results/node30/solver-195985-1168117150 -C 1800 -M 900 /tmp/evaluation/195985-1168117150/Complete/Ordinary/solver /tmp/evaluation/195985-1168117150/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.09 1.02 1.01 5/94 11945
/proc/meminfo: memFree=859440/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=53472 CPUtime=0
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 486 0 0 0 0 0 0 0 20 0 1 0 160110328 54755328 205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134531075 0 0 4096 2 0 0 0 17 1 0 0
/proc/11944/statm: 13368 205 123 90 0 12906 0

[startup+0.104479 s]
/proc/loadavg: 1.09 1.02 1.01 5/94 11945
/proc/meminfo: memFree=859440/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=61640 CPUtime=0.09
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 1895 0 0 0 9 0 0 0 20 0 1 0 160110328 63119360 1611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550515 0 0 4096 2 0 0 0 17 1 0 0
/proc/11944/statm: 15410 1611 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.515504 s]
/proc/loadavg: 1.09 1.02 1.01 5/94 11945
/proc/meminfo: memFree=859440/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=61640 CPUtime=0.5
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 7601 0 0 0 47 3 0 0 24 0 1 0 160110328 63119360 7317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568386 0 0 4096 2 0 0 0 17 1 0 0
/proc/11944/statm: 15410 7317 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34255 s]
/proc/loadavg: 1.16 1.04 1.01 3/94 11945
/proc/meminfo: memFree=774576/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=136228 CPUtime=1.32
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 19048 0 0 0 125 7 0 0 25 0 1 0 160110328 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865087 0 0 4096 2 0 0 0 17 1 0 0
/proc/11944/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.98566 s]
/proc/loadavg: 1.16 1.04 1.01 4/94 11945
/proc/meminfo: memFree=782896/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=101068 CPUtime=2.96
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 21059 0 0 0 287 9 0 0 25 0 1 0 160110328 103493632 12212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 0 0 0 17 1 0 0
/proc/11944/statm: 25267 12212 158 90 0 24805 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 101068

[startup+6.26488 s]
/proc/loadavg: 1.23 1.05 1.02 3/94 11945
/proc/meminfo: memFree=664560/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=133308 CPUtime=6.22
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 51303 0 0 0 599 23 0 0 25 0 1 0 160110328 136507392 23156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859794 0 0 4096 2 0 0 0 17 1 0 0
/proc/11944/statm: 33327 23156 158 90 0 32865 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 133308

[startup+12.7423 s]
/proc/loadavg: 1.29 1.07 1.02 3/94 11945
/proc/meminfo: memFree=519856/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=133984 CPUtime=12.67
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 81917 0 0 0 1225 42 0 0 25 0 1 0 160110328 137199616 26998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/11944/statm: 33496 26998 158 90 0 33034 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 133984

[startup+25.5711 s]
/proc/loadavg: 1.48 1.11 1.04 4/94 11945
/proc/meminfo: memFree=374384/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=134132 CPUtime=25.43
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 134145 0 0 0 2470 73 0 0 25 0 1 0 160110328 137351168 27574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858532 0 0 4096 2 0 0 0 17 1 0 0
/proc/11944/statm: 33533 27574 158 90 0 33071 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 134132

[startup+51.2507 s]
/proc/loadavg: 1.75 1.21 1.07 4/94 11945
/proc/meminfo: memFree=285616/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=242508 CPUtime=50.98
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 261940 0 0 0 4945 153 0 0 25 0 1 0 160110328 248328192 50019 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 0 0 0 17 1 0 0
/proc/11944/statm: 60627 50019 158 90 0 60165 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 242508

[startup+102.497 s]
/proc/loadavg: 2.35 1.46 1.16 3/101 12010
/proc/meminfo: memFree=228456/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=324436 CPUtime=101.91
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313790 0 0 0 10004 187 0 0 25 0 2 0 160110328 332222464 60867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11944/statm: 81109 60867 170 90 0 80647 0
[pid=11944/tid=11946] ppid=11942 vsize=324436 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116778 332222464 60867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 324436

[startup+162.504 s]
/proc/loadavg: 2.89 1.77 1.28 4/101 12102
/proc/meminfo: memFree=228512/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=324436 CPUtime=161.51
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313791 0 0 0 15964 187 0 0 25 0 2 0 160110328 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11944/statm: 81109 60868 170 90 0 80647 0
[pid=11944/tid=11946] ppid=11942 vsize=324436 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116778 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 324436

[startup+222.593 s]
/proc/loadavg: 2.80 1.94 1.37 4/95 12144
/proc/meminfo: memFree=229544/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=324436 CPUtime=221.25
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313791 0 0 0 21938 187 0 0 25 0 2 0 160110328 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11944/statm: 81109 60868 170 90 0 80647 0
[pid=11944/tid=11946] ppid=11942 vsize=324436 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116778 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.25
Current children cumulated vsize (KiB) 324436

[startup+282.679 s]
/proc/loadavg: 2.37 1.98 1.42 3/95 12144
/proc/meminfo: memFree=228072/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=324436 CPUtime=281.02
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313791 0 0 0 27915 187 0 0 25 0 2 0 160110328 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670248 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 81109 60868 170 90 0 80647 0
[pid=11944/tid=11946] ppid=11942 vsize=324436 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116778 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.02
Current children cumulated vsize (KiB) 324436

[startup+342.752 s]
/proc/loadavg: 2.25 2.01 1.46 3/95 12144
/proc/meminfo: memFree=228008/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=324436 CPUtime=340.74
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313791 0 0 0 33887 187 0 0 25 0 2 0 160110328 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 81109 60868 170 90 0 80647 0
[pid=11944/tid=11946] ppid=11942 vsize=324436 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116778 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.74
Current children cumulated vsize (KiB) 324436

[startup+402.828 s]
/proc/loadavg: 2.24 2.05 1.51 4/95 12144
/proc/meminfo: memFree=228008/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=324436 CPUtime=400.5
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313791 0 0 0 39862 188 0 0 25 0 2 0 160110328 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664610 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 81109 60868 170 90 0 80647 0
[pid=11944/tid=11946] ppid=11942 vsize=324436 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116778 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.5
Current children cumulated vsize (KiB) 324436

[startup+462.901 s]
/proc/loadavg: 2.08 2.04 1.54 3/95 12144
/proc/meminfo: memFree=228008/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=324436 CPUtime=460.25
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313791 0 0 0 45837 188 0 0 25 0 2 0 160110328 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 81109 60868 170 90 0 80647 0
[pid=11944/tid=11946] ppid=11942 vsize=324436 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116778 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.25
Current children cumulated vsize (KiB) 324436

[startup+522.972 s]
/proc/loadavg: 2.11 2.05 1.57 3/95 12144
/proc/meminfo: memFree=227816/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=324436 CPUtime=520
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313791 0 0 0 51811 189 0 0 25 0 2 0 160110328 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600938 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 81109 60868 170 90 0 80647 0
[pid=11944/tid=11946] ppid=11942 vsize=324436 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116778 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520
Current children cumulated vsize (KiB) 324436

[startup+583.051 s]
/proc/loadavg: 2.15 2.07 1.60 3/95 12144
/proc/meminfo: memFree=227944/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=324436 CPUtime=579.76
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313791 0 0 0 57787 189 0 0 25 0 2 0 160110328 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711233 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 81109 60868 170 90 0 80647 0
[pid=11944/tid=11946] ppid=11942 vsize=324436 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116778 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.76
Current children cumulated vsize (KiB) 324436

[startup+643.116 s]
/proc/loadavg: 2.23 2.10 1.64 3/95 12144
/proc/meminfo: memFree=227944/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=324436 CPUtime=639.49
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313791 0 0 0 63760 189 0 0 25 0 2 0 160110328 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 81109 60868 170 90 0 80647 0
[pid=11944/tid=11946] ppid=11942 vsize=324436 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116778 332222464 60868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.49
Current children cumulated vsize (KiB) 324436

[startup+703.162 s]
/proc/loadavg: 2.15 2.09 1.66 3/95 12144

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

[pid=11944/tid=12145] ppid=11942 vsize=334680 CPUtime=0
/proc/11944/task/12145/stat : 12145 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160206789 342712320 60869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.04
Current children cumulated vsize (KiB) 334680

[startup+1243.63 s]
/proc/loadavg: 2.16 2.12 1.84 3/96 12147
/proc/meminfo: memFree=227360/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=334680 CPUtime=1236.73
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313792 0 0 0 123482 191 0 0 25 0 3 0 160110328 342712320 60869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 83670 60869 170 90 0 83208 0
[pid=11944/tid=11946] ppid=11942 vsize=334680 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160116778 342712320 60869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11944/tid=12145] ppid=11942 vsize=334680 CPUtime=0
/proc/11944/task/12145/stat : 12145 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160206789 342712320 60869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.73
Current children cumulated vsize (KiB) 334680

[startup+1303.65 s]
/proc/loadavg: 2.17 2.13 1.86 3/96 12147
/proc/meminfo: memFree=227488/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=334680 CPUtime=1296.17
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313792 0 0 0 129426 191 0 0 25 0 3 0 160110328 342712320 60869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552207 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 83670 60869 170 90 0 83208 0
[pid=11944/tid=11946] ppid=11942 vsize=334680 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160116778 342712320 60869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11944/tid=12145] ppid=11942 vsize=334680 CPUtime=0
/proc/11944/task/12145/stat : 12145 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160206789 342712320 60869 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) 334680

[startup+1363.69 s]
/proc/loadavg: 2.06 2.10 1.87 3/96 12147
/proc/meminfo: memFree=227552/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=334680 CPUtime=1355.64
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313792 0 0 0 135373 191 0 0 25 0 3 0 160110328 342712320 60869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670515 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 83670 60869 170 90 0 83208 0
[pid=11944/tid=11946] ppid=11942 vsize=334680 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160116778 342712320 60869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11944/tid=12145] ppid=11942 vsize=334680 CPUtime=0
/proc/11944/task/12145/stat : 12145 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160206789 342712320 60869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.64
Current children cumulated vsize (KiB) 334680

[startup+1423.74 s]
/proc/loadavg: 2.08 2.10 1.88 4/97 12148
/proc/meminfo: memFree=227608/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=344924 CPUtime=1415.11
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313793 0 0 0 141319 192 0 0 25 0 4 0 160110328 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 86231 60870 170 90 0 85769 0
[pid=11944/tid=11946] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116778 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11944/tid=12145] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12145/stat : 12145 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206789 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11944/tid=12148] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12148/stat : 12148 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160251795 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.11
Current children cumulated vsize (KiB) 344924

[startup+1483.78 s]
/proc/loadavg: 2.07 2.09 1.89 3/97 12148
/proc/meminfo: memFree=227544/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=344924 CPUtime=1474.56
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313793 0 0 0 147264 192 0 0 25 0 4 0 160110328 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 86231 60870 170 90 0 85769 0
[pid=11944/tid=11946] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116778 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11944/tid=12145] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12145/stat : 12145 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206789 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11944/tid=12148] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12148/stat : 12148 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160251795 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.56
Current children cumulated vsize (KiB) 344924

[startup+1543.81 s]
/proc/loadavg: 2.16 2.10 1.90 4/97 12148
/proc/meminfo: memFree=227544/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=344924 CPUtime=1534
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313793 0 0 0 153208 192 0 0 25 0 4 0 160110328 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 86231 60870 170 90 0 85769 0
[pid=11944/tid=11946] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116778 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11944/tid=12145] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12145/stat : 12145 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206789 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11944/tid=12148] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12148/stat : 12148 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160251795 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534
Current children cumulated vsize (KiB) 344924

[startup+1603.82 s]
/proc/loadavg: 2.06 2.08 1.91 3/97 12148
/proc/meminfo: memFree=227544/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=344924 CPUtime=1593.41
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313793 0 0 0 159149 192 0 0 25 0 4 0 160110328 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711814 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 86231 60870 170 90 0 85769 0
[pid=11944/tid=11946] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116778 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11944/tid=12145] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12145/stat : 12145 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206789 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11944/tid=12148] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12148/stat : 12148 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160251795 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.41
Current children cumulated vsize (KiB) 344924

[startup+1663.84 s]
/proc/loadavg: 2.17 2.11 1.93 3/97 12148
/proc/meminfo: memFree=227608/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=344924 CPUtime=1652.86
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313793 0 0 0 165094 192 0 0 25 0 4 0 160110328 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556998 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 86231 60870 170 90 0 85769 0
[pid=11944/tid=11946] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116778 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11944/tid=12145] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12145/stat : 12145 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206789 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11944/tid=12148] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12148/stat : 12148 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160251795 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.86
Current children cumulated vsize (KiB) 344924

[startup+1723.89 s]
/proc/loadavg: 2.17 2.12 1.94 3/97 12148
/proc/meminfo: memFree=227544/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=344924 CPUtime=1712.33
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313793 0 0 0 171040 193 0 0 25 0 4 0 160110328 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611311 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 86231 60870 170 90 0 85769 0
[pid=11944/tid=11946] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116778 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11944/tid=12145] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12145/stat : 12145 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206789 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11944/tid=12148] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12148/stat : 12148 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160251795 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.33
Current children cumulated vsize (KiB) 344924

[startup+1783.89 s]
/proc/loadavg: 2.16 2.12 1.95 3/97 12148
/proc/meminfo: memFree=227544/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=344924 CPUtime=1771.74
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313793 0 0 0 176981 193 0 0 25 0 4 0 160110328 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 86231 60870 170 90 0 85769 0
[pid=11944/tid=11946] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116778 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11944/tid=12145] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12145/stat : 12145 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206789 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11944/tid=12148] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12148/stat : 12148 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160251795 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.74
Current children cumulated vsize (KiB) 344924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.36 s]
/proc/loadavg: 2.04 2.10 1.94 3/89 12377
/proc/meminfo: memFree=831640/2055920 swapFree=4191880/4192956
[pid=11944] ppid=11942 vsize=344924 CPUtime=1800.03
/proc/11944/stat : 11944 (bprolog) R 11942 11944 11809 0 -1 4194304 313793 0 0 0 179809 194 0 0 25 0 4 0 160110328 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639044 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11944/statm: 86231 60870 170 90 0 85769 0
[pid=11944/tid=11946] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/11946/stat : 11946 (bprolog) S 11942 11944 11809 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116778 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11944/tid=12145] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12145/stat : 12145 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206789 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11944/tid=12148] ppid=11942 vsize=344924 CPUtime=0
/proc/11944/task/12148/stat : 12148 (bprolog) S 11942 11944 11809 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160251795 353202176 60870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 344924

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.41
CPU time (s): 1800.08
CPU user time (s): 1798.1
CPU system time (s): 1.9837
CPU usage (%): 99.3197
Max. virtual memory (cumulated for all children) (KiB): 344924

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

runsolver used 2.07968 s user time and 5.83711 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Jan  6 20:59:11 UTC 2007


IDJOB= 195985
IDBENCH= 3317
FILE ID= node30/195985-1168117150

PBS_JOBID= 3477445

Free space on /tmp= 66478 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-195985-1168117150 -o ROOT/results/node30/solver-195985-1168117150 -C 1800 -M 900  /tmp/evaluation/195985-1168117150/Complete/Ordinary/solver /tmp/evaluation/195985-1168117150/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  cd732b701dc19065140f3438f227da6d

RANDOM SEED= 12646097

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        859920 kB
Buffers:         53928 kB
Cached:         783360 kB
SwapCached:        268 kB
Active:         456468 kB
Inactive:       650252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        859920 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           28272 kB
Writeback:           0 kB
Mapped:         293740 kB
Slab:            73608 kB
Committed_AS:  3458924 kB
PageTables:       2724 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= 66472 MiB



End job on node30 on Sat Jan  6 21:29:36 UTC 2007