Trace number 205752

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.06 1803.8

General information on the benchmark

Namefapp/fapp36-40/fapp40/
fapp40-3000-7.xml
MD5SUMf2e6d32bfbd479248082237fc5fc2e6a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark55.5206
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/205752-1168167973/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/node76/watcher-205752-1168167973 -o ROOT/results/node76/solver-205752-1168167973 -C 1800 -M 900 /tmp/evaluation/205752-1168167973/Complete/Ordinary/solver /tmp/evaluation/205752-1168167973/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.03 1.66 1.65 3/86 27691
/proc/meminfo: memFree=630272/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=53476 CPUtime=0
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 512 0 0 0 0 0 0 0 18 0 1 0 165197721 54759424 233 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/27690/statm: 13369 234 124 90 0 12906 0

[startup+0.102276 s]
/proc/loadavg: 2.03 1.66 1.65 3/86 27691
/proc/meminfo: memFree=630272/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=61816 CPUtime=0.1
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 2201 0 0 0 9 1 0 0 18 0 1 0 165197721 63299584 1919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/27690/statm: 15454 1920 154 90 0 14991 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61816

[startup+0.51135 s]
/proc/loadavg: 2.03 1.66 1.65 3/86 27691
/proc/meminfo: memFree=630272/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=61816 CPUtime=0.5
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 9237 0 0 0 45 5 0 0 21 0 1 0 165197721 63299584 8955 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591593 0 0 4096 2 0 0 0 17 1 0 0
/proc/27690/statm: 15454 8956 154 90 0 14991 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61816

[startup+1.34053 s]
/proc/loadavg: 2.03 1.66 1.65 3/86 27691
/proc/meminfo: memFree=566592/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=81648 CPUtime=1.33
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 16910 0 0 0 125 8 0 0 25 0 1 0 165197721 83607552 16056 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/27690/statm: 20412 16056 154 90 0 19949 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 81648

[startup+2.97684 s]
/proc/loadavg: 2.03 1.66 1.65 3/86 27691
/proc/meminfo: memFree=569088/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=120712 CPUtime=2.97
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 29858 0 0 0 281 16 0 0 25 0 1 0 165197721 123609088 19237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576933 0 0 4096 2 0 0 0 17 1 0 0
/proc/27690/statm: 30178 19237 154 90 0 29715 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 120712

[startup+6.264 s]
/proc/loadavg: 2.03 1.67 1.65 3/86 27691
/proc/meminfo: memFree=550272/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=145592 CPUtime=6.26
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 36659 0 0 0 606 20 0 0 25 0 1 0 165197721 149086208 20102 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 0 0 0 17 1 0 0
/proc/27690/statm: 36398 20102 173 90 0 35935 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 145592

[startup+12.7462 s]
/proc/loadavg: 2.02 1.67 1.65 3/86 27691
/proc/meminfo: memFree=542016/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=145592 CPUtime=12.74
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 38920 0 0 0 1253 21 0 0 25 0 1 0 165197721 149086208 22363 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134746816 0 0 4096 2 0 0 0 17 1 0 0
/proc/27690/statm: 36398 22363 173 90 0 35935 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 145592

[startup+25.5833 s]
/proc/loadavg: 2.02 1.69 1.66 3/86 27691
/proc/meminfo: memFree=500608/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=153620 CPUtime=25.57
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 51175 0 0 0 2531 26 0 0 25 0 1 0 165197721 157306880 32587 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/27690/statm: 38405 32587 173 90 0 37942 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 153620

[startup+51.2458 s]
/proc/loadavg: 2.01 1.71 1.66 3/87 27692
/proc/meminfo: memFree=455224/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=243248 CPUtime=51.22
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84899 0 0 0 5079 43 0 0 25 0 2 0 165197721 249085952 43830 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664003 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27690/statm: 60812 43830 177 90 0 60349 0
[pid=27690/tid=27692] ppid=27688 vsize=243248 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165200920 249085952 43830 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 243248

[startup+102.451 s]
/proc/loadavg: 2.00 1.75 1.68 3/87 27692
/proc/meminfo: memFree=455224/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=243248 CPUtime=102.4
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84909 0 0 0 10197 43 0 0 25 0 2 0 165197721 249085952 43840 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27690/statm: 60812 43840 177 90 0 60349 0
[pid=27690/tid=27692] ppid=27688 vsize=243248 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165200920 249085952 43840 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 243248

[startup+162.509 s]
/proc/loadavg: 2.20 1.84 1.71 4/87 27808
/proc/meminfo: memFree=1029936/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=243248 CPUtime=161.25
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84909 0 0 0 16077 48 0 0 25 0 2 0 165197721 249085952 43840 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27690/statm: 60812 43840 177 90 0 60349 0
[pid=27690/tid=27692] ppid=27688 vsize=243248 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165200920 249085952 43840 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.25
Current children cumulated vsize (KiB) 243248

[startup+222.603 s]
/proc/loadavg: 2.28 1.94 1.75 3/87 27808
/proc/meminfo: memFree=460592/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=243248 CPUtime=221.16
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84910 0 0 0 22068 48 0 0 25 0 2 0 165197721 249085952 43841 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27690/statm: 60812 43841 177 90 0 60349 0
[pid=27690/tid=27692] ppid=27688 vsize=243248 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165200920 249085952 43841 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.16
Current children cumulated vsize (KiB) 243248

[startup+282.643 s]
/proc/loadavg: 2.14 1.96 1.77 3/87 27808
/proc/meminfo: memFree=460016/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=243248 CPUtime=280.95
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84910 0 0 0 28047 48 0 0 25 0 2 0 165197721 249085952 43841 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552480 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27690/statm: 60812 43841 177 90 0 60349 0
[pid=27690/tid=27692] ppid=27688 vsize=243248 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165200920 249085952 43841 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.95
Current children cumulated vsize (KiB) 243248

[startup+342.677 s]
/proc/loadavg: 2.05 1.97 1.78 3/87 27808
/proc/meminfo: memFree=459888/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=243248 CPUtime=340.75
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84910 0 0 0 34027 48 0 0 25 0 2 0 165197721 249085952 43841 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27690/statm: 60812 43841 177 90 0 60349 0
[pid=27690/tid=27692] ppid=27688 vsize=243248 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165200920 249085952 43841 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.75
Current children cumulated vsize (KiB) 243248

[startup+402.708 s]
/proc/loadavg: 2.02 1.97 1.79 3/87 27808
/proc/meminfo: memFree=459888/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=243248 CPUtime=400.54
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84911 0 0 0 40006 48 0 0 25 0 2 0 165197721 249085952 43842 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552461 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27690/statm: 60812 43842 177 90 0 60349 0
[pid=27690/tid=27692] ppid=27688 vsize=243248 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165200920 249085952 43842 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.54
Current children cumulated vsize (KiB) 243248

[startup+462.741 s]
/proc/loadavg: 2.09 1.99 1.81 3/79 27845
/proc/meminfo: memFree=984560/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=243248 CPUtime=460.26
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84912 0 0 0 45974 52 0 0 25 0 2 0 165197721 249085952 43843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554689 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27690/statm: 60812 43843 177 90 0 60349 0
[pid=27690/tid=27692] ppid=27688 vsize=243248 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165200920 249085952 43843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.26
Current children cumulated vsize (KiB) 243248

[startup+522.822 s]
/proc/loadavg: 2.03 1.99 1.82 3/79 27845
/proc/meminfo: memFree=558960/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=243248 CPUtime=519.89
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84912 0 0 0 51937 52 0 0 25 0 2 0 165197721 249085952 43843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27690/statm: 60812 43843 177 90 0 60349 0
[pid=27690/tid=27692] ppid=27688 vsize=243248 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165200920 249085952 43843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.89
Current children cumulated vsize (KiB) 243248

[startup+582.919 s]
/proc/loadavg: 1.86 1.95 1.82 2/71 27864
/proc/meminfo: memFree=1149872/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=243248 CPUtime=579.62
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84912 0 0 0 57909 53 0 0 25 0 2 0 165197721 249085952 43843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664003 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27690/statm: 60812 43843 177 90 0 60349 0
[pid=27690/tid=27692] ppid=27688 vsize=243248 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165200920 249085952 43843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.62
Current children cumulated vsize (KiB) 243248

[startup+642.957 s]
/proc/loadavg: 1.31 1.78 1.76 2/71 27864
/proc/meminfo: memFree=1149896/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=243248 CPUtime=639.64
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84912 0 0 0 63911 53 0 0 25 0 2 0 165197721 249085952 43843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27690/statm: 60812 43843 177 90 0 60349 0
[pid=27690/tid=27692] ppid=27688 vsize=243248 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 165200920 249085952 43843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.64
Current children cumulated vsize (KiB) 243248


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

[pid=27690/tid=27867] ppid=27688 vsize=253492 CPUtime=0
/proc/27690/task/27867/stat : 27867 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165290936 259575808 43875 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1179.84
Current children cumulated vsize (KiB) 253492

[startup+1243.41 s]
/proc/loadavg: 1.00 1.09 1.38 2/72 27867
/proc/meminfo: memFree=1149824/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=253492 CPUtime=1239.87
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84944 0 0 0 123933 54 0 0 25 0 3 0 165197721 259575808 43875 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577576 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27690/statm: 63373 43875 177 90 0 62910 0
[pid=27690/tid=27692] ppid=27688 vsize=253492 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 165200920 259575808 43875 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27690/tid=27867] ppid=27688 vsize=253492 CPUtime=0
/proc/27690/task/27867/stat : 27867 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165290936 259575808 43875 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1239.87
Current children cumulated vsize (KiB) 253492

[startup+1303.47 s]
/proc/loadavg: 1.00 1.07 1.35 2/72 27867
/proc/meminfo: memFree=1149824/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=253492 CPUtime=1299.91
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84944 0 0 0 129937 54 0 0 25 0 3 0 165197721 259575808 43875 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27690/statm: 63373 43875 177 90 0 62910 0
[pid=27690/tid=27692] ppid=27688 vsize=253492 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 165200920 259575808 43875 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27690/tid=27867] ppid=27688 vsize=253492 CPUtime=0
/proc/27690/task/27867/stat : 27867 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165290936 259575808 43875 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1299.91
Current children cumulated vsize (KiB) 253492

[startup+1363.53 s]
/proc/loadavg: 1.00 1.06 1.33 2/72 27867
/proc/meminfo: memFree=1149824/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=253492 CPUtime=1359.94
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 84945 0 0 0 135940 54 0 0 25 0 3 0 165197721 259575808 43876 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662579 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27690/statm: 63373 43876 177 90 0 62910 0
[pid=27690/tid=27692] ppid=27688 vsize=253492 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 165200920 259575808 43876 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27690/tid=27867] ppid=27688 vsize=253492 CPUtime=0
/proc/27690/task/27867/stat : 27867 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165290936 259575808 43876 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1359.94
Current children cumulated vsize (KiB) 253492

[startup+1423.61 s]
/proc/loadavg: 1.00 1.04 1.30 2/73 27868
/proc/meminfo: memFree=1148408/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=263736 CPUtime=1420
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 85336 0 0 0 141946 54 0 0 25 0 4 0 165197721 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617918 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27690/statm: 65934 44267 177 90 0 65471 0
[pid=27690/tid=27692] ppid=27688 vsize=263736 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165200920 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27690/tid=27867] ppid=27688 vsize=263736 CPUtime=0
/proc/27690/task/27867/stat : 27867 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165290936 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27690/tid=27868] ppid=27688 vsize=263736 CPUtime=0
/proc/27690/task/27868/stat : 27868 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165335945 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1420
Current children cumulated vsize (KiB) 263736

[startup+1483.69 s]
/proc/loadavg: 1.00 1.03 1.28 2/73 27868
/proc/meminfo: memFree=1148408/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=263736 CPUtime=1480.05
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 85336 0 0 0 147951 54 0 0 25 0 4 0 165197721 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27690/statm: 65934 44267 177 90 0 65471 0
[pid=27690/tid=27692] ppid=27688 vsize=263736 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165200920 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27690/tid=27867] ppid=27688 vsize=263736 CPUtime=0
/proc/27690/task/27867/stat : 27867 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165290936 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27690/tid=27868] ppid=27688 vsize=263736 CPUtime=0
/proc/27690/task/27868/stat : 27868 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165335945 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.05
Current children cumulated vsize (KiB) 263736

[startup+1543.76 s]
/proc/loadavg: 1.00 1.03 1.26 2/73 27868
/proc/meminfo: memFree=1148344/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=263736 CPUtime=1540.1
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 85336 0 0 0 153956 54 0 0 25 0 4 0 165197721 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620132 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27690/statm: 65934 44267 177 90 0 65471 0
[pid=27690/tid=27692] ppid=27688 vsize=263736 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165200920 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27690/tid=27867] ppid=27688 vsize=263736 CPUtime=0
/proc/27690/task/27867/stat : 27867 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165290936 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27690/tid=27868] ppid=27688 vsize=263736 CPUtime=0
/proc/27690/task/27868/stat : 27868 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165335945 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.1
Current children cumulated vsize (KiB) 263736

[startup+1603.84 s]
/proc/loadavg: 1.00 1.02 1.24 2/73 27868
/proc/meminfo: memFree=1148280/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=263736 CPUtime=1600.16
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 85336 0 0 0 159962 54 0 0 25 0 4 0 165197721 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618382 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27690/statm: 65934 44267 177 90 0 65471 0
[pid=27690/tid=27692] ppid=27688 vsize=263736 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165200920 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27690/tid=27867] ppid=27688 vsize=263736 CPUtime=0
/proc/27690/task/27867/stat : 27867 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165290936 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27690/tid=27868] ppid=27688 vsize=263736 CPUtime=0
/proc/27690/task/27868/stat : 27868 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165335945 270065664 44267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.16
Current children cumulated vsize (KiB) 263736

[startup+1663.92 s]
/proc/loadavg: 1.00 1.01 1.23 2/73 27868
/proc/meminfo: memFree=1129848/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=279360 CPUtime=1660.22
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 93856 0 0 0 165964 58 0 0 25 0 4 0 165197721 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27690/statm: 69840 48880 177 90 0 69377 0
[pid=27690/tid=27692] ppid=27688 vsize=279360 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165200920 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27690/tid=27867] ppid=27688 vsize=279360 CPUtime=0
/proc/27690/task/27867/stat : 27867 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165290936 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27690/tid=27868] ppid=27688 vsize=279360 CPUtime=0
/proc/27690/task/27868/stat : 27868 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165335945 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.22
Current children cumulated vsize (KiB) 279360

[startup+1724 s]
/proc/loadavg: 1.00 1.01 1.21 2/73 27868
/proc/meminfo: memFree=1129848/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=279360 CPUtime=1720.28
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 93856 0 0 0 171970 58 0 0 25 0 4 0 165197721 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580143 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27690/statm: 69840 48880 177 90 0 69377 0
[pid=27690/tid=27692] ppid=27688 vsize=279360 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165200920 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27690/tid=27867] ppid=27688 vsize=279360 CPUtime=0
/proc/27690/task/27867/stat : 27867 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165290936 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27690/tid=27868] ppid=27688 vsize=279360 CPUtime=0
/proc/27690/task/27868/stat : 27868 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165335945 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.28
Current children cumulated vsize (KiB) 279360

[startup+1784.08 s]
/proc/loadavg: 1.00 1.00 1.19 2/73 27868
/proc/meminfo: memFree=1129784/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=279360 CPUtime=1780.33
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 93856 0 0 0 177975 58 0 0 25 0 4 0 165197721 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27690/statm: 69840 48880 177 90 0 69377 0
[pid=27690/tid=27692] ppid=27688 vsize=279360 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165200920 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27690/tid=27867] ppid=27688 vsize=279360 CPUtime=0
/proc/27690/task/27867/stat : 27867 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165290936 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27690/tid=27868] ppid=27688 vsize=279360 CPUtime=0
/proc/27690/task/27868/stat : 27868 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165335945 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.33
Current children cumulated vsize (KiB) 279360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.76 s]
/proc/loadavg: 1.00 1.00 1.18 2/73 27868
/proc/meminfo: memFree=1129784/2055888 swapFree=4095388/4096564
[pid=27690] ppid=27688 vsize=279360 CPUtime=1800.01
/proc/27690/stat : 27690 (bprolog) R 27688 27690 24695 0 -1 4194304 93856 0 0 0 179943 58 0 0 25 0 4 0 165197721 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27690/statm: 69840 48880 177 90 0 69377 0
[pid=27690/tid=27692] ppid=27688 vsize=279360 CPUtime=0
/proc/27690/task/27692/stat : 27692 (bprolog) S 27688 27690 24695 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 165200920 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27690/tid=27867] ppid=27688 vsize=279360 CPUtime=0
/proc/27690/task/27867/stat : 27867 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165290936 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27690/tid=27868] ppid=27688 vsize=279360 CPUtime=0
/proc/27690/task/27868/stat : 27868 (bprolog) S 27688 27690 24695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165335945 286064640 48880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 279360

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.8
CPU time (s): 1800.06
CPU user time (s): 1799.44
CPU system time (s): 0.614906
CPU usage (%): 99.7922
Max. virtual memory (cumulated for all children) (KiB): 294248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.614906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93856
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= 14
involuntary context switches= 8576

runsolver used 1.64075 s user time and 3.79842 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Jan  7 11:06:15 UTC 2007


IDJOB= 205752
IDBENCH= 4167
FILE ID= node76/205752-1168167973

PBS_JOBID= 3478611

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp40/fapp40-3000-7.xml
COMMAND LINE= /tmp/evaluation/205752-1168167973/Complete/Ordinary/solver /tmp/evaluation/205752-1168167973/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node76/convwatcher-205752-1168167973 -o ROOT/results/node76/conversion-205752-1168167973 -C 600 -M 900 /tmp/evaluation/205752-1168167973/Complete/Ordinary/conversion /tmp/evaluation/205752-1168167973/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-205752-1168167973 -o ROOT/results/node76/solver-205752-1168167973 -C 1800 -M 900  /tmp/evaluation/205752-1168167973/Complete/Ordinary/solver /tmp/evaluation/205752-1168167973/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f2e6d32bfbd479248082237fc5fc2e6a

RANDOM SEED= 871251421

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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:        630880 kB
Buffers:         63656 kB
Cached:         657980 kB
SwapCached:        456 kB
Active:         996748 kB
Inactive:       371816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:        630880 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:           13696 kB
Writeback:           0 kB
Mapped:         660280 kB
Slab:            40568 kB
Committed_AS:  6772592 kB
PageTables:       3316 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66635 MiB



End job on node76 on Sun Jan  7 11:36:50 UTC 2007