Trace number 201157

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 1808.62

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-4.xml
MD5SUM9e78c37f84975ac2cde8c3ed71f26ee9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.8692
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/201157-1168145790/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/node51/watcher-201157-1168145790 -o ROOT/results/node51/solver-201157-1168145790 -C 1800 -M 900 /tmp/evaluation/201157-1168145790/Complete/Ordinary/solver /tmp/evaluation/201157-1168145790/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.58 1.16 1.05 5/81 21678
/proc/meminfo: memFree=1747680/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=53472 CPUtime=0
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 491 0 0 0 0 0 0 0 18 0 1 0 162979715 54755328 210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550287 0 0 4096 2 0 0 0 17 1 0 0
/proc/21677/statm: 13368 211 123 90 0 12906 0

[startup+0.103023 s]
/proc/loadavg: 1.58 1.16 1.05 5/81 21678
/proc/meminfo: memFree=1747680/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=61640 CPUtime=0.09
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 2062 0 0 0 9 0 0 0 18 0 1 0 162979715 63119360 1778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600400 0 0 4096 2 0 0 0 17 1 0 0
/proc/21677/statm: 15410 1779 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.5191 s]
/proc/loadavg: 1.58 1.16 1.05 5/81 21678
/proc/meminfo: memFree=1747680/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=61640 CPUtime=0.51
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 8573 0 0 0 45 6 0 0 22 0 1 0 162979715 63119360 8289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569882 0 0 4096 2 0 0 0 17 1 0 0
/proc/21677/statm: 15410 8290 157 90 0 14948 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 61640

[startup+1.34523 s]
/proc/loadavg: 1.58 1.16 1.05 3/81 21678
/proc/meminfo: memFree=1706848/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=61640 CPUtime=1.33
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 9858 0 0 0 127 6 0 0 25 0 1 0 162979715 63119360 9574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564922 0 0 4096 2 0 0 0 17 1 0 0
/proc/21677/statm: 15410 9574 157 90 0 14948 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 61640

[startup+2.98151 s]
/proc/loadavg: 1.58 1.16 1.05 3/81 21678
/proc/meminfo: memFree=1705376/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=69608 CPUtime=2.97
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 12947 0 0 0 289 8 0 0 25 0 1 0 162979715 71278592 11319 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664597 0 0 4096 2 0 0 0 17 1 0 0
/proc/21677/statm: 17402 11319 176 90 0 16940 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 69608

[startup+6.27006 s]
/proc/loadavg: 1.61 1.18 1.06 3/81 21678
/proc/meminfo: memFree=1690656/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=105076 CPUtime=6.26
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 36691 0 0 0 604 22 0 0 25 0 1 0 162979715 107597824 13700 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/21677/statm: 26269 13700 176 90 0 25807 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 105076

[startup+12.7352 s]
/proc/loadavg: 1.64 1.19 1.06 3/81 21678
/proc/meminfo: memFree=1626080/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=125224 CPUtime=12.72
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 54127 0 0 0 1242 30 0 0 25 0 1 0 162979715 128229376 26433 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134854202 0 0 4096 2 0 0 0 17 1 0 0
/proc/21677/statm: 31306 26433 176 90 0 30844 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 125224

[startup+25.6003 s]
/proc/loadavg: 1.72 1.23 1.08 3/82 21679
/proc/meminfo: memFree=1606488/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=207948 CPUtime=25.58
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83563 0 0 0 2512 46 0 0 25 0 2 0 162979715 212938752 27633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554281 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 51987 27633 180 90 0 51525 0
[pid=21677/tid=21679] ppid=21675 vsize=207948 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162981561 212938752 27633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 207948

[startup+51.2177 s]
/proc/loadavg: 1.82 1.29 1.10 3/82 21679
/proc/meminfo: memFree=1578136/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=207948 CPUtime=51.18
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83564 0 0 0 5072 46 0 0 25 0 2 0 162979715 212938752 27634 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580564 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 51987 27634 180 90 0 51525 0
[pid=21677/tid=21679] ppid=21675 vsize=207948 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162981561 212938752 27634 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 207948

[startup+102.508 s]
/proc/loadavg: 1.92 1.40 1.14 3/82 21679
/proc/meminfo: memFree=1535768/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=207948 CPUtime=102.34
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83568 0 0 0 10187 47 0 0 25 0 2 0 162979715 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 51987 27638 180 90 0 51525 0
[pid=21677/tid=21679] ppid=21675 vsize=207948 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162981561 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 207948

[startup+162.528 s]
/proc/loadavg: 1.97 1.50 1.19 3/82 21679
/proc/meminfo: memFree=1495448/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=207948 CPUtime=162.07
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83568 0 0 0 16160 47 0 0 25 0 2 0 162979715 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576089 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 51987 27638 180 90 0 51525 0
[pid=21677/tid=21679] ppid=21675 vsize=207948 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162981561 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 207948

[startup+222.601 s]
/proc/loadavg: 1.99 1.59 1.24 3/82 21679
/proc/meminfo: memFree=1466008/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=207948 CPUtime=221.86
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83568 0 0 0 22139 47 0 0 25 0 2 0 162979715 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 51987 27638 180 90 0 51525 0
[pid=21677/tid=21679] ppid=21675 vsize=207948 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162981561 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.86
Current children cumulated vsize (KiB) 207948

[startup+282.694 s]
/proc/loadavg: 1.99 1.66 1.29 3/88 21803
/proc/meminfo: memFree=1440136/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=207948 CPUtime=281.53
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83568 0 0 0 28106 47 0 0 25 0 2 0 162979715 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664253 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 51987 27638 180 90 0 51525 0
[pid=21677/tid=21679] ppid=21675 vsize=207948 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162981561 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.53
Current children cumulated vsize (KiB) 207948

[startup+342.696 s]
/proc/loadavg: 1.99 1.72 1.33 3/88 21857
/proc/meminfo: memFree=1421336/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=207948 CPUtime=341.14
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83568 0 0 0 34066 48 0 0 25 0 2 0 162979715 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 51987 27638 180 90 0 51525 0
[pid=21677/tid=21679] ppid=21675 vsize=207948 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162981561 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.14
Current children cumulated vsize (KiB) 207948

[startup+402.782 s]
/proc/loadavg: 1.99 1.77 1.37 3/82 21877
/proc/meminfo: memFree=1398488/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=207948 CPUtime=400.94
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83568 0 0 0 40046 48 0 0 25 0 2 0 162979715 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 51987 27638 180 90 0 51525 0
[pid=21677/tid=21679] ppid=21675 vsize=207948 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162981561 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.94
Current children cumulated vsize (KiB) 207948

[startup+462.866 s]
/proc/loadavg: 1.99 1.81 1.40 3/82 21877
/proc/meminfo: memFree=1380824/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=207948 CPUtime=460.74
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83568 0 0 0 46026 48 0 0 25 0 2 0 162979715 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 51987 27638 180 90 0 51525 0
[pid=21677/tid=21679] ppid=21675 vsize=207948 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162981561 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.74
Current children cumulated vsize (KiB) 207948

[startup+522.907 s]
/proc/loadavg: 1.99 1.84 1.44 3/82 21877
/proc/meminfo: memFree=1365400/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=207948 CPUtime=520.49
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83568 0 0 0 52001 48 0 0 25 0 2 0 162979715 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614665 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 51987 27638 180 90 0 51525 0
[pid=21677/tid=21679] ppid=21675 vsize=207948 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162981561 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.49
Current children cumulated vsize (KiB) 207948

[startup+582.944 s]
/proc/loadavg: 1.99 1.87 1.47 3/82 21877
/proc/meminfo: memFree=1352472/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=207948 CPUtime=580.24
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83568 0 0 0 57976 48 0 0 25 0 2 0 162979715 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 51987 27638 180 90 0 51525 0
[pid=21677/tid=21679] ppid=21675 vsize=207948 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162981561 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.24
Current children cumulated vsize (KiB) 207948

[startup+642.986 s]
/proc/loadavg: 1.99 1.89 1.50 3/82 21877
/proc/meminfo: memFree=1337752/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=207948 CPUtime=640
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83568 0 0 0 63952 48 0 0 25 0 2 0 162979715 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 51987 27638 180 90 0 51525 0
[pid=21677/tid=21679] ppid=21675 vsize=207948 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162981561 212938752 27638 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640

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

[pid=21677/tid=21878] ppid=21675 vsize=218192 CPUtime=0
/proc/21677/task/21878/stat : 21878 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163071585 223428608 27726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.89
Current children cumulated vsize (KiB) 218192

[startup+1243.49 s]
/proc/loadavg: 2.08 2.01 1.74 3/83 21878
/proc/meminfo: memFree=1234128/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=218192 CPUtime=1237.66
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83656 0 0 0 123716 50 0 0 25 0 3 0 162979715 223428608 27726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 54548 27726 180 90 0 54086 0
[pid=21677/tid=21679] ppid=21675 vsize=218192 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162981561 223428608 27726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21878] ppid=21675 vsize=218192 CPUtime=0
/proc/21677/task/21878/stat : 21878 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163071585 223428608 27726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.66
Current children cumulated vsize (KiB) 218192

[startup+1303.57 s]
/proc/loadavg: 2.06 2.02 1.75 3/83 21880
/proc/meminfo: memFree=1225488/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=218192 CPUtime=1297.45
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83656 0 0 0 129695 50 0 0 25 0 3 0 162979715 223428608 27726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 54548 27726 180 90 0 54086 0
[pid=21677/tid=21679] ppid=21675 vsize=218192 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162981561 223428608 27726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21878] ppid=21675 vsize=218192 CPUtime=0
/proc/21677/task/21878/stat : 21878 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163071585 223428608 27726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.45
Current children cumulated vsize (KiB) 218192

[startup+1363.63 s]
/proc/loadavg: 2.02 2.02 1.76 3/83 21880
/proc/meminfo: memFree=1220176/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=218192 CPUtime=1357.22
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83656 0 0 0 135672 50 0 0 25 0 3 0 162979715 223428608 27726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 54548 27726 180 90 0 54086 0
[pid=21677/tid=21679] ppid=21675 vsize=218192 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162981561 223428608 27726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21878] ppid=21675 vsize=218192 CPUtime=0
/proc/21677/task/21878/stat : 21878 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163071585 223428608 27726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.22
Current children cumulated vsize (KiB) 218192

[startup+1423.72 s]
/proc/loadavg: 2.05 2.03 1.78 3/84 21881
/proc/meminfo: memFree=1208904/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=228436 CPUtime=1417.04
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83657 0 0 0 141653 51 0 0 25 0 4 0 162979715 233918464 27727 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 57109 27727 180 90 0 56647 0
[pid=21677/tid=21679] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162981561 233918464 27727 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21878] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21878/stat : 21878 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163071585 233918464 27727 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21881] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21881/stat : 21881 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163116592 233918464 27727 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.04
Current children cumulated vsize (KiB) 228436

[startup+1483.81 s]
/proc/loadavg: 2.02 2.02 1.79 3/84 21881
/proc/meminfo: memFree=1201416/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=228436 CPUtime=1476.84
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83657 0 0 0 147633 51 0 0 25 0 4 0 162979715 233918464 27727 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 57109 27727 180 90 0 56647 0
[pid=21677/tid=21679] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162981561 233918464 27727 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21878] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21878/stat : 21878 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163071585 233918464 27727 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21881] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21881/stat : 21881 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163116592 233918464 27727 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.84
Current children cumulated vsize (KiB) 228436

[startup+1543.89 s]
/proc/loadavg: 2.00 2.02 1.81 3/84 21881
/proc/meminfo: memFree=1191560/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=228436 CPUtime=1536.63
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 83657 0 0 0 153612 51 0 0 25 0 4 0 162979715 233918464 27727 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 57109 27727 180 90 0 56647 0
[pid=21677/tid=21679] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162981561 233918464 27727 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21878] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21878/stat : 21878 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163071585 233918464 27727 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21881] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21881/stat : 21881 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163116592 233918464 27727 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.63
Current children cumulated vsize (KiB) 228436

[startup+1603.98 s]
/proc/loadavg: 2.03 2.02 1.82 3/84 21881
/proc/meminfo: memFree=1178376/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=228436 CPUtime=1596.44
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 85148 0 0 0 159592 52 0 0 25 0 4 0 162979715 233918464 29218 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 57109 29218 180 90 0 56647 0
[pid=21677/tid=21679] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162981561 233918464 29218 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21878] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21878/stat : 21878 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163071585 233918464 29218 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21881] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21881/stat : 21881 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163116592 233918464 29218 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.44
Current children cumulated vsize (KiB) 228436

[startup+1664.07 s]
/proc/loadavg: 2.01 2.02 1.83 3/84 21881
/proc/meminfo: memFree=1167944/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=228436 CPUtime=1656.24
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 85168 0 0 0 165572 52 0 0 25 0 4 0 162979715 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554298 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 57109 29238 180 90 0 56647 0
[pid=21677/tid=21679] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162981561 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21878] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21878/stat : 21878 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163071585 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21881] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21881/stat : 21881 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163116592 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.24
Current children cumulated vsize (KiB) 228436

[startup+1724.16 s]
/proc/loadavg: 2.00 2.01 1.83 3/84 21881
/proc/meminfo: memFree=1161864/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=228436 CPUtime=1716.06
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 85168 0 0 0 171553 53 0 0 25 0 4 0 162979715 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 57109 29238 180 90 0 56647 0
[pid=21677/tid=21679] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162981561 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21878] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21878/stat : 21878 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163071585 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21881] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21881/stat : 21881 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163116592 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.06
Current children cumulated vsize (KiB) 228436

[startup+1784.26 s]
/proc/loadavg: 2.00 2.01 1.84 3/84 21881
/proc/meminfo: memFree=1156168/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=228436 CPUtime=1775.86
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 85168 0 0 0 177533 53 0 0 25 0 4 0 162979715 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21677/statm: 57109 29238 180 90 0 56647 0
[pid=21677/tid=21679] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162981561 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21878] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21878/stat : 21878 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163071585 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21881] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21881/stat : 21881 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163116592 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.86
Current children cumulated vsize (KiB) 228436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.58 s]
/proc/loadavg: 2.00 2.01 1.84 3/76 21920
/proc/meminfo: memFree=1587392/2055920 swapFree=4192812/4192956
[pid=21677] ppid=21675 vsize=228436 CPUtime=1800.05
/proc/21677/stat : 21677 (bprolog) R 21675 21677 21531 0 -1 4194304 85168 0 0 0 179951 54 0 0 25 0 4 0 162979715 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566827 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21677/statm: 57109 29238 180 90 0 56647 0
[pid=21677/tid=21679] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21679/stat : 21679 (bprolog) S 21675 21677 21531 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162981561 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21878] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21878/stat : 21878 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163071585 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21677/tid=21881] ppid=21675 vsize=228436 CPUtime=0
/proc/21677/task/21881/stat : 21881 (bprolog) S 21675 21677 21531 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163116592 233918464 29238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 228436

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.62
CPU time (s): 1800.09
CPU user time (s): 1799.52
CPU system time (s): 0.566913
CPU usage (%): 99.5285
Max. virtual memory (cumulated for all children) (KiB): 278264

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

runsolver used 1.71374 s user time and 4.80327 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Sun Jan  7 04:56:32 UTC 2007


IDJOB= 201157
IDBENCH= 3747
FILE ID= node51/201157-1168145790

PBS_JOBID= 3478381

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp15/fapp15-3000-4.xml
COMMAND LINE= /tmp/evaluation/201157-1168145790/Complete/Ordinary/solver /tmp/evaluation/201157-1168145790/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node51/convwatcher-201157-1168145790 -o ROOT/results/node51/conversion-201157-1168145790 -C 600 -M 900 /tmp/evaluation/201157-1168145790/Complete/Ordinary/conversion /tmp/evaluation/201157-1168145790/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-201157-1168145790 -o ROOT/results/node51/solver-201157-1168145790 -C 1800 -M 900  /tmp/evaluation/201157-1168145790/Complete/Ordinary/solver /tmp/evaluation/201157-1168145790/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  9e78c37f84975ac2cde8c3ed71f26ee9

RANDOM SEED= 644911376

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.277
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.277
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:       1748160 kB
Buffers:         14376 kB
Cached:         120128 kB
SwapCached:          0 kB
Active:         180212 kB
Inactive:        68308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16752 kB
Writeback:           0 kB
Mapped:         133136 kB
Slab:            44260 kB
Committed_AS:  4096868 kB
PageTables:       2068 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 node51 on Sun Jan  7 05:27:00 UTC 2007