Trace number 236082

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.04 1810.23

General information on the benchmark

Namefisher/
FISCHER11-11-fair.xml
MD5SUMabd3070042d1a76aab5430149f4c99a3
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 variables31815
Number of constraints30142
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30142
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/236082-1168341292/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/node16/watcher-236082-1168341292 -o ROOT/results/node16/solver-236082-1168341292 -C 1800 -M 900 /tmp/evaluation/236082-1168341292/Complete/Ordinary/solver /tmp/evaluation/236082-1168341292/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: 2.27 2.06 2.03 4/87 13719
/proc/meminfo: memFree=1395856/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=18540 CPUtime=0
/proc/13718/stat : 13718 (runsolver) R 13716 13718 13286 0 -1 4194368 16 0 0 0 0 0 0 0 23 0 1 0 182526529 18984960 280 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13718/statm: 4635 280 244 17 0 2626 0

[startup+0.107209 s]
/proc/loadavg: 2.27 2.06 2.03 4/87 13719
/proc/meminfo: memFree=1395856/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=61640 CPUtime=0.1
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 2233 0 0 0 9 1 0 0 23 0 1 0 182526529 63119360 1949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 7605244 0 0 4096 2 0 0 0 17 1 0 0
/proc/13718/statm: 15410 1949 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.51513 s]
/proc/loadavg: 2.27 2.06 2.03 4/87 13719
/proc/meminfo: memFree=1395856/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=61640 CPUtime=0.49
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 6355 0 0 0 46 3 0 0 25 0 1 0 182526529 63119360 6071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550526 0 0 4096 2 0 0 0 17 1 0 0
/proc/13718/statm: 15410 6071 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33598 s]
/proc/loadavg: 2.27 2.06 2.03 3/87 13719
/proc/meminfo: memFree=1338320/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=84440 CPUtime=1.31
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 16126 0 0 0 123 8 0 0 25 0 1 0 182526529 86466560 15591 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574003 0 0 4096 2 0 0 0 17 1 0 0
/proc/13718/statm: 21110 15591 158 90 0 20648 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 84440

[startup+2.97268 s]
/proc/loadavg: 2.24 2.06 2.03 3/87 13719
/proc/meminfo: memFree=1332696/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=2.93
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31481 0 0 0 280 13 0 0 25 0 2 0 182526529 136089600 19978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750800 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 19978 177 90 0 32763 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 132900

[startup+6.25108 s]
/proc/loadavg: 2.24 2.06 2.03 3/88 13720
/proc/meminfo: memFree=1315984/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=6.18
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 605 13 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 132900

[startup+12.7179 s]
/proc/loadavg: 2.21 2.06 2.02 3/88 13720
/proc/meminfo: memFree=1315920/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=12.59
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 1246 13 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 132900

[startup+25.5475 s]
/proc/loadavg: 2.17 2.06 2.02 3/88 13720
/proc/meminfo: memFree=1315984/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=25.3
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 2517 13 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182526817 136089600 20089 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) 132900

[startup+51.1938 s]
/proc/loadavg: 2.11 2.05 2.02 3/88 13720
/proc/meminfo: memFree=1316112/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=50.73
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 5059 14 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 132900

[startup+102.485 s]
/proc/loadavg: 2.05 2.04 2.02 3/88 13720
/proc/meminfo: memFree=1316112/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=101.56
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 10142 14 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 132900

[startup+162.496 s]
/proc/loadavg: 2.01 2.03 2.01 3/89 13721
/proc/meminfo: memFree=1315336/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=161.05
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 16090 15 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 132900

[startup+222.537 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 13721
/proc/meminfo: memFree=1315336/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=220.55
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 22040 15 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.55
Current children cumulated vsize (KiB) 132900

[startup+282.554 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 13721
/proc/meminfo: memFree=1315272/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=280.04
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 27989 15 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.04
Current children cumulated vsize (KiB) 132900

[startup+342.569 s]
/proc/loadavg: 2.07 2.03 2.00 3/89 13721
/proc/meminfo: memFree=1315208/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=339.53
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 33937 16 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.53
Current children cumulated vsize (KiB) 132900

[startup+402.591 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 13721
/proc/meminfo: memFree=1315208/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=399.02
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 39886 16 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754234 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.02
Current children cumulated vsize (KiB) 132900

[startup+462.613 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 13721
/proc/meminfo: memFree=1315208/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=458.52
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 45835 17 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.52
Current children cumulated vsize (KiB) 132900

[startup+522.639 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 13721
/proc/meminfo: memFree=1315144/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=518
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 51783 17 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518
Current children cumulated vsize (KiB) 132900

[startup+582.656 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 13722
/proc/meminfo: memFree=1312192/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=577.5
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 57732 18 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.5
Current children cumulated vsize (KiB) 132900

[startup+642.673 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 13722
/proc/meminfo: memFree=1312192/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=636.99
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 63681 18 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/loadavg: 4.64 3.33 2.52 3/95 14083
/proc/meminfo: memFree=24544/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=995.58
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 99468 90 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552922 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 995.58
Current children cumulated vsize (KiB) 132900

[startup+1062.89 s]
/proc/loadavg: 4.74 3.59 2.66 3/95 14089
/proc/meminfo: memFree=15392/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1055.48
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 105439 109 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552922 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1055.48
Current children cumulated vsize (KiB) 132900

[startup+1122.95 s]
/proc/loadavg: 4.90 3.84 2.80 2/95 14091
/proc/meminfo: memFree=15328/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1115.15
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 111392 123 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618372 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1115.15
Current children cumulated vsize (KiB) 132900

[startup+1183.01 s]
/proc/loadavg: 4.94 4.05 2.94 3/95 14093
/proc/meminfo: memFree=15776/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1174.81
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 117337 144 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1174.81
Current children cumulated vsize (KiB) 132900

[startup+1243.09 s]
/proc/loadavg: 4.36 4.05 3.01 2/97 14097
/proc/meminfo: memFree=33552/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1234.86
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 123320 166 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1234.86
Current children cumulated vsize (KiB) 132900

[startup+1303.17 s]
/proc/loadavg: 4.29 4.07 3.08 3/95 14100
/proc/meminfo: memFree=15200/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1294.82
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 129299 183 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1294.82
Current children cumulated vsize (KiB) 132900

[startup+1363.19 s]
/proc/loadavg: 4.79 4.25 3.20 2/95 14104
/proc/meminfo: memFree=15392/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1354.44
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 135244 200 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1354.44
Current children cumulated vsize (KiB) 132900

[startup+1423.21 s]
/proc/loadavg: 4.42 4.25 3.26 2/99 14109
/proc/meminfo: memFree=41152/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1414.41
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 141219 222 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1414.41
Current children cumulated vsize (KiB) 132900

[startup+1483.27 s]
/proc/loadavg: 4.63 4.31 3.34 3/95 14114
/proc/meminfo: memFree=14944/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1474.17
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 147170 247 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.17
Current children cumulated vsize (KiB) 132900

[startup+1543.32 s]
/proc/loadavg: 4.88 4.44 3.44 3/95 14117
/proc/meminfo: memFree=15136/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1533.87
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 153121 266 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.87
Current children cumulated vsize (KiB) 132900

[startup+1603.38 s]
/proc/loadavg: 4.51 4.43 3.50 2/96 14119
/proc/meminfo: memFree=41112/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1593.68
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 159078 290 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.68
Current children cumulated vsize (KiB) 132900

[startup+1663.38 s]
/proc/loadavg: 3.61 4.18 3.47 3/95 14123
/proc/meminfo: memFree=15776/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1653.5
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 165044 306 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755252 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.5
Current children cumulated vsize (KiB) 132900

[startup+1723.45 s]
/proc/loadavg: 3.71 4.11 3.49 3/95 14125
/proc/meminfo: memFree=16032/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1713.43
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 171020 323 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.43
Current children cumulated vsize (KiB) 132900

[startup+1783.51 s]
/proc/loadavg: 4.08 4.14 3.53 3/95 14126
/proc/meminfo: memFree=15008/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1773.39
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 176998 341 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.39
Current children cumulated vsize (KiB) 132900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.21 s]
/proc/loadavg: 3.79 4.06 3.53 3/95 14128
/proc/meminfo: memFree=15328/2055920 swapFree=4191880/4192956
[pid=13718] ppid=13716 vsize=132900 CPUtime=1800.01
/proc/13718/stat : 13718 (bprolog) R 13716 13718 13286 0 -1 4194304 31592 0 0 0 179655 346 0 0 25 0 2 0 182526529 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800171 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13718/statm: 33225 20089 184 90 0 32763 0
[pid=13718/tid=13720] ppid=13716 vsize=132900 CPUtime=0
/proc/13718/task/13720/stat : 13720 (bprolog) S 13716 13718 13286 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182526817 136089600 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 132900

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.23
CPU time (s): 1800.04
CPU user time (s): 1796.56
CPU system time (s): 3.48047
CPU usage (%): 99.4371
Max. virtual memory (cumulated for all children) (KiB): 156992

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

runsolver used 2.16367 s user time and 5.84211 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Tue Jan  9 11:14:52 UTC 2007


IDJOB= 236082
IDBENCH= 6820
FILE ID= node16/236082-1168341292

PBS_JOBID= 3503176

Free space on /tmp= 66508 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-236082-1168341292 -o ROOT/results/node16/solver-236082-1168341292 -C 1800 -M 900  /tmp/evaluation/236082-1168341292/Complete/Ordinary/solver /tmp/evaluation/236082-1168341292/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  abd3070042d1a76aab5430149f4c99a3

RANDOM SEED= 236879784

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.220
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.220
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:       1396336 kB
Buffers:         76224 kB
Cached:         396268 kB
SwapCached:        448 kB
Active:         274652 kB
Inactive:       325412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1396336 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            9936 kB
Writeback:           0 kB
Mapped:         147084 kB
Slab:            44012 kB
Committed_AS:  5373900 kB
PageTables:       2548 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= 50683 MiB



End job on node16 on Tue Jan  9 11:45:29 UTC 2007