Trace number 196297

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.06 1815.07

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-8_ext.xml
MD5SUMc527ad7568c6baeb5904a2d1842fb79f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1500.09
SatisfiableNO
(Un)Satisfiability was proved
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/196297-1168121621/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/node38/watcher-196297-1168121621 -o ROOT/results/node38/solver-196297-1168121621 -C 1800 -M 900 /tmp/evaluation/196297-1168121621/Complete/Ordinary/solver /tmp/evaluation/196297-1168121621/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.93 1.98 1.99 5/82 29410
/proc/meminfo: memFree=1241232/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=53472 CPUtime=0
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 566 0 0 0 0 0 0 0 21 0 1 0 160562990 54755328 285 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 8978948 0 0 4096 2 0 0 0 17 1 0 0
/proc/29409/statm: 13368 285 127 90 0 12906 0

[startup+0.10664 s]
/proc/loadavg: 1.93 1.98 1.99 5/82 29410
/proc/meminfo: memFree=1241232/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=61640 CPUtime=0.09
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 1925 0 0 0 9 0 0 0 21 0 1 0 160562990 63119360 1641 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 9006087 0 0 4096 2 0 0 0 17 1 0 0
/proc/29409/statm: 15410 1641 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.518719 s]
/proc/loadavg: 1.93 1.98 1.99 5/82 29410
/proc/meminfo: memFree=1241232/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=61640 CPUtime=0.5
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 7667 0 0 0 47 3 0 0 24 0 1 0 160562990 63119360 7383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/29409/statm: 15410 7383 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34388 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 29410
/proc/meminfo: memFree=1166672/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=136228 CPUtime=1.32
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 19048 0 0 0 124 8 0 0 25 0 1 0 160562990 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/29409/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.9812 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 29410
/proc/meminfo: memFree=1196112/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=101068 CPUtime=2.94
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 21494 0 0 0 284 10 0 0 25 0 1 0 160562990 103493632 12646 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568499 0 0 4096 2 0 0 0 17 1 0 0
/proc/29409/statm: 25267 12646 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.26885 s]
/proc/loadavg: 1.94 1.98 1.99 4/82 29410
/proc/meminfo: memFree=1147344/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=129624 CPUtime=6.19
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 52269 0 0 0 595 24 0 0 25 0 1 0 160562990 132734976 23975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/29409/statm: 32406 23975 158 90 0 31944 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 129624

[startup+12.7351 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 29410
/proc/meminfo: memFree=1136272/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=130232 CPUtime=12.6
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 83731 0 0 0 1219 41 0 0 25 0 1 0 160562990 133357568 26397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 0 0 0 17 1 0 0
/proc/29409/statm: 32558 26397 158 90 0 32096 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 130232

[startup+25.5696 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 29410
/proc/meminfo: memFree=1134480/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=130344 CPUtime=25.31
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 146649 0 0 0 2455 76 0 0 25 0 1 0 160562990 133472256 26797 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/29409/statm: 32586 26797 158 90 0 32124 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 130344

[startup+51.2396 s]
/proc/loadavg: 1.97 1.98 1.99 3/82 29410
/proc/meminfo: memFree=1024208/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=297476 CPUtime=50.75
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 275095 0 0 0 4931 144 0 0 25 0 1 0 160562990 304615424 54550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 0 0 0 17 1 0 0
/proc/29409/statm: 74369 54550 158 90 0 73907 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 297476

[startup+102.493 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29411
/proc/meminfo: memFree=991368/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=310080 CPUtime=101.53
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 346413 0 0 0 9972 181 0 0 25 0 2 0 160562990 317521920 62512 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590583 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 77520 62512 170 90 0 77058 0
[pid=29409/tid=29411] ppid=29407 vsize=310080 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160569590 317521920 62512 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 310080

[startup+162.594 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29411
/proc/meminfo: memFree=991368/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=310080 CPUtime=161.08
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 346413 0 0 0 15927 181 0 0 25 0 2 0 160562990 317521920 62512 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607485 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 77520 62512 170 90 0 77058 0
[pid=29409/tid=29411] ppid=29407 vsize=310080 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160569590 317521920 62512 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 310080

[startup+222.674 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29411
/proc/meminfo: memFree=991368/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=310080 CPUtime=220.61
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 350537 0 0 0 21878 183 0 0 25 0 2 0 160562990 317521920 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134597200 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 77520 62513 170 90 0 77058 0
[pid=29409/tid=29411] ppid=29407 vsize=310080 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160569590 317521920 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.61
Current children cumulated vsize (KiB) 310080

[startup+282.679 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29413
/proc/meminfo: memFree=991112/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=310080 CPUtime=280.07
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 350537 0 0 0 27824 183 0 0 25 0 2 0 160562990 317521920 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639164 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 77520 62513 170 90 0 77058 0
[pid=29409/tid=29411] ppid=29407 vsize=310080 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160569590 317521920 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.07
Current children cumulated vsize (KiB) 310080

[startup+342.703 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29413
/proc/meminfo: memFree=991176/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=310080 CPUtime=339.54
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 350537 0 0 0 33771 183 0 0 25 0 2 0 160562990 317521920 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 77520 62513 170 90 0 77058 0
[pid=29409/tid=29411] ppid=29407 vsize=310080 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160569590 317521920 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.54
Current children cumulated vsize (KiB) 310080

[startup+402.727 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29413
/proc/meminfo: memFree=991176/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=310080 CPUtime=399.02
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 350537 0 0 0 39719 183 0 0 25 0 2 0 160562990 317521920 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565975 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 77520 62513 170 90 0 77058 0
[pid=29409/tid=29411] ppid=29407 vsize=310080 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160569590 317521920 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.02
Current children cumulated vsize (KiB) 310080

[startup+462.751 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 29413
/proc/meminfo: memFree=991176/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=310080 CPUtime=458.49
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 350537 0 0 0 45666 183 0 0 25 0 2 0 160562990 317521920 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711766 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 77520 62513 170 90 0 77058 0
[pid=29409/tid=29411] ppid=29407 vsize=310080 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160569590 317521920 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.49
Current children cumulated vsize (KiB) 310080

[startup+522.761 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29413
/proc/meminfo: memFree=991176/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=310080 CPUtime=517.95
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 350538 0 0 0 51612 183 0 0 25 0 2 0 160562990 317521920 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613643 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 77520 62514 170 90 0 77058 0
[pid=29409/tid=29411] ppid=29407 vsize=310080 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160569590 317521920 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.95
Current children cumulated vsize (KiB) 310080

[startup+582.862 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29413
/proc/meminfo: memFree=991240/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=310080 CPUtime=577.5
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 350538 0 0 0 57567 183 0 0 25 0 2 0 160562990 317521920 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 77520 62514 170 90 0 77058 0
[pid=29409/tid=29411] ppid=29407 vsize=310080 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160569590 317521920 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.5
Current children cumulated vsize (KiB) 310080

[startup+642.95 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29413
/proc/meminfo: memFree=991240/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=310080 CPUtime=637.03
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 350538 0 0 0 63520 183 0 0 25 0 2 0 160562990 317521920 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 77520 62514 170 90 0 77058 0
[pid=29409/tid=29411] ppid=29407 vsize=310080 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160569590 317521920 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.03
Current children cumulated vsize (KiB) 310080

[startup+703.049 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 29413

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

[pid=29409/tid=29414] ppid=29407 vsize=320328 CPUtime=0
/proc/29409/task/29414/stat : 29414 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160659604 328015872 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.88
Current children cumulated vsize (KiB) 320328

[startup+1243.75 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 29414
/proc/meminfo: memFree=991104/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=320328 CPUtime=1232.33
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 362910 0 0 0 123043 190 0 0 25 0 3 0 160562990 328015872 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 80082 62516 170 90 0 79620 0
[pid=29409/tid=29411] ppid=29407 vsize=320328 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160569590 328015872 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29414] ppid=29407 vsize=320328 CPUtime=0
/proc/29409/task/29414/stat : 29414 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160659604 328015872 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.33
Current children cumulated vsize (KiB) 320328

[startup+1303.76 s]
/proc/loadavg: 2.06 2.03 2.01 3/84 29414
/proc/meminfo: memFree=991104/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=320328 CPUtime=1291.78
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 362910 0 0 0 128988 190 0 0 25 0 3 0 160562990 328015872 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603990 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 80082 62516 170 90 0 79620 0
[pid=29409/tid=29411] ppid=29407 vsize=320328 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160569590 328015872 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29414] ppid=29407 vsize=320328 CPUtime=0
/proc/29409/task/29414/stat : 29414 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160659604 328015872 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.78
Current children cumulated vsize (KiB) 320328

[startup+1363.77 s]
/proc/loadavg: 2.09 2.04 2.00 3/86 29467
/proc/meminfo: memFree=1102312/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=320328 CPUtime=1351.21
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 362910 0 0 0 134930 191 0 0 25 0 3 0 160562990 328015872 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29409/statm: 80082 62516 170 90 0 79620 0
[pid=29409/tid=29411] ppid=29407 vsize=320328 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160569590 328015872 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29414] ppid=29407 vsize=320328 CPUtime=0
/proc/29409/task/29414/stat : 29414 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160659604 328015872 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.21
Current children cumulated vsize (KiB) 320328

[startup+1423.85 s]
/proc/loadavg: 2.16 2.07 2.02 5/87 29468
/proc/meminfo: memFree=661088/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=330572 CPUtime=1410.62
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 362911 0 0 0 140870 192 0 0 25 0 4 0 160562990 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 82643 62517 170 90 0 82181 0
[pid=29409/tid=29411] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160569590 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29414] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29414/stat : 29414 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160659604 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29468] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29468/stat : 29468 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160704615 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410.62
Current children cumulated vsize (KiB) 330572

[startup+1483.9 s]
/proc/loadavg: 2.40 2.15 2.04 4/87 29468
/proc/meminfo: memFree=528672/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=330572 CPUtime=1470.3
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 362911 0 0 0 146838 192 0 0 25 0 4 0 160562990 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 82643 62517 170 90 0 82181 0
[pid=29409/tid=29411] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160569590 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29414] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29414/stat : 29414 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160659604 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29468] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29468/stat : 29468 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160704615 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.3
Current children cumulated vsize (KiB) 330572

[startup+1543.94 s]
/proc/loadavg: 2.25 2.16 2.05 3/87 29468
/proc/meminfo: memFree=528608/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=330572 CPUtime=1530.06
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 362911 0 0 0 152814 192 0 0 25 0 4 0 160562990 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670189 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 82643 62517 170 90 0 82181 0
[pid=29409/tid=29411] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160569590 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29414] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29414/stat : 29414 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160659604 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29468] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29468/stat : 29468 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160704615 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.06
Current children cumulated vsize (KiB) 330572

[startup+1603.99 s]
/proc/loadavg: 2.14 2.14 2.05 3/87 29468
/proc/meminfo: memFree=528608/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=330572 CPUtime=1589.82
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 362911 0 0 0 158790 192 0 0 25 0 4 0 160562990 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552306 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 82643 62517 170 90 0 82181 0
[pid=29409/tid=29411] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160569590 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29414] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29414/stat : 29414 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160659604 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29468] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29468/stat : 29468 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160704615 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.82
Current children cumulated vsize (KiB) 330572

[startup+1664.04 s]
/proc/loadavg: 2.12 2.13 2.05 3/87 29468
/proc/meminfo: memFree=528608/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=330572 CPUtime=1649.59
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 362911 0 0 0 164767 192 0 0 25 0 4 0 160562990 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 82643 62517 170 90 0 82181 0
[pid=29409/tid=29411] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160569590 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29414] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29414/stat : 29414 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160659604 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29468] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29468/stat : 29468 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160704615 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.59
Current children cumulated vsize (KiB) 330572

[startup+1724.1 s]
/proc/loadavg: 2.04 2.11 2.04 3/87 29468
/proc/meminfo: memFree=528544/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=330572 CPUtime=1709.35
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 362911 0 0 0 170743 192 0 0 25 0 4 0 160562990 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604288 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29409/statm: 82643 62517 170 90 0 82181 0
[pid=29409/tid=29411] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160569590 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29414] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29414/stat : 29414 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160659604 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29468] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29468/stat : 29468 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160704615 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.35
Current children cumulated vsize (KiB) 330572

[startup+1784.14 s]
/proc/loadavg: 1.93 2.07 2.03 2/68 29483
/proc/meminfo: memFree=1279032/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=330572 CPUtime=1769.14
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 362911 0 0 0 176721 193 0 0 25 0 4 0 160562990 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584639 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29409/statm: 82643 62517 170 90 0 82181 0
[pid=29409/tid=29411] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160569590 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29414] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29414/stat : 29414 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160659604 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29468] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29468/stat : 29468 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160704615 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.14
Current children cumulated vsize (KiB) 330572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.02 s]
/proc/loadavg: 1.56 1.96 2.00 2/68 29483
/proc/meminfo: memFree=1279248/2055920 swapFree=4192812/4192956
[pid=29409] ppid=29407 vsize=330572 CPUtime=1800.01
/proc/29409/stat : 29409 (bprolog) R 29407 29409 28134 0 -1 4194304 362911 0 0 0 179808 193 0 0 25 0 4 0 160562990 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664634 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29409/statm: 82643 62517 170 90 0 82181 0
[pid=29409/tid=29411] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29411/stat : 29411 (bprolog) S 29407 29409 28134 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160569590 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29414] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29414/stat : 29414 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160659604 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29409/tid=29468] ppid=29407 vsize=330572 CPUtime=0
/proc/29409/task/29468/stat : 29468 (bprolog) S 29407 29409 28134 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160704615 338505728 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 330572

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.07
CPU time (s): 1800.06
CPU user time (s): 1798.09
CPU system time (s): 1.9717
CPU usage (%): 99.1732
Max. virtual memory (cumulated for all children) (KiB): 330572

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

runsolver used 2.21266 s user time and 5.76412 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sat Jan  6 22:13:41 UTC 2007


IDJOB= 196297
IDBENCH= 3341
FILE ID= node38/196297-1168121621

PBS_JOBID= 3477436

Free space on /tmp= 66508 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-196297-1168121621 -o ROOT/results/node38/solver-196297-1168121621 -C 1800 -M 900  /tmp/evaluation/196297-1168121621/Complete/Ordinary/solver /tmp/evaluation/196297-1168121621/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c527ad7568c6baeb5904a2d1842fb79f

RANDOM SEED= 518634017

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.267
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.267
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:       1241712 kB
Buffers:         41720 kB
Cached:         401640 kB
SwapCached:          0 kB
Active:         410540 kB
Inactive:       331104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1241712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7916 kB
Writeback:           0 kB
Mapped:         317376 kB
Slab:            57036 kB
Committed_AS:  4036744 kB
PageTables:       2516 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= 66510 MiB



End job on node38 on Sat Jan  6 22:44:09 UTC 2007