Trace number 205768

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.06 1800.65

General information on the benchmark

Namefapp/fapp36-40/fapp40/
fapp40-3000-3.xml
MD5SUMcad764e8b50fa9fdddcbd25c7290a916
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.2085
SatisfiableNO
(Un)Satisfiability was provedNO
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/205768-1168168026/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/node50/watcher-205768-1168168026 -o ROOT/results/node50/solver-205768-1168168026 -C 1800 -M 900 /tmp/evaluation/205768-1168168026/Complete/Ordinary/solver /tmp/evaluation/205768-1168168026/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.19 1.74 1.92 4/65 2701
/proc/meminfo: memFree=1441264/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=53472 CPUtime=0
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 475 0 0 0 0 0 0 0 18 0 1 0 165204519 54755328 194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/2700/statm: 13368 195 123 90 0 12906 0

[startup+0.106924 s]
/proc/loadavg: 1.19 1.74 1.92 4/65 2701
/proc/meminfo: memFree=1441264/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=61640 CPUtime=0.1
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 2186 0 0 0 9 1 0 0 18 0 1 0 165204519 63119360 1902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560546 0 0 4096 2 0 0 0 17 1 0 0
/proc/2700/statm: 15410 1902 157 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.514992 s]
/proc/loadavg: 1.19 1.74 1.92 4/65 2701
/proc/meminfo: memFree=1441264/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=61640 CPUtime=0.5
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 8889 0 0 0 45 5 0 0 21 0 1 0 165204519 63119360 8605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/2700/statm: 15410 8605 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33513 s]
/proc/loadavg: 1.19 1.74 1.92 2/65 2701
/proc/meminfo: memFree=1377520/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=81472 CPUtime=1.32
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 16899 0 0 0 123 9 0 0 25 0 1 0 165204519 83427328 16043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/2700/statm: 20368 16043 157 90 0 19906 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 81472

[startup+2.9714 s]
/proc/loadavg: 1.17 1.73 1.92 2/65 2701
/proc/meminfo: memFree=1379056/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=120536 CPUtime=2.96
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 29751 0 0 0 281 15 0 0 25 0 1 0 165204519 123428864 19128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604316 0 0 4096 2 0 0 0 17 1 0 0
/proc/2700/statm: 30134 19129 157 90 0 29672 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 120536

[startup+6.24896 s]
/proc/loadavg: 1.17 1.73 1.92 2/65 2701
/proc/meminfo: memFree=1361264/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=145416 CPUtime=6.24
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 36648 0 0 0 605 19 0 0 25 0 1 0 165204519 148905984 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 0 0 0 17 1 0 0
/proc/2700/statm: 36354 20089 176 90 0 35892 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 145416

[startup+12.703 s]
/proc/loadavg: 1.15 1.70 1.91 2/65 2701
/proc/meminfo: memFree=1354928/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=145416 CPUtime=12.69
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 38491 0 0 0 1249 20 0 0 25 0 1 0 165204519 148905984 21932 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 0 0 0 17 1 0 0
/proc/2700/statm: 36354 21933 176 90 0 35892 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 145416

[startup+25.5062 s]
/proc/loadavg: 1.12 1.68 1.90 2/65 2701
/proc/meminfo: memFree=1298928/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=215728 CPUtime=25.48
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 70803 0 0 0 2513 35 0 0 25 0 1 0 165204519 220905472 36665 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756025 0 0 4096 2 0 0 0 17 1 0 0
/proc/2700/statm: 53932 36665 176 90 0 53470 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 215728

[startup+51.1165 s]
/proc/loadavg: 1.08 1.63 1.87 2/66 2702
/proc/meminfo: memFree=1206888/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=280348 CPUtime=51.08
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97743 0 0 0 5063 45 0 0 25 0 2 0 165204519 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 70087 58633 180 90 0 69625 0
[pid=2700/tid=2702] ppid=2698 vsize=280348 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165207671 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 280348

[startup+102.337 s]
/proc/loadavg: 1.03 1.53 1.83 2/66 2702
/proc/meminfo: memFree=1206824/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=280348 CPUtime=102.28
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97743 0 0 0 10183 45 0 0 25 0 2 0 165204519 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620113 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 70087 58633 180 90 0 69625 0
[pid=2700/tid=2702] ppid=2698 vsize=280348 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165207671 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 280348

[startup+162.377 s]
/proc/loadavg: 1.01 1.42 1.77 2/66 2702
/proc/meminfo: memFree=1206888/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=280348 CPUtime=162.3
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97743 0 0 0 16185 45 0 0 25 0 2 0 165204519 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554465 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 70087 58633 180 90 0 69625 0
[pid=2700/tid=2702] ppid=2698 vsize=280348 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165207671 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 280348

[startup+222.412 s]
/proc/loadavg: 1.00 1.34 1.72 2/66 2702
/proc/meminfo: memFree=1206896/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=280348 CPUtime=222.32
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97743 0 0 0 22187 45 0 0 25 0 2 0 165204519 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614665 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 70087 58633 180 90 0 69625 0
[pid=2700/tid=2702] ppid=2698 vsize=280348 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165207671 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 280348

[startup+282.447 s]
/proc/loadavg: 1.00 1.28 1.67 2/66 2702
/proc/meminfo: memFree=1206896/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=280348 CPUtime=282.33
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97743 0 0 0 28188 45 0 0 25 0 2 0 165204519 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664236 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 70087 58633 180 90 0 69625 0
[pid=2700/tid=2702] ppid=2698 vsize=280348 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165207671 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 280348

[startup+342.477 s]
/proc/loadavg: 1.00 1.23 1.63 2/66 2702
/proc/meminfo: memFree=1206896/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=280348 CPUtime=342.34
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97743 0 0 0 34189 45 0 0 25 0 2 0 165204519 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 70087 58633 180 90 0 69625 0
[pid=2700/tid=2702] ppid=2698 vsize=280348 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165207671 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 280348

[startup+402.515 s]
/proc/loadavg: 1.00 1.18 1.58 2/66 2702
/proc/meminfo: memFree=1206896/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=280348 CPUtime=402.36
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97743 0 0 0 40191 45 0 0 25 0 2 0 165204519 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618053 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 70087 58633 180 90 0 69625 0
[pid=2700/tid=2702] ppid=2698 vsize=280348 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165207671 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 280348

[startup+462.55 s]
/proc/loadavg: 1.00 1.14 1.54 2/66 2702
/proc/meminfo: memFree=1206896/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=280348 CPUtime=462.38
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97743 0 0 0 46193 45 0 0 25 0 2 0 165204519 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618039 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 70087 58633 180 90 0 69625 0
[pid=2700/tid=2702] ppid=2698 vsize=280348 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165207671 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 280348

[startup+522.587 s]
/proc/loadavg: 1.00 1.12 1.51 2/66 2702
/proc/meminfo: memFree=1206832/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=280348 CPUtime=522.4
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97743 0 0 0 52195 45 0 0 25 0 2 0 165204519 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 70087 58633 180 90 0 69625 0
[pid=2700/tid=2702] ppid=2698 vsize=280348 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165207671 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.4
Current children cumulated vsize (KiB) 280348

[startup+582.626 s]
/proc/loadavg: 1.00 1.09 1.47 2/66 2702
/proc/meminfo: memFree=1206896/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=280348 CPUtime=582.42
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97743 0 0 0 58197 45 0 0 25 0 2 0 165204519 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589240 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 70087 58633 180 90 0 69625 0
[pid=2700/tid=2702] ppid=2698 vsize=280348 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165207671 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.42
Current children cumulated vsize (KiB) 280348

[startup+642.662 s]
/proc/loadavg: 1.00 1.07 1.44 2/66 2704
/proc/meminfo: memFree=1206192/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=280348 CPUtime=642.43
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97906 0 0 0 64198 45 0 0 25 0 2 0 165204519 287076352 58796 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671471 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 70087 58796 180 90 0 69625 0
[pid=2700/tid=2702] ppid=2698 vsize=280348 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165207671 287076352 58796 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.43
Current children cumulated vsize (KiB) 280348


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

[pid=2700/tid=2705] ppid=2698 vsize=290592 CPUtime=0
/proc/2700/task/2705/stat : 2705 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165297683 297566208 58800 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.71
Current children cumulated vsize (KiB) 290592

[startup+1243.17 s]
/proc/loadavg: 1.00 1.00 1.21 2/67 2705
/proc/meminfo: memFree=1206056/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=290592 CPUtime=1242.76
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97910 0 0 0 124230 46 0 0 25 0 3 0 165204519 297566208 58800 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 72648 58800 180 90 0 72186 0
[pid=2700/tid=2702] ppid=2698 vsize=290592 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165207671 297566208 58800 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2700/tid=2705] ppid=2698 vsize=290592 CPUtime=0
/proc/2700/task/2705/stat : 2705 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165297683 297566208 58800 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.76
Current children cumulated vsize (KiB) 290592

[startup+1303.23 s]
/proc/loadavg: 1.00 1.00 1.19 2/67 2705
/proc/meminfo: memFree=1206120/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=290592 CPUtime=1302.8
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97910 0 0 0 130234 46 0 0 25 0 3 0 165204519 297566208 58800 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552096 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 72648 58800 180 90 0 72186 0
[pid=2700/tid=2702] ppid=2698 vsize=290592 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165207671 297566208 58800 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2700/tid=2705] ppid=2698 vsize=290592 CPUtime=0
/proc/2700/task/2705/stat : 2705 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165297683 297566208 58800 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.8
Current children cumulated vsize (KiB) 290592

[startup+1363.29 s]
/proc/loadavg: 1.00 1.00 1.18 2/67 2705
/proc/meminfo: memFree=1206056/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=290592 CPUtime=1362.83
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97910 0 0 0 136237 46 0 0 25 0 3 0 165204519 297566208 58800 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620183 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 72648 58800 180 90 0 72186 0
[pid=2700/tid=2702] ppid=2698 vsize=290592 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165207671 297566208 58800 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2700/tid=2705] ppid=2698 vsize=290592 CPUtime=0
/proc/2700/task/2705/stat : 2705 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165297683 297566208 58800 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.83
Current children cumulated vsize (KiB) 290592

[startup+1423.37 s]
/proc/loadavg: 1.00 1.00 1.16 2/68 2706
/proc/meminfo: memFree=1206048/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=300836 CPUtime=1422.89
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97911 0 0 0 142243 46 0 0 25 0 4 0 165204519 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 75209 58801 180 90 0 74747 0
[pid=2700/tid=2702] ppid=2698 vsize=300836 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165207671 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2700/tid=2705] ppid=2698 vsize=300836 CPUtime=0
/proc/2700/task/2705/stat : 2705 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165297683 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2700/tid=2706] ppid=2698 vsize=300836 CPUtime=0
/proc/2700/task/2706/stat : 2706 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165342689 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.89
Current children cumulated vsize (KiB) 300836

[startup+1483.45 s]
/proc/loadavg: 1.00 1.00 1.15 2/68 2706
/proc/meminfo: memFree=1205984/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=300836 CPUtime=1482.96
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97911 0 0 0 148250 46 0 0 25 0 4 0 165204519 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671471 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 75209 58801 180 90 0 74747 0
[pid=2700/tid=2702] ppid=2698 vsize=300836 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165207671 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2700/tid=2705] ppid=2698 vsize=300836 CPUtime=0
/proc/2700/task/2705/stat : 2705 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165297683 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2700/tid=2706] ppid=2698 vsize=300836 CPUtime=0
/proc/2700/task/2706/stat : 2706 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165342689 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.96
Current children cumulated vsize (KiB) 300836

[startup+1543.54 s]
/proc/loadavg: 1.00 1.00 1.14 2/68 2706
/proc/meminfo: memFree=1205984/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=300836 CPUtime=1543.03
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97911 0 0 0 154257 46 0 0 25 0 4 0 165204519 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 75209 58801 180 90 0 74747 0
[pid=2700/tid=2702] ppid=2698 vsize=300836 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165207671 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2700/tid=2705] ppid=2698 vsize=300836 CPUtime=0
/proc/2700/task/2705/stat : 2705 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165297683 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2700/tid=2706] ppid=2698 vsize=300836 CPUtime=0
/proc/2700/task/2706/stat : 2706 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165342689 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.03
Current children cumulated vsize (KiB) 300836

[startup+1603.63 s]
/proc/loadavg: 1.00 1.00 1.13 2/68 2706
/proc/meminfo: memFree=1206048/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=300836 CPUtime=1603.1
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 97911 0 0 0 160264 46 0 0 25 0 4 0 165204519 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 75209 58801 180 90 0 74747 0
[pid=2700/tid=2702] ppid=2698 vsize=300836 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165207671 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2700/tid=2705] ppid=2698 vsize=300836 CPUtime=0
/proc/2700/task/2705/stat : 2705 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165297683 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2700/tid=2706] ppid=2698 vsize=300836 CPUtime=0
/proc/2700/task/2706/stat : 2706 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165342689 308056064 58801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.1
Current children cumulated vsize (KiB) 300836

[startup+1663.71 s]
/proc/loadavg: 1.00 1.00 1.12 2/68 2706
/proc/meminfo: memFree=1183712/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=324272 CPUtime=1663.15
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 109339 0 0 0 166265 50 0 0 25 0 4 0 165204519 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554518 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 81068 64368 180 90 0 80606 0
[pid=2700/tid=2702] ppid=2698 vsize=324272 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165207671 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2700/tid=2705] ppid=2698 vsize=324272 CPUtime=0
/proc/2700/task/2705/stat : 2705 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165297683 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2700/tid=2706] ppid=2698 vsize=324272 CPUtime=0
/proc/2700/task/2706/stat : 2706 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165342689 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.15
Current children cumulated vsize (KiB) 324272

[startup+1723.8 s]
/proc/loadavg: 1.00 1.00 1.11 2/68 2706
/proc/meminfo: memFree=1183712/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=324272 CPUtime=1723.22
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 109339 0 0 0 172272 50 0 0 25 0 4 0 165204519 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620096 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 81068 64368 180 90 0 80606 0
[pid=2700/tid=2702] ppid=2698 vsize=324272 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165207671 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2700/tid=2705] ppid=2698 vsize=324272 CPUtime=0
/proc/2700/task/2705/stat : 2705 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165297683 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2700/tid=2706] ppid=2698 vsize=324272 CPUtime=0
/proc/2700/task/2706/stat : 2706 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165342689 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.22
Current children cumulated vsize (KiB) 324272

[startup+1783.88 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 2706
/proc/meminfo: memFree=1183648/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=324272 CPUtime=1783.29
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 109339 0 0 0 178279 50 0 0 25 0 4 0 165204519 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589294 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 81068 64368 180 90 0 80606 0
[pid=2700/tid=2702] ppid=2698 vsize=324272 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165207671 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2700/tid=2705] ppid=2698 vsize=324272 CPUtime=0
/proc/2700/task/2705/stat : 2705 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165297683 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2700/tid=2706] ppid=2698 vsize=324272 CPUtime=0
/proc/2700/task/2706/stat : 2706 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165342689 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.29
Current children cumulated vsize (KiB) 324272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 2706
/proc/meminfo: memFree=1183648/2055920 swapFree=4191892/4192956
[pid=2700] ppid=2698 vsize=324272 CPUtime=1800
/proc/2700/stat : 2700 (bprolog) R 2698 2700 2109 0 -1 4194304 109339 0 0 0 179950 50 0 0 25 0 4 0 165204519 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2700/statm: 81068 64368 180 90 0 80606 0
[pid=2700/tid=2702] ppid=2698 vsize=324272 CPUtime=0
/proc/2700/task/2702/stat : 2702 (bprolog) S 2698 2700 2109 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165207671 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2700/tid=2705] ppid=2698 vsize=324272 CPUtime=0
/proc/2700/task/2705/stat : 2705 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165297683 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2700/tid=2706] ppid=2698 vsize=324272 CPUtime=0
/proc/2700/task/2706/stat : 2706 (bprolog) S 2698 2700 2109 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165342689 332054528 64368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 324272

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.65
CPU time (s): 1800.06
CPU user time (s): 1799.51
CPU system time (s): 0.548916
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 339900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.548916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109339
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= 12
involuntary context switches= 3224

runsolver used 1.54676 s user time and 3.46547 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Sun Jan  7 11:07:06 UTC 2007


IDJOB= 205768
IDBENCH= 4168
FILE ID= node50/205768-1168168026

PBS_JOBID= 3478706

Free space on /tmp= 66554 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-205768-1168168026 -o ROOT/results/node50/solver-205768-1168168026 -C 1800 -M 900  /tmp/evaluation/205768-1168168026/Complete/Ordinary/solver /tmp/evaluation/205768-1168168026/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  cad764e8b50fa9fdddcbd25c7290a916

RANDOM SEED= 602009497

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.263
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.263
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:       1441680 kB
Buffers:         33416 kB
Cached:         509260 kB
SwapCached:        372 kB
Active:         156256 kB
Inactive:       401388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441680 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            8552 kB
Writeback:           0 kB
Mapped:          23804 kB
Slab:            42556 kB
Committed_AS:  3750392 kB
PageTables:       1460 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= 66550 MiB



End job on node50 on Sun Jan  7 11:37:40 UTC 2007