Trace number 236004

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.02 1814.72

General information on the benchmark

Namefisher/
FISCHER8-5-fair.xml
MD5SUMcef12dc8ef1c6b8c623fd8ac807f787c
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 variables10767
Number of constraints10183
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10183
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/236004-1168340862/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-236004-1168340862 -o ROOT/results/node14/solver-236004-1168340862 -C 1800 -M 900 /tmp/evaluation/236004-1168340862/Complete/Ordinary/solver /tmp/evaluation/236004-1168340862/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
/proc/loadavg: 2.16 2.06 2.01 4/94 2570
/proc/meminfo: memFree=1414472/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=18540 CPUtime=0
/proc/2569/stat : 2569 (runsolver) R 2567 2262 2262 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 1 0 182481842 18984960 277 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 4235873 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2569/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107248 s]
/proc/loadavg: 2.16 2.06 2.01 4/94 2570
/proc/meminfo: memFree=1414472/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=61640 CPUtime=0.1
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 2298 0 0 0 9 1 0 0 21 0 1 0 182481842 63119360 2014 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550514 0 0 4096 2 0 0 0 17 1 0 0
/proc/2569/statm: 15410 2014 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.515285 s]
/proc/loadavg: 2.16 2.06 2.01 4/94 2570
/proc/meminfo: memFree=1414472/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=61636 CPUtime=0.5
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 5485 0 0 0 48 2 0 0 25 0 1 0 182481842 63115264 5200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560386 0 0 4096 2 0 0 0 17 1 0 0
/proc/2569/statm: 15409 5200 173 90 0 14947 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61636

[startup+1.33636 s]
/proc/loadavg: 2.15 2.06 2.01 3/95 2571
/proc/meminfo: memFree=1388872/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1.31
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 128 3 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618400 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 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) 73312

[startup+2.97352 s]
/proc/loadavg: 2.15 2.06 2.01 3/95 2571
/proc/meminfo: memFree=1388872/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=2.93
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 290 3 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553018 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 73312

[startup+6.26283 s]
/proc/loadavg: 2.14 2.06 2.01 3/95 2571
/proc/meminfo: memFree=1389000/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=6.19
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 616 3 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 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) 73312

[startup+12.7244 s]
/proc/loadavg: 2.12 2.06 2.01 3/95 2571
/proc/meminfo: memFree=1389192/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=12.6
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 1257 3 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 73312

[startup+25.5871 s]
/proc/loadavg: 2.10 2.06 2.01 3/95 2571
/proc/meminfo: memFree=1389320/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=25.34
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 2531 3 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 73312

[startup+51.2171 s]
/proc/loadavg: 2.06 2.05 2.01 3/95 2571
/proc/meminfo: memFree=1389448/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=50.74
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 5071 3 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552945 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 73312

[startup+102.476 s]
/proc/loadavg: 2.02 2.04 2.00 3/95 2571
/proc/meminfo: memFree=1389576/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=101.54
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 10151 3 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 73312

[startup+162.479 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 2571
/proc/meminfo: memFree=1389576/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=161
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 16096 4 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552076 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161
Current children cumulated vsize (KiB) 73312

[startup+222.549 s]
/proc/loadavg: 2.05 2.04 2.00 3/95 2571
/proc/meminfo: memFree=1389576/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=220.54
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 22050 4 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.54
Current children cumulated vsize (KiB) 73312

[startup+282.571 s]
/proc/loadavg: 2.02 2.03 2.00 3/95 2571
/proc/meminfo: memFree=1389512/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=280.03
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 27999 4 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554996 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.03
Current children cumulated vsize (KiB) 73312

[startup+342.589 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 2571
/proc/meminfo: memFree=1389576/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=339.51
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 33947 4 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.51
Current children cumulated vsize (KiB) 73312

[startup+402.589 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 2571
/proc/meminfo: memFree=1389512/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=398.99
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 39894 5 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.99
Current children cumulated vsize (KiB) 73312

[startup+462.611 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 2571
/proc/meminfo: memFree=1389576/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=458.46
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 45841 5 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.46
Current children cumulated vsize (KiB) 73312

[startup+522.628 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2571
/proc/meminfo: memFree=1389512/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=517.94
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 51788 6 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817563 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.94
Current children cumulated vsize (KiB) 73312

[startup+582.646 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2571
/proc/meminfo: memFree=1389576/2055920 swapFree=4163780/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=577.41
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 57735 6 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.41
Current children cumulated vsize (KiB) 73312

[startup+642.675 s]

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

[pid=2569] ppid=2567 vsize=73312 CPUtime=995.43
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 99515 28 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 995.43
Current children cumulated vsize (KiB) 73312

[startup+1063.15 s]
/proc/loadavg: 3.98 2.69 2.24 3/103 3261
/proc/meminfo: memFree=15136/2055920 swapFree=4158660/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1055.03
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 105446 57 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1055.03
Current children cumulated vsize (KiB) 73312

[startup+1123.22 s]
/proc/loadavg: 5.55 3.30 2.47 3/100 3276
/proc/meminfo: memFree=15088/2055920 swapFree=4158660/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1114.35
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 111356 79 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552924 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1114.35
Current children cumulated vsize (KiB) 73312

[startup+1183.29 s]
/proc/loadavg: 8.00 4.46 2.92 3/101 3286
/proc/meminfo: memFree=16104/2055920 swapFree=4158768/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1173.71
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 117268 103 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.71
Current children cumulated vsize (KiB) 73312

[startup+1243.36 s]
/proc/loadavg: 6.88 4.82 3.14 3/99 3293
/proc/meminfo: memFree=15928/2055920 swapFree=4158768/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1232.68
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 123139 129 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.68
Current children cumulated vsize (KiB) 73312

[startup+1303.43 s]
/proc/loadavg: 7.63 5.45 3.46 3/103 3306
/proc/meminfo: memFree=15064/2055920 swapFree=4158768/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1291.97
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 129042 155 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.97
Current children cumulated vsize (KiB) 73312

[startup+1363.5 s]
/proc/loadavg: 5.26 5.20 3.50 3/95 3306
/proc/meminfo: memFree=15648/2055920 swapFree=4158768/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1351.65
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 134991 174 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750866 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.65
Current children cumulated vsize (KiB) 73312

[startup+1423.55 s]
/proc/loadavg: 3.49 4.69 3.43 3/95 3306
/proc/meminfo: memFree=16224/2055920 swapFree=4158768/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1411.31
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 140942 189 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1411.31
Current children cumulated vsize (KiB) 73312

[startup+1483.6 s]
/proc/loadavg: 2.72 4.26 3.36 3/95 3306
/proc/meminfo: memFree=16160/2055920 swapFree=4158768/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1470.95
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 146890 205 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552838 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.95
Current children cumulated vsize (KiB) 73312

[startup+1543.7 s]
/proc/loadavg: 3.17 4.10 3.36 3/95 3306
/proc/meminfo: memFree=15520/2055920 swapFree=4158768/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1530.68
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 152846 222 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.68
Current children cumulated vsize (KiB) 73312

[startup+1603.7 s]
/proc/loadavg: 3.22 3.94 3.35 3/95 3306
/proc/meminfo: memFree=15264/2055920 swapFree=4158768/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1590.33
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 158794 239 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.33
Current children cumulated vsize (KiB) 73312

[startup+1663.71 s]
/proc/loadavg: 4.12 4.07 3.43 3/95 3306
/proc/meminfo: memFree=15776/2055920 swapFree=4158768/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1649.95
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 164739 256 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.95
Current children cumulated vsize (KiB) 73312

[startup+1723.72 s]
/proc/loadavg: 3.40 3.90 3.42 2/95 3306
/proc/meminfo: memFree=15136/2055920 swapFree=4158768/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1709.58
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 170685 273 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.58
Current children cumulated vsize (KiB) 73312

[startup+1783.72 s]
/proc/loadavg: 2.70 3.61 3.34 3/95 3306
/proc/meminfo: memFree=16224/2055920 swapFree=4158768/4192956
[pid=2569] ppid=2567 vsize=73312 CPUtime=1769.21
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7215 0 0 0 176630 291 0 0 25 0 2 0 182481842 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754750 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2569/statm: 18328 6574 184 90 0 17866 0
[pid=2569/tid=2571] ppid=2567 vsize=73312 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182481908 75071488 6574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.21
Current children cumulated vsize (KiB) 73312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.71 s]
/proc/loadavg: 2.84 3.55 3.33 3/96 3307
/proc/meminfo: memFree=14936/2055920 swapFree=4158768/4192956
[pid=2569] ppid=2567 vsize=83556 CPUtime=1800
/proc/2569/stat : 2569 (bprolog) R 2567 2569 2262 0 -1 4194304 7256 0 0 0 179699 301 0 0 25 0 3 0 182481842 85561344 6615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2569/statm: 20889 6615 184 90 0 20427 0
[pid=2569/tid=2571] ppid=2567 vsize=83556 CPUtime=0
/proc/2569/task/2571/stat : 2571 (bprolog) S 2567 2569 2262 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182481908 85561344 6615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2569/tid=3307] ppid=2567 vsize=83556 CPUtime=0
/proc/2569/task/3307/stat : 3307 (bprolog) S 2567 2569 2262 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182661934 85561344 6615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 83556

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.72
CPU time (s): 1800.02
CPU user time (s): 1797
CPU system time (s): 3.01654
CPU usage (%): 99.1899
Max. virtual memory (cumulated for all children) (KiB): 83556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797
system time used= 3.01654
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7256
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= 9
involuntary context switches= 64590

runsolver used 2.02069 s user time and 5.46417 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Tue Jan  9 11:07:42 UTC 2007


IDJOB= 236004
IDBENCH= 6814
FILE ID= node14/236004-1168340862

PBS_JOBID= 3503171

Free space on /tmp= 66556 MiB

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

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  cef12dc8ef1c6b8c623fd8ac807f787c

RANDOM SEED= 877229136

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.227
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.227
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1414952 kB
Buffers:         73416 kB
Cached:         411692 kB
SwapCached:       4084 kB
Active:         293644 kB
Inactive:       274980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1414952 kB
SwapTotal:     4192956 kB
SwapFree:      4163780 kB
Dirty:            4044 kB
Writeback:           0 kB
Mapped:         100776 kB
Slab:            56840 kB
Committed_AS:  6915728 kB
PageTables:       2376 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= 50866 MiB



End job on node14 on Tue Jan  9 11:38:05 UTC 2007