Trace number 235835

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.09 1802.27

General information on the benchmark

Namefisher/
FISCHER6-10-fair.xml
MD5SUM5fb3fb1136e985c5df629509984b9500
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 variables15619
Number of constraints14772
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14772
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/235835-1168340031/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/node26/watcher-235835-1168340031 -o ROOT/results/node26/solver-235835-1168340031 -C 1800 -M 900 /tmp/evaluation/235835-1168340031/Complete/Ordinary/solver /tmp/evaluation/235835-1168340031/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.98 5/94 4076
/proc/meminfo: memFree=1241456/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=1320 CPUtime=0
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 302 0 0 0 0 0 0 0 20 0 1 0 182398447 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 12591908 0 0 4096 0 0 0 0 17 1 0 0
/proc/4075/statm: 330 36 29 90 0 167 0

[startup+0.105843 s]
/proc/loadavg: 1.93 1.98 1.98 5/94 4076
/proc/meminfo: memFree=1241456/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=61640 CPUtime=0.08
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 2142 0 0 0 7 1 0 0 20 0 1 0 182398447 63119360 1858 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552076 0 0 4096 2 0 0 0 17 1 0 0
/proc/4075/statm: 15410 1858 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.517878 s]
/proc/loadavg: 1.93 1.98 1.98 5/94 4076
/proc/meminfo: memFree=1241456/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=61640 CPUtime=0.5
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 6389 0 0 0 47 3 0 0 24 0 1 0 182398447 63119360 6105 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564586 0 0 4096 2 0 0 0 17 1 0 0
/proc/4075/statm: 15410 6105 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34395 s]
/proc/loadavg: 1.93 1.98 1.98 3/95 4077
/proc/meminfo: memFree=1204904/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=1.31
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 126 5 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 73964

[startup+2.98111 s]
/proc/loadavg: 1.93 1.98 1.98 3/95 4077
/proc/meminfo: memFree=1204840/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=2.94
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 289 5 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552922 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 73964

[startup+6.26041 s]
/proc/loadavg: 1.94 1.98 1.98 3/95 4077
/proc/meminfo: memFree=1204904/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=6.19
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 614 5 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754742 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 73964

[startup+12.73 s]
/proc/loadavg: 1.94 1.98 1.98 3/95 4077
/proc/meminfo: memFree=1204968/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=12.59
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 1254 5 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 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) 73964

[startup+25.5472 s]
/proc/loadavg: 1.95 1.98 1.98 3/95 4077
/proc/meminfo: memFree=1204968/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=25.3
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 2525 5 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 73964

[startup+51.1771 s]
/proc/loadavg: 1.97 1.98 1.98 3/95 4077
/proc/meminfo: memFree=1205096/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=50.69
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 5064 5 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552861 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 73964

[startup+102.441 s]
/proc/loadavg: 1.98 1.98 1.98 3/95 4077
/proc/meminfo: memFree=1205160/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=101.49
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 10143 6 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 73964

[startup+162.496 s]
/proc/loadavg: 1.77 1.93 1.96 2/79 4094
/proc/meminfo: memFree=1350896/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=161.12
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 16105 7 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 73964

[startup+222.561 s]
/proc/loadavg: 1.28 1.76 1.90 2/79 4094
/proc/meminfo: memFree=1351024/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=221.16
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 22109 7 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.16
Current children cumulated vsize (KiB) 73964

[startup+282.633 s]
/proc/loadavg: 1.10 1.62 1.84 2/79 4094
/proc/meminfo: memFree=1351088/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=281.22
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 28115 7 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.22
Current children cumulated vsize (KiB) 73964

[startup+342.705 s]
/proc/loadavg: 1.04 1.50 1.79 2/79 4094
/proc/meminfo: memFree=1351088/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=341.28
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 34120 8 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.28
Current children cumulated vsize (KiB) 73964

[startup+402.773 s]
/proc/loadavg: 1.01 1.41 1.73 2/79 4094
/proc/meminfo: memFree=1351024/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=401.33
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 40125 8 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750850 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.33
Current children cumulated vsize (KiB) 73964

[startup+462.862 s]
/proc/loadavg: 1.00 1.33 1.68 2/85 4234
/proc/meminfo: memFree=1349696/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=461.4
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 46125 15 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552924 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.4
Current children cumulated vsize (KiB) 73964

[startup+522.956 s]
/proc/loadavg: 1.00 1.27 1.64 2/79 4292
/proc/meminfo: memFree=1350640/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=521.47
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 52128 19 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552359 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.47
Current children cumulated vsize (KiB) 73964

[startup+583.021 s]
/proc/loadavg: 1.00 1.22 1.60 2/79 4292
/proc/meminfo: memFree=1350640/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=73964 CPUtime=581.53
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10116 0 0 0 58133 20 0 0 25 0 2 0 182398447 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 18491 9313 184 90 0 18029 0
[pid=4075/tid=4077] ppid=4073 vsize=73964 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182398549 75739136 9313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.53
Current children cumulated vsize (KiB) 73964

[startup+643.088 s]

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

/proc/4075/statm: 21052 9406 184 90 0 20590 0
[pid=4075/tid=4077] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182398549 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4075/tid=4293] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4293/stat : 4293 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182488566 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 84208

[startup+1183.81 s]
/proc/loadavg: 1.00 1.03 1.30 2/80 4293
/proc/meminfo: memFree=1350120/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=84208 CPUtime=1182.02
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10209 0 0 0 118181 21 0 0 25 0 3 0 182398447 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 21052 9406 184 90 0 20590 0
[pid=4075/tid=4077] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182398549 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4075/tid=4293] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4293/stat : 4293 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182488566 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 84208

[startup+1243.9 s]
/proc/loadavg: 1.00 1.02 1.27 2/80 4293
/proc/meminfo: memFree=1350056/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=84208 CPUtime=1242.06
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10209 0 0 0 124185 21 0 0 25 0 3 0 182398447 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552725 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 21052 9406 184 90 0 20590 0
[pid=4075/tid=4077] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182398549 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4075/tid=4293] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4293/stat : 4293 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182488566 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 84208

[startup+1303.99 s]
/proc/loadavg: 1.00 1.01 1.26 2/80 4293
/proc/meminfo: memFree=1349992/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=84208 CPUtime=1302.11
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10209 0 0 0 130190 21 0 0 25 0 3 0 182398447 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750866 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 21052 9406 184 90 0 20590 0
[pid=4075/tid=4077] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182398549 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4075/tid=4293] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4293/stat : 4293 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182488566 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.11
Current children cumulated vsize (KiB) 84208

[startup+1364.08 s]
/proc/loadavg: 1.06 1.02 1.24 2/80 4293
/proc/meminfo: memFree=1349928/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=84208 CPUtime=1362.15
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10209 0 0 0 136194 21 0 0 25 0 3 0 182398447 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 21052 9406 184 90 0 20590 0
[pid=4075/tid=4077] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182398549 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4075/tid=4293] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4293/stat : 4293 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182488566 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1362.15
Current children cumulated vsize (KiB) 84208

[startup+1424.17 s]
/proc/loadavg: 1.02 1.02 1.22 2/80 4293
/proc/meminfo: memFree=1349864/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=84208 CPUtime=1422.21
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10209 0 0 0 142200 21 0 0 25 0 3 0 182398447 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 21052 9406 184 90 0 20590 0
[pid=4075/tid=4077] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182398549 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4075/tid=4293] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4293/stat : 4293 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182488566 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1422.21
Current children cumulated vsize (KiB) 84208

[startup+1484.26 s]
/proc/loadavg: 1.00 1.01 1.21 2/80 4293
/proc/meminfo: memFree=1349800/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=84208 CPUtime=1482.26
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10209 0 0 0 148205 21 0 0 25 0 3 0 182398447 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618053 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 21052 9406 184 90 0 20590 0
[pid=4075/tid=4077] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182398549 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4075/tid=4293] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4293/stat : 4293 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182488566 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.26
Current children cumulated vsize (KiB) 84208

[startup+1544.35 s]
/proc/loadavg: 1.00 1.01 1.19 2/80 4295
/proc/meminfo: memFree=1349544/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=84208 CPUtime=1542.31
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10209 0 0 0 154210 21 0 0 25 0 3 0 182398447 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4075/statm: 21052 9406 184 90 0 20590 0
[pid=4075/tid=4077] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182398549 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4075/tid=4293] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4293/stat : 4293 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182488566 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 84208

[startup+1604.45 s]
/proc/loadavg: 1.00 1.00 1.18 2/80 4295
/proc/meminfo: memFree=1349544/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=84208 CPUtime=1602.39
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10209 0 0 0 160217 22 0 0 25 0 3 0 182398447 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552929 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 21052 9406 184 90 0 20590 0
[pid=4075/tid=4077] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182398549 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4075/tid=4293] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4293/stat : 4293 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182488566 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.39
Current children cumulated vsize (KiB) 84208

[startup+1664.54 s]
/proc/loadavg: 1.00 1.00 1.16 2/80 4295
/proc/meminfo: memFree=1349608/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=84208 CPUtime=1662.44
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10209 0 0 0 166222 22 0 0 25 0 3 0 182398447 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134595405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 21052 9406 184 90 0 20590 0
[pid=4075/tid=4077] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182398549 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4075/tid=4293] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4293/stat : 4293 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182488566 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.44
Current children cumulated vsize (KiB) 84208

[startup+1724.63 s]
/proc/loadavg: 1.00 1.00 1.15 2/80 4295
/proc/meminfo: memFree=1349608/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=84208 CPUtime=1722.49
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10209 0 0 0 172227 22 0 0 25 0 3 0 182398447 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4075/statm: 21052 9406 184 90 0 20590 0
[pid=4075/tid=4077] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182398549 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4075/tid=4293] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4293/stat : 4293 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182488566 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.49
Current children cumulated vsize (KiB) 84208

[startup+1784.72 s]
/proc/loadavg: 1.00 1.00 1.14 2/80 4295
/proc/meminfo: memFree=1349544/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=84208 CPUtime=1782.53
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 10209 0 0 0 178231 22 0 0 25 0 3 0 182398447 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 21052 9406 184 90 0 20590 0
[pid=4075/tid=4077] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4077/stat : 4077 (bprolog) S 4073 4075 3428 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182398549 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4075/tid=4293] ppid=4073 vsize=84208 CPUtime=0
/proc/4075/task/4293/stat : 4293 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182488566 86228992 9406 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.53
Current children cumulated vsize (KiB) 84208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.25 s]
/proc/loadavg: 1.00 1.00 1.14 2/80 4296
/proc/meminfo: memFree=1349024/2055920 swapFree=4192812/4192956
[pid=4075] ppid=4073 vsize=94548 CPUtime=1800.07
/proc/4075/stat : 4075 (bprolog) R 4073 4075 3428 0 -1 4194304 58452 0 0 0 179967 40 0 0 25 0 3 0 182398447 96817152 9588 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552618 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4075/statm: 23637 9588 185 90 0 23175 0
[pid=4075/tid=4293] ppid=4073 vsize=94548 CPUtime=0
/proc/4075/task/4293/stat : 4293 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182488566 96817152 9588 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4075/tid=4296] ppid=4073 vsize=94548 CPUtime=0
/proc/4075/task/4296/stat : 4296 (bprolog) S 4073 4075 3428 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182578578 96817152 9588 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 94548

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.27
CPU time (s): 1800.09
CPU user time (s): 1799.68
CPU system time (s): 0.406938
CPU usage (%): 99.8789
Max. virtual memory (cumulated for all children) (KiB): 94548

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

runsolver used 1.75073 s user time and 4.79027 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Tue Jan  9 10:53:51 UTC 2007


IDJOB= 235835
IDBENCH= 6801
FILE ID= node26/235835-1168340031

PBS_JOBID= 3503398

Free space on /tmp= 66539 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER6-10-fair.xml
COMMAND LINE= /tmp/evaluation/235835-1168340031/Complete/Ordinary/solver /tmp/evaluation/235835-1168340031/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node26/convwatcher-235835-1168340031 -o ROOT/results/node26/conversion-235835-1168340031 -C 600 -M 900 /tmp/evaluation/235835-1168340031/Complete/Ordinary/conversion /tmp/evaluation/235835-1168340031/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-235835-1168340031 -o ROOT/results/node26/solver-235835-1168340031 -C 1800 -M 900  /tmp/evaluation/235835-1168340031/Complete/Ordinary/solver /tmp/evaluation/235835-1168340031/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5fb3fb1136e985c5df629509984b9500

RANDOM SEED= 610674884

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.236
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.236
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:       1242000 kB
Buffers:         23008 kB
Cached:         533572 kB
SwapCached:          0 kB
Active:         261628 kB
Inactive:       499264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1242000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5468 kB
Writeback:           0 kB
Mapped:         231152 kB
Slab:            37272 kB
Committed_AS:  3820204 kB
PageTables:       2612 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= 66538 MiB



End job on node26 on Tue Jan  9 11:24:04 UTC 2007