Trace number 461434

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
aigsat-wc 2007-05-15SAT 413.094 413.349

General information on the benchmark

Nameadditional-aig/
minisat+/pk1.usnat.aig
MD5SUM375cd479c3b0b1ba399c64d6a9045b33
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.10683
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

3.09/3.11	c file: /tmp/evaluation/461434-1179253687/instance-461434-1179253687.aig
3.09/3.11	c Reading aig format..
3.09/3.11	c MAXVAR  45451
3.09/3.11	c INPUTS  86
3.09/3.11	c LATCHES 0
3.09/3.11	c OUTPUTS 1
3.09/3.11	c AND     45365
3.09/3.11	c Before initialization time 3.02254
3.09/3.11	c Memory used (in MB): 70.7305
62.66/62.72	c Using component size threshold as 8
62.66/62.72	c DBred=0 restart=32 est=0.030579 GV=21964 GL=102243[ 73756,28487] HP=6524 Prune=237232 decisions=149749 random 1197[0.799338]  HP Impl=1248510 DB Impl=47733343[46030905]  Lits/Cls 26 
62.66/62.72	c Memory used (in MB): 82.1797
138.60/138.75	c DBred=1 restart=34 est=0.0305774 GV=38328 GL=105466[ 73756,31710] HP=10739 Prune=405388 decisions=248190 random 1902[0.766348]  HP Impl=2796220 DB Impl=100719240[96898807]  Lits/Cls 28 
138.60/138.75	c Memory used (in MB): 90.2539
194.67/194.80	c DBred=2 restart=37 est=0.0382193 GV=55031 GL=107306[ 73756,33550] HP=17552 Prune=684394 decisions=431950 random 3030[0.70147]  HP Impl=3882667 DB Impl=140351835[134294107]  Lits/Cls 22 
194.67/194.80	c Memory used (in MB): 90.4492
253.85/254.03	c DBred=3 restart=38 est=0.0382207 GV=78966 GL=111873[ 73756,38117] HP=21494 Prune=868191 decisions=539224 random 3903[0.723818]  HP Impl=4966214 DB Impl=185837314[177709944]  Lits/Cls 25 
253.85/254.03	c Memory used (in MB): 92.9414
343.29/343.59	c DBred=4 restart=40 est=0.0420466 GV=105680 GL=115287[ 73756,41531] HP=24533 Prune=1042626 decisions=635137 random 4665[0.734487]  HP Impl=6641069 DB Impl=253495565[242746900]  Lits/Cls 30 
343.29/343.59	c Memory used (in MB): 98.6172
413.05/413.31	
413.05/413.31	s SATISFIABLE
413.05/413.31	c Total time (in seconds): 412.843
413.05/413.31	c Memory used (in MB): 100.211
413.05/413.31	c Conflict literals deleted: [23.1803%] Max learned #lits [6997746] Reduced #lits [5375644]

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-461434-1179253687 -o ROOT/results/node4/solver-461434-1179253687 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461434-1179253687/aigsat-wc /tmp/evaluation/461434-1179253687/instance-461434-1179253687.aig 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing Stack size limit: 1048576 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 1048576 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.94 0.90 3/77 19543
/proc/meminfo: memFree=1582744/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=1296 CPUtime=0
/proc/19543/stat : 19543 (aigsat-wc) S 19541 19543 19442 0 -1 0 113 0 0 0 0 0 0 0 19 0 1 0 401406477 1327104 99 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135275170 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19543/statm: 324 99 89 293 0 25 0
[pid=19544] ppid=19543 vsize=0 CPUtime=0
/proc/19544/stat : 19544 (sh) R 19543 19543 19442 0 -1 4194308 249 0 0 0 0 0 0 0 21 0 1 0 401406477 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4100 65536 18446744072099781622 0 0 17 0 0 0
/proc/19544/statm: 0 0 0 0 0 0 0

[startup+0.098097 s]
/proc/loadavg: 0.85 0.94 0.90 3/77 19543
/proc/meminfo: memFree=1582744/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=6824 CPUtime=0.08
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 1555 249 0 0 8 0 0 0 20 0 1 0 401406477 6987776 1484 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 1706 1485 136 293 0 1407 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6824

[startup+0.101094 s]
/proc/loadavg: 0.85 0.94 0.90 3/77 19543
/proc/meminfo: memFree=1582744/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=6824 CPUtime=0.09
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 1593 249 0 0 9 0 0 0 20 0 1 0 401406477 6987776 1522 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 1706 1523 136 293 0 1407 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6824

[startup+0.301112 s]
/proc/loadavg: 0.85 0.94 0.90 3/77 19543
/proc/meminfo: memFree=1582744/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=15524 CPUtime=0.29
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 3869 249 0 0 28 1 0 0 23 0 1 0 401406477 15896576 3576 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 3881 3577 136 293 0 3582 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15524

[startup+0.70115 s]
/proc/loadavg: 0.85 0.94 0.90 3/77 19543
/proc/meminfo: memFree=1582744/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=24688 CPUtime=0.69
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 6305 249 0 0 67 2 0 0 25 0 1 0 401406477 25280512 5915 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134576874 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 6172 5915 137 293 0 5873 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24688

[startup+1.50123 s]
/proc/loadavg: 0.85 0.94 0.90 2/78 19545
/proc/meminfo: memFree=1548752/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=46384 CPUtime=1.49
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 12448 249 0 0 145 4 0 0 25 0 1 0 401406477 47497216 10910 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134637696 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 11596 10910 141 293 0 11297 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46384

[startup+3.10238 s]
/proc/loadavg: 0.85 0.94 0.90 2/78 19545
/proc/meminfo: memFree=1527184/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=72424 CPUtime=3.09
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 24599 249 0 0 301 8 0 0 25 0 1 0 401406477 74162176 16693 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134637164 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 18106 16693 145 293 0 17807 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72424

[startup+6.30169 s]
/proc/loadavg: 0.95 0.96 0.91 2/78 19545
/proc/meminfo: memFree=1510864/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=77472 CPUtime=6.29
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 26180 249 0 0 620 9 0 0 25 0 1 0 401406477 79331328 18030 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727482 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 19368 18030 160 293 0 19069 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77472

[startup+12.7013 s]
/proc/loadavg: 0.95 0.96 0.91 2/78 19545
/proc/meminfo: memFree=1509904/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=77948 CPUtime=12.67
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 26403 249 0 0 1258 9 0 0 25 0 1 0 401406477 79818752 18253 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744168 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 19487 18253 160 293 0 19188 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 77948

[startup+25.5015 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 19545
/proc/meminfo: memFree=1507856/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=79316 CPUtime=25.47
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 26925 249 0 0 2537 10 0 0 25 0 1 0 401406477 81219584 18775 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744746 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 19829 18775 160 293 0 19530 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 79316

[startup+51.102 s]
/proc/loadavg: 0.97 0.96 0.91 2/78 19545
/proc/meminfo: memFree=1503696/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=82468 CPUtime=51.06
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 27960 249 0 0 5093 13 0 0 25 0 1 0 401406477 84447232 19810 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134743617 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 20617 19810 160 293 0 20318 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 82468

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 19545
/proc/meminfo: memFree=1500368/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=85104 CPUtime=102.24
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 28764 249 0 0 10209 15 0 0 25 0 1 0 401406477 87146496 20614 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 1 0 0
/proc/19543/statm: 21276 20614 160 293 0 20977 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 85104

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 19545
/proc/meminfo: memFree=1496464/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=92496 CPUtime=162.19
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 29929 249 0 0 16202 17 0 0 25 0 1 0 401406477 94715904 21579 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 23124 21579 160 293 0 22825 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 92496

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 19545
/proc/meminfo: memFree=1496016/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=92672 CPUtime=222.16
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 30254 249 0 0 22198 18 0 0 25 0 1 0 401406477 94896128 21698 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 23168 21698 160 293 0 22869 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 92672

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 19545
/proc/meminfo: memFree=1493072/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=95308 CPUtime=282.13
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 31196 249 0 0 28194 19 0 0 25 0 1 0 401406477 97595392 22430 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 23827 22430 160 293 0 23528 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 95308

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 19545
/proc/meminfo: memFree=1487760/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=100700 CPUtime=342.09
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 32543 249 0 0 34188 21 0 0 25 0 1 0 401406477 103116800 23777 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 25175 23777 160 293 0 24876 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 100700

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 19545
/proc/meminfo: memFree=1486416/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=101812 CPUtime=402.05
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 33098 249 0 0 40183 22 0 0 25 0 1 0 401406477 104255488 24113 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744170 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 25453 24113 160 293 0 25154 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 101812

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

[startup+403.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 19545
/proc/meminfo: memFree=1486288/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=101944 CPUtime=402.85
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 33135 249 0 0 40263 22 0 0 25 0 1 0 401406477 104390656 24150 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744749 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 25486 24150 160 293 0 25187 0
Current children cumulated CPU time (s) 402.85
Current children cumulated vsize (KiB) 101944

[startup+409.501 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 19545
/proc/meminfo: memFree=1485648/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=102400 CPUtime=409.24
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 33277 249 0 0 40902 22 0 0 25 0 1 0 401406477 104857600 24292 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744761 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 25600 24292 160 293 0 25301 0
Current children cumulated CPU time (s) 409.24
Current children cumulated vsize (KiB) 102400

[startup+411.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 19545
/proc/meminfo: memFree=1485456/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=102520 CPUtime=410.85
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 33311 249 0 0 41062 23 0 0 25 0 1 0 401406477 104980480 24326 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134743620 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 25630 24326 160 293 0 25331 0
Current children cumulated CPU time (s) 410.85
Current children cumulated vsize (KiB) 102520

[startup+412.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 19545
/proc/meminfo: memFree=1485392/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=102560 CPUtime=412.45
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 33336 249 0 0 41222 23 0 0 25 0 1 0 401406477 105021440 24351 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756152 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 25640 24351 160 293 0 25341 0
Current children cumulated CPU time (s) 412.45
Current children cumulated vsize (KiB) 102560

[startup+413.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 19545
/proc/meminfo: memFree=1485392/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=102584 CPUtime=412.85
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 33343 249 0 0 41262 23 0 0 25 0 1 0 401406477 105046016 24358 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756207 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 25646 24358 160 293 0 25347 0
Current children cumulated CPU time (s) 412.85
Current children cumulated vsize (KiB) 102584

[startup+413.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 19545
/proc/meminfo: memFree=1485392/2055920 swapFree=4141224/4192956
[pid=19543] ppid=19541 vsize=102600 CPUtime=413.05
/proc/19543/stat : 19543 (aigsat-wc) R 19541 19543 19442 0 -1 0 33352 249 0 0 41282 23 0 0 25 0 1 0 401406477 105062400 24367 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756207 0 0 4096 35 0 0 0 17 0 0 0
/proc/19543/statm: 25650 24367 160 293 0 25351 0
Current children cumulated CPU time (s) 413.05
Current children cumulated vsize (KiB) 102600

Child status: 10
Real time (s): 413.349
CPU time (s): 413.094
CPU user time (s): 412.843
CPU system time (s): 0.250961
CPU usage (%): 99.9384
Max. virtual memory (cumulated for all children) (KiB): 102600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 412.843
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33606
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= 12
involuntary context switches= 9399

runsolver used 0.426935 second user time and 1.08083 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue May 15 18:28:07 UTC 2007

IDJOB= 461434
IDBENCH= 48703
IDSOLVER= 202
FILE ID= node4/461434-1179253687

PBS_JOBID= 5276855

Free space on /tmp= 66543 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/minisat+/pk1.usnat.aig
COMMAND LINE= /tmp/evaluation/461434-1179253687/aigsat-wc /tmp/evaluation/461434-1179253687/instance-461434-1179253687.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-461434-1179253687 -o ROOT/results/node4/solver-461434-1179253687 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461434-1179253687/aigsat-wc /tmp/evaluation/461434-1179253687/instance-461434-1179253687.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  375cd479c3b0b1ba399c64d6a9045b33

RANDOM SEED= 63851144

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.218
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	: 5931.00
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.218
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:       1582960 kB
Buffers:         46044 kB
Cached:         334640 kB
SwapCached:      15756 kB
Active:         146236 kB
Inactive:       258040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1582960 kB
SwapTotal:     4192956 kB
SwapFree:      4141224 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          29976 kB
Slab:            54172 kB
Committed_AS: 10046732 kB
PageTables:       1816 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= 66543 MiB

End job on node4 on Tue May 15 18:35:01 UTC 2007