Trace number 209456

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.07 1809.14

General information on the benchmark

Namefapp/fapp26-30/fapp30/
fapp30-3000-7.xml
MD5SUM1e9ece2bf17be80b7c0001a71bf985ca
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 benchmark65.728
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/209456-1168192816/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/node55/watcher-209456-1168192816 -o ROOT/results/node55/solver-209456-1168192816 -C 1800 -M 900 /tmp/evaluation/209456-1168192816/Complete/Ordinary/solver /tmp/evaluation/209456-1168192816/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.09 2.22 1.96 3/84 16969
/proc/meminfo: memFree=757472/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=53472 CPUtime=0
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 480 0 0 0 0 0 0 0 18 0 1 0 167683779 54755328 199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/16968/statm: 13368 200 123 90 0 12906 0

[startup+0.101889 s]
/proc/loadavg: 2.09 2.22 1.96 3/84 16969
/proc/meminfo: memFree=757472/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=61640 CPUtime=0.09
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 2013 0 0 0 8 1 0 0 18 0 1 0 167683779 63119360 1729 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560530 0 0 4096 2 0 0 0 17 1 0 0
/proc/16968/statm: 15410 1730 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.509925 s]
/proc/loadavg: 2.09 2.22 1.96 3/84 16969
/proc/meminfo: memFree=757472/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=61640 CPUtime=0.5
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 8406 0 0 0 45 5 0 0 22 0 1 0 167683779 63119360 8122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/16968/statm: 15410 8123 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33 s]
/proc/loadavg: 2.09 2.22 1.96 3/84 16969
/proc/meminfo: memFree=694432/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=81440 CPUtime=1.31
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 16909 0 0 0 121 10 0 0 25 0 1 0 167683779 83394560 16036 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857163 0 0 4096 2 0 0 0 17 1 0 0
/proc/16968/statm: 20360 16036 157 90 0 19898 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 81440

[startup+2.96717 s]
/proc/loadavg: 2.09 2.22 1.96 3/84 16969
/proc/meminfo: memFree=662304/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=142944 CPUtime=2.94
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 34740 0 0 0 274 20 0 0 25 0 1 0 167683779 146374656 18173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857292 0 0 4096 2 0 0 0 17 1 0 0
/proc/16968/statm: 35736 18174 157 90 0 35274 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 142944

[startup+6.24648 s]
/proc/loadavg: 2.08 2.21 1.96 3/84 16969
/proc/meminfo: memFree=654432/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=142940 CPUtime=6.18
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 42457 0 0 0 594 24 0 0 25 0 1 0 167683779 146370560 25889 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664648 0 0 4096 2 0 0 0 17 1 0 0
/proc/16968/statm: 35735 25889 176 90 0 35273 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 142940

[startup+12.7151 s]
/proc/loadavg: 2.07 2.21 1.96 3/90 17035
/proc/meminfo: memFree=637912/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=149644 CPUtime=12.58
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 63988 0 0 0 1221 37 0 0 25 0 1 0 167683779 153235456 29685 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/16968/statm: 37411 29685 176 90 0 36949 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 149644

[startup+25.5484 s]
/proc/loadavg: 2.06 2.20 1.96 3/90 17053
/proc/meminfo: memFree=539992/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=268872 CPUtime=25.32
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 120153 0 0 0 2466 66 0 0 25 0 1 0 167683779 275324928 54101 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 0 0 0 17 1 0 0
/proc/16968/statm: 67218 54101 176 90 0 66756 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 268872

[startup+51.2158 s]
/proc/loadavg: 2.04 2.18 1.96 3/91 17110
/proc/meminfo: memFree=509992/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=283620 CPUtime=50.79
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134301 0 0 0 5004 75 0 0 25 0 2 0 167683779 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580529 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16968/statm: 70905 61598 180 90 0 70443 0
[pid=16968/tid=17086] ppid=16966 vsize=283620 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167687184 290426880 61598 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) 283620

[startup+102.447 s]
/proc/loadavg: 2.15 2.18 1.97 4/85 17168
/proc/meminfo: memFree=510928/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=283620 CPUtime=101.67
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134301 0 0 0 10092 75 0 0 25 0 2 0 167683779 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614774 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16968/statm: 70905 61598 180 90 0 70443 0
[pid=16968/tid=17086] ppid=16966 vsize=283620 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167687184 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 283620

[startup+162.48 s]
/proc/loadavg: 2.05 2.15 1.97 3/85 17168
/proc/meminfo: memFree=510936/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=283620 CPUtime=161.42
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134301 0 0 0 16067 75 0 0 25 0 2 0 167683779 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16968/statm: 70905 61598 180 90 0 70443 0
[pid=16968/tid=17086] ppid=16966 vsize=283620 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167687184 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.42
Current children cumulated vsize (KiB) 283620

[startup+222.518 s]
/proc/loadavg: 2.02 2.12 1.97 3/85 17168
/proc/meminfo: memFree=510936/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=283620 CPUtime=221.17
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134301 0 0 0 22042 75 0 0 25 0 2 0 167683779 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16968/statm: 70905 61598 180 90 0 70443 0
[pid=16968/tid=17086] ppid=16966 vsize=283620 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167687184 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.17
Current children cumulated vsize (KiB) 283620

[startup+282.538 s]
/proc/loadavg: 1.93 2.08 1.96 3/82 17276
/proc/meminfo: memFree=1031480/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=283620 CPUtime=280.9
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134301 0 0 0 28013 77 0 0 25 0 2 0 167683779 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 70905 61598 180 90 0 70443 0
[pid=16968/tid=17086] ppid=16966 vsize=283620 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167687184 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.9
Current children cumulated vsize (KiB) 283620

[startup+342.545 s]
/proc/loadavg: 2.09 2.10 1.98 3/82 17276
/proc/meminfo: memFree=646648/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=283620 CPUtime=340.62
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134301 0 0 0 33984 78 0 0 25 0 2 0 167683779 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 70905 61598 180 90 0 70443 0
[pid=16968/tid=17086] ppid=16966 vsize=283620 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167687184 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.62
Current children cumulated vsize (KiB) 283620

[startup+402.556 s]
/proc/loadavg: 1.95 2.07 1.97 3/82 17349
/proc/meminfo: memFree=1207288/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=283620 CPUtime=400.35
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134301 0 0 0 39956 79 0 0 25 0 2 0 167683779 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566835 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 70905 61598 180 90 0 70443 0
[pid=16968/tid=17086] ppid=16966 vsize=283620 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167687184 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.35
Current children cumulated vsize (KiB) 283620

[startup+462.578 s]
/proc/loadavg: 2.15 2.11 2.00 3/82 17349
/proc/meminfo: memFree=681464/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=283620 CPUtime=459.84
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134301 0 0 0 45905 79 0 0 25 0 2 0 167683779 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574003 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 70905 61598 180 90 0 70443 0
[pid=16968/tid=17086] ppid=16966 vsize=283620 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167687184 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.84
Current children cumulated vsize (KiB) 283620

[startup+522.58 s]
/proc/loadavg: 2.05 2.08 2.00 3/82 17349
/proc/meminfo: memFree=502456/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=283620 CPUtime=519.3
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134301 0 0 0 51851 79 0 0 25 0 2 0 167683779 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 70905 61598 180 90 0 70443 0
[pid=16968/tid=17086] ppid=16966 vsize=283620 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167687184 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.3
Current children cumulated vsize (KiB) 283620

[startup+582.681 s]
/proc/loadavg: 2.03 2.07 2.00 3/74 17646
/proc/meminfo: memFree=1130944/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=283620 CPUtime=579.1
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134301 0 0 0 57826 84 0 0 25 0 2 0 167683779 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 70905 61598 180 90 0 70443 0
[pid=16968/tid=17086] ppid=16966 vsize=283620 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167687184 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.1
Current children cumulated vsize (KiB) 283620

[startup+642.778 s]
/proc/loadavg: 2.01 2.05 2.00 3/74 17646
/proc/meminfo: memFree=1131080/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=283620 CPUtime=638.93
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134301 0 0 0 63809 84 0 0 25 0 2 0 167683779 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 70905 61598 180 90 0 70443 0
[pid=16968/tid=17086] ppid=16966 vsize=283620 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167687184 290426880 61598 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 638.93
Current children cumulated vsize (KiB) 283620


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

[pid=16968/tid=17647] ppid=16966 vsize=293864 CPUtime=0
/proc/16968/task/17647/stat : 17647 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167777209 300916736 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.02
Current children cumulated vsize (KiB) 293864

[startup+1243.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 17649
/proc/meminfo: memFree=1130816/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=293864 CPUtime=1236.75
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134302 0 0 0 123590 85 0 0 25 0 3 0 167683779 300916736 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 73466 61599 180 90 0 73004 0
[pid=16968/tid=17086] ppid=16966 vsize=293864 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167687184 300916736 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16968/tid=17647] ppid=16966 vsize=293864 CPUtime=0
/proc/16968/task/17647/stat : 17647 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167777209 300916736 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.75
Current children cumulated vsize (KiB) 293864

[startup+1303.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17649
/proc/meminfo: memFree=1130816/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=293864 CPUtime=1296.49
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134302 0 0 0 129564 85 0 0 25 0 3 0 167683779 300916736 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580072 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 73466 61599 180 90 0 73004 0
[pid=16968/tid=17086] ppid=16966 vsize=293864 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167687184 300916736 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16968/tid=17647] ppid=16966 vsize=293864 CPUtime=0
/proc/16968/task/17647/stat : 17647 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167777209 300916736 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.49
Current children cumulated vsize (KiB) 293864

[startup+1363.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17649
/proc/meminfo: memFree=1130816/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=293864 CPUtime=1356.23
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134302 0 0 0 135538 85 0 0 25 0 3 0 167683779 300916736 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 73466 61599 180 90 0 73004 0
[pid=16968/tid=17086] ppid=16966 vsize=293864 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167687184 300916736 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16968/tid=17647] ppid=16966 vsize=293864 CPUtime=0
/proc/16968/task/17647/stat : 17647 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167777209 300916736 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.23
Current children cumulated vsize (KiB) 293864

[startup+1423.33 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17650
/proc/meminfo: memFree=1130168/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=304108 CPUtime=1415.97
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134481 0 0 0 141512 85 0 0 25 0 4 0 167683779 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580566 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 76027 61778 180 90 0 75565 0
[pid=16968/tid=17086] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167687184 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16968/tid=17647] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17647/stat : 17647 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167777209 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16968/tid=17650] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17650/stat : 17650 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167822220 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.97
Current children cumulated vsize (KiB) 304108

[startup+1483.36 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17650
/proc/meminfo: memFree=1130104/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=304108 CPUtime=1475.75
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134481 0 0 0 147489 86 0 0 25 0 4 0 167683779 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 76027 61778 180 90 0 75565 0
[pid=16968/tid=17086] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167687184 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16968/tid=17647] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17647/stat : 17647 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167777209 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16968/tid=17650] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17650/stat : 17650 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167822220 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.75
Current children cumulated vsize (KiB) 304108

[startup+1543.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17650
/proc/meminfo: memFree=1130104/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=304108 CPUtime=1535.53
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134481 0 0 0 153467 86 0 0 25 0 4 0 167683779 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 76027 61778 180 90 0 75565 0
[pid=16968/tid=17086] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167687184 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16968/tid=17647] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17647/stat : 17647 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167777209 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16968/tid=17650] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17650/stat : 17650 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167822220 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.53
Current children cumulated vsize (KiB) 304108

[startup+1603.43 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17650
/proc/meminfo: memFree=1130040/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=304108 CPUtime=1595.27
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134481 0 0 0 159441 86 0 0 25 0 4 0 167683779 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 76027 61778 180 90 0 75565 0
[pid=16968/tid=17086] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167687184 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16968/tid=17647] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17647/stat : 17647 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167777209 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16968/tid=17650] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17650/stat : 17650 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167822220 311406592 61778 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.27
Current children cumulated vsize (KiB) 304108

[startup+1663.47 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17650
/proc/meminfo: memFree=1129976/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=304108 CPUtime=1655.05
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134521 0 0 0 165419 86 0 0 25 0 4 0 167683779 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 76027 61818 180 90 0 75565 0
[pid=16968/tid=17086] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167687184 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16968/tid=17647] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17647/stat : 17647 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167777209 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16968/tid=17650] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17650/stat : 17650 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167822220 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.05
Current children cumulated vsize (KiB) 304108

[startup+1723.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17650
/proc/meminfo: memFree=1129976/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=304108 CPUtime=1714.82
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134521 0 0 0 171396 86 0 0 25 0 4 0 167683779 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557323 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 76027 61818 180 90 0 75565 0
[pid=16968/tid=17086] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167687184 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16968/tid=17647] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17647/stat : 17647 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167777209 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16968/tid=17650] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17650/stat : 17650 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167822220 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.82
Current children cumulated vsize (KiB) 304108

[startup+1783.54 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17650
/proc/meminfo: memFree=1129912/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=304108 CPUtime=1774.56
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134521 0 0 0 177370 86 0 0 25 0 4 0 167683779 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 76027 61818 180 90 0 75565 0
[pid=16968/tid=17086] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167687184 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16968/tid=17647] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17647/stat : 17647 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167777209 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16968/tid=17650] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17650/stat : 17650 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167822220 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.56
Current children cumulated vsize (KiB) 304108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.09 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17650
/proc/meminfo: memFree=1129912/2055920 swapFree=4192812/4192956
[pid=16968] ppid=16966 vsize=304108 CPUtime=1800.01
/proc/16968/stat : 16968 (bprolog) R 16966 16968 16888 0 -1 4194304 134521 0 0 0 179915 86 0 0 25 0 4 0 167683779 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16968/statm: 76027 61818 180 90 0 75565 0
[pid=16968/tid=17086] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17086/stat : 17086 (bprolog) S 16966 16968 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167687184 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16968/tid=17647] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17647/stat : 17647 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167777209 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16968/tid=17650] ppid=16966 vsize=304108 CPUtime=0
/proc/16968/task/17650/stat : 17650 (bprolog) S 16966 16968 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167822220 311406592 61818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 304108

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.14
CPU time (s): 1800.07
CPU user time (s): 1799.17
CPU system time (s): 0.904862
CPU usage (%): 99.4987
Max. virtual memory (cumulated for all children) (KiB): 304108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 0.904862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134521
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= 15
involuntary context switches= 30262

runsolver used 1.71274 s user time and 4.83427 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sun Jan  7 18:00:16 UTC 2007


IDJOB= 209456
IDBENCH= 4518
FILE ID= node55/209456-1168192816

PBS_JOBID= 3479389

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp26-30/fapp30/fapp30-3000-7.xml
COMMAND LINE= /tmp/evaluation/209456-1168192816/Complete/Ordinary/solver /tmp/evaluation/209456-1168192816/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node55/convwatcher-209456-1168192816 -o ROOT/results/node55/conversion-209456-1168192816 -C 600 -M 900 /tmp/evaluation/209456-1168192816/Complete/Ordinary/conversion /tmp/evaluation/209456-1168192816/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-209456-1168192816 -o ROOT/results/node55/solver-209456-1168192816 -C 1800 -M 900  /tmp/evaluation/209456-1168192816/Complete/Ordinary/solver /tmp/evaluation/209456-1168192816/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  1e9ece2bf17be80b7c0001a71bf985ca

RANDOM SEED= 265249006

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.218
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	: 5931.00
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.218
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:        758016 kB
Buffers:         36804 kB
Cached:         450144 kB
SwapCached:          0 kB
Active:         878116 kB
Inactive:       361684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        758016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10588 kB
Writeback:           0 kB
Mapped:         773496 kB
Slab:            42020 kB
Committed_AS:  4284728 kB
PageTables:       3228 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= 66537 MiB



End job on node55 on Sun Jan  7 18:31:04 UTC 2007