Trace number 236303

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namefisher/
FISCHER11-3-fair.xml
MD5SUMc80c476e85224dadf5cf9d81d6370d39
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 variables9327
Number of constraints8822
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8822
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/236303-1168342528/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/node1/watcher-236303-1168342528 -o ROOT/results/node1/solver-236303-1168342528 -C 1800 -M 900 /tmp/evaluation/236303-1168342528/Complete/Ordinary/solver /tmp/evaluation/236303-1168342528/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: 3.38 2.85 2.89 5/87 27459
/proc/meminfo: memFree=1862480/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=5352 CPUtime=0
/proc/27458/stat : 27458 (sh) R 27456 27458 27378 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 182649238 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4375805 0 0 4100 65536 0 0 0 17 1 0 0
/proc/27458/statm: 1338 233 196 169 0 49 0

[startup+0.103206 s]
/proc/loadavg: 3.38 2.85 2.89 5/87 27459
/proc/meminfo: memFree=1862480/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=61640 CPUtime=0.09
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 2204 0 0 0 8 1 0 0 20 0 1 0 182649238 63119360 1920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550132 0 0 4096 2 0 0 0 17 1 0 0
/proc/27458/statm: 15410 1920 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511252 s]
/proc/loadavg: 3.38 2.85 2.89 5/87 27459
/proc/meminfo: memFree=1862480/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=61636 CPUtime=0.48
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 5275 0 0 0 46 2 0 0 23 0 1 0 182649238 63115264 4990 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608673 0 0 4096 2 0 0 0 17 1 0 0
/proc/27458/statm: 15409 4990 174 90 0 14947 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 61636

[startup+1.33235 s]
/proc/loadavg: 3.38 2.85 2.89 4/88 27460
/proc/meminfo: memFree=1840008/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1.29
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 127 2 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618372 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 73124

[startup+2.96954 s]
/proc/loadavg: 3.38 2.85 2.89 3/88 27460
/proc/meminfo: memFree=1840008/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=2.92
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 290 2 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552868 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 73124

[startup+6.24892 s]
/proc/loadavg: 3.27 2.84 2.89 3/88 27460
/proc/meminfo: memFree=1840136/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=6.17
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 615 2 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 73124

[startup+12.7157 s]
/proc/loadavg: 3.07 2.81 2.88 3/88 27460
/proc/meminfo: memFree=1840392/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=12.59
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 1257 2 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552935 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 73124

[startup+25.5392 s]
/proc/loadavg: 2.91 2.78 2.87 3/88 27460
/proc/meminfo: memFree=1840520/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=25.32
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 2530 2 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552924 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 73124

[startup+51.1822 s]
/proc/loadavg: 2.60 2.72 2.84 3/88 27460
/proc/meminfo: memFree=1840712/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=50.77
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 5074 3 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 73124

[startup+102.466 s]
/proc/loadavg: 2.26 2.60 2.79 3/88 27460
/proc/meminfo: memFree=1840776/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=101.66
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 10163 3 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 73124

[startup+162.469 s]
/proc/loadavg: 2.22 2.52 2.75 3/88 27460
/proc/meminfo: memFree=1840776/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=161.2
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 16116 4 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.2
Current children cumulated vsize (KiB) 73124

[startup+222.48 s]
/proc/loadavg: 2.09 2.43 2.70 3/88 27460
/proc/meminfo: memFree=1840648/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=220.74
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 22070 4 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.74
Current children cumulated vsize (KiB) 73124

[startup+282.488 s]
/proc/loadavg: 2.04 2.35 2.66 2/82 27566
/proc/meminfo: memFree=1873000/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=280.26
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 28016 10 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.26
Current children cumulated vsize (KiB) 73124

[startup+342.497 s]
/proc/loadavg: 1.98 2.27 2.61 3/95 27627
/proc/meminfo: memFree=1823680/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=340.2
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 34008 12 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.2
Current children cumulated vsize (KiB) 73124

[startup+402.499 s]
/proc/loadavg: 1.99 2.22 2.57 3/95 27627
/proc/meminfo: memFree=1823680/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=400.13
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 40001 12 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.13
Current children cumulated vsize (KiB) 73124

[startup+462.499 s]
/proc/loadavg: 1.99 2.17 2.53 3/95 27627
/proc/meminfo: memFree=1823616/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=460.07
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 45994 13 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.07
Current children cumulated vsize (KiB) 73124

[startup+522.502 s]
/proc/loadavg: 1.99 2.14 2.49 3/95 27627
/proc/meminfo: memFree=1823552/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=520.02
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 51989 13 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.02
Current children cumulated vsize (KiB) 73124

[startup+582.525 s]
/proc/loadavg: 1.99 2.11 2.46 3/95 27627
/proc/meminfo: memFree=1823552/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=579.96
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 57983 13 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552945 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.96
Current children cumulated vsize (KiB) 73124

[startup+642.57 s]

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

[pid=27458] ppid=27456 vsize=73124 CPUtime=999.9
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 99976 14 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 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) 73124

[startup+1062.91 s]
/proc/loadavg: 2.00 2.02 2.26 3/95 27627
/proc/meminfo: memFree=1822856/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1059.85
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 105971 14 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134660578 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1059.85
Current children cumulated vsize (KiB) 73124

[startup+1122.91 s]
/proc/loadavg: 2.07 2.03 2.25 3/95 27627
/proc/meminfo: memFree=1822792/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1119.77
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 111963 14 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1119.77
Current children cumulated vsize (KiB) 73124

[startup+1182.95 s]
/proc/loadavg: 2.02 2.02 2.23 3/95 27627
/proc/meminfo: memFree=1822664/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1179.76
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 117962 14 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1179.76
Current children cumulated vsize (KiB) 73124

[startup+1242.97 s]
/proc/loadavg: 2.01 2.02 2.21 3/95 27627
/proc/meminfo: memFree=1822664/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1239.69
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 123955 14 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1239.69
Current children cumulated vsize (KiB) 73124

[startup+1303.06 s]
/proc/loadavg: 2.00 2.01 2.19 4/95 27627
/proc/meminfo: memFree=1822536/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1299.73
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 129959 14 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1299.73
Current children cumulated vsize (KiB) 73124

[startup+1363.06 s]
/proc/loadavg: 2.00 2.00 2.18 3/95 27627
/proc/meminfo: memFree=1822408/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1359.69
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 135954 15 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1359.69
Current children cumulated vsize (KiB) 73124

[startup+1423.08 s]
/proc/loadavg: 2.00 2.00 2.17 3/95 27627
/proc/meminfo: memFree=1822408/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1419.65
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 141950 15 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1419.65
Current children cumulated vsize (KiB) 73124

[startup+1483.11 s]
/proc/loadavg: 2.00 2.00 2.15 3/95 27627
/proc/meminfo: memFree=1822280/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1479.59
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 147944 15 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1479.59
Current children cumulated vsize (KiB) 73124

[startup+1543.13 s]
/proc/loadavg: 2.00 2.00 2.14 3/101 27709
/proc/meminfo: memFree=1820168/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1539.51
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 153933 18 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820616 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.51
Current children cumulated vsize (KiB) 73124

[startup+1603.2 s]
/proc/loadavg: 2.00 2.00 2.13 3/101 27795
/proc/meminfo: memFree=1820184/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1599.47
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 159924 23 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134666676 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.47
Current children cumulated vsize (KiB) 73124

[startup+1663.29 s]
/proc/loadavg: 2.05 2.01 2.12 3/95 27825
/proc/meminfo: memFree=1821064/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1659.48
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 165923 25 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552956 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.48
Current children cumulated vsize (KiB) 73124

[startup+1723.33 s]
/proc/loadavg: 2.05 2.02 2.12 3/95 27825
/proc/meminfo: memFree=1821064/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1719.47
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 171922 25 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.47
Current children cumulated vsize (KiB) 73124

[startup+1783.43 s]
/proc/loadavg: 2.02 2.02 2.11 3/95 27825
/proc/meminfo: memFree=1821064/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=73124 CPUtime=1779.49
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6371 0 0 0 177924 25 0 0 25 0 2 0 182649238 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552473 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 18281 5777 184 90 0 17819 0
[pid=27458/tid=27460] ppid=27456 vsize=73124 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182649296 74878976 5777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.49
Current children cumulated vsize (KiB) 73124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.05 s]
/proc/loadavg: 2.01 2.02 2.10 3/96 27826
/proc/meminfo: memFree=1820800/2055920 swapFree=4165612/4192956
[pid=27458] ppid=27456 vsize=83368 CPUtime=1800.1
/proc/27458/stat : 27458 (bprolog) R 27456 27458 27378 0 -1 4194304 6437 0 0 0 179985 25 0 0 25 0 3 0 182649238 85368832 5843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27458/statm: 20842 5843 184 90 0 20380 0
[pid=27458/tid=27460] ppid=27456 vsize=83368 CPUtime=0
/proc/27458/task/27460/stat : 27460 (bprolog) S 27456 27458 27378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182649296 85368832 5843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27458/tid=27826] ppid=27456 vsize=83368 CPUtime=0
/proc/27458/task/27826/stat : 27826 (bprolog) S 27456 27458 27378 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182829326 85368832 5843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 83368

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.06
CPU time (s): 1800.13
CPU user time (s): 1799.86
CPU system time (s): 0.26296
CPU usage (%): 99.7817
Max. virtual memory (cumulated for all children) (KiB): 83368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6437
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= 11
involuntary context switches= 44358

runsolver used 2.00969 s user time and 4.79527 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Jan  9 11:35:29 UTC 2007


IDJOB= 236303
IDBENCH= 6837
FILE ID= node1/236303-1168342528

PBS_JOBID= 3503191

Free space on /tmp= 66506 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER11-3-fair.xml
COMMAND LINE= /tmp/evaluation/236303-1168342528/Complete/Ordinary/solver /tmp/evaluation/236303-1168342528/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-236303-1168342528 -o ROOT/results/node1/conversion-236303-1168342528 -C 600 -M 900 /tmp/evaluation/236303-1168342528/Complete/Ordinary/conversion /tmp/evaluation/236303-1168342528/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-236303-1168342528 -o ROOT/results/node1/solver-236303-1168342528 -C 1800 -M 900  /tmp/evaluation/236303-1168342528/Complete/Ordinary/solver /tmp/evaluation/236303-1168342528/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c80c476e85224dadf5cf9d81d6370d39

RANDOM SEED= 192027415

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.234
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.234
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:       1862960 kB
Buffers:         11048 kB
Cached:          43700 kB
SwapCached:       2576 kB
Active:         107060 kB
Inactive:        27276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862960 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            4072 kB
Writeback:           0 kB
Mapped:          91888 kB
Slab:            43228 kB
Committed_AS:  5883036 kB
PageTables:       2392 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= 66508 MiB



End job on node1 on Tue Jan  9 12:05:39 UTC 2007