Trace number 237070

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.08 1805.27

General information on the benchmark

Namefisher/
FISCHER4-6-fair.xml
MD5SUM0818587fa8afea34ed37f9948f6033b3
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 variables6371
Number of constraints6016
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6016
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/237070-1168346184/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-237070-1168346184 -o ROOT/results/node16/solver-237070-1168346184 -C 1800 -M 900 /tmp/evaluation/237070-1168346184/Complete/Ordinary/solver /tmp/evaluation/237070-1168346184/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: 4.17 4.07 3.85 5/94 15151
/proc/meminfo: memFree=67096/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=5212 CPUtime=0
/proc/15150/stat : 15150 (sh) R 15148 15150 15068 0 -1 4194304 86 0 0 0 0 0 0 0 21 0 1 0 183013836 5337088 59 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 231961977456 0 0 4096 0 0 0 0 17 1 0 0
/proc/15150/statm: 1303 59 42 169 0 14 0

[startup+0.103135 s]
/proc/loadavg: 4.17 4.07 3.85 5/94 15151
/proc/meminfo: memFree=67096/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=61640 CPUtime=0.09
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 2148 0 0 0 8 1 0 0 21 0 1 0 183013836 63119360 1864 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134692878 0 0 4096 2 0 0 0 17 1 0 0
/proc/15150/statm: 15410 1864 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.512057 s]
/proc/loadavg: 4.17 4.07 3.85 5/94 15151
/proc/meminfo: memFree=67096/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=0.5
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 48 2 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72732

[startup+1.33691 s]
/proc/loadavg: 4.17 4.07 3.85 3/95 15152
/proc/meminfo: memFree=32528/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1.31
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 128 3 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 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) 72732

[startup+2.9796 s]
/proc/loadavg: 4.16 4.07 3.85 3/96 15153
/proc/meminfo: memFree=14920/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=2.94
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 291 3 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552968 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 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) 72732

[startup+6.258 s]
/proc/loadavg: 4.16 4.07 3.85 3/95 15153
/proc/meminfo: memFree=15952/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=6.12
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 607 5 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 72732

[startup+12.7258 s]
/proc/loadavg: 4.20 4.08 3.85 3/96 15155
/proc/meminfo: memFree=15496/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=12.56
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 1249 7 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552915 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 72732

[startup+25.5405 s]
/proc/loadavg: 4.24 4.09 3.86 3/95 15156
/proc/meminfo: memFree=16272/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=25.31
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 2523 8 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557335 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 72732

[startup+51.2078 s]
/proc/loadavg: 4.14 4.08 3.86 3/95 15160
/proc/meminfo: memFree=15632/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=50.73
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 5059 14 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552442 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 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) 72732

[startup+102.427 s]
/proc/loadavg: 4.27 4.13 3.89 3/87 15169
/proc/meminfo: memFree=491216/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=101.42
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 10115 27 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 72732

[startup+162.427 s]
/proc/loadavg: 2.99 3.80 3.79 3/95 15347
/proc/meminfo: memFree=1818064/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=161.08
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 16070 38 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 72732

[startup+222.525 s]
/proc/loadavg: 2.33 3.44 3.66 3/95 15347
/proc/meminfo: memFree=1818320/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=221.14
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 22076 38 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.14
Current children cumulated vsize (KiB) 72732

[startup+282.613 s]
/proc/loadavg: 2.13 3.20 3.56 3/95 15347
/proc/meminfo: memFree=1818320/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=281.16
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 28078 38 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754204 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 72732

[startup+342.705 s]
/proc/loadavg: 2.05 2.98 3.46 3/95 15347
/proc/meminfo: memFree=1816080/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=341.2
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 34082 38 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553079 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.2
Current children cumulated vsize (KiB) 72732

[startup+402.777 s]
/proc/loadavg: 2.02 2.80 3.37 3/95 15347
/proc/meminfo: memFree=1816016/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=401.24
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 40086 38 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.24
Current children cumulated vsize (KiB) 72732

[startup+462.848 s]
/proc/loadavg: 2.00 2.65 3.28 3/95 15347
/proc/meminfo: memFree=1816016/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=461.25
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 46086 39 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618342 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.25
Current children cumulated vsize (KiB) 72732

[startup+522.92 s]
/proc/loadavg: 2.00 2.52 3.19 3/95 15347
/proc/meminfo: memFree=1815888/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=521.29
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 52090 39 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553054 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.29
Current children cumulated vsize (KiB) 72732

[startup+582.995 s]
/proc/loadavg: 2.06 2.44 3.12 3/95 15347
/proc/meminfo: memFree=1813456/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=581.33
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 58094 39 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.33
Current children cumulated vsize (KiB) 72732

[startup+643.067 s]

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

[pid=15150] ppid=15148 vsize=72732 CPUtime=1001.48
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 100108 40 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552861 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1001.48
Current children cumulated vsize (KiB) 72732

[startup+1063.54 s]
/proc/loadavg: 2.00 2.10 2.67 3/95 15347
/proc/meminfo: memFree=1812752/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1061.51
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 106110 41 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552935 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1061.51
Current children cumulated vsize (KiB) 72732

[startup+1123.61 s]
/proc/loadavg: 2.00 2.08 2.62 3/95 15347
/proc/meminfo: memFree=1812752/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1121.54
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 112113 41 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754717 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1121.54
Current children cumulated vsize (KiB) 72732

[startup+1183.62 s]
/proc/loadavg: 2.00 2.06 2.58 3/95 15347
/proc/meminfo: memFree=1812624/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1181.28
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 118087 41 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618400 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.28
Current children cumulated vsize (KiB) 72732

[startup+1243.7 s]
/proc/loadavg: 2.00 2.05 2.54 3/95 15347
/proc/meminfo: memFree=1812560/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1241.1
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 124069 41 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552855 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1241.1
Current children cumulated vsize (KiB) 72732

[startup+1303.77 s]
/proc/loadavg: 2.00 2.04 2.50 3/95 15347
/proc/meminfo: memFree=1812432/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1300.93
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 130052 41 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809346 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1300.93
Current children cumulated vsize (KiB) 72732

[startup+1363.85 s]
/proc/loadavg: 2.06 2.04 2.47 3/95 15347
/proc/meminfo: memFree=1812368/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1360.73
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 136032 41 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1360.73
Current children cumulated vsize (KiB) 72732

[startup+1423.93 s]
/proc/loadavg: 2.02 2.03 2.44 3/95 15347
/proc/meminfo: memFree=1812304/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1420.56
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 142015 41 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618372 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1420.56
Current children cumulated vsize (KiB) 72732

[startup+1484.01 s]
/proc/loadavg: 2.01 2.02 2.41 3/101 15421
/proc/meminfo: memFree=1810264/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1480.35
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 147991 44 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.35
Current children cumulated vsize (KiB) 72732

[startup+1544.02 s]
/proc/loadavg: 2.05 2.03 2.39 3/101 15511
/proc/meminfo: memFree=1810136/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1539.99
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 153951 48 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.99
Current children cumulated vsize (KiB) 72732

[startup+1604.1 s]
/proc/loadavg: 2.21 2.07 2.38 3/95 15545
/proc/meminfo: memFree=1811152/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1599.79
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 159929 50 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.79
Current children cumulated vsize (KiB) 72732

[startup+1664.18 s]
/proc/loadavg: 2.08 2.05 2.35 3/95 15545
/proc/meminfo: memFree=1811088/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1659.61
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 165911 50 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.61
Current children cumulated vsize (KiB) 72732

[startup+1724.26 s]
/proc/loadavg: 2.03 2.04 2.33 3/95 15545
/proc/meminfo: memFree=1811024/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1719.42
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 171892 50 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134788245 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.42
Current children cumulated vsize (KiB) 72732

[startup+1784.34 s]
/proc/loadavg: 2.01 2.03 2.30 3/95 15545
/proc/meminfo: memFree=1811024/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=72732 CPUtime=1779.25
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4607 0 0 0 177875 50 0 0 25 0 2 0 183013836 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 18183 4111 184 90 0 17721 0
[pid=15150/tid=15152] ppid=15148 vsize=72732 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183013875 74477568 4111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.25
Current children cumulated vsize (KiB) 72732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.25 s]
/proc/loadavg: 2.00 2.03 2.29 3/96 15546
/proc/meminfo: memFree=1810888/2055920 swapFree=4191880/4192956
[pid=15150] ppid=15148 vsize=82976 CPUtime=1800.06
/proc/15150/stat : 15150 (bprolog) R 15148 15150 15068 0 -1 4194304 4636 0 0 0 179956 50 0 0 25 0 3 0 183013836 84967424 4140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552442 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15150/statm: 20744 4140 184 90 0 20282 0
[pid=15150/tid=15152] ppid=15148 vsize=82976 CPUtime=0
/proc/15150/task/15152/stat : 15152 (bprolog) S 15148 15150 15068 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183013875 84967424 4140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15150/tid=15546] ppid=15148 vsize=82976 CPUtime=0
/proc/15150/task/15546/stat : 15546 (bprolog) S 15148 15150 15068 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183193849 84967424 4140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 82976

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.27
CPU time (s): 1800.08
CPU user time (s): 1799.57
CPU system time (s): 0.510922
CPU usage (%): 99.7126
Max. virtual memory (cumulated for all children) (KiB): 82976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.510922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4636
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= 11
involuntary context switches= 55231

runsolver used 1.83272 s user time and 5.35019 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Tue Jan  9 12:36:25 UTC 2007


IDJOB= 237070
IDBENCH= 6896
FILE ID= node16/237070-1168346184

PBS_JOBID= 3503578

Free space on /tmp= 47882 MiB

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

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  0818587fa8afea34ed37f9948f6033b3

RANDOM SEED= 195120489

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:         68152 kB
Buffers:          3412 kB
Cached:        1724368 kB
SwapCached:         32 kB
Active:         193888 kB
Inactive:      1696004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         68152 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:          831060 kB
Writeback:           0 kB
Mapped:         187312 kB
Slab:            82224 kB
Committed_AS:  5494928 kB
PageTables:       2656 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= 66517 MiB



End job on node16 on Tue Jan  9 13:06:35 UTC 2007