Trace number 237031

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 1807.52

General information on the benchmark

Namefisher/
FISCHER10-5-fair.xml
MD5SUM39863ecfafe175a37f1ec51d3a843771
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 variables13543
Number of constraints12817
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12817
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/237031-1168345956/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/node75/watcher-237031-1168345956 -o ROOT/results/node75/solver-237031-1168345956 -C 1800 -M 900 /tmp/evaluation/237031-1168345956/Complete/Ordinary/solver /tmp/evaluation/237031-1168345956/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: 5.12 5.28 3.39 3/81 32496
/proc/meminfo: memFree=442624/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=5256 CPUtime=0
/proc/32495/stat : 32495 (sh) R 32493 32495 32415 0 -1 4194304 57 0 0 0 0 0 0 0 20 0 1 0 182995990 5382144 41 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 231880063020 0 0 4096 0 0 0 0 17 1 0 0
/proc/32495/statm: 1314 41 31 169 0 9 0

[startup+0.103208 s]
/proc/loadavg: 5.12 5.28 3.39 3/81 32496
/proc/meminfo: memFree=442624/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=61640 CPUtime=0.09
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 2273 0 0 0 8 1 0 0 20 0 1 0 182995990 63119360 1989 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550180 0 0 4096 2 0 0 0 17 0 0 0
/proc/32495/statm: 15410 1989 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.515253 s]
/proc/loadavg: 5.12 5.28 3.39 3/81 32496
/proc/meminfo: memFree=442624/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=61640 CPUtime=0.5
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 6020 0 0 0 47 3 0 0 25 0 1 0 182995990 63119360 5736 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 0 0 0
/proc/32495/statm: 15410 5736 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33735 s]
/proc/loadavg: 5.12 5.28 3.39 3/82 32497
/proc/meminfo: memFree=390136/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1.32
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 127 5 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 73696

[startup+2.97354 s]
/proc/loadavg: 4.95 5.24 3.39 3/82 32497
/proc/meminfo: memFree=371128/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=2.94
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 288 6 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622006 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 73696

[startup+6.2554 s]
/proc/loadavg: 4.95 5.24 3.39 4/82 32497
/proc/meminfo: memFree=316536/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=6.18
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 611 7 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 73696

[startup+12.7387 s]
/proc/loadavg: 4.65 5.17 3.38 3/82 32497
/proc/meminfo: memFree=207288/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=12.59
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 1249 10 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 73696

[startup+25.5562 s]
/proc/loadavg: 4.24 5.07 3.37 3/82 32497
/proc/meminfo: memFree=15736/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=25.27
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 2516 11 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 73696

[startup+51.2317 s]
/proc/loadavg: 3.62 4.85 3.34 3/82 32497
/proc/meminfo: memFree=15480/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=50.66
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 5042 24 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 73696

[startup+102.501 s]
/proc/loadavg: 2.97 4.47 3.29 3/82 32497
/proc/meminfo: memFree=15800/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=101.7
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 10131 39 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 73696

[startup+162.513 s]
/proc/loadavg: 2.61 4.10 3.23 3/82 32497
/proc/meminfo: memFree=15160/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=161.62
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 16102 60 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 73696

[startup+222.581 s]
/proc/loadavg: 2.87 3.89 3.21 4/82 32497
/proc/meminfo: memFree=15032/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=221.56
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 22078 78 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 73696

[startup+282.638 s]
/proc/loadavg: 3.69 3.92 3.26 3/82 32497
/proc/meminfo: memFree=15544/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=281.52
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 28054 98 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.52
Current children cumulated vsize (KiB) 73696

[startup+342.718 s]
/proc/loadavg: 3.01 3.69 3.23 3/82 32497
/proc/meminfo: memFree=15928/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=341.49
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 34033 116 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.49
Current children cumulated vsize (KiB) 73696

[startup+402.77 s]
/proc/loadavg: 2.65 3.45 3.17 3/82 32497
/proc/meminfo: memFree=16056/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=401.42
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 40006 136 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.42
Current children cumulated vsize (KiB) 73696

[startup+462.831 s]
/proc/loadavg: 2.80 3.34 3.15 3/82 32497
/proc/meminfo: memFree=14968/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=461.38
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 45985 153 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.38
Current children cumulated vsize (KiB) 73696

[startup+522.928 s]
/proc/loadavg: 3.21 3.34 3.16 3/82 32497
/proc/meminfo: memFree=15288/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=521.36
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 51964 172 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.36
Current children cumulated vsize (KiB) 73696

[startup+582.996 s]
/proc/loadavg: 3.96 3.56 3.25 3/82 32497
/proc/meminfo: memFree=15288/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=581.31
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 57941 190 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 581.31
Current children cumulated vsize (KiB) 73696

[startup+643.023 s]

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

[pid=32495] ppid=32493 vsize=73696 CPUtime=1001.04
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 99829 275 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.04
Current children cumulated vsize (KiB) 73696

[startup+1063.36 s]
/proc/loadavg: 2.08 2.58 2.91 3/82 32513
/proc/meminfo: memFree=15480/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1061.1
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 105831 279 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552945 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.1
Current children cumulated vsize (KiB) 73696

[startup+1123.38 s]
/proc/loadavg: 2.18 2.51 2.86 3/82 32513
/proc/meminfo: memFree=15544/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1121.08
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 111825 283 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.08
Current children cumulated vsize (KiB) 73696

[startup+1183.48 s]
/proc/loadavg: 2.14 2.43 2.81 3/82 32513
/proc/meminfo: memFree=14904/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1181.15
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 117828 287 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.15
Current children cumulated vsize (KiB) 73696

[startup+1243.58 s]
/proc/loadavg: 2.24 2.39 2.77 3/82 32513
/proc/meminfo: memFree=15224/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1241.22
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 123831 291 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.22
Current children cumulated vsize (KiB) 73696

[startup+1303.59 s]
/proc/loadavg: 2.13 2.33 2.72 3/82 32513
/proc/meminfo: memFree=16248/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1301.19
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 129824 295 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.19
Current children cumulated vsize (KiB) 73696

[startup+1363.6 s]
/proc/loadavg: 2.16 2.30 2.69 2/75 32516
/proc/meminfo: memFree=1920696/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1360.83
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 135784 299 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1360.83
Current children cumulated vsize (KiB) 73696

[startup+1423.69 s]
/proc/loadavg: 2.07 2.25 2.64 3/75 743
/proc/meminfo: memFree=1864040/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1419.63
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 141657 306 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1419.63
Current children cumulated vsize (KiB) 73696

[startup+1483.79 s]
/proc/loadavg: 2.02 2.20 2.60 3/75 743
/proc/meminfo: memFree=1864360/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1479.26
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 147620 306 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.26
Current children cumulated vsize (KiB) 73696

[startup+1543.9 s]
/proc/loadavg: 2.01 2.16 2.56 3/75 743
/proc/meminfo: memFree=1864360/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1538.88
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 153582 306 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.88
Current children cumulated vsize (KiB) 73696

[startup+1603.99 s]
/proc/loadavg: 2.00 2.13 2.52 3/75 743
/proc/meminfo: memFree=1864296/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1598.48
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 159541 307 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552924 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.48
Current children cumulated vsize (KiB) 73696

[startup+1664.09 s]
/proc/loadavg: 2.00 2.10 2.48 3/75 743
/proc/meminfo: memFree=1864232/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1658.1
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 165503 307 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.1
Current children cumulated vsize (KiB) 73696

[startup+1724.09 s]
/proc/loadavg: 2.00 2.08 2.45 3/81 859
/proc/meminfo: memFree=1862312/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1717.52
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 171442 310 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.52
Current children cumulated vsize (KiB) 73696

[startup+1784.11 s]
/proc/loadavg: 2.00 2.06 2.42 3/81 919
/proc/meminfo: memFree=1862320/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=73696 CPUtime=1776.89
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8906 0 0 0 177375 314 0 0 25 0 2 0 182995990 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 18424 8170 184 90 0 17962 0
[pid=32495/tid=32497] ppid=32493 vsize=73696 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182996070 75464704 8170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.89
Current children cumulated vsize (KiB) 73696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.06 2.41 3/76 942
/proc/meminfo: memFree=1863136/2055920 swapFree=4184508/4192956
[pid=32495] ppid=32493 vsize=83940 CPUtime=1800.07
/proc/32495/stat : 32495 (bprolog) R 32493 32495 32415 0 -1 4194304 8955 0 0 0 179693 314 0 0 25 0 3 0 182995990 85954560 8219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750848 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32495/statm: 20985 8219 184 90 0 20523 0
[pid=32495/tid=32497] ppid=32493 vsize=83940 CPUtime=0
/proc/32495/task/32497/stat : 32497 (bprolog) S 32493 32495 32415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182996070 85954560 8219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32495/tid=942] ppid=32493 vsize=83940 CPUtime=0
/proc/32495/task/942/stat : 942 (bprolog) S 32493 32495 32415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183176098 85954560 8219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 83940

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.52
CPU time (s): 1800.09
CPU user time (s): 1796.94
CPU system time (s): 3.15152
CPU usage (%): 99.5893
Max. virtual memory (cumulated for all children) (KiB): 83940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.94
system time used= 3.15152
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8955
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= 10
involuntary context switches= 31745

runsolver used 1.92771 s user time and 5.15921 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Tue Jan  9 12:32:37 UTC 2007


IDJOB= 237031
IDBENCH= 6893
FILE ID= node75/237031-1168345956

PBS_JOBID= 3503571

Free space on /tmp= 53622 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER10-5-fair.xml
COMMAND LINE= /tmp/evaluation/237031-1168345956/Complete/Ordinary/solver /tmp/evaluation/237031-1168345956/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node75/convwatcher-237031-1168345956 -o ROOT/results/node75/conversion-237031-1168345956 -C 600 -M 900 /tmp/evaluation/237031-1168345956/Complete/Ordinary/conversion /tmp/evaluation/237031-1168345956/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-237031-1168345956 -o ROOT/results/node75/solver-237031-1168345956 -C 1800 -M 900  /tmp/evaluation/237031-1168345956/Complete/Ordinary/solver /tmp/evaluation/237031-1168345956/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  39863ecfafe175a37f1ec51d3a843771

RANDOM SEED= 541513952

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        443104 kB
Buffers:         11840 kB
Cached:        1315644 kB
SwapCached:       1236 kB
Active:         221912 kB
Inactive:      1300556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        443104 kB
SwapTotal:     4192956 kB
SwapFree:      4184508 kB
Dirty:          207360 kB
Writeback:           0 kB
Mapped:         209164 kB
Slab:            75196 kB
Committed_AS:  4560596 kB
PageTables:       2228 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= 66544 MiB



End job on node75 on Tue Jan  9 13:02:54 UTC 2007