Trace number 235666

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.06 1803.51

General information on the benchmark

Namefisher/
FISCHER8-7-fair.xml
MD5SUMbf1b56735afe01ba0467928f89499441
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 variables14823
Number of constraints14025
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14025
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/235666-1168339245/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/node6/watcher-235666-1168339245 -o ROOT/results/node6/solver-235666-1168339245 -C 1800 -M 900 /tmp/evaluation/235666-1168339245/Complete/Ordinary/solver /tmp/evaluation/235666-1168339245/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.93 1.98 1.99 3/87 22547
/proc/meminfo: memFree=1272792/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=1320 CPUtime=0
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 302 0 0 0 0 0 0 0 21 0 1 0 182321137 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 1 0 0
/proc/22546/statm: 330 36 29 90 0 167 0

[startup+0.105494 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 22547
/proc/meminfo: memFree=1272792/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=61640 CPUtime=0.09
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 2195 0 0 0 8 1 0 0 21 0 1 0 182321137 63119360 1911 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/22546/statm: 15410 1911 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.513539 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 22547
/proc/meminfo: memFree=1272792/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=61640 CPUtime=0.5
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 6199 0 0 0 47 3 0 0 24 0 1 0 182321137 63119360 5915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550539 0 0 4096 2 0 0 0 17 1 0 0
/proc/22546/statm: 15410 5915 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33463 s]
/proc/loadavg: 1.93 1.98 1.99 3/88 22548
/proc/meminfo: memFree=1237968/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1.31
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 126 5 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 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) 73864

[startup+2.98283 s]
/proc/loadavg: 1.93 1.98 1.99 3/88 22548
/proc/meminfo: memFree=1237968/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=2.94
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 289 5 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552935 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 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) 73864

[startup+6.26521 s]
/proc/loadavg: 1.94 1.98 1.99 3/88 22548
/proc/meminfo: memFree=1238032/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=6.2
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 615 5 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754801 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 73864

[startup+12.733 s]
/proc/loadavg: 1.94 1.98 1.99 3/88 22548
/proc/meminfo: memFree=1238160/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=12.61
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 1256 5 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 73864

[startup+25.5515 s]
/proc/loadavg: 1.95 1.98 1.99 3/88 22548
/proc/meminfo: memFree=1238160/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=25.3
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 2525 5 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626349 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 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) 73864

[startup+51.2055 s]
/proc/loadavg: 1.97 1.98 1.99 3/88 22548
/proc/meminfo: memFree=1238288/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=50.72
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 5067 5 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 73864

[startup+102.406 s]
/proc/loadavg: 1.98 1.98 1.99 3/88 22548
/proc/meminfo: memFree=1238288/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=101.47
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 10141 6 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565975 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 73864

[startup+162.432 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 22548
/proc/meminfo: memFree=1238352/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=160.96
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 16089 7 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 73864

[startup+222.498 s]
/proc/loadavg: 1.97 1.98 1.99 3/87 23494
/proc/meminfo: memFree=357464/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=220.77
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 22059 18 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.77
Current children cumulated vsize (KiB) 73864

[startup+282.532 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 23671
/proc/meminfo: memFree=1207776/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=280.72
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 28052 20 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134785512 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.72
Current children cumulated vsize (KiB) 73864

[startup+342.63 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 23671
/proc/meminfo: memFree=1207840/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=340.77
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 34057 20 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552840 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.77
Current children cumulated vsize (KiB) 73864

[startup+402.636 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 23671
/proc/meminfo: memFree=1207776/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=400.72
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 40052 20 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.72
Current children cumulated vsize (KiB) 73864

[startup+462.644 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 23671
/proc/meminfo: memFree=1205600/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=460.64
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 46044 20 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552953 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.64
Current children cumulated vsize (KiB) 73864

[startup+522.652 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 23671
/proc/meminfo: memFree=1205600/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=520.6
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 52040 20 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552929 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.6
Current children cumulated vsize (KiB) 73864

[startup+582.671 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 23671
/proc/meminfo: memFree=1205608/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=580.56
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 58036 20 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.56
Current children cumulated vsize (KiB) 73864

[startup+642.768 s]

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

[pid=22546] ppid=22544 vsize=73864 CPUtime=1000.4
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 100019 21 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1000.4
Current children cumulated vsize (KiB) 73864

[startup+1063.05 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 23671
/proc/meminfo: memFree=1203368/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1060.43
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 106021 22 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1060.43
Current children cumulated vsize (KiB) 73864

[startup+1123.08 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 23671
/proc/meminfo: memFree=1203304/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1120.4
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 112018 22 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589868 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1120.4
Current children cumulated vsize (KiB) 73864

[startup+1183.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 23671
/proc/meminfo: memFree=1203304/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1180.35
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 118013 22 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1180.35
Current children cumulated vsize (KiB) 73864

[startup+1243.12 s]
/proc/loadavg: 2.04 2.02 2.00 3/101 23809
/proc/meminfo: memFree=1202104/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1240.24
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 123998 26 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552935 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1240.24
Current children cumulated vsize (KiB) 73864

[startup+1303.16 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 23869
/proc/meminfo: memFree=1203104/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1300.22
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 129992 30 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1300.22
Current children cumulated vsize (KiB) 73864

[startup+1363.19 s]
/proc/loadavg: 2.05 2.02 2.00 3/95 23869
/proc/meminfo: memFree=1203112/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1360.18
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 135988 30 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1360.18
Current children cumulated vsize (KiB) 73864

[startup+1423.29 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 23869
/proc/meminfo: memFree=1203112/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1420.22
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 141992 30 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1420.22
Current children cumulated vsize (KiB) 73864

[startup+1483.34 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 23869
/proc/meminfo: memFree=1203176/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1480.21
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 147990 31 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.21
Current children cumulated vsize (KiB) 73864

[startup+1543.36 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 23869
/proc/meminfo: memFree=1203240/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1540.16
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 153985 31 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754717 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.16
Current children cumulated vsize (KiB) 73864

[startup+1603.36 s]
/proc/loadavg: 2.11 2.03 2.01 3/95 23869
/proc/meminfo: memFree=1203240/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1600.1
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 159979 31 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.1
Current children cumulated vsize (KiB) 73864

[startup+1663.38 s]
/proc/loadavg: 2.04 2.02 2.00 3/95 23869
/proc/meminfo: memFree=1203240/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1660.06
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 165975 31 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.06
Current children cumulated vsize (KiB) 73864

[startup+1723.39 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 23869
/proc/meminfo: memFree=1203240/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1720
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 171969 31 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720
Current children cumulated vsize (KiB) 73864

[startup+1783.49 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 23869
/proc/meminfo: memFree=1203240/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=73864 CPUtime=1780.04
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9655 0 0 0 177973 31 0 0 25 0 2 0 182321137 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 18466 8877 184 90 0 18004 0
[pid=22546/tid=22548] ppid=22544 vsize=73864 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182321232 75636736 8877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.04
Current children cumulated vsize (KiB) 73864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.49 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 23870
/proc/meminfo: memFree=1203104/2055924 swapFree=4165672/4192956
[pid=22546] ppid=22544 vsize=84108 CPUtime=1800.03
/proc/22546/stat : 22546 (bprolog) R 22544 22546 22466 0 -1 4194304 9722 0 0 0 179972 31 0 0 25 0 3 0 182321137 86126592 8944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552868 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22546/statm: 21027 8944 184 90 0 20565 0
[pid=22546/tid=22548] ppid=22544 vsize=84108 CPUtime=0
/proc/22546/task/22548/stat : 22548 (bprolog) S 22544 22546 22466 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182321232 86126592 8944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22546/tid=23870] ppid=22544 vsize=84108 CPUtime=0
/proc/22546/task/23870/stat : 23870 (bprolog) S 22544 22546 22466 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182501263 86126592 8944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 84108

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.51
CPU time (s): 1800.06
CPU user time (s): 1799.73
CPU system time (s): 0.32395
CPU usage (%): 99.8085
Max. virtual memory (cumulated for all children) (KiB): 84108

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

runsolver used 2.21366 s user time and 4.67329 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue Jan  9 10:40:47 UTC 2007


IDJOB= 235666
IDBENCH= 6788
FILE ID= node6/235666-1168339245

PBS_JOBID= 3503151

Free space on /tmp= 66538 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER8-7-fair.xml
COMMAND LINE= /tmp/evaluation/235666-1168339245/Complete/Ordinary/solver /tmp/evaluation/235666-1168339245/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node6/convwatcher-235666-1168339245 -o ROOT/results/node6/conversion-235666-1168339245 -C 600 -M 900 /tmp/evaluation/235666-1168339245/Complete/Ordinary/conversion /tmp/evaluation/235666-1168339245/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-235666-1168339245 -o ROOT/results/node6/solver-235666-1168339245 -C 1800 -M 900  /tmp/evaluation/235666-1168339245/Complete/Ordinary/solver /tmp/evaluation/235666-1168339245/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  bf1b56735afe01ba0467928f89499441

RANDOM SEED= 271817368

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.240
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.240
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:      2055924 kB
MemFree:       1273336 kB
Buffers:        103200 kB
Cached:         548628 kB
SwapCached:       2944 kB
Active:         383592 kB
Inactive:       313292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1273336 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            5156 kB
Writeback:           0 kB
Mapped:          55324 kB
Slab:            70360 kB
Committed_AS:  5925324 kB
PageTables:       2372 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= 66545 MiB



End job on node6 on Tue Jan  9 11:11:01 UTC 2007