Trace number 212920

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.08 1812.02

General information on the benchmark

NamepseudoSeries/aim/
aim-100-1-6-4.xml
MD5SUM9b2c15ab09fadbacf315298ef3db2278
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.050992
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables200
Number of constraints260
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension260
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/212920-1168225012/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/node19/watcher-212920-1168225012 -o ROOT/results/node19/solver-212920-1168225012 -C 1800 -M 900 /tmp/evaluation/212920-1168225012/Complete/Ordinary/solver /tmp/evaluation/212920-1168225012/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: 0.85 1.01 1.36 4/78 3948
/proc/meminfo: memFree=1848784/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=53472 CPUtime=0
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 480 0 0 0 0 0 0 0 18 0 1 0 170895998 54755328 199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/3947/statm: 13368 199 123 90 0 12906 0

[startup+0.106911 s]
/proc/loadavg: 0.85 1.01 1.36 4/78 3948
/proc/meminfo: memFree=1848784/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=0.09
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 889 0 0 0 9 0 0 0 18 0 2 0 170895998 65601536 604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134816021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3947/statm: 16016 604 170 90 0 15554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64064

[startup+0.514988 s]
/proc/loadavg: 0.85 1.01 1.36 4/78 3948
/proc/meminfo: memFree=1848784/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=0.5
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 889 0 0 0 50 0 0 0 22 0 2 0 170895998 65601536 604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3947/statm: 16016 604 170 90 0 15554 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 64064

[startup+1.33514 s]
/proc/loadavg: 0.86 1.01 1.36 2/79 3949
/proc/meminfo: memFree=1846984/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=1.32
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 889 0 0 0 132 0 0 0 25 0 2 0 170895998 65601536 604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552577 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3947/statm: 16016 604 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 64064

[startup+2.97145 s]
/proc/loadavg: 0.86 1.01 1.36 2/79 3949
/proc/meminfo: memFree=1846984/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=2.96
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 889 0 0 0 296 0 0 0 25 0 2 0 170895998 65601536 604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3947/statm: 16016 604 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 64064

[startup+6.25207 s]
/proc/loadavg: 0.87 1.01 1.36 2/79 3949
/proc/meminfo: memFree=1846992/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=6.24
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 889 0 0 0 624 0 0 0 25 0 2 0 170895998 65601536 604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134816095 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3947/statm: 16016 604 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 64064

[startup+12.7083 s]
/proc/loadavg: 0.88 1.01 1.36 2/79 3949
/proc/meminfo: memFree=1847024/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=12.69
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 889 0 0 0 1269 0 0 0 25 0 2 0 170895998 65601536 604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3947/statm: 16016 604 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64064

[startup+25.5207 s]
/proc/loadavg: 0.90 1.01 1.35 2/79 3949
/proc/meminfo: memFree=1847024/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=25.5
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 890 0 0 0 2550 0 0 0 25 0 2 0 170895998 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820934 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3947/statm: 16016 605 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 64064

[startup+51.1425 s]
/proc/loadavg: 0.94 1.01 1.34 2/79 3949
/proc/meminfo: memFree=1847088/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=51.11
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 890 0 0 0 5111 0 0 0 25 0 2 0 170895998 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3947/statm: 16016 605 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 64064

[startup+102.384 s]
/proc/loadavg: 0.97 1.00 1.32 2/82 3983
/proc/meminfo: memFree=1841752/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=102.32
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 890 0 0 0 10231 1 0 0 25 0 2 0 170895998 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3947/statm: 16016 605 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 64064

[startup+162.462 s]
/proc/loadavg: 1.44 1.12 1.34 2/82 4195
/proc/meminfo: memFree=1838160/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=162.07
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 890 0 0 0 16205 2 0 0 25 0 2 0 170895998 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552759 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3947/statm: 16016 605 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 64064

[startup+222.527 s]
/proc/loadavg: 1.24 1.11 1.32 2/82 4266
/proc/meminfo: memFree=1840912/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=222.07
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 890 0 0 0 22204 3 0 0 25 0 2 0 170895998 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618658 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3947/statm: 16016 605 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 64064

[startup+282.602 s]
/proc/loadavg: 1.23 1.12 1.31 2/88 4472
/proc/meminfo: memFree=1836360/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=282.01
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 890 0 0 0 28196 5 0 0 25 0 2 0 170895998 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 16016 605 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 64064

[startup+342.701 s]
/proc/loadavg: 1.18 1.13 1.30 2/82 5033
/proc/meminfo: memFree=1808784/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=341.89
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 890 0 0 0 34181 8 0 0 25 0 2 0 170895998 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3947/statm: 16016 605 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.89
Current children cumulated vsize (KiB) 64064

[startup+402.769 s]
/proc/loadavg: 1.13 1.12 1.28 2/82 5115
/proc/meminfo: memFree=1807640/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=401.89
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 890 0 0 0 40180 9 0 0 25 0 2 0 170895998 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3947/statm: 16016 605 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.89
Current children cumulated vsize (KiB) 64064

[startup+462.831 s]
/proc/loadavg: 1.09 1.11 1.26 2/82 5198
/proc/meminfo: memFree=1808984/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=461.9
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 890 0 0 0 46180 10 0 0 25 0 2 0 170895998 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 16016 605 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.9
Current children cumulated vsize (KiB) 64064

[startup+522.906 s]
/proc/loadavg: 1.66 1.27 1.31 3/88 5204
/proc/meminfo: memFree=1805736/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=521.47
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 890 0 0 0 52137 10 0 0 25 0 2 0 170895998 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 16016 605 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.47
Current children cumulated vsize (KiB) 64064

[startup+582.977 s]
/proc/loadavg: 1.87 1.40 1.35 3/88 5204
/proc/meminfo: memFree=1805672/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=64064 CPUtime=581.06
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 890 0 0 0 58096 10 0 0 25 0 2 0 170895998 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618658 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 16016 605 170 90 0 15554 0
[pid=3947/tid=3949] ppid=3945 vsize=64064 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170896001 65601536 605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 581.06
Current children cumulated vsize (KiB) 64064

[startup+643.053 s]

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

/proc/3947/statm: 18577 608 170 90 0 18115 0
[pid=3947/tid=3949] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170896001 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3947/tid=5205] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/5205/stat : 5205 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170986014 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1117.3
Current children cumulated vsize (KiB) 74308

[startup+1183.73 s]
/proc/loadavg: 2.00 1.91 1.64 3/89 5205
/proc/meminfo: memFree=1805216/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=74308 CPUtime=1176.91
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 893 0 0 0 117680 11 0 0 25 0 3 0 170895998 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556045 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 18577 608 170 90 0 18115 0
[pid=3947/tid=3949] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170896001 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3947/tid=5205] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/5205/stat : 5205 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170986014 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.91
Current children cumulated vsize (KiB) 74308

[startup+1243.84 s]
/proc/loadavg: 2.00 1.92 1.66 3/89 5205
/proc/meminfo: memFree=1805152/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=74308 CPUtime=1236.52
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 893 0 0 0 123641 11 0 0 25 0 3 0 170895998 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552564 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 18577 608 170 90 0 18115 0
[pid=3947/tid=3949] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170896001 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3947/tid=5205] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/5205/stat : 5205 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170986014 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.52
Current children cumulated vsize (KiB) 74308

[startup+1303.93 s]
/proc/loadavg: 2.00 1.94 1.68 3/89 5205
/proc/meminfo: memFree=1805152/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=74308 CPUtime=1296.12
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 893 0 0 0 129601 11 0 0 25 0 3 0 170895998 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 18577 608 170 90 0 18115 0
[pid=3947/tid=3949] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170896001 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3947/tid=5205] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/5205/stat : 5205 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170986014 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.12
Current children cumulated vsize (KiB) 74308

[startup+1363.93 s]
/proc/loadavg: 2.00 1.94 1.69 3/90 5208
/proc/meminfo: memFree=1804760/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=74308 CPUtime=1355.65
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 893 0 0 0 135553 12 0 0 25 0 3 0 170895998 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820934 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 18577 608 170 90 0 18115 0
[pid=3947/tid=3949] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170896001 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3947/tid=5205] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/5205/stat : 5205 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170986014 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.65
Current children cumulated vsize (KiB) 74308

[startup+1424.03 s]
/proc/loadavg: 2.00 1.95 1.71 3/90 5208
/proc/meminfo: memFree=1804760/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=74308 CPUtime=1415.24
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 893 0 0 0 141512 12 0 0 25 0 3 0 170895998 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552055 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 18577 608 170 90 0 18115 0
[pid=3947/tid=3949] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170896001 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3947/tid=5205] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/5205/stat : 5205 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170986014 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.24
Current children cumulated vsize (KiB) 74308

[startup+1484.13 s]
/proc/loadavg: 2.00 1.96 1.73 3/90 5208
/proc/meminfo: memFree=1804760/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=74308 CPUtime=1474.85
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 893 0 0 0 147473 12 0 0 25 0 3 0 170895998 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614677 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 18577 608 170 90 0 18115 0
[pid=3947/tid=3949] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170896001 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3947/tid=5205] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/5205/stat : 5205 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170986014 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.85
Current children cumulated vsize (KiB) 74308

[startup+1544.13 s]
/proc/loadavg: 2.00 1.96 1.74 3/90 5208
/proc/meminfo: memFree=1804760/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=74308 CPUtime=1534.37
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 893 0 0 0 153425 12 0 0 25 0 3 0 170895998 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618653 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 18577 608 170 90 0 18115 0
[pid=3947/tid=3949] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170896001 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3947/tid=5205] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/5205/stat : 5205 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170986014 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.37
Current children cumulated vsize (KiB) 74308

[startup+1604.23 s]
/proc/loadavg: 2.00 1.97 1.75 3/90 5208
/proc/meminfo: memFree=1804696/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=74308 CPUtime=1593.96
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 893 0 0 0 159384 12 0 0 25 0 3 0 170895998 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552461 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 18577 608 170 90 0 18115 0
[pid=3947/tid=3949] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170896001 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3947/tid=5205] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/5205/stat : 5205 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170986014 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.96
Current children cumulated vsize (KiB) 74308

[startup+1664.32 s]
/proc/loadavg: 2.04 1.99 1.77 3/90 5208
/proc/meminfo: memFree=1804696/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=74308 CPUtime=1653.57
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 893 0 0 0 165345 12 0 0 25 0 3 0 170895998 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 18577 608 170 90 0 18115 0
[pid=3947/tid=3949] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170896001 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3947/tid=5205] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/5205/stat : 5205 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170986014 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.57
Current children cumulated vsize (KiB) 74308

[startup+1724.42 s]
/proc/loadavg: 2.01 1.99 1.78 3/90 5208
/proc/meminfo: memFree=1804632/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=74308 CPUtime=1713.19
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 893 0 0 0 171307 12 0 0 25 0 3 0 170895998 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 18577 608 170 90 0 18115 0
[pid=3947/tid=3949] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170896001 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3947/tid=5205] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/5205/stat : 5205 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170986014 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.19
Current children cumulated vsize (KiB) 74308

[startup+1784.42 s]
/proc/loadavg: 2.00 1.99 1.79 3/90 5208
/proc/meminfo: memFree=1804568/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=74308 CPUtime=1772.69
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 893 0 0 0 177257 12 0 0 25 0 3 0 170895998 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 18577 608 170 90 0 18115 0
[pid=3947/tid=3949] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/3949/stat : 3949 (bprolog) S 3945 3947 3446 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170896001 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3947/tid=5205] ppid=3945 vsize=74308 CPUtime=0
/proc/3947/task/5205/stat : 5205 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170986014 76091392 608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.69
Current children cumulated vsize (KiB) 74308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.01 s]
/proc/loadavg: 2.00 1.99 1.80 3/90 5209
/proc/meminfo: memFree=1804560/2055920 swapFree=4171244/4192956
[pid=3947] ppid=3945 vsize=84552 CPUtime=1800.06
/proc/3947/stat : 3947 (bprolog) R 3945 3947 3446 0 -1 4194304 895 0 0 0 179994 12 0 0 25 0 3 0 170895998 86581248 610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 21138 610 171 90 0 20676 0
[pid=3947/tid=5205] ppid=3945 vsize=84552 CPUtime=0
/proc/3947/task/5205/stat : 5205 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170986014 86581248 610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3947/tid=5209] ppid=3945 vsize=84552 CPUtime=0
/proc/3947/task/5209/stat : 5209 (bprolog) S 3945 3947 3446 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 171076031 86581248 610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 84552

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.02
CPU time (s): 1800.08
CPU user time (s): 1799.95
CPU system time (s): 0.12698
CPU usage (%): 99.3408
Max. virtual memory (cumulated for all children) (KiB): 84552

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

runsolver used 1.63875 s user time and 4.80927 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan  8 02:56:53 UTC 2007


IDJOB= 212920
IDBENCH= 4808
FILE ID= node19/212920-1168225012

PBS_JOBID= 3480677

Free space on /tmp= 66319 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/aim/aim-100-1-6-4.xml
COMMAND LINE= /tmp/evaluation/212920-1168225012/Complete/Ordinary/solver /tmp/evaluation/212920-1168225012/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node19/convwatcher-212920-1168225012 -o ROOT/results/node19/conversion-212920-1168225012 -C 600 -M 900 /tmp/evaluation/212920-1168225012/Complete/Ordinary/conversion /tmp/evaluation/212920-1168225012/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-212920-1168225012 -o ROOT/results/node19/solver-212920-1168225012 -C 1800 -M 900  /tmp/evaluation/212920-1168225012/Complete/Ordinary/solver /tmp/evaluation/212920-1168225012/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  9b2c15ab09fadbacf315298ef3db2278

RANDOM SEED= 537049884

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.260
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.260
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:       1849200 kB
Buffers:         40952 kB
Cached:          81888 kB
SwapCached:      10440 kB
Active:          89324 kB
Inactive:        64464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849200 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            1352 kB
Writeback:           0 kB
Mapped:          39788 kB
Slab:            38248 kB
Committed_AS:  4191012 kB
PageTables:       1996 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= 66321 MiB



End job on node19 on Mon Jan  8 03:27:06 UTC 2007