Trace number 201212

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.12 1803.66

General information on the benchmark

Namefapp/fapp11-15/fapp12/
fapp12-1500-7.xml
MD5SUMd701de3dbc42c3b54216de5304316644
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 benchmark1014.59
SatisfiableYES
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/201212-1168146118/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/node7/watcher-201212-1168146118 -o ROOT/results/node7/solver-201212-1168146118 -C 1800 -M 900 /tmp/evaluation/201212-1168146118/Complete/Ordinary/solver /tmp/evaluation/201212-1168146118/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.39 2.14 2.05 5/92 12629
/proc/meminfo: memFree=1618920/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=1320 CPUtime=0
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 302 0 0 0 0 0 0 0 20 0 1 0 163008923 1351680 36 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 10416932 0 0 4096 0 0 0 0 17 1 0 0
/proc/12628/statm: 330 36 29 90 0 167 0

[startup+0.103139 s]
/proc/loadavg: 2.39 2.14 2.05 5/92 12629
/proc/meminfo: memFree=1618920/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=53824 CPUtime=0.09
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 2170 0 0 0 8 1 0 0 20 0 1 0 163008923 55115776 1886 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134556813 0 0 4096 2 0 0 0 17 1 0 0
/proc/12628/statm: 13456 1886 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.51218 s]
/proc/loadavg: 2.39 2.14 2.05 5/92 12629
/proc/meminfo: memFree=1618920/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=68156 CPUtime=0.49
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 8940 0 0 0 45 4 0 0 23 0 1 0 163008923 69791744 8654 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/12628/statm: 17039 8654 157 90 0 16577 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 68156

[startup+1.34126 s]
/proc/loadavg: 2.36 2.14 2.05 3/92 12629
/proc/meminfo: memFree=1574440/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=68156 CPUtime=1.31
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 12171 0 0 0 125 6 0 0 25 0 1 0 163008923 69791744 11885 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134552065 0 0 4096 2 0 0 0 17 1 0 0
/proc/12628/statm: 17039 11885 157 90 0 16577 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 68156

[startup+2.98243 s]
/proc/loadavg: 2.36 2.14 2.05 3/92 12631
/proc/meminfo: memFree=1571496/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=68152 CPUtime=2.93
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 12283 0 0 0 287 6 0 0 25 0 1 0 163008923 69787648 11996 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134663446 0 0 4096 2 0 0 0 17 1 0 0
/proc/12628/statm: 17038 11996 176 90 0 16576 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 68152

[startup+6.26179 s]
/proc/loadavg: 2.36 2.14 2.05 3/92 12633
/proc/meminfo: memFree=1567784/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=71416 CPUtime=6.18
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 20234 0 0 0 608 10 0 0 25 0 1 0 163008923 73129984 12915 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134857163 0 0 4096 2 0 0 0 17 1 0 0
/proc/12628/statm: 17854 12915 176 90 0 17392 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 71416

[startup+12.7295 s]
/proc/loadavg: 2.31 2.13 2.04 3/92 12637
/proc/meminfo: memFree=1522984/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=130144 CPUtime=12.58
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 52052 0 0 0 1235 23 0 0 25 0 1 0 163008923 133267456 26914 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/12628/statm: 32536 26914 176 90 0 32074 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 130144

[startup+25.5498 s]
/proc/loadavg: 2.26 2.13 2.04 3/87 12662
/proc/meminfo: memFree=1494544/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=25.26
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62462 0 0 0 2498 28 0 0 25 0 2 0 163008923 167755776 31463 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12628/statm: 40956 31463 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163010257 167755776 31463 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 163824

[startup+51.2015 s]
/proc/loadavg: 2.17 2.12 2.04 3/87 12662
/proc/meminfo: memFree=1494544/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=50.69
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62462 0 0 0 5041 28 0 0 25 0 2 0 163008923 167755776 31463 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134557354 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12628/statm: 40956 31463 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163010257 167755776 31463 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 163824

[startup+102.493 s]
/proc/loadavg: 2.07 2.09 2.04 3/87 12662
/proc/meminfo: memFree=1494544/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=101.58
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62462 0 0 0 10129 29 0 0 25 0 2 0 163008923 167755776 31463 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134552373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12628/statm: 40956 31463 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163010257 167755776 31463 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 163824

[startup+162.5 s]
/proc/loadavg: 2.02 2.07 2.03 3/87 12662
/proc/meminfo: memFree=1493136/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=161.11
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62830 0 0 0 16081 30 0 0 25 0 2 0 163008923 167755776 31831 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12628/statm: 40956 31831 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163010257 167755776 31831 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.11
Current children cumulated vsize (KiB) 163824

[startup+222.521 s]
/proc/loadavg: 2.01 2.06 2.02 3/87 12662
/proc/meminfo: memFree=1492944/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=220.63
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 22033 30 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134554110 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.63
Current children cumulated vsize (KiB) 163824

[startup+282.543 s]
/proc/loadavg: 2.00 2.05 2.02 3/87 12734
/proc/meminfo: memFree=1000272/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=280.6
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 28025 35 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134580517 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.6
Current children cumulated vsize (KiB) 163824

[startup+342.572 s]
/proc/loadavg: 2.15 2.08 2.03 3/95 12805
/proc/meminfo: memFree=1312784/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=340.54
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 34016 38 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.54
Current children cumulated vsize (KiB) 163824

[startup+402.672 s]
/proc/loadavg: 2.16 2.10 2.03 3/95 12805
/proc/meminfo: memFree=1010064/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=400.59
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 40021 38 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134620244 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.59
Current children cumulated vsize (KiB) 163824

[startup+462.718 s]
/proc/loadavg: 2.18 2.10 2.04 3/95 12805
/proc/meminfo: memFree=906576/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=460.57
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 46019 38 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134620065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.57
Current children cumulated vsize (KiB) 163824

[startup+522.763 s]
/proc/loadavg: 2.06 2.08 2.03 3/95 12805
/proc/meminfo: memFree=894928/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=520.54
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 52016 38 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.54
Current children cumulated vsize (KiB) 163824

[startup+582.854 s]
/proc/loadavg: 2.05 2.08 2.03 3/95 12805
/proc/meminfo: memFree=883024/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=580.59
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 58020 39 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.59
Current children cumulated vsize (KiB) 163824

[startup+642.929 s]
/proc/loadavg: 2.08 2.08 2.03 3/95 12805
/proc/meminfo: memFree=871248/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=640.6
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 64021 39 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.6

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

/proc/loadavg: 2.00 2.03 2.01 3/95 12807
/proc/meminfo: memFree=840272/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1000.52
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 100012 40 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1000.52
Current children cumulated vsize (KiB) 163824

[startup+1063.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 12807
/proc/meminfo: memFree=840272/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1060.52
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 106012 40 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1060.52
Current children cumulated vsize (KiB) 163824

[startup+1123.39 s]
/proc/loadavg: 2.09 2.04 2.01 3/95 12807
/proc/meminfo: memFree=840272/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1120.55
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 112015 40 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1120.55
Current children cumulated vsize (KiB) 163824

[startup+1183.47 s]
/proc/loadavg: 2.16 2.08 2.02 3/95 12807
/proc/meminfo: memFree=840272/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1180.58
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 118018 40 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1180.58
Current children cumulated vsize (KiB) 163824

[startup+1243.56 s]
/proc/loadavg: 2.06 2.06 2.01 3/95 12807
/proc/meminfo: memFree=840272/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1240.58
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 124017 41 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1240.58
Current children cumulated vsize (KiB) 163824

[startup+1303.65 s]
/proc/loadavg: 2.02 2.05 2.00 3/95 12807
/proc/meminfo: memFree=840208/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1300.61
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 130020 41 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134552419 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1300.61
Current children cumulated vsize (KiB) 163824

[startup+1363.74 s]
/proc/loadavg: 2.01 2.04 2.00 3/95 12807
/proc/meminfo: memFree=840144/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1360.65
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 136024 41 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134661414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1360.65
Current children cumulated vsize (KiB) 163824

[startup+1423.83 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 12807
/proc/meminfo: memFree=840016/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1420.66
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 142025 41 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1420.66
Current children cumulated vsize (KiB) 163824

[startup+1483.91 s]
/proc/loadavg: 2.04 2.03 2.00 3/95 12807
/proc/meminfo: memFree=840016/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1480.69
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 148027 42 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.69
Current children cumulated vsize (KiB) 163824

[startup+1543.91 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 12807
/proc/meminfo: memFree=839952/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1540.64
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 154022 42 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.64
Current children cumulated vsize (KiB) 163824

[startup+1603.92 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 12807
/proc/meminfo: memFree=839888/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1600.57
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 160015 42 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.57
Current children cumulated vsize (KiB) 163824

[startup+1663.95 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 12807
/proc/meminfo: memFree=839824/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1660.54
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 166012 42 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.54
Current children cumulated vsize (KiB) 163824

[startup+1723.96 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 12807
/proc/meminfo: memFree=839824/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1720.5
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 172008 42 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.5
Current children cumulated vsize (KiB) 163824

[startup+1783.98 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 12807
/proc/meminfo: memFree=839760/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1780.44
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 178002 42 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134552379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.44
Current children cumulated vsize (KiB) 163824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.63 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 12807
/proc/meminfo: memFree=839696/2055920 swapFree=4192812/4192956
[pid=12628] ppid=12626 vsize=163824 CPUtime=1800.08
/proc/12628/stat : 12628 (bprolog) R 12626 12628 12530 0 -1 4194304 62874 0 0 0 179966 42 0 0 25 0 2 0 163008923 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 134554344 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12628/statm: 40956 31875 180 90 0 40494 0
[pid=12628/tid=12638] ppid=12626 vsize=163824 CPUtime=0
/proc/12628/task/12638/stat : 12638 (bprolog) S 12626 12628 12530 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163010257 167755776 31875 18446744073709551615 134512640 134884608 4294956592 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 163824

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.66
CPU time (s): 1800.12
CPU user time (s): 1799.67
CPU system time (s): 0.449931
CPU usage (%): 99.8038
Max. virtual memory (cumulated for all children) (KiB): 163824

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

runsolver used 2.01469 s user time and 5.45217 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Jan  7 05:02:00 UTC 2007


IDJOB= 201212
IDBENCH= 3750
FILE ID= node7/201212-1168146118

PBS_JOBID= 3478150

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp12/fapp12-1500-7.xml
COMMAND LINE= /tmp/evaluation/201212-1168146118/Complete/Ordinary/solver /tmp/evaluation/201212-1168146118/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node7/convwatcher-201212-1168146118 -o ROOT/results/node7/conversion-201212-1168146118 -C 600 -M 900 /tmp/evaluation/201212-1168146118/Complete/Ordinary/conversion /tmp/evaluation/201212-1168146118/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-201212-1168146118 -o ROOT/results/node7/solver-201212-1168146118 -C 1800 -M 900  /tmp/evaluation/201212-1168146118/Complete/Ordinary/solver /tmp/evaluation/201212-1168146118/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  d701de3dbc42c3b54216de5304316644

RANDOM SEED= 703832554

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:       1619336 kB
Buffers:         36840 kB
Cached:         195856 kB
SwapCached:          0 kB
Active:         263308 kB
Inactive:       105932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7144 kB
Writeback:           0 kB
Mapped:         159380 kB
Slab:            51428 kB
Committed_AS:  4727084 kB
PageTables:       2828 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= 66544 MiB



End job on node7 on Sun Jan  7 05:32:19 UTC 2007