Trace number 1047904

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
bpsolver 2008-06-27? (problem) 564.747 570.062

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-29_ext.xml
MD5SUM7290112946d823155516cf23a87cf660
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.765
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.02	c bpsolver version 6.27.2008
0.00/0.02	c converting(HOME/instance-1047904-1215041593)
1.47/1.56	c Converted in 400 ms
1.47/1.56	c solving(HOME/instance-1047904-1215041593,1800000)
564.58/569.96	
564.58/569.96	Stack + Heap:  288000000 bytes
564.58/569.96	Stack in use:    1169292 bytes
564.58/569.96	Heap in use:   282830620 bytes
564.58/569.96	
564.58/569.96	Program area:    8000000 bytes
564.58/569.96	In use:           723522 bytes
564.58/569.96	
564.58/569.96	Trail:           8000000 bytes
564.58/569.96	In use:              264 bytes
564.58/569.96	
564.58/569.96	Table area:            0 bytes
564.58/569.96	In use:                0 bytes
564.58/569.96	
564.58/569.96	Number of GC calls:  184 
564.58/569.96	Numbers of expansions:
564.58/569.96	   Stack + Heap:       4
564.58/569.96	   Program area:       0
564.58/569.96	   Trail:              0
564.58/569.96	   Table:              0
564.58/569.96	
564.58/569.96	Number of symbols:  3832
564.58/569.96	
564.58/569.96	FD backtracks:         0
564.58/569.96	
564.58/569.96	In expand_stack 
564.58/569.96	Not enough memory!

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047904-1215041593/watcher-1047904-1215041593 -o /tmp/evaluation-result-1047904-1215041593/solver-1047904-1215041593 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solver HOME/instance-1047904-1215041593 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.07 1.81 4/81 28252
/proc/meminfo: memFree=1267760/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=5356 CPUtime=0
/proc/28252/stat : 28252 (sh) R 28250 28252 27567 0 -1 4194304 265 0 0 0 0 0 0 0 20 0 1 0 1983131589 5484544 232 996147200 4194304 4889804 548682068864 18446744073709551615 208717115796 0 0 4100 65536 0 0 0 17 1 0 0
/proc/28252/statm: 1339 232 193 169 0 50 0

[startup+0.0380999 s]
/proc/loadavg: 2.00 2.07 1.81 4/81 28252
/proc/meminfo: memFree=1267760/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=56080 CPUtime=0.02
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 1091 0 0 0 1 1 0 0 20 0 1 0 1983131589 57425920 804 996147200 134512640 134990860 4294956112 18446744073709551615 10935271 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 14020 804 174 116 0 13531 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 56080

[startup+0.102113 s]
/proc/loadavg: 2.00 2.07 1.81 4/81 28252
/proc/meminfo: memFree=1267760/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=56080 CPUtime=0.08
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 1099 0 0 0 3 5 0 0 20 0 1 0 1983131589 57425920 812 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 14020 812 174 116 0 13531 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56080

[startup+0.301147 s]
/proc/loadavg: 2.00 2.07 1.81 4/81 28252
/proc/meminfo: memFree=1267760/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=56080 CPUtime=0.29
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 1125 0 0 0 9 20 0 0 21 0 1 0 1983131589 57425920 838 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 14020 838 174 116 0 13531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56080

[startup+0.701224 s]
/proc/loadavg: 2.00 2.07 1.81 4/81 28252
/proc/meminfo: memFree=1267760/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=56080 CPUtime=0.68
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 1175 0 0 0 20 48 0 0 25 0 1 0 1983131589 57425920 888 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 14020 888 174 116 0 13531 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 56080

[startup+1.50137 s]
/proc/loadavg: 2.00 2.07 1.81 3/82 28253
/proc/meminfo: memFree=1263720/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=56080 CPUtime=1.47
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 1201 0 0 0 40 107 0 0 25 0 1 0 1983131589 57425920 914 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 14020 914 176 116 0 13531 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 56080

[startup+3.10168 s]
/proc/loadavg: 2.00 2.07 1.81 3/82 28253
/proc/meminfo: memFree=1224424/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=89612 CPUtime=3.06
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 12984 0 0 0 188 118 0 0 25 0 1 0 1983131589 91762688 11774 996147200 134512640 134990860 4294956112 18446744073709551615 134565780 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 22403 11774 186 116 0 21914 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 89612

[startup+6.30128 s]
/proc/loadavg: 2.00 2.07 1.81 3/82 28253
/proc/meminfo: memFree=1209832/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=89612 CPUtime=6.23
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 15158 0 0 0 504 119 0 0 25 0 1 0 1983131589 91762688 13948 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 22403 13948 186 116 0 21914 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 89612

[startup+12.7015 s]
/proc/loadavg: 2.00 2.07 1.81 3/82 28253
/proc/meminfo: memFree=1198312/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=89612 CPUtime=12.57
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 16464 0 0 0 1137 120 0 0 25 0 1 0 1983131589 91762688 15254 996147200 134512640 134990860 4294956112 18446744073709551615 134954031 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 22403 15254 186 116 0 21914 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 89612

[startup+25.5029 s]
/proc/loadavg: 2.00 2.06 1.82 3/82 28253
/proc/meminfo: memFree=1139048/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=205924 CPUtime=25.26
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 51669 0 0 0 2390 136 0 0 25 0 1 0 1983131589 210866176 27795 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 51481 27795 186 116 0 50992 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 205924

[startup+51.1017 s]
/proc/loadavg: 2.00 2.06 1.82 3/82 28253
/proc/meminfo: memFree=1099368/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=205924 CPUtime=50.62
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 57342 0 0 0 4923 139 0 0 25 0 1 0 1983131589 210866176 33468 996147200 134512640 134990860 4294956112 18446744073709551615 134957336 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 51481 33468 186 116 0 50992 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 205924

[startup+102.306 s]
/proc/loadavg: 2.00 2.05 1.82 3/82 28253
/proc/meminfo: memFree=940392/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=387368 CPUtime=101.35
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 124177 0 0 0 9965 170 0 0 25 0 1 0 1983131589 396664832 64307 996147200 134512640 134990860 4294956112 18446744073709551615 134957042 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 96842 64307 186 116 0 96353 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 387368

[startup+162.303 s]
/proc/loadavg: 2.00 2.03 1.83 3/82 28253
/proc/meminfo: memFree=873960/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=387368 CPUtime=160.79
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 130722 0 0 0 15904 175 0 0 25 0 1 0 1983131589 396664832 70852 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 96842 70852 186 116 0 96353 0
Current children cumulated CPU time (s) 160.79
Current children cumulated vsize (KiB) 387368

[startup+222.302 s]
/proc/loadavg: 2.00 2.03 1.84 3/82 28253
/proc/meminfo: memFree=690664/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=668620 CPUtime=220.23
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 166209 0 0 0 21835 188 0 0 25 0 1 0 1983131589 684666880 106339 996147200 134512640 134990860 4294956112 18446744073709551615 134960314 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 167155 106339 186 116 0 166666 0
Current children cumulated CPU time (s) 220.23
Current children cumulated vsize (KiB) 668620

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 1.84 3/82 28253
/proc/meminfo: memFree=545384/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=750256 CPUtime=279.68
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 267971 0 0 0 27732 236 0 0 25 0 1 0 1983131589 768262144 132531 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 187564 132531 186 116 0 187075 0
Current children cumulated CPU time (s) 279.68
Current children cumulated vsize (KiB) 750256

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.85 3/82 28253
/proc/meminfo: memFree=469480/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=750384 CPUtime=339.12
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 276759 0 0 0 33672 240 0 0 25 0 1 0 1983131589 768393216 141286 996147200 134512640 134990860 4294956112 18446744073709551615 134960309 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 187596 141286 186 116 0 187107 0
Current children cumulated CPU time (s) 339.12
Current children cumulated vsize (KiB) 750384

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.85 3/82 28253
/proc/meminfo: memFree=417192/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=750384 CPUtime=398.55
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 279816 0 0 0 39613 242 0 0 25 0 1 0 1983131589 768393216 144343 996147200 134512640 134990860 4294956112 18446744073709551615 134959662 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 187596 144343 186 116 0 187107 0
Current children cumulated CPU time (s) 398.55
Current children cumulated vsize (KiB) 750384

[startup+462.303 s]
/proc/loadavg: 2.00 2.00 1.86 3/82 28255
/proc/meminfo: memFree=371176/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=750384 CPUtime=458
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 281126 0 0 0 45556 244 0 0 25 0 1 0 1983131589 768393216 145653 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 187596 145653 186 116 0 187107 0
Current children cumulated CPU time (s) 458
Current children cumulated vsize (KiB) 750384

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 28255
/proc/meminfo: memFree=327528/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=750384 CPUtime=517.44
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 281996 0 0 0 51498 246 0 0 25 0 1 0 1983131589 768393216 146523 996147200 134512640 134990860 4294956112 18446744073709551615 134957086 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 187596 146523 186 116 0 187107 0
Current children cumulated CPU time (s) 517.44
Current children cumulated vsize (KiB) 750384

Solver just ended. Dumping a history of the last processes samples

[startup+537.502 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 28255
/proc/meminfo: memFree=317096/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=750384 CPUtime=532.5
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 281997 0 0 0 53004 246 0 0 25 0 1 0 1983131589 768393216 146524 996147200 134512640 134990860 4294956112 18446744073709551615 134960360 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 187596 146524 186 116 0 187107 0
Current children cumulated CPU time (s) 532.5
Current children cumulated vsize (KiB) 750384

[startup+550.301 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 28255
/proc/meminfo: memFree=308136/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=750384 CPUtime=545.18
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 281997 0 0 0 54272 246 0 0 25 0 1 0 1983131589 768393216 146524 996147200 134512640 134990860 4294956112 18446744073709551615 134960415 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 187596 146524 186 116 0 187107 0
Current children cumulated CPU time (s) 545.18
Current children cumulated vsize (KiB) 750384

[startup+563.102 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 28255
/proc/meminfo: memFree=299240/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=750384 CPUtime=557.86
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 281998 0 0 0 55540 246 0 0 25 0 1 0 1983131589 768393216 146525 996147200 134512640 134990860 4294956112 18446744073709551615 134966946 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 187596 146525 186 116 0 187107 0
Current children cumulated CPU time (s) 557.86
Current children cumulated vsize (KiB) 750384

[startup+566.301 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 28255
/proc/meminfo: memFree=297768/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=750384 CPUtime=561.02
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 281998 0 0 0 55856 246 0 0 25 0 1 0 1983131589 768393216 146525 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 187596 146525 186 116 0 187107 0
Current children cumulated CPU time (s) 561.02
Current children cumulated vsize (KiB) 750384

[startup+567.901 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 28255
/proc/meminfo: memFree=296232/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=750384 CPUtime=562.61
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 281998 0 0 0 56015 246 0 0 25 0 1 0 1983131589 768393216 146525 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 187596 146525 186 116 0 187107 0
Current children cumulated CPU time (s) 562.61
Current children cumulated vsize (KiB) 750384

[startup+568.707 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 28255
/proc/meminfo: memFree=295528/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=750384 CPUtime=563.4
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 281998 0 0 0 56094 246 0 0 25 0 1 0 1983131589 768393216 146525 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 187596 146525 186 116 0 187107 0
Current children cumulated CPU time (s) 563.4
Current children cumulated vsize (KiB) 750384

[startup+569.502 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 28255
/proc/meminfo: memFree=295528/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=750384 CPUtime=564.19
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 281998 0 0 0 56173 246 0 0 25 0 1 0 1983131589 768393216 146525 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 187596 146525 186 116 0 187107 0
Current children cumulated CPU time (s) 564.19
Current children cumulated vsize (KiB) 750384

[startup+569.902 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 28255
/proc/meminfo: memFree=293224/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=750384 CPUtime=564.58
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194304 282432 0 0 0 56212 246 0 0 25 0 1 0 1983131589 768393216 146959 996147200 134512640 134990860 4294956112 18446744073709551615 134966946 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 187596 146959 186 116 0 187107 0
Current children cumulated CPU time (s) 564.58
Current children cumulated vsize (KiB) 750384

[startup+570.002 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 28255
/proc/meminfo: memFree=293224/2055920 swapFree=4116764/4192956
[pid=28252] ppid=28250 vsize=0 CPUtime=564.68
/proc/28252/stat : 28252 (bprolog) R 28250 28252 27567 0 -1 4194308 282437 0 1 0 56218 250 0 0 25 0 1 0 1983131589 0 0 996147200 0 0 0 0 0 0 0 4096 2 0 0 0 17 1 0 0
/proc/28252/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 564.68
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 570.062
CPU time (s): 564.747
CPU user time (s): 562.186
CPU system time (s): 2.56161
CPU usage (%): 99.0678
Max. virtual memory (cumulated for all children) (KiB): 750384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 562.186
system time used= 2.56161
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282437
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 23212

runsolver used 0.766883 second user time and 1.69874 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-03 01:33:13
IDJOB=1047904
IDBENCH=54167
IDSOLVER=347
FILE ID=node47/1047904-1215041593
PBS_JOBID= 7875082
Free space on /tmp= 66196 MiB

SOLVER NAME= bpsolver 2008-06-27
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-29_ext.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047904-1215041593/watcher-1047904-1215041593 -o /tmp/evaluation-result-1047904-1215041593/solver-1047904-1215041593 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solver HOME/instance-1047904-1215041593 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7290112946d823155516cf23a87cf660
RANDOM SEED=1235992437

node47.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.281
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.281
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:       1268240 kB
Buffers:         33736 kB
Cached:         519664 kB
SwapCached:      69820 kB
Active:         462996 kB
Inactive:       263360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1268240 kB
SwapTotal:     4192956 kB
SwapFree:      4116764 kB
Dirty:           59780 kB
Writeback:           0 kB
Mapped:         186864 kB
Slab:            46200 kB
Committed_AS:  4663004 kB
PageTables:       2260 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= 65828 MiB
End job on node47 at 2008-07-03 01:42:43