Trace number 205610

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.11 1802.44

General information on the benchmark

Namefapp/fapp36-40/fapp40/
fapp40-3000-9.xml
MD5SUM5318b238b6912c15c6964420425dc325
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.9717
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/205610-1168167757/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/node21/watcher-205610-1168167757 -o ROOT/results/node21/solver-205610-1168167757 -C 1800 -M 900 /tmp/evaluation/205610-1168167757/Complete/Ordinary/solver /tmp/evaluation/205610-1168167757/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.43 1.27 1.44 5/94 14704
/proc/meminfo: memFree=923856/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=18540 CPUtime=0
/proc/14703/stat : 14703 (runsolver) R 14701 14703 14190 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 165175180 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14703/statm: 4635 279 244 17 0 2626 0

[startup+0.107499 s]
/proc/loadavg: 1.43 1.27 1.44 5/94 14704
/proc/meminfo: memFree=923856/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=61640 CPUtime=0.09
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 2032 0 0 0 9 0 0 0 20 0 1 0 165175180 63119360 1748 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613400 0 0 4096 2 0 0 0 17 1 0 0
/proc/14703/statm: 15410 1748 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.515576 s]
/proc/loadavg: 1.43 1.27 1.44 5/94 14704
/proc/meminfo: memFree=923856/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=61640 CPUtime=0.5
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 8241 0 0 0 45 5 0 0 23 0 1 0 165175180 63119360 7957 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552229 0 0 4096 2 0 0 0 17 1 0 0
/proc/14703/statm: 15410 7957 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33673 s]
/proc/loadavg: 1.43 1.27 1.44 3/94 14704
/proc/meminfo: memFree=860880/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=81472 CPUtime=1.31
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 16899 0 0 0 121 10 0 0 25 0 1 0 165175180 83427328 16043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/14703/statm: 20368 16043 157 90 0 19906 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 81472

[startup+2.98194 s]
/proc/loadavg: 1.43 1.27 1.44 3/94 14704
/proc/meminfo: memFree=828432/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=120536 CPUtime=2.94
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 29025 0 0 0 278 16 0 0 25 0 1 0 165175180 123428864 18402 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558131 0 0 4096 2 0 0 0 17 1 0 0
/proc/14703/statm: 30134 18402 157 90 0 29672 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 120536

[startup+6.18364 s]
/proc/loadavg: 1.47 1.28 1.45 3/94 14704
/proc/meminfo: memFree=843088/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=145416 CPUtime=6.11
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 36648 0 0 0 590 21 0 0 25 0 1 0 165175180 148905984 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663066 0 0 4096 2 0 0 0 17 1 0 0
/proc/14703/statm: 36354 20089 176 90 0 35892 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 145416

[startup+12.6549 s]
/proc/loadavg: 1.51 1.30 1.45 3/94 14704
/proc/meminfo: memFree=836688/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=145416 CPUtime=12.52
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 37994 0 0 0 1230 22 0 0 25 0 1 0 165175180 148905984 21435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 0 0 0 17 1 0 0
/proc/14703/statm: 36354 21435 176 90 0 35892 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 145416

[startup+25.4803 s]
/proc/loadavg: 1.62 1.33 1.46 3/94 14704
/proc/meminfo: memFree=790480/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=149516 CPUtime=25.22
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 50073 0 0 0 2495 27 0 0 25 0 1 0 165175180 153104384 32517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/14703/statm: 37379 32517 176 90 0 36917 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 149516

[startup+51.1151 s]
/proc/loadavg: 1.49 1.32 1.45 3/87 14931
/proc/meminfo: memFree=1320792/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=243100 CPUtime=50.79
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84083 0 0 0 5030 49 0 0 25 0 2 0 165175180 248934400 43055 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 60775 43055 180 90 0 60313 0
[pid=14703/tid=14716] ppid=14701 vsize=243100 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165178864 248934400 43055 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 243100

[startup+102.394 s]
/proc/loadavg: 1.78 1.42 1.47 3/87 14931
/proc/meminfo: memFree=1320920/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=243100 CPUtime=102
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84094 0 0 0 10151 49 0 0 25 0 2 0 165175180 248934400 43066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 60775 43066 180 90 0 60313 0
[pid=14703/tid=14716] ppid=14701 vsize=243100 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165178864 248934400 43066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 243100

[startup+162.491 s]
/proc/loadavg: 1.92 1.52 1.50 3/87 14931
/proc/meminfo: memFree=1321048/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=243100 CPUtime=162.05
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84094 0 0 0 16156 49 0 0 25 0 2 0 165175180 248934400 43066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620154 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 60775 43066 180 90 0 60313 0
[pid=14703/tid=14716] ppid=14701 vsize=243100 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165178864 248934400 43066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 243100

[startup+222.497 s]
/proc/loadavg: 1.97 1.61 1.53 3/87 14931
/proc/meminfo: memFree=1321112/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=243100 CPUtime=221.96
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84094 0 0 0 22147 49 0 0 25 0 2 0 165175180 248934400 43066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 60775 43066 180 90 0 60313 0
[pid=14703/tid=14716] ppid=14701 vsize=243100 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165178864 248934400 43066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.96
Current children cumulated vsize (KiB) 243100

[startup+282.508 s]
/proc/loadavg: 1.99 1.68 1.56 3/87 14931
/proc/meminfo: memFree=1321048/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=243100 CPUtime=281.91
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84094 0 0 0 28142 49 0 0 25 0 2 0 165175180 248934400 43066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 60775 43066 180 90 0 60313 0
[pid=14703/tid=14716] ppid=14701 vsize=243100 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165178864 248934400 43066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.91
Current children cumulated vsize (KiB) 243100

[startup+342.516 s]
/proc/loadavg: 2.03 1.75 1.59 3/87 14931
/proc/meminfo: memFree=1321048/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=243100 CPUtime=341.85
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84094 0 0 0 34136 49 0 0 25 0 2 0 165175180 248934400 43066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 60775 43066 180 90 0 60313 0
[pid=14703/tid=14716] ppid=14701 vsize=243100 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165178864 248934400 43066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.85
Current children cumulated vsize (KiB) 243100

[startup+402.524 s]
/proc/loadavg: 2.01 1.79 1.61 3/87 14931
/proc/meminfo: memFree=1320984/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=243100 CPUtime=401.78
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84095 0 0 0 40129 49 0 0 25 0 2 0 165175180 248934400 43067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662629 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 60775 43067 180 90 0 60313 0
[pid=14703/tid=14716] ppid=14701 vsize=243100 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165178864 248934400 43067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.78
Current children cumulated vsize (KiB) 243100

[startup+462.543 s]
/proc/loadavg: 2.07 1.84 1.64 3/87 14931
/proc/meminfo: memFree=1321048/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=243100 CPUtime=461.73
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84096 0 0 0 46124 49 0 0 25 0 2 0 165175180 248934400 43068 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620220 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 60775 43068 180 90 0 60313 0
[pid=14703/tid=14716] ppid=14701 vsize=243100 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165178864 248934400 43068 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.73
Current children cumulated vsize (KiB) 243100

[startup+522.549 s]
/proc/loadavg: 2.02 1.87 1.66 3/87 14931
/proc/meminfo: memFree=1321048/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=243100 CPUtime=521.69
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84097 0 0 0 52119 50 0 0 25 0 2 0 165175180 248934400 43069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 60775 43069 180 90 0 60313 0
[pid=14703/tid=14716] ppid=14701 vsize=243100 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165178864 248934400 43069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.69
Current children cumulated vsize (KiB) 243100

[startup+582.563 s]
/proc/loadavg: 2.01 1.89 1.67 3/87 14931
/proc/meminfo: memFree=1320984/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=243100 CPUtime=581.62
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84097 0 0 0 58112 50 0 0 25 0 2 0 165175180 248934400 43069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554289 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 60775 43069 180 90 0 60313 0
[pid=14703/tid=14716] ppid=14701 vsize=243100 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165178864 248934400 43069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.62
Current children cumulated vsize (KiB) 243100

[startup+642.582 s]
/proc/loadavg: 2.00 1.91 1.69 3/87 14931
/proc/meminfo: memFree=1320984/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=243100 CPUtime=641.57
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84097 0 0 0 64107 50 0 0 25 0 2 0 165175180 248934400 43069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 60775 43069 180 90 0 60313 0
[pid=14703/tid=14716] ppid=14701 vsize=243100 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165178864 248934400 43069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.57
Current children cumulated vsize (KiB) 243100


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

[pid=14703/tid=14932] ppid=14701 vsize=253344 CPUtime=0
/proc/14703/task/14932/stat : 14932 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165268878 259424256 43095 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.14
Current children cumulated vsize (KiB) 253344

[startup+1242.79 s]
/proc/loadavg: 2.00 1.99 1.83 3/88 14934
/proc/meminfo: memFree=1320656/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=253344 CPUtime=1241.1
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84123 0 0 0 124058 52 0 0 25 0 3 0 165175180 259424256 43095 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 63336 43095 180 90 0 62874 0
[pid=14703/tid=14716] ppid=14701 vsize=253344 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165178864 259424256 43095 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14703/tid=14932] ppid=14701 vsize=253344 CPUtime=0
/proc/14703/task/14932/stat : 14932 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165268878 259424256 43095 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.1
Current children cumulated vsize (KiB) 253344

[startup+1302.82 s]
/proc/loadavg: 2.00 1.99 1.83 3/88 14934
/proc/meminfo: memFree=1320592/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=253344 CPUtime=1301.05
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84123 0 0 0 130053 52 0 0 25 0 3 0 165175180 259424256 43095 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 63336 43095 180 90 0 62874 0
[pid=14703/tid=14716] ppid=14701 vsize=253344 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165178864 259424256 43095 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14703/tid=14932] ppid=14701 vsize=253344 CPUtime=0
/proc/14703/task/14932/stat : 14932 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165268878 259424256 43095 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.05
Current children cumulated vsize (KiB) 253344

[startup+1362.85 s]
/proc/loadavg: 2.00 1.99 1.84 3/88 14934
/proc/meminfo: memFree=1320592/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=253344 CPUtime=1361.02
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84124 0 0 0 136050 52 0 0 25 0 3 0 165175180 259424256 43096 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 63336 43096 180 90 0 62874 0
[pid=14703/tid=14716] ppid=14701 vsize=253344 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165178864 259424256 43096 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14703/tid=14932] ppid=14701 vsize=253344 CPUtime=0
/proc/14703/task/14932/stat : 14932 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165268878 259424256 43096 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.02
Current children cumulated vsize (KiB) 253344

[startup+1422.9 s]
/proc/loadavg: 2.00 1.99 1.84 3/89 14935
/proc/meminfo: memFree=1319880/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=263588 CPUtime=1421
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84342 0 0 0 142048 52 0 0 25 0 4 0 165175180 269914112 43314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 65897 43314 180 90 0 65435 0
[pid=14703/tid=14716] ppid=14701 vsize=263588 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165178864 269914112 43314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14703/tid=14932] ppid=14701 vsize=263588 CPUtime=0
/proc/14703/task/14932/stat : 14932 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165268878 269914112 43314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14703/tid=14935] ppid=14701 vsize=263588 CPUtime=0
/proc/14703/task/14935/stat : 14935 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165313891 269914112 43314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421
Current children cumulated vsize (KiB) 263588

[startup+1482.97 s]
/proc/loadavg: 2.00 1.99 1.85 3/89 14935
/proc/meminfo: memFree=1319816/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=263588 CPUtime=1480.99
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84343 0 0 0 148047 52 0 0 25 0 4 0 165175180 269914112 43315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 65897 43315 180 90 0 65435 0
[pid=14703/tid=14716] ppid=14701 vsize=263588 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165178864 269914112 43315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14703/tid=14932] ppid=14701 vsize=263588 CPUtime=0
/proc/14703/task/14932/stat : 14932 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165268878 269914112 43315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14703/tid=14935] ppid=14701 vsize=263588 CPUtime=0
/proc/14703/task/14935/stat : 14935 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165313891 269914112 43315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.99
Current children cumulated vsize (KiB) 263588

[startup+1543.04 s]
/proc/loadavg: 2.00 1.99 1.85 3/89 14935
/proc/meminfo: memFree=1319816/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=263588 CPUtime=1541
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84343 0 0 0 154048 52 0 0 25 0 4 0 165175180 269914112 43315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552332 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 65897 43315 180 90 0 65435 0
[pid=14703/tid=14716] ppid=14701 vsize=263588 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165178864 269914112 43315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14703/tid=14932] ppid=14701 vsize=263588 CPUtime=0
/proc/14703/task/14932/stat : 14932 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165268878 269914112 43315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14703/tid=14935] ppid=14701 vsize=263588 CPUtime=0
/proc/14703/task/14935/stat : 14935 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165313891 269914112 43315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541
Current children cumulated vsize (KiB) 263588

[startup+1603.1 s]
/proc/loadavg: 2.00 1.99 1.86 3/89 14935
/proc/meminfo: memFree=1319752/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=263588 CPUtime=1601
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 84343 0 0 0 160048 52 0 0 25 0 4 0 165175180 269914112 43315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 65897 43315 180 90 0 65435 0
[pid=14703/tid=14716] ppid=14701 vsize=263588 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165178864 269914112 43315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14703/tid=14932] ppid=14701 vsize=263588 CPUtime=0
/proc/14703/task/14932/stat : 14932 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165268878 269914112 43315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14703/tid=14935] ppid=14701 vsize=263588 CPUtime=0
/proc/14703/task/14935/stat : 14935 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165313891 269914112 43315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601
Current children cumulated vsize (KiB) 263588

[startup+1663.18 s]
/proc/loadavg: 2.00 1.99 1.87 3/89 14935
/proc/meminfo: memFree=1300552/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=279212 CPUtime=1661
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 93052 0 0 0 166043 57 0 0 25 0 4 0 165175180 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554419 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 69803 48117 180 90 0 69341 0
[pid=14703/tid=14716] ppid=14701 vsize=279212 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165178864 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14703/tid=14932] ppid=14701 vsize=279212 CPUtime=0
/proc/14703/task/14932/stat : 14932 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165268878 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14703/tid=14935] ppid=14701 vsize=279212 CPUtime=0
/proc/14703/task/14935/stat : 14935 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165313891 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661
Current children cumulated vsize (KiB) 279212

[startup+1723.24 s]
/proc/loadavg: 2.00 1.99 1.87 3/89 14935
/proc/meminfo: memFree=1300552/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=279212 CPUtime=1721
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 93052 0 0 0 172043 57 0 0 25 0 4 0 165175180 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 69803 48117 180 90 0 69341 0
[pid=14703/tid=14716] ppid=14701 vsize=279212 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165178864 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14703/tid=14932] ppid=14701 vsize=279212 CPUtime=0
/proc/14703/task/14932/stat : 14932 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165268878 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14703/tid=14935] ppid=14701 vsize=279212 CPUtime=0
/proc/14703/task/14935/stat : 14935 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165313891 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721
Current children cumulated vsize (KiB) 279212

[startup+1783.31 s]
/proc/loadavg: 2.04 2.00 1.88 3/89 14935
/proc/meminfo: memFree=1300488/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=279212 CPUtime=1781.01
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 93052 0 0 0 178044 57 0 0 25 0 4 0 165175180 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 69803 48117 180 90 0 69341 0
[pid=14703/tid=14716] ppid=14701 vsize=279212 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165178864 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14703/tid=14932] ppid=14701 vsize=279212 CPUtime=0
/proc/14703/task/14932/stat : 14932 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165268878 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14703/tid=14935] ppid=14701 vsize=279212 CPUtime=0
/proc/14703/task/14935/stat : 14935 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165313891 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.01
Current children cumulated vsize (KiB) 279212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 2.03 2.00 1.89 3/89 14935
/proc/meminfo: memFree=1300488/2055920 swapFree=4156304/4192956
[pid=14703] ppid=14701 vsize=279212 CPUtime=1800.07
/proc/14703/stat : 14703 (bprolog) R 14701 14703 14190 0 -1 4194304 93052 0 0 0 179950 57 0 0 25 0 4 0 165175180 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14703/statm: 69803 48117 180 90 0 69341 0
[pid=14703/tid=14716] ppid=14701 vsize=279212 CPUtime=0
/proc/14703/task/14716/stat : 14716 (bprolog) S 14701 14703 14190 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165178864 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14703/tid=14932] ppid=14701 vsize=279212 CPUtime=0
/proc/14703/task/14932/stat : 14932 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165268878 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14703/tid=14935] ppid=14701 vsize=279212 CPUtime=0
/proc/14703/task/14935/stat : 14935 (bprolog) S 14701 14703 14190 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165313891 285913088 48117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 279212

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.44
CPU time (s): 1800.11
CPU user time (s): 1799.51
CPU system time (s): 0.602908
CPU usage (%): 99.8707
Max. virtual memory (cumulated for all children) (KiB): 294240

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

runsolver used 1.92771 s user time and 5.46117 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Jan  7 11:02:45 UTC 2007


IDJOB= 205610
IDBENCH= 4159
FILE ID= node21/205610-1168167757

PBS_JOBID= 3478769

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp40/fapp40-3000-9.xml
COMMAND LINE= /tmp/evaluation/205610-1168167757/Complete/Ordinary/solver /tmp/evaluation/205610-1168167757/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node21/convwatcher-205610-1168167757 -o ROOT/results/node21/conversion-205610-1168167757 -C 600 -M 900 /tmp/evaluation/205610-1168167757/Complete/Ordinary/conversion /tmp/evaluation/205610-1168167757/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-205610-1168167757 -o ROOT/results/node21/solver-205610-1168167757 -C 1800 -M 900  /tmp/evaluation/205610-1168167757/Complete/Ordinary/solver /tmp/evaluation/205610-1168167757/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5318b238b6912c15c6964420425dc325

RANDOM SEED= 485127803

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.261
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.261
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:        924272 kB
Buffers:         67184 kB
Cached:         248280 kB
SwapCached:       3116 kB
Active:         902296 kB
Inactive:       163172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        924272 kB
SwapTotal:     4192956 kB
SwapFree:      4156304 kB
Dirty:            8392 kB
Writeback:           0 kB
Mapped:         766908 kB
Slab:            49536 kB
Committed_AS:  4013120 kB
PageTables:       3652 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= 66538 MiB



End job on node21 on Sun Jan  7 11:33:30 UTC 2007