Trace number 225655

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.09 1805.75

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-39_ext.xml
MD5SUMb5edf3320e80bd6231b487f32cfb536c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.11361
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
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/225655-1168273010/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/node29/watcher-225655-1168273010 -o ROOT/results/node29/solver-225655-1168273010 -C 1800 -M 900 /tmp/evaluation/225655-1168273010/Complete/Ordinary/solver /tmp/evaluation/225655-1168273010/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: 0.89 0.97 1.05 3/86 20782
/proc/meminfo: memFree=624024/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=53472 CPUtime=0
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 175695759 54755328 202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/20781/statm: 13368 202 123 90 0 12906 0

[startup+0.102036 s]
/proc/loadavg: 0.89 0.97 1.05 3/86 20782
/proc/meminfo: memFree=624024/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=61640 CPUtime=0.09
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 1872 0 0 0 8 1 0 0 18 0 1 0 175695759 63119360 1588 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/20781/statm: 15410 1589 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510062 s]
/proc/loadavg: 0.89 0.97 1.05 3/86 20782
/proc/meminfo: memFree=624024/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=61640 CPUtime=0.5
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 5372 0 0 0 48 2 0 0 22 0 1 0 175695759 63119360 5088 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601535 0 0 4096 2 0 0 0 17 1 0 0
/proc/20781/statm: 15410 5088 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33111 s]
/proc/loadavg: 0.89 0.97 1.05 3/86 20782
/proc/meminfo: memFree=592920/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=64568 CPUtime=1.32
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 9581 0 0 0 129 3 0 0 25 0 1 0 175695759 66117632 8564 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601535 0 0 4096 2 0 0 0 17 1 0 0
/proc/20781/statm: 16142 8564 158 90 0 15680 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 64568

[startup+2.96821 s]
/proc/loadavg: 0.89 0.97 1.05 3/86 20782
/proc/meminfo: memFree=564376/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=77320 CPUtime=2.96
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 23945 0 0 0 287 9 0 0 25 0 1 0 175695759 79175680 12179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600945 0 0 4096 2 0 0 0 17 1 0 0
/proc/20781/statm: 19330 12179 158 90 0 18868 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 77320

[startup+6.25155 s]
/proc/loadavg: 0.98 0.99 1.05 3/86 20782
/proc/meminfo: memFree=540504/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=77576 CPUtime=6.24
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 43437 0 0 0 606 18 0 0 25 0 1 0 175695759 79437824 13108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858969 0 0 4096 2 0 0 0 17 1 0 0
/proc/20781/statm: 19394 13108 158 90 0 18932 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 77576

[startup+12.7098 s]
/proc/loadavg: 1.06 1.00 1.06 3/86 20782
/proc/meminfo: memFree=582424/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=77624 CPUtime=12.69
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 75524 0 0 0 1236 33 0 0 25 0 1 0 175695759 79486976 13288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857311 0 0 4096 2 0 0 0 17 1 0 0
/proc/20781/statm: 19406 13288 158 90 0 18944 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77624

[startup+25.5338 s]
/proc/loadavg: 1.20 1.03 1.07 3/87 20783
/proc/meminfo: memFree=540688/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=141508 CPUtime=25.51
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126874 0 0 0 2494 57 0 0 25 0 2 0 175695759 144904192 26249 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20781/statm: 35377 26249 170 90 0 34915 0
[pid=20781/tid=20783] ppid=20779 vsize=141508 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175697944 144904192 26249 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 141508

[startup+51.1792 s]
/proc/loadavg: 1.52 1.12 1.10 3/87 20783
/proc/meminfo: memFree=552784/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=141508 CPUtime=51.15
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126875 0 0 0 5058 57 0 0 25 0 2 0 175695759 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20781/statm: 35377 26250 170 90 0 34915 0
[pid=20781/tid=20783] ppid=20779 vsize=141508 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175697944 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 141508

[startup+102.464 s]
/proc/loadavg: 1.79 1.26 1.14 3/87 20785
/proc/meminfo: memFree=507344/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=141508 CPUtime=102.43
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126875 0 0 0 10185 58 0 0 25 0 2 0 175695759 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20781/statm: 35377 26250 170 90 0 34915 0
[pid=20781/tid=20783] ppid=20779 vsize=141508 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175697944 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.43
Current children cumulated vsize (KiB) 141508

[startup+162.468 s]
/proc/loadavg: 1.95 1.40 1.20 3/87 20785
/proc/meminfo: memFree=481808/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=141508 CPUtime=162.42
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126875 0 0 0 16184 58 0 0 25 0 2 0 175695759 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20781/statm: 35377 26250 170 90 0 34915 0
[pid=20781/tid=20783] ppid=20779 vsize=141508 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175697944 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.42
Current children cumulated vsize (KiB) 141508

[startup+222.475 s]
/proc/loadavg: 1.98 1.51 1.24 3/87 20785
/proc/meminfo: memFree=545232/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=141508 CPUtime=222.41
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126875 0 0 0 22182 59 0 0 25 0 2 0 175695759 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20781/statm: 35377 26250 170 90 0 34915 0
[pid=20781/tid=20783] ppid=20779 vsize=141508 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175697944 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 141508

[startup+282.478 s]
/proc/loadavg: 2.04 1.61 1.29 3/87 20785
/proc/meminfo: memFree=524368/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=141508 CPUtime=282.4
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126875 0 0 0 28181 59 0 0 25 0 2 0 175695759 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20781/statm: 35377 26250 170 90 0 34915 0
[pid=20781/tid=20783] ppid=20779 vsize=141508 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175697944 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.4
Current children cumulated vsize (KiB) 141508

[startup+342.479 s]
/proc/loadavg: 2.08 1.69 1.34 3/87 20785
/proc/meminfo: memFree=509784/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=141508 CPUtime=342.38
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126875 0 0 0 34179 59 0 0 25 0 2 0 175695759 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20781/statm: 35377 26250 170 90 0 34915 0
[pid=20781/tid=20783] ppid=20779 vsize=141508 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175697944 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 141508

[startup+402.482 s]
/proc/loadavg: 2.03 1.75 1.38 3/87 20785
/proc/meminfo: memFree=496088/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=141508 CPUtime=402.38
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126875 0 0 0 40178 60 0 0 25 0 2 0 175695759 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20781/statm: 35377 26250 170 90 0 34915 0
[pid=20781/tid=20783] ppid=20779 vsize=141508 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175697944 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 141508

[startup+462.578 s]
/proc/loadavg: 2.01 1.79 1.41 3/87 20785
/proc/meminfo: memFree=476760/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=141508 CPUtime=462.46
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126875 0 0 0 46186 60 0 0 25 0 2 0 175695759 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20781/statm: 35377 26250 170 90 0 34915 0
[pid=20781/tid=20783] ppid=20779 vsize=141508 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175697944 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.46
Current children cumulated vsize (KiB) 141508

[startup+522.675 s]
/proc/loadavg: 2.00 1.83 1.45 3/87 20785
/proc/meminfo: memFree=549400/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=141508 CPUtime=522.54
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126875 0 0 0 52193 61 0 0 25 0 2 0 175695759 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20781/statm: 35377 26250 170 90 0 34915 0
[pid=20781/tid=20783] ppid=20779 vsize=141508 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175697944 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.54
Current children cumulated vsize (KiB) 141508

[startup+582.766 s]
/proc/loadavg: 2.04 1.87 1.48 3/87 20785
/proc/meminfo: memFree=531992/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=141508 CPUtime=582.63
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126875 0 0 0 58201 62 0 0 25 0 2 0 175695759 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20781/statm: 35377 26250 170 90 0 34915 0
[pid=20781/tid=20783] ppid=20779 vsize=141508 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175697944 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.63
Current children cumulated vsize (KiB) 141508

[startup+642.785 s]
/proc/loadavg: 2.01 1.89 1.51 3/88 20862
/proc/meminfo: memFree=452640/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=141508 CPUtime=642.42
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126875 0 0 0 64179 63 0 0 25 0 2 0 175695759 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670372 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20781/statm: 35377 26250 170 90 0 34915 0
[pid=20781/tid=20783] ppid=20779 vsize=141508 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175697944 144904192 26250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.42

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

[pid=20781/tid=20863] ppid=20779 vsize=151752 CPUtime=0
/proc/20781/task/20863/stat : 20863 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175787956 155394048 26252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1180.37
Current children cumulated vsize (KiB) 151752

[startup+1243.24 s]
/proc/loadavg: 2.00 1.99 1.73 3/89 20863
/proc/meminfo: memFree=452184/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=151752 CPUtime=1240.17
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126877 0 0 0 123952 65 0 0 25 0 3 0 175695759 155394048 26252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20781/statm: 37938 26252 170 90 0 37476 0
[pid=20781/tid=20783] ppid=20779 vsize=151752 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175697944 155394048 26252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20781/tid=20863] ppid=20779 vsize=151752 CPUtime=0
/proc/20781/task/20863/stat : 20863 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175787956 155394048 26252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1240.17
Current children cumulated vsize (KiB) 151752

[startup+1303.3 s]
/proc/loadavg: 2.00 1.99 1.75 3/89 20863
/proc/meminfo: memFree=452120/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=151752 CPUtime=1299.94
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126877 0 0 0 129929 65 0 0 25 0 3 0 175695759 155394048 26252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20781/statm: 37938 26252 170 90 0 37476 0
[pid=20781/tid=20783] ppid=20779 vsize=151752 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175697944 155394048 26252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20781/tid=20863] ppid=20779 vsize=151752 CPUtime=0
/proc/20781/task/20863/stat : 20863 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175787956 155394048 26252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 151752

[startup+1363.36 s]
/proc/loadavg: 2.00 1.99 1.76 3/89 20863
/proc/meminfo: memFree=452120/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=151752 CPUtime=1359.73
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126877 0 0 0 135908 65 0 0 25 0 3 0 175695759 155394048 26252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20781/statm: 37938 26252 170 90 0 37476 0
[pid=20781/tid=20783] ppid=20779 vsize=151752 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175697944 155394048 26252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20781/tid=20863] ppid=20779 vsize=151752 CPUtime=0
/proc/20781/task/20863/stat : 20863 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175787956 155394048 26252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1359.73
Current children cumulated vsize (KiB) 151752

[startup+1423.45 s]
/proc/loadavg: 2.00 1.99 1.77 3/90 20864
/proc/meminfo: memFree=451920/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=161996 CPUtime=1419.53
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126903 0 0 0 141888 65 0 0 25 0 4 0 175695759 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20781/statm: 40499 26278 170 90 0 40037 0
[pid=20781/tid=20783] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175697944 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20781/tid=20863] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20863/stat : 20863 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175787956 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20781/tid=20864] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20864/stat : 20864 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175832964 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1419.53
Current children cumulated vsize (KiB) 161996

[startup+1483.53 s]
/proc/loadavg: 2.00 1.99 1.78 3/90 20864
/proc/meminfo: memFree=451856/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=161996 CPUtime=1479.33
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126903 0 0 0 147868 65 0 0 25 0 4 0 175695759 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20781/statm: 40499 26278 170 90 0 40037 0
[pid=20781/tid=20783] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175697944 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20781/tid=20863] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20863/stat : 20863 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175787956 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20781/tid=20864] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20864/stat : 20864 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175832964 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.33
Current children cumulated vsize (KiB) 161996

[startup+1543.61 s]
/proc/loadavg: 2.00 1.99 1.79 3/91 20865
/proc/meminfo: memFree=451784/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=161996 CPUtime=1539.14
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126903 0 0 0 153849 65 0 0 25 0 4 0 175695759 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20781/statm: 40499 26278 170 90 0 40037 0
[pid=20781/tid=20783] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175697944 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20781/tid=20863] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20863/stat : 20863 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175787956 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20781/tid=20864] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20864/stat : 20864 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175832964 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.14
Current children cumulated vsize (KiB) 161996

[startup+1603.7 s]
/proc/loadavg: 2.00 1.99 1.80 3/91 20865
/proc/meminfo: memFree=451720/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=161996 CPUtime=1598.96
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126903 0 0 0 159831 65 0 0 25 0 4 0 175695759 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20781/statm: 40499 26278 170 90 0 40037 0
[pid=20781/tid=20783] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175697944 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20781/tid=20863] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20863/stat : 20863 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175787956 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20781/tid=20864] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20864/stat : 20864 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175832964 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.96
Current children cumulated vsize (KiB) 161996

[startup+1663.78 s]
/proc/loadavg: 2.00 1.99 1.82 3/91 20865
/proc/meminfo: memFree=451656/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=161996 CPUtime=1658.76
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126903 0 0 0 165810 66 0 0 25 0 4 0 175695759 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670686 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20781/statm: 40499 26278 170 90 0 40037 0
[pid=20781/tid=20783] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175697944 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20781/tid=20863] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20863/stat : 20863 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175787956 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20781/tid=20864] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20864/stat : 20864 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175832964 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.76
Current children cumulated vsize (KiB) 161996

[startup+1723.87 s]
/proc/loadavg: 2.00 1.99 1.82 3/91 20865
/proc/meminfo: memFree=451656/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=161996 CPUtime=1718.58
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126903 0 0 0 171792 66 0 0 25 0 4 0 175695759 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20781/statm: 40499 26278 170 90 0 40037 0
[pid=20781/tid=20783] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175697944 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20781/tid=20863] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20863/stat : 20863 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175787956 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20781/tid=20864] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20864/stat : 20864 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175832964 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.58
Current children cumulated vsize (KiB) 161996

[startup+1783.95 s]
/proc/loadavg: 2.00 1.99 1.83 3/91 20865
/proc/meminfo: memFree=451592/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=161996 CPUtime=1778.39
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126903 0 0 0 177773 66 0 0 25 0 4 0 175695759 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20781/statm: 40499 26278 170 90 0 40037 0
[pid=20781/tid=20783] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175697944 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20781/tid=20863] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20863/stat : 20863 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175787956 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20781/tid=20864] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20864/stat : 20864 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175832964 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.39
Current children cumulated vsize (KiB) 161996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.72 s]
/proc/loadavg: 2.00 1.99 1.83 3/91 20865
/proc/meminfo: memFree=451592/2055920 swapFree=4191880/4192956
[pid=20781] ppid=20779 vsize=161996 CPUtime=1800.05
/proc/20781/stat : 20781 (bprolog) R 20779 20781 20602 0 -1 4194304 126903 0 0 0 179939 66 0 0 25 0 4 0 175695759 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711496 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20781/statm: 40499 26278 170 90 0 40037 0
[pid=20781/tid=20783] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20783/stat : 20783 (bprolog) S 20779 20781 20602 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175697944 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20781/tid=20863] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20863/stat : 20863 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175787956 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20781/tid=20864] ppid=20779 vsize=161996 CPUtime=0
/proc/20781/task/20864/stat : 20864 (bprolog) S 20779 20781 20602 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175832964 165883904 26278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 161996

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.75
CPU time (s): 1800.09
CPU user time (s): 1799.4
CPU system time (s): 0.681896
CPU usage (%): 99.6862
Max. virtual memory (cumulated for all children) (KiB): 161996

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

runsolver used 1.51177 s user time and 5.01824 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Jan  8 16:16:50 UTC 2007


IDJOB= 225655
IDBENCH= 5885
FILE ID= node29/225655-1168273010

PBS_JOBID= 3483236

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-39_ext.xml
COMMAND LINE= /tmp/evaluation/225655-1168273010/Complete/Ordinary/solver /tmp/evaluation/225655-1168273010/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node29/convwatcher-225655-1168273010 -o ROOT/results/node29/conversion-225655-1168273010 -C 600 -M 900 /tmp/evaluation/225655-1168273010/Complete/Ordinary/conversion /tmp/evaluation/225655-1168273010/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-225655-1168273010 -o ROOT/results/node29/solver-225655-1168273010 -C 1800 -M 900  /tmp/evaluation/225655-1168273010/Complete/Ordinary/solver /tmp/evaluation/225655-1168273010/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  b5edf3320e80bd6231b487f32cfb536c

RANDOM SEED= 642107050

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.241
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.241
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:        624504 kB
Buffers:         12372 kB
Cached:        1264336 kB
SwapCached:        264 kB
Active:         852452 kB
Inactive:       525320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        624504 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            8048 kB
Writeback:           0 kB
Mapped:         119400 kB
Slab:            38212 kB
Committed_AS:  3872752 kB
PageTables:       2492 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= 66551 MiB



End job on node29 on Mon Jan  8 16:47:03 UTC 2007