Trace number 214610

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.03 1807.23

General information on the benchmark

NamepseudoSeries/
niklas/mitre.xml
MD5SUM2f506e1893eb22cba2e36de25d074292
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables10724
Number of constraints2045
Maximum constraint arity98
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2045
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/214610-1168231443/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/node14/watcher-214610-1168231443 -o ROOT/results/node14/solver-214610-1168231443 -C 1800 -M 900 /tmp/evaluation/214610-1168231443/Complete/Ordinary/solver /tmp/evaluation/214610-1168231443/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.93 1.98 1.99 5/94 13920
/proc/meminfo: memFree=1246688/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=53472 CPUtime=0
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 486 0 0 0 0 0 0 0 18 0 1 0 171540025 54755328 205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/13919/statm: 13368 206 123 90 0 12906 0

[startup+0.103688 s]
/proc/loadavg: 1.93 1.98 1.99 5/94 13920
/proc/meminfo: memFree=1246688/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=61640 CPUtime=0.09
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 2330 0 0 0 8 1 0 0 18 0 1 0 171540025 63119360 2046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569943 0 0 4096 2 0 0 0 17 1 0 0
/proc/13919/statm: 15410 2046 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.514681 s]
/proc/loadavg: 1.93 1.98 1.99 5/94 13920
/proc/meminfo: memFree=1246688/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=61640 CPUtime=0.51
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 6890 0 0 0 48 3 0 0 22 0 1 0 171540025 63119360 6606 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603132 0 0 4096 2 0 0 0 17 1 0 0
/proc/13919/statm: 15410 6606 158 90 0 14948 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 61640

[startup+1.3408 s]
/proc/loadavg: 1.93 1.98 1.99 3/94 13920
/proc/meminfo: memFree=1210656/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=74752 CPUtime=1.33
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 11576 0 0 0 128 5 0 0 25 0 2 0 171540025 76546048 10615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13919/statm: 18688 10615 685 90 0 18226 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 74752

[startup+2.99439 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 13921
/proc/meminfo: memFree=1203480/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=2.99
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 289 10 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 110168

[startup+6.2767 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 13921
/proc/meminfo: memFree=1203480/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=6.27
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 617 10 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800191 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 110168

[startup+12.7689 s]
/proc/loadavg: 1.94 1.98 1.99 3/95 13921
/proc/meminfo: memFree=1203480/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=12.76
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 1266 10 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758208 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 110168

[startup+25.5941 s]
/proc/loadavg: 1.95 1.98 1.99 3/95 13921
/proc/meminfo: memFree=1203608/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=25.58
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 2548 10 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 110168

[startup+51.2385 s]
/proc/loadavg: 1.97 1.98 1.99 3/95 13921
/proc/meminfo: memFree=1203608/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=51.22
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 5112 10 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574033 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 110168

[startup+102.52 s]
/proc/loadavg: 1.98 1.98 1.99 3/95 13921
/proc/meminfo: memFree=1203608/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=102.48
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 10238 10 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.48
Current children cumulated vsize (KiB) 110168

[startup+162.536 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 13921
/proc/meminfo: memFree=1203352/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=162.49
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 16238 11 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134810992 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.49
Current children cumulated vsize (KiB) 110168

[startup+222.587 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 13921
/proc/meminfo: memFree=1203288/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=222.52
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 22241 11 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.52
Current children cumulated vsize (KiB) 110168

[startup+282.601 s]
/proc/loadavg: 2.35 2.06 2.02 4/98 13975
/proc/meminfo: memFree=1662456/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=282.5
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 28238 12 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799665 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 110168

[startup+342.609 s]
/proc/loadavg: 2.09 2.05 2.01 3/95 14139
/proc/meminfo: memFree=1706896/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=342.26
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 34213 13 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758121 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 110168

[startup+402.611 s]
/proc/loadavg: 2.03 2.04 2.01 3/95 14139
/proc/meminfo: memFree=1706960/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=402
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 40187 13 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402
Current children cumulated vsize (KiB) 110168

[startup+462.648 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 14139
/proc/meminfo: memFree=1706896/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=461.76
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 46162 14 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.76
Current children cumulated vsize (KiB) 110168

[startup+522.749 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 14139
/proc/meminfo: memFree=1706896/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=521.57
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 52143 14 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.57
Current children cumulated vsize (KiB) 110168

[startup+582.85 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 14139
/proc/meminfo: memFree=1706832/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=581.4
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 58126 14 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.4
Current children cumulated vsize (KiB) 110168

[startup+642.951 s]
/proc/loadavg: 2.06 2.03 2.00 3/95 14139
/proc/meminfo: memFree=1706832/2055920 swapFree=4182236/4192956

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

[pid=13919] ppid=13917 vsize=110168 CPUtime=999.9
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 99975 15 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 999.9
Current children cumulated vsize (KiB) 110168

[startup+1063.28 s]
/proc/loadavg: 2.04 2.02 2.00 3/101 14285
/proc/meminfo: memFree=1704912/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=1059.52
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 105929 23 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618515 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1059.52
Current children cumulated vsize (KiB) 110168

[startup+1123.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 14337
/proc/meminfo: memFree=1705744/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=1119.22
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 111896 26 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758118 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1119.22
Current children cumulated vsize (KiB) 110168

[startup+1183.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 14337
/proc/meminfo: memFree=1705744/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=1178.95
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 117869 26 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758220 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.95
Current children cumulated vsize (KiB) 110168

[startup+1243.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 14337
/proc/meminfo: memFree=1705744/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=1238.66
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 123840 26 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1238.66
Current children cumulated vsize (KiB) 110168

[startup+1303.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 14337
/proc/meminfo: memFree=1705744/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=1298.4
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 129813 27 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758210 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1298.4
Current children cumulated vsize (KiB) 110168

[startup+1363.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 14337
/proc/meminfo: memFree=1705744/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=1358.14
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 135787 27 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1358.14
Current children cumulated vsize (KiB) 110168

[startup+1423.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 14337
/proc/meminfo: memFree=1705680/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=1417.85
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 141758 27 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552595 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.85
Current children cumulated vsize (KiB) 110168

[startup+1483.41 s]
/proc/loadavg: 2.03 2.01 2.00 3/95 14337
/proc/meminfo: memFree=1705680/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=1477.68
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 147741 27 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134774740 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.68
Current children cumulated vsize (KiB) 110168

[startup+1543.41 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 14337
/proc/meminfo: memFree=1705616/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=1537.42
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 153715 27 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.42
Current children cumulated vsize (KiB) 110168

[startup+1603.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 14337
/proc/meminfo: memFree=1705616/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=1597.14
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 159687 27 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.14
Current children cumulated vsize (KiB) 110168

[startup+1663.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 14337
/proc/meminfo: memFree=1705552/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=1656.87
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 165659 28 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.87
Current children cumulated vsize (KiB) 110168

[startup+1723.43 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 14337
/proc/meminfo: memFree=1705552/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=1716.61
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 171633 28 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.61
Current children cumulated vsize (KiB) 110168

[startup+1783.53 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 14337
/proc/meminfo: memFree=1705424/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=110168 CPUtime=1776.42
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 22847 0 0 0 177614 28 0 0 25 0 2 0 171540025 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 27542 10948 182 90 0 27080 0
[pid=13919/tid=13921] ppid=13917 vsize=110168 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171540148 112812032 10948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.42
Current children cumulated vsize (KiB) 110168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 14338
/proc/meminfo: memFree=1700552/2055920 swapFree=4182236/4192956
[pid=13919] ppid=13917 vsize=120504 CPUtime=1800.01
/proc/13919/stat : 13919 (bprolog) R 13917 13919 13839 0 -1 4194304 25558 0 0 0 179972 29 0 0 25 0 3 0 171540025 123396096 12159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13919/statm: 30126 12159 182 90 0 29664 0
[pid=13919/tid=13921] ppid=13917 vsize=120504 CPUtime=0
/proc/13919/task/13921/stat : 13921 (bprolog) S 13917 13919 13839 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 171540148 123396096 12159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13919/tid=14338] ppid=13917 vsize=120504 CPUtime=0
/proc/13919/task/14338/stat : 14338 (bprolog) S 13917 13919 13839 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 171720185 123396096 12159 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) 120504

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.23
CPU time (s): 1800.03
CPU user time (s): 1799.73
CPU system time (s): 0.298954
CPU usage (%): 99.6014
Max. virtual memory (cumulated for all children) (KiB): 145284

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

runsolver used 1.77973 s user time and 4.76128 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Jan  8 04:44:03 UTC 2007


IDJOB= 214610
IDBENCH= 4938
FILE ID= node14/214610-1168231443

PBS_JOBID= 3481167

Free space on /tmp= 66343 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/niklas/mitre.xml
COMMAND LINE= /tmp/evaluation/214610-1168231443/Complete/Ordinary/solver /tmp/evaluation/214610-1168231443/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node14/convwatcher-214610-1168231443 -o ROOT/results/node14/conversion-214610-1168231443 -C 600 -M 900 /tmp/evaluation/214610-1168231443/Complete/Ordinary/conversion /tmp/evaluation/214610-1168231443/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-214610-1168231443 -o ROOT/results/node14/solver-214610-1168231443 -C 1800 -M 900  /tmp/evaluation/214610-1168231443/Complete/Ordinary/solver /tmp/evaluation/214610-1168231443/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  2f506e1893eb22cba2e36de25d074292

RANDOM SEED= 780331166

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.227
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.227
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:       1247168 kB
Buffers:         46948 kB
Cached:         107828 kB
SwapCached:       4208 kB
Active:         661664 kB
Inactive:        93960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1247168 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            4068 kB
Writeback:           0 kB
Mapped:         617612 kB
Slab:            36796 kB
Committed_AS:  6198052 kB
PageTables:       3340 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= 66339 MiB



End job on node14 on Mon Jan  8 05:14:18 UTC 2007