Trace number 200852

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.13 1804.68

General information on the benchmark

Namefapp/fapp11-15/fapp14/
fapp14-2500-7.xml
MD5SUMa79c9b99e8808e3f0c1cc2f1e05bf11a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/200852-1168143957/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/node20/watcher-200852-1168143957 -o ROOT/results/node20/solver-200852-1168143957 -C 1800 -M 900 /tmp/evaluation/200852-1168143957/Complete/Ordinary/solver /tmp/evaluation/200852-1168143957/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: 2.19 2.03 2.00 5/94 12032
/proc/meminfo: memFree=1300424/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=5352 CPUtime=0
/proc/12031/stat : 12031 (sh) R 12029 12031 9637 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 162792886 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4376584 0 0 4100 65536 0 0 0 17 1 0 0
/proc/12031/statm: 1338 233 196 169 0 49 0

[startup+0.102972 s]
/proc/loadavg: 2.19 2.03 2.00 5/94 12032
/proc/meminfo: memFree=1300424/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=53824 CPUtime=0.09
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 2109 0 0 0 8 1 0 0 20 0 1 0 162792886 55115776 1825 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134587325 0 0 4096 2 0 0 0 17 1 0 0
/proc/12031/statm: 13456 1825 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.511017 s]
/proc/loadavg: 2.19 2.03 2.00 5/94 12032
/proc/meminfo: memFree=1300424/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=53824 CPUtime=0.5
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 8577 0 0 0 45 5 0 0 24 0 1 0 162792886 55115776 8293 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691914 0 0 4096 2 0 0 0 17 1 0 0
/proc/12031/statm: 13456 8293 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.33212 s]
/proc/loadavg: 2.19 2.03 2.00 4/94 12032
/proc/meminfo: memFree=1225480/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=98340 CPUtime=1.3
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 20228 0 0 0 120 10 0 0 25 0 1 0 162792886 100700160 11397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608862 0 0 4096 2 0 0 0 17 1 0 0
/proc/12031/statm: 24585 11397 157 90 0 24123 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 98340

[startup+2.97331 s]
/proc/loadavg: 2.19 2.03 2.00 3/94 12032
/proc/meminfo: memFree=1237008/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=129076 CPUtime=2.93
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 27216 0 0 0 278 15 0 0 25 0 1 0 162792886 132173824 17996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 0 0 0 17 1 0 0
/proc/12031/statm: 32269 17996 160 90 0 31807 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 129076

[startup+6.2567 s]
/proc/loadavg: 2.17 2.03 2.00 3/94 12032
/proc/meminfo: memFree=1200592/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=129076 CPUtime=6.18
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 27240 0 0 0 603 15 0 0 25 0 1 0 162792886 132173824 18020 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662534 0 0 4096 2 0 0 0 17 1 0 0
/proc/12031/statm: 32269 18020 176 90 0 31807 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 129076

[startup+12.7475 s]
/proc/loadavg: 2.16 2.03 2.00 3/94 12032
/proc/meminfo: memFree=1130656/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=165340 CPUtime=12.61
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 39679 0 0 0 1239 22 0 0 25 0 1 0 162792886 169308160 28218 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 0 0 0 17 1 0 0
/proc/12031/statm: 41335 28218 176 90 0 40873 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 165340

[startup+25.576 s]
/proc/loadavg: 2.20 2.04 2.00 3/95 12033
/proc/meminfo: memFree=1075672/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=175808 CPUtime=25.35
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 45506 0 0 0 2509 26 0 0 25 0 2 0 162792886 180027392 33039 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858223 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12031/statm: 43952 33039 180 90 0 43490 0
[pid=12031/tid=12033] ppid=12029 vsize=175808 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162794634 180027392 33039 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 175808

[startup+51.2491 s]
/proc/loadavg: 2.20 2.06 2.01 3/95 12033
/proc/meminfo: memFree=1017432/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=175808 CPUtime=50.89
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46653 0 0 0 5061 28 0 0 25 0 2 0 162792886 180027392 34186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12031/statm: 43952 34186 180 90 0 43490 0
[pid=12031/tid=12033] ppid=12029 vsize=175808 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162794634 180027392 34186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 175808

[startup+102.479 s]
/proc/loadavg: 2.12 2.06 2.01 3/95 12033
/proc/meminfo: memFree=920088/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=175808 CPUtime=101.85
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46653 0 0 0 10157 28 0 0 25 0 2 0 162792886 180027392 34186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614908 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 43952 34186 180 90 0 43490 0
[pid=12031/tid=12033] ppid=12029 vsize=175808 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162794634 180027392 34186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 175808

[startup+162.479 s]
/proc/loadavg: 2.08 2.06 2.01 3/95 12033
/proc/meminfo: memFree=839128/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=175808 CPUtime=161.53
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46654 0 0 0 16125 28 0 0 25 0 2 0 162792886 180027392 34187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618333 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 43952 34187 180 90 0 43490 0
[pid=12031/tid=12033] ppid=12029 vsize=175808 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162794634 180027392 34187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 175808

[startup+222.554 s]
/proc/loadavg: 2.03 2.05 2.00 3/95 12033
/proc/meminfo: memFree=785752/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=175808 CPUtime=221.28
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46654 0 0 0 22100 28 0 0 25 0 2 0 162792886 180027392 34187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552480 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 43952 34187 180 90 0 43490 0
[pid=12031/tid=12033] ppid=12029 vsize=175808 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162794634 180027392 34187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.28
Current children cumulated vsize (KiB) 175808

[startup+282.629 s]
/proc/loadavg: 2.01 2.04 2.00 3/95 12033
/proc/meminfo: memFree=742552/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=175808 CPUtime=281
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46654 0 0 0 28072 28 0 0 25 0 2 0 162792886 180027392 34187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589649 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 43952 34187 180 90 0 43490 0
[pid=12031/tid=12033] ppid=12029 vsize=175808 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162794634 180027392 34187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281
Current children cumulated vsize (KiB) 175808

[startup+342.699 s]
/proc/loadavg: 2.07 2.04 2.00 3/95 12033
/proc/meminfo: memFree=704152/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=175808 CPUtime=340.75
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46655 0 0 0 34047 28 0 0 25 0 2 0 162792886 180027392 34188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 43952 34188 180 90 0 43490 0
[pid=12031/tid=12033] ppid=12029 vsize=175808 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162794634 180027392 34188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.75
Current children cumulated vsize (KiB) 175808

[startup+402.764 s]
/proc/loadavg: 2.02 2.03 2.00 3/95 12033
/proc/meminfo: memFree=675160/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=175808 CPUtime=400.48
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46655 0 0 0 40020 28 0 0 25 0 2 0 162792886 180027392 34188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 43952 34188 180 90 0 43490 0
[pid=12031/tid=12033] ppid=12029 vsize=175808 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162794634 180027392 34188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.48
Current children cumulated vsize (KiB) 175808

[startup+462.831 s]
/proc/loadavg: 2.05 2.04 2.00 3/95 12033
/proc/meminfo: memFree=636184/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=175808 CPUtime=460.22
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46655 0 0 0 45993 29 0 0 25 0 2 0 162792886 180027392 34188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751718 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 43952 34188 180 90 0 43490 0
[pid=12031/tid=12033] ppid=12029 vsize=175808 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162794634 180027392 34188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.22
Current children cumulated vsize (KiB) 175808

[startup+522.896 s]
/proc/loadavg: 2.02 2.03 2.00 3/95 12033
/proc/meminfo: memFree=604696/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=175808 CPUtime=519.96
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46655 0 0 0 51967 29 0 0 25 0 2 0 162792886 180027392 34188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 43952 34188 180 90 0 43490 0
[pid=12031/tid=12033] ppid=12029 vsize=175808 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162794634 180027392 34188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.96
Current children cumulated vsize (KiB) 175808

[startup+582.967 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 12033
/proc/meminfo: memFree=572248/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=175808 CPUtime=579.71
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46655 0 0 0 57942 29 0 0 25 0 2 0 162792886 180027392 34188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 43952 34188 180 90 0 43490 0
[pid=12031/tid=12033] ppid=12029 vsize=175808 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162794634 180027392 34188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.71
Current children cumulated vsize (KiB) 175808

[startup+643.043 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 12033
/proc/meminfo: memFree=539480/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=175808 CPUtime=639.43
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46655 0 0 0 63914 29 0 0 25 0 2 0 162792886 180027392 34188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554611 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 43952 34188 180 90 0 43490 0
[pid=12031/tid=12033] ppid=12029 vsize=175808 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162794634 180027392 34188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.43

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

[pid=12031/tid=12048] ppid=12029 vsize=186052 CPUtime=0
/proc/12031/task/12048/stat : 12048 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162884665 190517248 34238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1179.42
Current children cumulated vsize (KiB) 186052

[startup+1243.89 s]
/proc/loadavg: 1.00 1.19 1.58 2/80 12048
/proc/meminfo: memFree=1245864/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=186052 CPUtime=1239.5
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46705 0 0 0 123917 33 0 0 25 0 3 0 162792886 190517248 34238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554283 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 46513 34238 180 90 0 46051 0
[pid=12031/tid=12033] ppid=12029 vsize=186052 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162794634 190517248 34238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12048] ppid=12029 vsize=186052 CPUtime=0
/proc/12031/task/12048/stat : 12048 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162884665 190517248 34238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1239.5
Current children cumulated vsize (KiB) 186052

[startup+1303.99 s]
/proc/loadavg: 1.05 1.17 1.54 2/80 12048
/proc/meminfo: memFree=1245800/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=186052 CPUtime=1299.58
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46705 0 0 0 129925 33 0 0 25 0 3 0 162792886 190517248 34238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620166 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 46513 34238 180 90 0 46051 0
[pid=12031/tid=12033] ppid=12029 vsize=186052 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162794634 190517248 34238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12048] ppid=12029 vsize=186052 CPUtime=0
/proc/12031/task/12048/stat : 12048 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162884665 190517248 34238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1299.58
Current children cumulated vsize (KiB) 186052

[startup+1364.08 s]
/proc/loadavg: 1.02 1.14 1.51 2/80 12048
/proc/meminfo: memFree=1245864/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=186052 CPUtime=1359.65
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46705 0 0 0 135932 33 0 0 25 0 3 0 162792886 190517248 34238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 46513 34238 180 90 0 46051 0
[pid=12031/tid=12033] ppid=12029 vsize=186052 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162794634 190517248 34238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12048] ppid=12029 vsize=186052 CPUtime=0
/proc/12031/task/12048/stat : 12048 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162884665 190517248 34238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1359.65
Current children cumulated vsize (KiB) 186052

[startup+1424.1 s]
/proc/loadavg: 1.05 1.12 1.48 2/81 12049
/proc/meminfo: memFree=1245600/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=196296 CPUtime=1419.66
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46794 0 0 0 141933 33 0 0 25 0 4 0 162792886 201007104 34327 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 49074 34327 180 90 0 48612 0
[pid=12031/tid=12033] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162794634 201007104 34327 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12048] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12048/stat : 12048 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162884665 201007104 34327 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12049] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12049/stat : 12049 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162929674 201007104 34327 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1419.66
Current children cumulated vsize (KiB) 196296

[startup+1484.13 s]
/proc/loadavg: 1.02 1.10 1.44 2/81 12049
/proc/meminfo: memFree=1245472/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=196296 CPUtime=1479.67
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46795 0 0 0 147933 34 0 0 25 0 4 0 162792886 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 49074 34328 180 90 0 48612 0
[pid=12031/tid=12033] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162794634 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12048] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12048/stat : 12048 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162884665 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12049] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12049/stat : 12049 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162929674 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1479.67
Current children cumulated vsize (KiB) 196296

[startup+1544.15 s]
/proc/loadavg: 1.00 1.08 1.41 2/81 12049
/proc/meminfo: memFree=1245408/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=196296 CPUtime=1539.67
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46795 0 0 0 153933 34 0 0 25 0 4 0 162792886 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614665 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 49074 34328 180 90 0 48612 0
[pid=12031/tid=12033] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162794634 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12048] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12048/stat : 12048 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162884665 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12049] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12049/stat : 12049 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162929674 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.67
Current children cumulated vsize (KiB) 196296

[startup+1604.17 s]
/proc/loadavg: 1.00 1.06 1.39 2/81 12049
/proc/meminfo: memFree=1245408/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=196296 CPUtime=1599.68
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46795 0 0 0 159934 34 0 0 25 0 4 0 162792886 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 49074 34328 180 90 0 48612 0
[pid=12031/tid=12033] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162794634 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12048] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12048/stat : 12048 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162884665 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12049] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12049/stat : 12049 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162929674 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.68
Current children cumulated vsize (KiB) 196296

[startup+1664.19 s]
/proc/loadavg: 1.00 1.05 1.36 2/81 12049
/proc/meminfo: memFree=1245344/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=196296 CPUtime=1659.68
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46795 0 0 0 165934 34 0 0 25 0 4 0 162792886 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 49074 34328 180 90 0 48612 0
[pid=12031/tid=12033] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162794634 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12048] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12048/stat : 12048 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162884665 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12049] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12049/stat : 12049 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162929674 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.68
Current children cumulated vsize (KiB) 196296

[startup+1724.21 s]
/proc/loadavg: 1.00 1.04 1.33 2/81 12049
/proc/meminfo: memFree=1245280/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=196296 CPUtime=1719.68
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46795 0 0 0 171934 34 0 0 25 0 4 0 162792886 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 49074 34328 180 90 0 48612 0
[pid=12031/tid=12033] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162794634 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12048] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12048/stat : 12048 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162884665 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12049] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12049/stat : 12049 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162929674 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.68
Current children cumulated vsize (KiB) 196296

[startup+1784.24 s]
/proc/loadavg: 1.00 1.03 1.31 2/81 12049
/proc/meminfo: memFree=1245216/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=196296 CPUtime=1779.69
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46795 0 0 0 177935 34 0 0 25 0 4 0 162792886 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589301 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 49074 34328 180 90 0 48612 0
[pid=12031/tid=12033] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162794634 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12048] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12048/stat : 12048 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162884665 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12049] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12049/stat : 12049 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162929674 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.69
Current children cumulated vsize (KiB) 196296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.65 s]
/proc/loadavg: 1.00 1.02 1.30 2/81 12049
/proc/meminfo: memFree=1245216/2055920 swapFree=4170192/4192956
[pid=12031] ppid=12029 vsize=196296 CPUtime=1800.09
/proc/12031/stat : 12031 (bprolog) R 12029 12031 9637 0 -1 4194304 46795 0 0 0 179975 34 0 0 25 0 4 0 162792886 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12031/statm: 49074 34328 180 90 0 48612 0
[pid=12031/tid=12033] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12033/stat : 12033 (bprolog) S 12029 12031 9637 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162794634 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12048] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12048/stat : 12048 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162884665 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12031/tid=12049] ppid=12029 vsize=196296 CPUtime=0
/proc/12031/task/12049/stat : 12049 (bprolog) S 12029 12031 9637 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162929674 201007104 34328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 196296

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.68
CPU time (s): 1800.13
CPU user time (s): 1799.77
CPU system time (s): 0.366944
CPU usage (%): 99.7479
Max. virtual memory (cumulated for all children) (KiB): 196296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.366944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46795
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= 19
involuntary context switches= 50435

runsolver used 1.91571 s user time and 5.16122 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sun Jan  7 04:25:57 UTC 2007


IDJOB= 200852
IDBENCH= 3731
FILE ID= node20/200852-1168143957

PBS_JOBID= 3478076

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp14/fapp14-2500-7.xml
COMMAND LINE= /tmp/evaluation/200852-1168143957/Complete/Ordinary/solver /tmp/evaluation/200852-1168143957/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node20/convwatcher-200852-1168143957 -o ROOT/results/node20/conversion-200852-1168143957 -C 600 -M 900 /tmp/evaluation/200852-1168143957/Complete/Ordinary/conversion /tmp/evaluation/200852-1168143957/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-200852-1168143957 -o ROOT/results/node20/solver-200852-1168143957 -C 1800 -M 900  /tmp/evaluation/200852-1168143957/Complete/Ordinary/solver /tmp/evaluation/200852-1168143957/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  a79c9b99e8808e3f0c1cc2f1e05bf11a

RANDOM SEED= 801770675

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.216
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.216
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:       1300904 kB
Buffers:         49432 kB
Cached:         537496 kB
SwapCached:       3516 kB
Active:         332328 kB
Inactive:       352592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1300904 kB
SwapTotal:     4192956 kB
SwapFree:      4170192 kB
Dirty:           19796 kB
Writeback:           0 kB
Mapped:         121504 kB
Slab:            54480 kB
Committed_AS:  3923252 kB
PageTables:       2624 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= 66548 MiB



End job on node20 on Sun Jan  7 04:56:29 UTC 2007