Trace number 200009

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.13 1868.33

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-23_ext.xml
MD5SUMfa8b700eb227110d25204c2018a1ac0d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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/200009-1168139601/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/node35/watcher-200009-1168139601 -o ROOT/results/node35/solver-200009-1168139601 -C 1800 -M 900 /tmp/evaluation/200009-1168139601/Complete/Ordinary/solver /tmp/evaluation/200009-1168139601/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.94 1.98 1.95 5/85 31594
/proc/meminfo: memFree=1618976/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=18540 CPUtime=0
/proc/31593/stat : 31593 (runsolver) R 31591 31593 29751 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 162355077 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31593/statm: 4635 279 244 17 0 2626 0

[startup+0.1079 s]
/proc/loadavg: 1.94 1.98 1.95 5/85 31594
/proc/meminfo: memFree=1618976/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=61640 CPUtime=0.1
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 1949 0 0 0 9 1 0 0 20 0 1 0 162355077 63119360 1665 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591647 0 0 4096 2 0 0 0 17 1 0 0
/proc/31593/statm: 15410 1665 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.515951 s]
/proc/loadavg: 1.94 1.98 1.95 5/85 31594
/proc/meminfo: memFree=1618976/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=61640 CPUtime=0.5
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 7717 0 0 0 45 5 0 0 24 0 1 0 162355077 63119360 7433 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134612987 0 0 4096 2 0 0 0 17 1 0 0
/proc/31593/statm: 15410 7433 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33705 s]
/proc/loadavg: 1.94 1.98 1.95 3/85 31594
/proc/meminfo: memFree=1544360/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=136228 CPUtime=1.32
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 19048 0 0 0 123 9 0 0 25 0 1 0 162355077 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865056 0 0 4096 2 0 0 0 17 1 0 0
/proc/31593/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.97424 s]
/proc/loadavg: 1.94 1.98 1.95 3/85 31594
/proc/meminfo: memFree=1574376/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=101068 CPUtime=2.95
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 21376 0 0 0 285 10 0 0 25 0 1 0 162355077 103493632 12528 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556978 0 0 4096 2 0 0 0 17 1 0 0
/proc/31593/statm: 25267 12528 158 90 0 24805 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 101068

[startup+6.26864 s]
/proc/loadavg: 1.94 1.98 1.95 3/85 31594
/proc/meminfo: memFree=1524520/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=130776 CPUtime=6.23
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 51877 0 0 0 599 24 0 0 25 0 1 0 162355077 133914624 24130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858977 0 0 4096 2 0 0 0 17 1 0 0
/proc/31593/statm: 32694 24130 158 90 0 32232 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 130776

[startup+12.7254 s]
/proc/loadavg: 1.95 1.98 1.95 3/85 31594
/proc/meminfo: memFree=1514664/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=131400 CPUtime=12.66
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 83331 0 0 0 1224 42 0 0 25 0 1 0 162355077 134553600 26589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/31593/statm: 32850 26589 158 90 0 32388 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 131400

[startup+25.5619 s]
/proc/loadavg: 1.96 1.98 1.95 3/85 31594
/proc/meminfo: memFree=1511144/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=131520 CPUtime=25.44
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 139848 0 0 0 2472 72 0 0 25 0 1 0 162355077 134676480 27063 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857055 0 0 4096 2 0 0 0 17 1 0 0
/proc/31593/statm: 32880 27063 158 90 0 32418 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 131520

[startup+51.225 s]
/proc/loadavg: 1.97 1.98 1.95 3/85 31594
/proc/meminfo: memFree=1393576/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=302176 CPUtime=50.97
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 273180 0 0 0 4954 143 0 0 25 0 1 0 162355077 309428224 54828 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 0 0 0 17 1 0 0
/proc/31593/statm: 75544 54828 158 90 0 75082 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 302176

[startup+102.447 s]
/proc/loadavg: 1.99 1.98 1.95 3/86 31595
/proc/meminfo: memFree=1358048/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=314536 CPUtime=101.95
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311086 0 0 0 10031 164 0 0 25 0 2 0 162355077 322084864 62270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567882 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 78634 62270 170 90 0 78172 0
[pid=31593/tid=31595] ppid=31591 vsize=314536 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162361511 322084864 62270 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) 314536

[startup+162.501 s]
/proc/loadavg: 2.05 2.00 1.96 3/86 31595
/proc/meminfo: memFree=1332512/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=314536 CPUtime=161.73
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311089 0 0 0 16009 164 0 0 25 0 2 0 162355077 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589868 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 78634 62273 170 90 0 78172 0
[pid=31593/tid=31595] ppid=31591 vsize=314536 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162361511 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 314536

[startup+222.561 s]
/proc/loadavg: 2.08 2.02 1.96 3/86 31595
/proc/meminfo: memFree=1306784/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=314536 CPUtime=221.42
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311089 0 0 0 21977 165 0 0 25 0 2 0 162355077 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670196 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 78634 62273 170 90 0 78172 0
[pid=31593/tid=31595] ppid=31591 vsize=314536 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162361511 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.42
Current children cumulated vsize (KiB) 314536

[startup+282.618 s]
/proc/loadavg: 2.03 2.01 1.96 3/86 31595
/proc/meminfo: memFree=1306784/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=314536 CPUtime=281.2
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311089 0 0 0 27955 165 0 0 25 0 2 0 162355077 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 78634 62273 170 90 0 78172 0
[pid=31593/tid=31595] ppid=31591 vsize=314536 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162361511 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.2
Current children cumulated vsize (KiB) 314536

[startup+342.67 s]
/proc/loadavg: 2.01 2.00 1.96 3/86 31595
/proc/meminfo: memFree=1279456/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=314536 CPUtime=340.97
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311089 0 0 0 33932 165 0 0 25 0 2 0 162355077 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 78634 62273 170 90 0 78172 0
[pid=31593/tid=31595] ppid=31591 vsize=314536 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162361511 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.97
Current children cumulated vsize (KiB) 314536

[startup+402.724 s]
/proc/loadavg: 2.00 2.00 1.96 3/86 31597
/proc/meminfo: memFree=1279136/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=314536 CPUtime=400.75
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311089 0 0 0 39910 165 0 0 25 0 2 0 162355077 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552512 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 78634 62273 170 90 0 78172 0
[pid=31593/tid=31595] ppid=31591 vsize=314536 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162361511 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.75
Current children cumulated vsize (KiB) 314536

[startup+462.78 s]
/proc/loadavg: 2.04 2.01 1.97 3/86 31597
/proc/meminfo: memFree=1251808/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=314536 CPUtime=460.51
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311089 0 0 0 45885 166 0 0 25 0 2 0 162355077 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 78634 62273 170 90 0 78172 0
[pid=31593/tid=31595] ppid=31591 vsize=314536 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162361511 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.51
Current children cumulated vsize (KiB) 314536

[startup+522.844 s]
/proc/loadavg: 2.54 2.12 2.01 4/92 664
/proc/meminfo: memFree=1220424/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=314536 CPUtime=517.26
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311089 0 0 0 51559 167 0 0 25 0 2 0 162355077 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 78634 62273 170 90 0 78172 0
[pid=31593/tid=31595] ppid=31591 vsize=314536 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162361511 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.26
Current children cumulated vsize (KiB) 314536

[startup+582.941 s]
/proc/loadavg: 3.09 2.37 2.10 4/93 5838
/proc/meminfo: memFree=1212416/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=314536 CPUtime=566.72
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311089 0 0 0 56502 170 0 0 25 0 2 0 162355077 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 78634 62273 170 90 0 78172 0
[pid=31593/tid=31595] ppid=31591 vsize=314536 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162361511 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 566.72
Current children cumulated vsize (KiB) 314536

[startup+643.023 s]
/proc/loadavg: 3.08 2.49 2.15 4/93 11272
/proc/meminfo: memFree=1178240/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=314536 CPUtime=615.77
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311089 0 0 0 61405 172 0 0 25 0 2 0 162355077 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565523 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 78634 62273 170 90 0 78172 0
[pid=31593/tid=31595] ppid=31591 vsize=314536 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162361511 322084864 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 615.77
Current children cumulated vsize (KiB) 314536

[startup+703.109 s]
/proc/loadavg: 3.07 2.60 2.21 4/93 16416

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

/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311090 0 0 0 117524 179 0 0 25 0 3 0 162355077 332574720 62274 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 81195 62274 170 90 0 80733 0
[pid=31593/tid=31595] ppid=31591 vsize=324780 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162361511 332574720 62274 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1416] ppid=31591 vsize=324780 CPUtime=0
/proc/31593/task/1416/stat : 1416 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162451528 332574720 62274 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.03
Current children cumulated vsize (KiB) 324780

[startup+1303.75 s]
/proc/loadavg: 2.01 2.23 2.25 3/87 1416
/proc/meminfo: memFree=1071640/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=324780 CPUtime=1237.08
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311090 0 0 0 123529 179 0 0 25 0 3 0 162355077 332574720 62274 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613477 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 81195 62274 170 90 0 80733 0
[pid=31593/tid=31595] ppid=31591 vsize=324780 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162361511 332574720 62274 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1416] ppid=31591 vsize=324780 CPUtime=0
/proc/31593/task/1416/stat : 1416 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162451528 332574720 62274 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.08
Current children cumulated vsize (KiB) 324780

[startup+1363.84 s]
/proc/loadavg: 2.00 2.19 2.23 3/87 1416
/proc/meminfo: memFree=1043544/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=324780 CPUtime=1297.15
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311090 0 0 0 129536 179 0 0 25 0 3 0 162355077 332574720 62274 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 81195 62274 170 90 0 80733 0
[pid=31593/tid=31595] ppid=31591 vsize=324780 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162361511 332574720 62274 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1416] ppid=31591 vsize=324780 CPUtime=0
/proc/31593/task/1416/stat : 1416 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162451528 332574720 62274 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.15
Current children cumulated vsize (KiB) 324780

[startup+1423.86 s]
/proc/loadavg: 2.00 2.15 2.21 3/88 1417
/proc/meminfo: memFree=1043536/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=335024 CPUtime=1357.15
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311091 0 0 0 135536 179 0 0 25 0 4 0 162355077 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 83756 62275 170 90 0 83294 0
[pid=31593/tid=31595] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162361511 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1416] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1416/stat : 1416 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162451528 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1417] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1417/stat : 1417 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162496540 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.15
Current children cumulated vsize (KiB) 335024

[startup+1483.92 s]
/proc/loadavg: 2.00 2.12 2.19 3/88 1417
/proc/meminfo: memFree=1043472/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=335024 CPUtime=1417.19
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311091 0 0 0 141540 179 0 0 25 0 4 0 162355077 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134722612 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 83756 62275 170 90 0 83294 0
[pid=31593/tid=31595] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162361511 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1416] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1416/stat : 1416 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162451528 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1417] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1417/stat : 1417 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162496540 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.19
Current children cumulated vsize (KiB) 335024

[startup+1543.98 s]
/proc/loadavg: 2.00 2.10 2.18 3/88 1417
/proc/meminfo: memFree=1015248/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=335024 CPUtime=1477.17
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311091 0 0 0 147537 180 0 0 25 0 4 0 162355077 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613245 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31593/statm: 83756 62275 170 90 0 83294 0
[pid=31593/tid=31595] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162361511 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1416] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1416/stat : 1416 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162451528 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1417] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1417/stat : 1417 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162496540 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.17
Current children cumulated vsize (KiB) 335024

[startup+1604.04 s]
/proc/loadavg: 2.00 2.08 2.17 3/83 1474
/proc/meminfo: memFree=1471104/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=335024 CPUtime=1537.03
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311091 0 0 0 153522 181 0 0 25 0 4 0 162355077 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664594 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31593/statm: 83756 62275 170 90 0 83294 0
[pid=31593/tid=31595] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162361511 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1416] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1416/stat : 1416 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162451528 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1417] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1417/stat : 1417 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162496540 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.03
Current children cumulated vsize (KiB) 335024

[startup+1664.11 s]
/proc/loadavg: 2.00 2.06 2.15 3/83 1474
/proc/meminfo: memFree=1471232/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=335024 CPUtime=1596.82
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311091 0 0 0 159501 181 0 0 25 0 4 0 162355077 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31593/statm: 83756 62275 170 90 0 83294 0
[pid=31593/tid=31595] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162361511 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1416] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1416/stat : 1416 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162451528 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1417] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1417/stat : 1417 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162496540 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.82
Current children cumulated vsize (KiB) 335024

[startup+1724.19 s]
/proc/loadavg: 2.03 2.06 2.15 3/83 1474
/proc/meminfo: memFree=1471232/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=335024 CPUtime=1656.63
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311091 0 0 0 165482 181 0 0 25 0 4 0 162355077 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670189 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31593/statm: 83756 62275 170 90 0 83294 0
[pid=31593/tid=31595] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162361511 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1416] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1416/stat : 1416 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162451528 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1417] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1417/stat : 1417 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162496540 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.63
Current children cumulated vsize (KiB) 335024

[startup+1784.28 s]
/proc/loadavg: 2.01 2.05 2.13 3/83 1474
/proc/meminfo: memFree=1471168/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=335024 CPUtime=1716.45
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311091 0 0 0 171464 181 0 0 25 0 4 0 162355077 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580231 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31593/statm: 83756 62275 170 90 0 83294 0
[pid=31593/tid=31595] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162361511 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1416] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1416/stat : 1416 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162451528 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1417] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1417/stat : 1417 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162496540 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.45
Current children cumulated vsize (KiB) 335024

[startup+1844.36 s]
/proc/loadavg: 2.00 2.03 2.12 3/83 1474
/proc/meminfo: memFree=1471168/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=335024 CPUtime=1776.25
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311091 0 0 0 177444 181 0 0 25 0 4 0 162355077 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580375 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31593/statm: 83756 62275 170 90 0 83294 0
[pid=31593/tid=31595] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/31595/stat : 31595 (bprolog) S 31591 31593 29751 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162361511 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1416] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1416/stat : 1416 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162451528 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31593/tid=1417] ppid=31591 vsize=335024 CPUtime=0
/proc/31593/task/1417/stat : 1417 (bprolog) S 31591 31593 29751 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162496540 343064576 62275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.25
Current children cumulated vsize (KiB) 335024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1868.29 s]
/proc/loadavg: 2.00 2.03 2.12 3/80 1474
/proc/meminfo: memFree=1471168/2055920 swapFree=4191892/4192956
[pid=31593] ppid=31591 vsize=335024 CPUtime=1800.08
/proc/31593/stat : 31593 (bprolog) R 31591 31593 29751 0 -1 4194304 311092 0 0 0 179827 181 0 0 25 0 1 0 162355077 343064576 62276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552076 0 0 4096 2 0 0 0 17 0 0 0
/proc/31593/statm: 83756 62276 171 90 0 83294 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 335024

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1868.33
CPU time (s): 1800.13
CPU user time (s): 1798.28
CPU system time (s): 1.85472
CPU usage (%): 96.3496
Max. virtual memory (cumulated for all children) (KiB): 335024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.28
system time used= 1.85472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311092
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= 13
involuntary context switches= 52361

runsolver used 1.9407 s user time and 5.69413 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sun Jan  7 03:13:22 UTC 2007


IDJOB= 200009
IDBENCH= 3673
FILE ID= node35/200009-1168139601

PBS_JOBID= 3478017

Free space on /tmp= 66552 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-200009-1168139601 -o ROOT/results/node35/solver-200009-1168139601 -C 1800 -M 900  /tmp/evaluation/200009-1168139601/Complete/Ordinary/solver /tmp/evaluation/200009-1168139601/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  fa8b700eb227110d25204c2018a1ac0d

RANDOM SEED= 79392709

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:       1619456 kB
Buffers:         13100 kB
Cached:         180160 kB
SwapCached:        268 kB
Active:         250060 kB
Inactive:       134700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619456 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            7756 kB
Writeback:           0 kB
Mapped:         210416 kB
Slab:            36600 kB
Committed_AS:  4136532 kB
PageTables:       2160 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= 66552 MiB



End job on node35 on Sun Jan  7 03:44:43 UTC 2007